Jump to content

use copy SOP out as RBD Object


mabulazm

Recommended Posts

Technically, I didn't. The shelf tools created it. I think it's mostly to ensure that if /obj/AutodopNetwork/curve_object1 is renamed, the expression will update.

thanks a lot edward ....

I tested and it worked without this code that is why I am asking.

maybe because i built the network by myself so i did not see it before.

so what about this :

`opinputpath("/obj/curve_object1/dopimport1", 0)`

am sorry if am asking too much but really want to know when i have to use this or using the normal method.

cheers,

Mo

Link to comment
Share on other sites

`opinputpath("/obj/curve_object1/dopimport1", 0)` is used to point to the Input SOP to the DOP Import SOP added by the shelf hence the name opinputpath or the target operator's Operator Input Path.

This is real handy as you are pointing to the DOP Improt SOP all the time... then querying it's input which is the SOP's data you actually want.

Back in the SOP network, you can key on the DOP Import SOP, dopimport1 in this case. Any changes done above the DOP Import SOP will be inherited by the simulation. "That" is why you want to use the expression above.

This is quite clever and should be emulated even in your own hand-rolled networks.

Either that or insert a Null above the DOP Import SOP and label it with a qualified Name and point directly at that with a simple path.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...