Files
test/source/blender/editors/space_view3d
Campbell Barton eecfc0fbb2 bugfix [#25208] randomize transform doesn't work on objects with keyframes
Surprising this wasnt noticed in a much more obvious case:
 - Key Location, Move, Rotate, Undo-Rotate >> Resets to keyed location as well.

This was happening because DAG_on_load_update() was called on read_undosave(), flagging 'ob->adt->recalc |= ADT_RECALC_ANIM;'

Fix by adding an option to DAG_on_load_update(), not to recalculate time flags.
2010-12-16 19:26:54 +00:00
..
2010-12-03 16:45:04 +00:00
2010-08-10 21:22:26 +00:00
2010-12-08 11:42:11 +00:00
2010-12-08 11:42:11 +00:00
2010-12-08 11:42:11 +00:00
2010-12-08 18:12:59 +00:00