Blender Git Commit Log

Git Commits -> Revision 8da2812

Revision 8da2812 by Joshua Leung (master)
November 12, 2011, 04:40 (GMT)
Bugfix [#29125] Motion paths odd behaviour

* Made it impossible to try to calculate/create new motion paths lasting 0
frames (i.e. 250 to 250) since we cannot allocate a zero-length array for these.
Start frame can now be at most end-frame - 1, and end frame at least start frame
+ 1

* If an invalid configuration does occur, warnings/reports will now be issued in
response to this instead of silently failing (as per this bugreport).

Commit Details:

Full Hash: 8da281210063e3216d19848ecc82545fb1aeb58f
SVN Revision: 41764
Parent Commit: 4e83c67
Lines Changed: +16, -8

5 Modified Paths:

/source/blender/blenkernel/BKE_anim.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/anim.c (+7, -1) (Diff)
/source/blender/editors/armature/poseobject.c (+2, -2) (Diff)
/source/blender/editors/object/object_edit.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_animviz.c (+3, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021