Blender Git Loki
Git Commits -> Revision 9e0d283
Revision 9e0d283 by Campbell Barton (master) February 27, 2006, 04:05 (GMT) |
Applied JMS's Patch. for better Python Dupli Access. Made some fixes and changes. * The matricies returned were wrapped. Wrapping Display Mesh matricies segfaulted sometimes. - Made a copy instead. * Added 1 missing epydoc from the patch. * Renamed getDupliMatrices to getDupliObjects, and changed to return a list of (object, matrix) tuples instead of just the matrix. This is much more usefull because it allows python to know what objects are used for dupliGroups and for dupliverts where there is more then 1 child. also cleaned up this function a bit. |
Commit Details:
Full Hash: 9e0d2837d5d586449016eb40b2fd65648bc6093f
SVN Revision: 6928
Parent Commit: 9a21866
Lines Changed: +240, -26