Blender Git Commit Log
Git Commits -> Revision 646a96b
Revision 646a96b by Sergey Sharybin (master) December 22, 2014, 14:05 (GMT) |
Fix T42952: Curve modifier not taken into account when curve is created from mesh Curve and array modifiers requires curve path to be evaluated, dependency graph will make sure that curve eval would create such a path, but if curve was already evaluated we might miss path. So what we do now is: if path was not calculated for target curve we tag it for update. |
Commit Details:
Full Hash: 646a96bf8edc211a06f3df652101c265ee166e8d
Parent Commit: f784901
Lines Changed: +37, -2
1 Modified Path:
/source/blender/makesrna/intern/rna_modifier.c (+37, -2) (Diff)