tofu_wood 0 Report post Posted April 11 Could you help me transform a geometry like this? Share this post Link to post Share on other sites
alex.torn 2 Report post Posted April 11 you can use groups for example. put all vertex what you are want to move and use transform for your group Share this post Link to post Share on other sites
tofu_wood 0 Report post Posted April 11 2 hours ago, alex.torn said: you can use groups for example. put all vertex what you are want to move and use transform for your group Thank you. And is there any meathod to transform with a single "point wrangle" node"? Actually I want to transform a tour like geo..Something like a tornado but bias the hole. Share this post Link to post Share on other sites
alex.torn 2 Report post Posted April 11 maybe mark vetrex with attributes? trans_point = 0 or 1 and then in point wrangle do what you want. for example: @P.x += x_move * trans_point you can use and "soft selection". mark point with float values and it give you more interested result, like a elastic band... Share this post Link to post Share on other sites