Blender Git Loki
Git Commits -> Revision 0a3697c
Revision 0a3697c by Joshua Leung (master) February 5, 2009, 05:51 (GMT) |
2.5 - Bugfixes for Pose 'Clear' Operators * Fixed context iterators for PoseChannels. The actual selection test was missing (but layer visibility was getting checked). Also added check for hidden bones here too. * Removed unnecessary defines added by mfoxdogg in BKE_context.h * Removed the old hacks in 'Clear ...' operators for ensuring that object animation (ipos/actions) don't overwrite poses. These are no longer necessary, since normal animation calculation is only done in a separate step on frame-changes now. * Removed the manual checks for layer visibility from 'Clear ...' operators, since that's taken care of by context iterators. |
Commit Details:
Full Hash: 0a3697ccf7f16bd328a8894c62995de0ff12adb0
SVN Revision: 18820
Parent Commit: 6947624
Lines Changed: +63, -65