ndeboar Posted October 4, 2016 Share Posted October 4, 2016 Hey, I thought this would be simple, but I am totally stumped. See the attached hip file. I want each rectangle to scale up (preferably in the local x axis) over time, but with an offset to each piece. In psudo code, I am trying todo something like this: If ($PT < $F) {xScale = PreviousFrameScale + 1;} The current setup is my attempt to do it the a solver sop + attribute wrangle. I can't work out how to scale along just the x axis though, it's a bit of a mess :/ Any ideas? Ta, Nick forOd.hiplc Quote Link to comment Share on other sites More sharing options...
Sean-R Posted October 4, 2016 Share Posted October 4, 2016 Quote Hey Nick, The copy SOP recognises the pscale attribute and will apply that to any copies you put into the left hand side. I've moved the solver to above the copy SOP and wrote a simple if expression, basically what you wrote above. forOd_SeanR.hiplc.hipnc Quote Link to comment Share on other sites More sharing options...
ndeboar Posted October 4, 2016 Author Share Posted October 4, 2016 Ha, of course! I almost had it Thanks Sean. 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.