  | | | install/uninstall spdl | install/uninstall spdl 2004-02-18 - By Jose Luis Gomez
Back Cheers! That was really what I was looking for. I have created this simple scprit:
DeleteObj("eff.kine.global.LuiSpringBoneOp"); system("xsibatch -i E:\\luigi\\XSI\\operators\\LuiSpringBoneOp\\LuiSpringBoneOp.spdl -overwrite"); applyOp("LuiSpringBoneOp","eff,root,cube");
And now everytime i want changes I just compile in visual studio and then execute the script in the script editor and it works!! yes, my wrist loves it ;-)
By the way the link http://www.electricsheep.co.nz/toolbox/uuid.cfm doesn't work for me...
Thanks to you all for the answers
/Jose Gomez
Felix Gebhardt wrote:
>You don't necessarily have to close XSI down but at least in case of an >operator you have to delete the operator. Write a script that deletes the >operator, then using the Scripting Host shell object -i install with >option -overwrite. After that run applyop or an operator install command. >Your wrist will love it. : ) > >Hope it helps, >Felix > > >Jose Luis Gomez wrote: > > >>Thanks for the answer. >>I was searching for something fast to do inside XSI. Having to close the >>application I prefer to launch XSI from Visual Studio so at least I can >>use the debugger... >> >>Anybody else has tips to work faster while developing plug-ins?? >> >>Regards >> >>/Jose Gomez >> >> > >--- >Unsubscribe? Mail Majordomo@(protected) with the following text in body: >unsubscribe xsi > >. > > >
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859 (See http://ISO-8859.ora-code.com)-1"> <title></title> </head> <body text="#000000" bgcolor="#ffffff"> Cheers!<br> That was really what I was looking for. I have created this simple scprit:<br> <br> DeleteObj("eff.kine.global.LuiSpringBoneOp");<br> system("xsibatch -i E:\\luigi\\XSI\\operators\\LuiSpringBoneOp\\LuiSpringBoneOp.spdl -overwrite");<br> applyOp("LuiSpringBoneOp","eff,root,cube");<br> <br> And now everytime i want changes I just compile in visual studio and then execute the script in the script editor and it works!! yes, my wrist loves it ;-)<br> <br> By the way the link <a class="moz-txt-link-freetext" href="http://www.electricsheep.co.nz/toolbox/uuid.cfm">http://www .electricsheep.co.nz/toolbox/uuid.cfm</a> doesn't work for me...<br> <br> Thanks to you all for the answers<br> <br> /Jose Gomez<br> <br> <br> <br> <br> Felix Gebhardt wrote:<br> <blockquote type="cite" cite="mid005001c3f57f$e3cc13c0$8299fea9@(protected)"> <pre wrap="">You don't necessarily have to close XSI down but at least in case of an operator you have to delete the operator. Write a script that deletes the operator, then using the Scripting Host shell object -i install with option -overwrite. After that run applyop or an operator install command. Your wrist will love it. : )
Hope it helps, Felix
Jose Luis Gomez wrote: </pre> <blockquote type="cite"> <pre wrap="">Thanks for the answer. I was searching for something fast to do inside XSI. Having to close the application I prefer to launch XSI from Visual Studio so at least I can use the debugger...
Anybody else has tips to work faster while developing plug-ins??
Regards
/Jose Gomez </pre> </blockquote> <pre wrap=""><!----> --- Unsubscribe? Mail <a class="moz-txt-link-abbreviated" href="mailto:Majordomo @(protected)">Majordomo@(protected)</a> with the following text in body: unsubscribe xsi
.
</pre> </blockquote> </body> </html>
|
|
 |