Blender Git Loki
Git Commits -> Revision 84c8992
Revision 84c8992 by Joshua Leung (master) July 24, 2009, 11:24 (GMT) |
RNA Wrapping Fixes: * Changed update callbacks for several armature properties to do proper depsgraph flushing instead of sending redraw notifiers * Wrapped preview-range settings for Scene * Fixed bug with 'parent-type' enum menu for Object parent-type. The problem here was that PARSKEL was used and is still used for both Armatures and Lattices, but the lattice entry would always override armatures entry. Now, when dynamically building the list to display, the function to add these is given the specific item to use, and has been made to stop after the first match has been added. Hopefully this doesn't break anything else... |
Commit Details:
Full Hash: 84c8992e613a6c6821f6d384f852a639ebdbe5c7
SVN Revision: 21845
Parent Commit: 87f3ba8
Lines Changed: +112, -17