Blender Git Loki
Git Commits -> Revision 7756da3
Revision 7756da3 by Joshua Leung (master) February 16, 2011, 02:05 (GMT) |
PoseLib UI and Bugfixes: - Added operator button to show the current pose. This runs on top of the interactive pose browse functionality, so the tooltip may be a bit obtuse... - Specifying a pose for the Pose browse functionality to set now works correctly. Previously, some old depsgraph hacks were actually interferring with correct updating (only the armature updated correctly, but deforms didn't occur) - Fixed a case of accessing freed memory, which I'm surprised no static checkers have reportedly picked up on yet, or that nobody has really had issues with (probably due to low memory "turnaround" so far) |
Commit Details:
Full Hash: 7756da34c9256c5948a79435301c88a4b850cb3d
SVN Revision: 34887
Parent Commit: 669cffd
Lines Changed: +6, -8