forked from blender/blender
BLEN-359: Implement updates for instances in viewport #20
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#20
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BLEN-359_1"
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
Instances aren't correctly applied in scene delegate + updates instances in viewport isn't working.
Technical steps
init() insert() remove() update()
which should be overrided in child classesupdate()
instead recreation of IdDataNotes
This is not final changes in instances here. We work only with one instancer for parent object, but it could have several instancers.
Tested. Further fixes will be done in other tasks.