rockjail
rockjail
# pytest setup This PR adds setup instructions for using pytest to test the addon. It relies on pytest-blender. It also includes a very simple test case to keep the...
# Necessary changes to create an extension Blender 4.2 introduced extension (and the related platform). These allow for an easier install process. ## details The blender manifest mostly just a...
# Shade smooth fix for blender 4+ Blender 4 introduced `temp_override()` for context overrides. ## fixes * silent exception in blender 4+ for shade smooth * shade smooth applied to...
# Adds option to set how materials are linked + small fix Adds an option to set how materials are linked to a mesh object (use preferences, object or object...
# Refactors UI to make it more compact Updates UI to use rows and columns making it more compact. Old vs new:
# Adds option to toggle vertex merge and set merge distance Adds two options: - Merge vertices by distance: Toggle the merging of vertices by distance for meshes and SubD...
# Adds filehander for drag and drop of 3dm file onto blender This PR adds support to drag and drop 3dm files onto blender. It also adds bl_options, preventing blender...
# Fixes error with removal of temporary files Trying to import a Rhino file with packet texture would sometimes throw an error due to temporary files not being removed properly.
# Fixes issue with failed import due to error thrown With an object selected that is not a mesh, import would fail due to shade smooth throwing and error. Trying...