Blender Git Loki
Git Commits -> Revision fbff09b
Revision fbff09b by Sergey Sharybin (master) June 19, 2017, 11:23 (GMT) |
Depsgraph: Synchronize selection from original scene to copied-on-write one This makes it possible to select objects in the viewport. Selection in edit mode is still tricky, mainly because currently such update would require tagging batch as updated, which is not possible with using just and original object because it will never have batch. Possible solution here would be to introduce some "batch" or "render" component to depsgraph ID node for objects, so we can tag batch for update via depsgraph tagging API. |
Commit Details:
Full Hash: fbff09bf7ad6a907544ab423a9b7952df598c21f
Parent Commit: 802027f
Lines Changed: +4, -2
1 Modified Path:
/source/blender/editors/space_view3d/space_view3d.c (+4, -2) (Diff)