ikoon Posted May 22, 2016 Share Posted May 22, 2016 Hello, please, I create an point attribute with the Point Wrangle this way: v@myvector = {0,1,0}; Then I want to transform the geometry with the Transform SOP, and the vector doesnt transform (rotate, scale). Help tells me to "mark attribute as transforming", but I dont know how to do it using vex. I am a newbie, so I am sorry if this is obvious. The file is attached. vex - mark attribute as transforming.hipnc Quote Link to comment Share on other sites More sharing options...
f1480187 Posted May 22, 2016 Share Posted May 22, 2016 Use settattribtypeinfo function. v@myvector = {0,1,0}; setattribtypeinfo(0, "point", "myvector", "vector"); 1 Quote Link to comment Share on other sites More sharing options...
ikoon Posted May 22, 2016 Author Share Posted May 22, 2016 Great Thank you very much! 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.