Hello,
I’ve recently observed an interesting behavior in Rhino 8 that I wanted to share and discuss. It appears that when the _SplitDisjointMesh
operation is performed on a set of meshes with UV Mapping attached, the UV Mapping of each individual mesh piece undergoes changes.
Here’s the process I followed:
- I started with a set of joined meshes, each with its own UV Mapping.
- I then performed the
_SplitDisjointMesh
operation on this set. - Post-operation, I noticed that the UV Mapping of every single piece of the now split mesh had changed.
This behavior seems unusual and I’m unsure if it’s a feature or a bug. It’s important to note that this could potentially impact workflows that rely on preserving UV Mapping through the _SplitDisjointMesh
operation.
This behaviour does not happen, as expected, when performing the _Explode
command as you can see from the image below
Has anyone else encountered this issue? Any insights or suggestions would be greatly appreciated.
Thank you for your time and assistance.