uvlayout_bridge icon indicating copy to clipboard operation
uvlayout_bridge copied to clipboard

Blender Add-On: A bridge between Headus UVlayout and Blender

Results 2 uvlayout_bridge issues
Sort by recently updated
recently updated
newest added

**OS:** - OS: Windows 8.1 **ADDON:** - Version: 0.6.5 **Describe the bug** When I'll trying to push the button "Unwrap in UVlayout", then I get error and traceback. **To Reproduce**...

bug

Currently the plugin does not work with the 4.0 series of Blender. This is due to `bpy.ops.export_scene.obj` being deprecated in favor of `bpy.ops.wm.obj_export`. We can get around this temporarily by...

enhancement