Christoph_H Posted June 20, 2018 Share Posted June 20, 2018 Hi, how is it possible to read the offset from $YMIN, $YMAX, $SIZEY to get values? thanks. Quote Link to comment Share on other sites More sharing options...
tfreitag Posted June 20, 2018 Share Posted June 20, 2018 you could use the bbox expression. $YMIN ect. is a local variable. it works only on few nodes like transform node. so the equivalent expresion: $YMIN --> bbox("../node", D_YMIN) $SIZEY --> bbox("../node", D_YSIZE) etc. hope it helps. Quote Link to comment Share on other sites More sharing options...
Christoph_H Posted June 22, 2018 Author Share Posted June 22, 2018 thats nice. Many 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.