Blender Git Loki
Git Commits -> Revision 8aa8797
Revision 8aa8797 by Bastien Montagne (master) June 10, 2019, 09:16 (GMT) |
Fix T65295: Convert curve to mesh fails with Keep Original. This code now expects to wrok from fully evaluated data, however when we keep original, we are actually working from data just copied from orig one. Ideally, we'd do a single depsgraph update/eval *after* we have created all new required data, but that is tricky to do properly in that code without risking breaking one thing or another. So for now, just going for the simple, if not optimal solution, and just repeatedly re-evaluating whole deg every time we duplicate an object to be converted. Yep, dummy, but simple and... safe. ;) |
Commit Details:
Full Hash: 8aa87972cac3c9c3c5439b68b62e25c3fd4c4919
Parent Commit: f11929c
Lines Changed: +22, -7
1 Modified Path:
/source/blender/editors/object/object_add.c (+22, -7) (Diff)