pushpathadam Posted April 10, 2009 Share Posted April 10, 2009 Hi, how would one go about importing an objects primitive attribute from sop context to dops. I'm trying to setup a trigger condition ...if this sop attribute is true..make the object part of an active group...if false keep it passive. thanks Tom P Quote Link to comment Share on other sites More sharing options...
stevenong Posted April 10, 2009 Share Posted April 10, 2009 Hey Tom, This works for me in a Group DOP's Group 0 Expression parameter: prim("/obj/dopNetworkName:dopObjectName/Geometry",0,foo,0) This is because the object already has the primitive attribute. If you go to the Details View, go to dopObject > Geometry and you'll see all the attributes. Cheers! steven Quote Link to comment Share on other sites More sharing options...
pushpathadam Posted April 10, 2009 Author Share Posted April 10, 2009 Awesome ... I tweaked it slightly so it can traverse each incoming object and access "attributename" prim("/obj/dopnet1:"+ $OBJNAME + "/Geometry",0,"attributename",0) thanks Steve! Tom 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.