Blender Git Commit Log
Git Commits -> Revision 2d05466
Revision 2d05466 by Sergey Sharybin (master) April 8, 2015, 15:06 (GMT) |
Fix T44213: Bevel object from different scene won't update generated bezier curve geometry The issue was caused by bevel object being automatically added to the scene graph by dag_get_node() and had no incoming relations, even form the scene. This confused scene update flush logic. Now there'll be a scene relation added to such nodes, so they're always reachable from the root node. |
Commit Details:
Full Hash: 2d054667001602cd9b15046190e09167d7951d89
Parent Commit: 62f863b
Lines Changed: +4, -0
1 Modified Path:
/source/blender/blenkernel/intern/depsgraph.c (+4, -0) (Diff)