Re: Pass struct from Tool to Operator

2015-12-17 Thread Andruha Prostrelov
If i use Plugin's UserData i have a problem with releaseing memory. struct myStruct{ XSI::CLongArray polyData; XSI::CValueArray edgeSegmentsArray; } SICALLBACK XSILoadPlugin( PluginRegistrar& in_reg ){ PlugData * pDataPtr = new PlugData ; CValu

Re: Pass struct from Tool to Operator

2015-12-17 Thread Andruha Prostrelov
If i use Plugin's UserData i have a problem with releaseing memory. struct myStruct{ XSI::CLongArray polyData; XSI::CValueArray edgeSegmentsArray; } SICALLBACK XSILoadPlugin( PluginRegistrar& in_reg ){ PlugData * pDataPtr = new PlugData ; CValue ptr

Probably stupid : I can't drag and drop scene from windows8 to SI

2015-12-17 Thread Olivier Jeannel
Hi there : As said in the title : I can't drag and drop scene from windows8 to SI Is it an admininistrator thing ? Thank you !

Re: Softimage equivalent of mayabatch ?

2015-12-17 Thread Simon Reeves
ooh I see, nice plan On Thu, 17 Dec 2015 at 09:21 Martin Yara wrote: > Thanks! > > I knew the workgroup option and the help argument, but it didn't work in > this case. The -w loads the specified workgroup but still load all the > other plugins, addons and workgroups that are already linked in t

Re: Softimage equivalent of mayabatch ?

2015-12-17 Thread Martin Yara
Thanks! I knew the workgroup option and the help argument, but it didn't work in this case. The -w loads the specified workgroup but still load all the other plugins, addons and workgroups that are already linked in this specific Softimage installation. The XSI_USERHOME did the trick ! Martin O