Mailing List
Home
Forum Home
Softimage
Carrara
trueSpace
Dir3d-l
Maya - a powerful 3D animation and visual effects software
Macromedia Flash Development
Subjects
Cameras
scaleDown command
black out solved
Aircraft Tutorial
Mathematical XYZ ?
Its done This vs That
Its done first week
recommendations for screen video captures?
3DExplorer "Oddity "
New Director
ProTeam renewals
Fuel 's new websites (X post)
Blue peter create a make toy
targeting groups question
XPost: Shockwave 3D game ( sort of )
RES: RES: RES: Fish Modeling
Emitting particles from object intersection
Fuel 's new websites (X post)
Texturing
Big Break Contest Videos
New Plugins
Models and Texture on my updated site
Error Installing Patch tS6 6
Plasma?
Looking for Inspiration
Weird EMail Q
It 's done first week ?
Cherry not cranberry
New game
Camera Animation Problem
Particle plugins?
 
install/uninstall spdl

install/uninstall spdl

2004-02-18       - By Jose Luis Gomez

 Back
Reply:     1     2     3     4     5     6     7     8     9     10     >>  

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>