Blender Git Loki
Git Commits -> Revision 427b132
Revision 427b132 by Tom Musgrove (master) January 17, 2006, 06:47 (GMT) |
==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 |
Commit Details:
Full Hash: 427b132ad0e25a8236d0094dbeeb825ec74740dc
SVN Revision: 6471
Parent Commit: aeffb12
Lines Changed: +10, -0
1 Modified Path:
/source/blender/python/api2_2x/Object.c (+10, -0) (Diff)