Blender Git Commit Log
Git Commits -> Revision 236adb4
Revision 236adb4 by Ton Roosendaal (master) February 20, 2009, 16:18 (GMT) |
2.5 Small fixes for animsys: - Blender 2.4x allowed drivers to exist without object target, these got converted resulting in error prints. Now they get skipped. - Animdata struct was not created for objects with poses, but without action/nla linked. - An action-channel-constraint-ipo gets inserted in drivers differently than a pose-bone-constraint-ipo. Not sure yet how... but it makes a different depsgraph relation. Error is of course in depsgraph, that'll get tackled. For correct driver eval I've made 'object update ob' also been called for the 'object update data' tag. |
Commit Details:
Full Hash: 236adb4ef3740a7b445c533d53e18213bb0bb345
SVN Revision: 19056
Parent Commit: b428760
Lines Changed: +14, -3