Releases: schroef/uvlayout_bridge
Releases · schroef/uvlayout_bridge
v.0.7.5 | Added UV Channel preview toggle
v.0.7.41| Fix check app path OSX
added missing check app path for osx
v.0.7.4 | Fix automation Optimize
[v0.7.4] - 2024-07-25
Fixed
- Automation Optimize, didnt do anything code fixed
- Show warning when exporting and custom path doesnt exist or is wrong
Changed
- Code cleanup
- Panel design is using split_property ala 2.8 Design
- Dialog operator now uses duplicate of panel by using wm.call_panel > easier and no double code
- Automation is either pack or optimize, running both commands wasnt doing anything since optimize also packs uvs
v.0.7.3 | Fix export issue when appPath is not set
v.0.7.2 | Update to bl 4.0
[v0.7.2] - 2024-07-23
Fixed
- Changed parameter for OBJ importer and exporter.
Added
- check for different Blender versions, they use different operators and parameters
- Show alert for when custom path does not exist, path turns red
Changed
- info custom path is added to tooltip
- Removed Local check, seems to be working now without issues perhaps due to new view-layer system
v0.7.1 | Updates & Fixes
[v0.7.1] - 2021-11-10
Changed
- get path and files moved to its own function, same code was used 6 times
[v0.7.0] - 2021-11-10
Added
- Export custom path now in export options panel > easier accesible
Changed
- Better check if we cancel or send file back to Blender > returns cancel or done report in bottom
[v0.7.0 - 2021-11-06
Added
- Forced reimport > when commands fails
- Optimize options > auto drops geometry, flattens, optimizes, packs, saves and returns to Blender
- Function to send tmp, edit & obj files to UVlayout. This allows user to easily open them, the ui from UVlayout is very outdated and tedious to work with.
Changed
- If not mods are in mesh gray out menu option
- If 1 UV channel in mesh hide UV layout sub panel
- Moved panel to Tool catergory > save vertical menu from being to crowed
[v0.6.9] - 2021-11-06
Fixed
- Autosave & close kept running when automation was off
[v0.6.8] - 2021-11-04
Fixed
- Concate error in export operator > addon_prefs, "uvlb_winPath" caused error
- OBJ importer > global_clight_size taken out in new OBJ importer
- bl293 'apply_as" has changed
- Check local bool was not working properly. Added warning text, it has issues now and doen not transfering work done in UVlayout
- Missing options for Windows multiple options were not working and added in export
Changed
- Added split_property > new 280 layout method
- Panel uses now sub-panel introduced in 2.80
[v0.6.7] - 20-03-20
Changed
- custom properties saved to addon prefs instead of in scene
Mentioned by Brechts https://developer.blender.org/T74954#895043
https://docs.blender.org/api/current/bpy.types.AddonPreferences.html
Im Skipping this because i want this to be per scene - Changed string path to DIR_PATH
[v0.6.6] - 20-03-19
Fixed
- Warning error Panel class
v0.6.5_2.80 | Fixed collection issue
Fixed
- Error caused by items inside collection
- Non Mesh types where added when "selection only" was off
v0.6.4_2.80 | Pre-release Blender 2.80
Changed
- Popup menu doesnt have 2 buttons at the bottom, makes it more clear what export is
- Label was replace due to new WM menu
- Export button has more logical label
Fixed
- Apply modifier for bl 2.80
Added
- Undo for export operation in case of error or malfunction
v0.6.3_2.80 | Pre-release Blender 2.80
- Added support for Blender 2.80
v0.6.4 | Blender 2.79
Changed
- Popup menu doesn't have 2 buttons at the bottom, makes it more clear what export is
- Label was replace due to new WM menu
- Export button has more logical label
Fixed
- Apply modifier for bl 2.80
Added
- Undo for export operation in case of error or malfunction