Blender Git Loki

Git Commits -> Revision 9ebcd9c

Revision 9ebcd9c by Joshua Leung (master)
October 9, 2009, 09:48 (GMT)
A few bugfixes:

* #19583: Keying Sets list issues
Deleting a Keying Set (or a Keying Set Path) set the active index to 0, but that would mean that the first item would be selected but not visible.

* #19590: Keyframing properties of a modifier with more than one of it's type the property will highlight in all
- Modifiers now always have a unique name, so renaming a modifier should check that the name is unique. Most of the files changed in this commit were just to make sure that modifiers got unique names when they were created
- Modifiers path getter was wrapped a bit wrong (missing the "s around the name)

* Constraints Bugs
- Constraints renaming now also makes sure the names stay unique
- Fixed (or attempted to fix) compiler warnings about some enum declaration for distance constraint

Commit Details:

Full Hash: 9ebcd9c5e46c8addd80c8adb97fcee91a1916d57
SVN Revision: 23729
Parent Commit: cc4dd3f
Lines Changed: +94, -21

12 Modified Paths:

/source/blender/blenkernel/BKE_modifier.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/modifier.c (+12, -1) (Diff)
/source/blender/blenkernel/intern/multires.c (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -0) (Diff)
/source/blender/editors/animation/keyingsets.c (+5, -4) (Diff)
/source/blender/editors/interface/interface_templates.c (+2, -0) (Diff)
/source/blender/editors/object/object_edit.c (+6, -2) (Diff)
/source/blender/editors/object/object_hook.c (+1, -0) (Diff)
/source/blender/editors/object/object_modifier.c (+16, -6) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+27, -7) (Diff)
/source/blender/makesrna/intern/rna_fluidsim.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+17, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021