Blender Git Loki
Git Commits -> Revision 9f67834
Revision 9f67834 by Martin Poirier (master) February 23, 2005, 02:23 (GMT) |
Fixed some bugs with Shear and Resize, was acting weird in object mode when parenting was involved. Changed the meaning of mtx and smtx for objects. It's now uniform accross the board. Added TD_OBJECT as a TransData flag. Objects is requiring exception code here and there, use a flag instead of G.obedit. Will document what the exceptions are for people who wants to add more transformations. Split TransData in two. Note to Ton: You'll have to change posemode to use the new structure. I've left some variables as part of TransData to have a compilable version in CVS, remove them when you stop using them. Check MetaElement and Object conversion for example on how to use TransDataExtension (though I'm sure you can figure it out by yourself). And that's it. Not much coding time in the week days. : |
Commit Details:
Full Hash: 9f678340b5a9f838c7e0f389d1e0b5957bcd175d
SVN Revision: 3862
Parent Commit: b8aa04e
Lines Changed: +165, -115