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

Roland Hess rolandh at reed-witting.com
Thu Aug 31 18:30:14 CEST 2006


harkyman (Roland Hess) 2006/08/31 18:30:14 CEST

  Modified files:
    blender/source/blender/python/api2_2x NLA.c 
    blender/source/blender/python/api2_2x/doc NLA.py 
  
  Log:
  Adds groupTarget get/setters to the NLA API. Takes an object and returns an
  object. groupTarget tells the animation system which object within a
  dupligroup should be used for NLA. Equivalent to filling in the "target"
  field in the NLA N-key panel.
  
  Set groupTarget to None to remove the target.
  
  Also, cleaned up some bad copy and pastes in existing NLA docs.
  
  Also, cleaned up some bad copy and pastes in existing NLA docs.
  
  Revision  Changes    Path
  1.18      +33 -1     blender/source/blender/python/api2_2x/NLA.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/NLA.c.diff?r1=1.17&r2=1.18&cvsroot=bf-blender>
  1.8       +9 -7      blender/source/blender/python/api2_2x/doc/NLA.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/NLA.py.diff?r1=1.7&r2=1.8&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list