rockjail
rockjail
I _think_ simply adding the manifest should not hurt the pre 4.2 addon installation. There are also a few more benefits, like installation with drag and drop onto blender as...
Great! Yeah I didn't want to put too much in the initial PR and kept the test _very_ simple. I plan to add more tests as well :) So turns...
I see. For context, in our workflow, we don't use materials from Rhino (at least at the moment) and would like to stick to the preference set in blender (or...
I ran into the same issue. Here is a small sample file. Tested on blender 4.2 and latest 4.5 [mesh_plane.zip](https://github.com/user-attachments/files/21156779/mesh_plane.zip) From testing this seems to be an issue with rhino3dm...
This is likely due to vertices of meshes being merged during import, see here https://github.com/jesterKing/import_3dm/blob/5465fcadba4af6868d28466d2e18cba6b4e09b1b/import_3dm/converters/render_mesh.py#L107 This is not currently exposed as an import option. You can probably just set `needs_welding...