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

[WIP] Removing need for commit for most property change in shape component #73

Open
trsh opened this issue Aug 12, 2024 · 2 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@trsh
Copy link

trsh commented Aug 12, 2024

PaletteName (via property): Will change immediately after changing the property, no additional call needed [TODO]
CustomSize (via property): Will be handled like the compact functionality and will be considered during voxelization, no additional call besides voxelize needed [TODO]
Pivot (via property): Considered during the voxelization pass, only requires voxelize [Done]
Setting, removing, voxels: voxelize, as always [Done]
Flags: ?
RigidBodyFlags: ?

@begla begla self-assigned this Aug 13, 2024
@begla begla added the enhancement New feature or request label Aug 13, 2024
@begla
Copy link
Contributor

begla commented Aug 13, 2024

It should be all done (including the flags) and available in the first 0.6 beta build.

@trsh
Copy link
Author

trsh commented Aug 13, 2024

It should be all done (including the flags) and available in the first 0.6 beta build.

Thanks. Appreciate it.

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

No branches or pull requests

2 participants