arifakca Posted January 29, 2015 Share Posted January 29, 2015 Hi, i believe its is quite easy i tried all possible combinations with ch and opinput function but couldnt grab transform data to xform node as you see in my attached image. I simply want to grab position data from second input of my asset and sent to 2 level deep xform node. Thanks. Quote Link to comment Share on other sites More sharing options...
arifakca Posted January 29, 2015 Author Share Posted January 29, 2015 Here is image. Quote Link to comment Share on other sites More sharing options...
edward Posted January 30, 2015 Share Posted January 30, 2015 Use something like: vtorigin(opinputpath("../..", 1))[0] <------ x vtorigin(opinputpath("../..", 1))[1] <------ y vtorigin(opinputpath("../..", 1))[2] <------ z Quote Link to comment Share on other sites More sharing options...
arifakca Posted February 1, 2015 Author Share Posted February 1, 2015 i should learn by heart all those functions, thnak you. 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.