Move some parts of mesh only?

Halo,
is there any way to move/rotate/scale only some parts of the mesh?
for example on a rubic cube to treat only the corner cubes?
Thanks for any help!

1.jpg

If the Mesh has multiple objects. You can use this method. https://community.vuo.org/t/-/5828.

If you want to build the cube array in Vuo. Go down this route: https://community.vuo.org/t/-/5524

2 Likes

Beside Azy’s methods, I’m not a mesh pro so I may be very wrong but if the mesh has no sub-meshes or child objects it should be doable but somehow is tougher.
You could use Karl Henkel’s custom Parabox nodes (check the Node Gallery) and use Get Mesh Values to isolate the points /vertices you’d want and somehow cut the vertices lists and recreate new objects to apply your rotations to.

However if it’s really about a Rubik Cube, you could easily create one using the Arrange 3D Objects in Grid and apply transformations to the child cube copies


Rubik.vuo (7.17 KB)

Halo,thanks so much to both of you guys!
I’m already re-exporting my collada meshes from Blender as multiple and it works just fine. I suspected it had something to do with Child object node but had no idea how to use it. I will also check out Karl Henkel’s custom Parabox nodes, sounds interesting! I checked the Arrange 3D Objects in Grid…that would be like QC’s Iterator more or less right?
Well,thanks again for your input!

1 Like