fix: shape geometry link behavior. #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "swann.martinez/rig_picker:fix-collection-link-for-create-shape"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Modifications
Before the patch, shapes were systematically linked to the scene's main collection (Maybe that's the way it's supposed to be?), regardless of the collection selection. The patch changes this to link geometry only if no canvas collection is selected.
Example
This shape creation command :

Result before the patch:

Result after the patch:

How to test it
Thanks Swann :) LGTM!