Blender Git Commit Log
Git Commits -> Revision abab9fc
Revision abab9fc by Campbell Barton (master) March 18, 2006, 17:24 (GMT) |
Added object.dupliGroup so objects can access the groups they instance. This is very confusing. Since in object has ob.setDupliGroup() # Enable/Disable Dupligroup ob.getDupliGroup() # see if its enabled. ob.dupliGroup # the group data this object is instancing. Not yet added ob.groups # Groups that use this object. |
Commit Details:
Full Hash: abab9fc3de507930dceb2b08c4e83d2adb6338bc
SVN Revision: 7091
Parent Commit: dc90a41
Lines Changed: +26, -2