cloudfx Posted July 10, 2008 Share Posted July 10, 2008 (edited) Hi all, I had a sphere sop, and group sop which have 2 groups under it. I had attribcreate sop node under the group sop. I had primgrouplist("../sphere1") to get a list of groups. It seems like its working fine, but how do I see what is inside of the attribute? Spreadsheet does not show every attributes.. What does exactly spreadsheet do and how do I see every attributes value or information?? Thanks, -J Edited July 14, 2008 by Jae Yoo Quote Link to comment Share on other sites More sharing options...
rdg Posted July 11, 2008 Share Posted July 11, 2008 The spreadsheet by default just shows the point attributes. You need to switch it to primitive attibutes - by clicking the small icon in the upper right corner. Asuming that your attribute is a primitive attribute ... Quote Link to comment Share on other sites More sharing options...
SpencerL Posted July 11, 2008 Share Posted July 11, 2008 (edited) primgrouplist("../sphere1") Also, in order to get the group list, you would need to point to the group node primgrouplist("../group1") Edited July 11, 2008 by SpencerL Quote Link to comment Share on other sites More sharing options...
cloudfx Posted July 12, 2008 Author Share Posted July 12, 2008 (edited) Thanks, I guess thats what I wanted. Edited July 14, 2008 by Jae Yoo Quote Link to comment Share on other sites More sharing options...
cloudfx Posted July 14, 2008 Author Share Posted July 14, 2008 (edited) ADDITIONAL QUESTION When I make a string type prim class attribute such as primgrouplist("../group1"), it should return a space separated list of all the groups in the sop node, right? When I open the spreadsheet and look at the primitive attributes.. it just show me "primgrouplist("../group1")", the expression that I wrote.. HELP! thanks, -Jae Edited July 14, 2008 by Jae Yoo Quote Link to comment Share on other sites More sharing options...
petz Posted July 14, 2008 Share Posted July 14, 2008 you need to put your expression between quotes when creating an string attribute. try `primgrouplist("../group1")` Quote Link to comment Share on other sites More sharing options...
cloudfx Posted July 15, 2008 Author Share Posted July 15, 2008 you need to put your expression between quotes when creating an string attribute.try `primgrouplist("../group1")` Thats what I wanted. Thanks 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.