Search the Community
Showing results for tags 'modulo'.
-
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?