Blender Git Loki
Git Commits -> Revision ed4647b
Revision ed4647b by Sergey Sharybin (master) May 13, 2020, 12:26 (GMT) |
Fix missing ID tag when converting objects Parenting to a curve path animation depends on both geometry and transform components. Conversion of mesh to curve will make it so parent have path animation, conversion of curve to mesh makes it so there is no more path animation. Both cases affects children of the converted objects, and it's not possible to rely on special case for curve parent in the dependency graph as that link will be lost after conversion of curve to mesh. Simplest approach is to tag object for both geometry and transform update, which will ensure all children are at valid state after the conversion. |
Commit Details:
Full Hash: ed4647b5d7f506e5d72f1272286499da719f4d12
Parent Commit: 9db08b7
Lines Changed: +6, -1
1 Modified Path:
/source/blender/editors/object/object_add.c (+6, -1) (Diff)