Skip to content

Releases: schroef/uvlayout_bridge

v.0.7.5 | Added UV Channel preview toggle

28 Jul 04:12
Compare
Choose a tag to compare
  • uv channel poreview when switch number. this switches uvmap index so we actually can see preview easier

gui-panel-v075

UVchannel.toogle.preview.mp4

v.0.7.41| Fix check app path OSX

26 Jul 15:32
Compare
Choose a tag to compare

added missing check app path for osx

v.0.7.4 | Fix automation Optimize

25 Jul 21:26
Compare
Choose a tag to compare

[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

Panel GUI design is according to 2,8
Dialog Operator Panel-new GUI 02-v074

Dialog popup is using wm.call_panel
Dialog Operator Panel-new GUI -v074

v.0.7.3 | Fix export issue when appPath is not set

24 Jul 21:50
Compare
Choose a tag to compare

Now panel is hidden and red choose application path option is shown.

GUI error when application path not set v073

v.0.7.2 | Update to bl 4.0

24 Jul 20:09
Compare
Choose a tag to compare

[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

16 Nov 17:55
Compare
Choose a tag to compare

[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

[v0.6.6] - 20-03-19
Fixed

  • Warning error Panel class

v0.6.5_2.80 | Fixed collection issue

27 Feb 15:11
Compare
Choose a tag to compare
Pre-release

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

13 Jan 03:03
Compare
Choose a tag to compare
Pre-release

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

12 Jan 21:18
Compare
Choose a tag to compare
Pre-release
  • Added support for Blender 2.80

v0.6.4 | Blender 2.79

13 Jan 03:17
Compare
Choose a tag to compare

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