garf Posted July 8, 2020 Share Posted July 8, 2020 I've got some geo with 120+ leaf geometries and I'd like to procedurally move each geos uvs to it's own separate UDIM. I'm currently using a for-loop and some modulos but it's not quite working right transform x on uvtransform28 = detail("../foreach_begin8_metadata1", "iteration", 0)%10*2 transform y on uvtransform32 detail("../foreach_begin8_metadata1", "iteration", 0)-detail("../foreach_begin8_metadata1", "iteration", 0)%10 Any ideas? Quote Link to comment Share on other sites More sharing options...
garf Posted July 8, 2020 Author Share Posted July 8, 2020 improvement: transform y on uvtransform32 = (detail("../foreach_begin8_metadata1", "iteration", 0)-detail("../foreach_begin8_metadata1", "iteration", 0)%10)/10 Quote Link to comment Share on other sites More sharing options...
vicvvsh Posted July 8, 2020 Share Posted July 8, 2020 Hi, you can use uv layout SOP with i@udim primitive attribute. udim.hipnc Quote Link to comment Share on other sites More sharing options...
anim Posted July 9, 2020 Share Posted July 9, 2020 or this: https://forums.odforce.net/topic/45875-udims/?tab=comments#comment-214920 1 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.