[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Group.c Scene.c

Campbell Barton cbarton at metavr.com
Mon Dec 11 04:23:18 CET 2006


campbellbarton (Campbell Barton) 2006/12/11 04:23:18 CET

  Modified files:
    blender/source/blender/python/api2_2x Group.c Scene.c 
  
  Log:
  renamed objects.add() and .remove() to .link() and .unlink() for scene and group objects to be less pythonic and more like blender.
  for scn.objects.new() a optional second argument can be used to spesify the name.
  
  We still need a way to add a new Empty (some constant)
  
  Revision  Changes    Path
  1.17      +15 -7     blender/source/blender/python/api2_2x/Group.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Group.c.diff?r1=1.16&r2=1.17&cvsroot=bf-blender>
  1.68      +24 -13    blender/source/blender/python/api2_2x/Scene.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Scene.c.diff?r1=1.67&r2=1.68&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list