miMayaPlugins/randomPointOnMesh
2024-10-01 19:59:07 +08:00
..
src Initial commit 2024-10-01 19:59:07 +08:00
CMakeLists.txt Initial commit 2024-10-01 19:59:07 +08:00
README.md Initial commit 2024-10-01 19:59:07 +08:00

pp = cmds.randomPointOnMesh(n=1000)
pList = [pp[i:i+3] for i in range(0, len(pp), 3)]