Follyx Posted October 10, 2015 Share Posted October 10, 2015 Is there a way to show all places where a specific, declared attribute is used? VEX, HScript, Python, integrated or anything else? Quote Link to comment Share on other sites More sharing options...
anim Posted October 10, 2015 Share Posted October 10, 2015 (edited) no EDIT: I mean you can use Python to selectively parse Wrangles, VOP nodes, expressions, etc. to try to figure out what attributes they are trying to read/write but that would not give you clear answer if the code will ever evaluate it etc. plus there is plenty of other nodes taking attribute names as parameters so you would need to figure all of them out, and again it's not sure they will ever use them then there is plenty of compiled nodes where you don't necessarily know what attributes they are silently using inside, etc. so no, I can't imagine any possible way to really get all attributes being used, whether theoretically or literally within current evaluation Edited October 10, 2015 by anim 1 Quote Link to comment Share on other sites More sharing options...
Follyx Posted October 14, 2015 Author Share Posted October 14, 2015 to bad. really to bad. Would make examining or troubleshooting easier. To bad.... Anyway thanks a lot. Quote Link to comment Share on other sites More sharing options...
Guest tar Posted October 14, 2015 Share Posted October 14, 2015 Out of interest, what would the output look like if you could find where attributes are used? Quote Link to comment Share on other sites More sharing options...
Follyx Posted October 31, 2015 Author Share Posted October 31, 2015 Well just for easier examining 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.