Blender Git Loki
Git Commits -> Revision d1fe2dd
Revision d1fe2dd by Campbell Barton (master) October 19, 2010, 12:21 (GMT) |
bugfix [#24309] Reloading file with incorrect path location. the cu->ctime was never set if the frame wasnt changed, so adding a curve and parenting could be done without a frame change leaving the cu->ctime value at zero. changing the frame or rendering after this would make the parent relationship jump. Set the curve->ctime in object_handle_update(), this way its set on file load and when linking in new curves. Another option is to do this when parenting but probably this would miss other cases where its needed. |
Commit Details:
Full Hash: d1fe2dd9676eceab9ece337cb478c312d3c5c1aa
SVN Revision: 32598
Parent Commit: 5f2764d
Lines Changed: +6, -0
1 Modified Path:
/source/blender/blenkernel/intern/object.c (+6, -0) (Diff)