Go to file
Campbell Barton d1fe2dd967 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.
2010-10-19 12:21:57 +00:00
build_files Make C4013 throw a warning 2010-10-19 05:42:31 +00:00
doc == docs == 2010-10-13 14:44:22 +00:00
extern enable warning for unused args with gcc: -Wunused-parameter 2010-10-15 02:24:48 +00:00
intern Fix [#20277] Bug with Continuous Grab on Windows 2010-10-19 09:38:56 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
release * Enable compile and link flags to build info also on Windows and in SCons. 2010-10-19 05:00:36 +00:00
source bugfix [#24309] Reloading file with incorrect path location. 2010-10-19 12:21:57 +00:00
CMakeLists.txt Make C4013 throw a warning 2010-10-19 05:42:31 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct Fix SCons for [#23833]. Ensure that empty dirs will exist too. 2010-09-15 14:50:14 +00:00