forked from blender/blender
Support several instancers on one object #24
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#24
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BLEN-383"
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
Instancer object could provide instances for its children objects, but we support only one instance object. Also removing/changing/adding of instancer object isn't working correctly.
Technical steps
InstancerData
:ObjectData
which are instancesRenderIndex
.IdData
children classespopulate()
andupdate_collection()
inBlenderSceneDelegate
to several functions for more flexibility.Tested. Works as expected.