Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing defaultProps test. #264

Merged
merged 1 commit into from
Aug 1, 2023
Merged

Conversation

Anaminus
Copy link
Contributor

Setting the Size of a TrussPart to (1,1,1) constrains to its minimum Size of (2,2,2). Because these values are different, the test for default properties fails.

Fixed by setting the default Size of TrussPart to (2,2,2) instead of (1,1,1).

Setting the Size of a TrussPart to (1,1,1) constrains to its minimum
Size of (2,2,2). Because these values are different, the test for
default properties fails.

Fixed by setting the default Size of TrussPart to (2,2,2) instead of
(1,1,1).
@dphfox dphfox merged commit 369ad23 into dphfox:main Aug 1, 2023
@dphfox
Copy link
Owner

dphfox commented Aug 1, 2023

In general I need to review what I'm doing with 3D instances. Thanks for this change in the meantime - this is useful.

Related to #155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants