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

Tom Musgrove LetterRip at gmail.com
Tue Jan 17 07:47:49 CET 2006


letterrip (Tom Musgrove) 2006/01/17 07:47:49 CET

  Modified files:
    blender/source/blender/python/api2_2x Object.c 
  
  Log:
  ==python api==
  
  patch from jean-michel soler (jms) - .insertShapeKey()
  
  Python API, a function to insert a shape key in an object . It works on Mesh, Lattice curve ans surface .
  Example of use :
  
  import Blender
  OBJECT=Blender.Object.GetSelected()[0]
  OBJECT.insertShapeKey()
  
  a docstring to follow soon
  
  Revision  Changes    Path
  1.164     +11 -1     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.163&r2=1.164&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list