Blender Git Commit Log
Git Commits -> Revision f5ae569
Revision f5ae569 by Sergey Sharybin (master) February 18, 2014, 17:12 (GMT) |
Fix T38691: Curve object bevel not working in group instance It is possible that objects from dupli-groups depends on objects which are not in the dupli-group. We do need this objects to be evaluated as well on visible changes, so all dependencies for objects from the dupli-group are met. Unfortunately, we don't have parent relations on this state, so we're to use DFS over the whole DAG to gather such dependencies. This is probably not so bad since visible update is called really rarely. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D326 |
Commit Details:
Full Hash: f5ae5698d006b83a48b902bc5af7b1370f6518db
Parent Commit: c987bcc
Lines Changed: +134, -2
1 Modified Path:
/source/blender/blenkernel/intern/depsgraph.c (+134, -2) (Diff)