Re: SaveDeformKey returns the key???

2013-01-25 Thread Ivan
Thanks Miquel for reporting the issue. This has been filed as SOFT-8212. Regards Ivan On 25 Jan, 2013, at 9:03 AM, Miquel Campos miquel.cam...@gmail.com wrote: Thank you Raffaele. I will reporte it :) Miquel Campos www.akaosaru.com

Re: SaveDeformKey returns the key???

2013-01-24 Thread Miquel Campos
Thank you Raffaele. I will reporte it :) Miquel Campos www.akaosaru.com 2013/1/21 Raffaele Fragapane raffsxsil...@googlemail.com StoreShapeKey is the base command used by save I think, and that should properly return the key. Bear in

SaveDeformKey returns the key???

2013-01-17 Thread Miquel Campos
Hello, I have a little issue with this command: SaveDeformKey In the documentation say that the command Application.SaveDeformKey() Returns the key. But I can not catch it . The resulting variable is None. For example: Application.CreatePrim(Cube, MeshSurface, , )

Re: SaveDeformKey returns the key???

2013-01-17 Thread Stephen Blair
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, , )

Re: SaveDeformKey returns the key???

2013-01-17 Thread Miquel Campos
Thank you Stephen! I will check it :) 2013/1/17 Stephen Blair stephenrbl...@gmail.com uixsiscripts.vbs Miquel Campos www.akaosaru.com