[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Object.c blender/source/blender/python/api2_2x/doc Object.py

Campbell Barton cbarton at metavr.com
Sat Mar 18 18:24:59 CET 2006


campbellbarton (Campbell Barton) 2006/03/18 18:24:59 CET

  Modified files:
    blender/source/blender/python/api2_2x Object.c 
    blender/source/blender/python/api2_2x/doc Object.py 
  
  Log:
  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.
  
  Revision  Changes    Path
  1.175     +22 -3     blender/source/blender/python/api2_2x/Object.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Object.c.diff?r1=1.174&r2=1.175&cvsroot=bf-blender>
  1.63      +5 -0      blender/source/blender/python/api2_2x/doc/Object.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Object.py.diff?r1=1.62&r2=1.63&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list