ela1995 Posted March 4, 2021 Share Posted March 4, 2021 I was trying to move the box up above the ground base on the Y size, but seems like my expression is not correct. Can anyone help me fix it? Quote Link to comment Share on other sites More sharing options...
anim Posted March 4, 2021 Share Posted March 4, 2021 it's because 0 refers to first input geometry and your box has nothing plugged into its input you can reference your sy to move it up by half: 0.5*ch("sizey") or you can append Transform SOP where you will be use bbox() expressionin ty: -bbox(0, D_YMIN) or you can append Match Size SOP and set justify X: None, Y: Min, Z: None Quote Link to comment Share on other sites More sharing options...
ela1995 Posted March 4, 2021 Author Share Posted March 4, 2021 thanks alot. 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.