Blender Git Commit Log

Git Commits -> Revision 6c326ba

Revision 6c326ba by Bastien Montagne (master)
August 5, 2021, 15:21 (GMT)
Fix T83164: Spline IK `joint_bindings` parameter is broken.

Code freeing the array would not properly reset its length value to
zero.

Note that this corrupted data could also be saved in .blend files, so
had to bump fileversion and add some doversion code too.

Fix T90166: crash when creating a liboverride.

Commit Details:

Full Hash: 6c326ba0a24f24763b751483a0ee0cc98abdd921
Parent Commit: 834523e
Lines Changed: +43, -21

4 Modified Paths:

/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/constraint.c (+1, -3) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+39, -12) (Diff)
/source/blender/editors/object/object_constraint.c (+2, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021