Hi all,
I can’t seem to find any way in the API for Softimage 2010 to freeze the transforms on an object. I can freeze the modeling operators like so (in C#):
GetXSI().ExecuteCommand( “FreezeObj”, new object[] { obj.Name } );
But this doesn’t freeze the transforms applied in local kinematics. I can do it in the user interface just by clicking Transform->Freeze All Transforms, (which creates a Center operator,) but how can I do this via the API?
Thank you for any input.
Kevin