Hi

The doc is wrong. There is no return value.
SaveDeformeKey is implemented by a subroutine in uixsiscripts.vbs (SaveDeformKeyProc).

BUT that subroutine calls functions that do return values, so...

On 17/01/2013 2:35 PM, Miquel Campos wrote:
Application.CreatePrim("Cube", "MeshSurface", "", "")
Application.SetValue("Context.ConstructionMode", 3, "")
Application.SelectGeometryComponents("cube.pnt[LAST]")
Application.Translate("cube.pnt[LAST]", 3.30369016404418, 1.25013183350569, -0.125013183350569, "siRelative", "siView", "siObj", "siXYZ", "", "", "", "", "", "", "", "", "", 3, "")
Application.SelectObj("cube", "", True)


var = Application.SaveDeformKey()
print var

Reply via email to