Akabane Posted November 23, 2010 Share Posted November 23, 2010 Hey guys! As the title, is there a way to make variable values appear in a digital asset interface as not-editable text? For example I have an Asset that creates several variables. I want to make them appear in the asset interface to be able to read them without having to go every time to the details view. Thanks! Quote Link to comment Share on other sites More sharing options...
Owl Posted November 23, 2010 Share Posted November 23, 2010 Hi, have you tried label parameter? Quote Link to comment Share on other sites More sharing options...
Akabane Posted November 23, 2010 Author Share Posted November 23, 2010 Hi, yes but I don't know how to reference the var to it. Using `$NAMEVAR` won't work, and won't work either using "prim". Probably there is some "variable exporting" procedure I don't know anything about T_T Quote Link to comment Share on other sites More sharing options...
graham Posted November 23, 2010 Share Posted November 23, 2010 Parameter interfaces aren't really designed to do this sort of thing. I think the best you could do is create a parameter, set it to always be disabled and then set an expression on the parameter by default that queries your specific information from inside. For example, attached is a digital asset that wraps a Transform SOP and has a parameter the displays the centroid of the geometry in a disabled parameter. descriptive_asset_parms.hip 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.