kubabuk Posted April 3, 2007 Share Posted April 3, 2007 Has anyone used from loop from the Codex? http://odforce.net/codex/index.php?page=5&...ty=&limit=5 I am confused with the expresion on Cook button: opdef:/Sop/forloop?cook.cmd I assume this way I get an access to a cook button in forloop SOP, but what does .cmd do? thanks Kuba Quote Link to comment Share on other sites More sharing options...
grasshopper Posted April 3, 2007 Share Posted April 3, 2007 Has anyone used from loop from the Codex?http://odforce.net/codex/index.php?page=5&...ty=&limit=5 I am confused with the expresion on Cook button: opdef:/Sop/forloop?cook.cmd I assume this way I get an access to a cook button in forloop SOP, but what does .cmd do? thanks Kuba No, "opdef:/Sop/forloop?cook.cmd" is syntax to refer to a script called "cook.cmd" stored on the "Sop/forloop" asset. Right click on the forloop SOP and select "Operator Type Manager", then right click on the "Sop/forloop" asset in the Oparators list and select "Edit Contents". Now you have access to the "cook.cmd" script. Quote Link to comment Share on other sites More sharing options...
grasshopper Posted April 3, 2007 Share Posted April 3, 2007 No, "opdef:/Sop/forloop?cook.cmd" is syntax to refer to a script called "cook.cmd" stored on the "Sop/forloop" asset. Right click on the forloop SOP and select "Operator Type Manager", then right click on the "Sop/forloop" asset in the Oparators list and select "Edit Contents". Now you have access to the "cook.cmd" script. Should have added ... pressing the "cook" button on the asset executes the callback which calls the script using the opdef syntax. Quote Link to comment Share on other sites More sharing options...
sibarrick Posted April 3, 2007 Share Posted April 3, 2007 Yup, still hoping for an "oncook" script method that doesn't rely on having to press buttons... In the meantime stuff like this has to be manual. Quote Link to comment Share on other sites More sharing options...
kubabuk Posted April 3, 2007 Author Share Posted April 3, 2007 Thanks for help guys I did as you said grasshoper, but couldnt find cook.cmd anywhere in the script. Well maybe tommorow with the fresh mind.... cheers kuba Quote Link to comment Share on other sites More sharing options...
edward Posted April 4, 2007 Share Posted April 4, 2007 I'm not sure this is really necessary anymore given the SOP Solver DOP these days? EDIT: Ooops, I guess the SOP Solver DOP does something different since you still need to advance the frames for the loop. Quote Link to comment Share on other sites More sharing options...
kubabuk Posted April 4, 2007 Author Share Posted April 4, 2007 Well maybe tommorow with the fresh mind.... God, it was so silly!!! Sorted eventually... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.