forked from blender/blender
Fix instances update when parent object is changed #33
No reviewers
Labels
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BogdanNagirniak/blender#33
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BLEN-394"
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?
Purpose
Changing parent object for mesh doesn't influence to instancer, when parent object is instancer.
Technical steps
MeshData::parent_
field for checking parent object changes.InstancerData::update_as_parent()
and call it when parent is changed.