Skip to content

Releases: JoseConseco/GoB

v2.0.1 - for blender 2.8

09 Jul 10:16
Compare
Choose a tag to compare

v2.0.1 - for blende 2.8

  • open files using 'with' statement, - this will unlock exchange files even if addon crashes.
  • better obj name decode (in past sometimes blender would not recognize incoming mesh is same as existing scene objecj, because name would not be imported correctly)
  • print more descriptive errors, so that users will have easier time figuring out what may be wrong with theirs goz setup
  • option in preferences to: ignore modifiers, export modifiers, apply and export
  • option to flip object on export (may help some users that were reporting bad mesh orientation)

v3.0.4 - for blender 2.8

18 May 09:28
Compare
Choose a tag to compare
  • fixes latest API changes in blender (missing context.depsgraph()
  • it will only work with blender build after 16 of may
  • fixes to autoupdate
  • link to this github issues tracker, from addon preferences