august Posted March 6, 2008 Share Posted March 6, 2008 Hello. I have a fractured rbd object that I'm trying to transfer back to sops. I can create an object_merge node and maunally load each object. This sucks because if I change the number of objects, I have to re-edit all the entries. `stamps("../OUT", "DATAPATH", "/obj/dopnet1:shardGroup0/Geometry")` There _has_ to be an better way to do this. The main problem I can't figure out is how to get an expression to cycle through all of the objects in the rbd_fracture_object. dopoption("/obj/dopnet1", "shardGroup0", "Position", "tx") How can I make this evaluate not just shardGroup0, but the other 15 shards? I have the copy sop that creates the group names. Using another copy sop I can use the above dopoption expression to get 1 object at a time. Which is the same problem. Thanks for any help. Quote Link to comment Share on other sites More sharing options...
august Posted March 6, 2008 Author Share Posted March 6, 2008 Heh, I'm an idiot. I'm so used to .mel script, it didn't occur that I can use wildcards. `stamps("../OUT", "DATAPATH", "/obj/dopnet1:shardGroup*/Geometry")` 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.