Skip to content

Releases: JoseConseco/GoB

v3_1_0 - for blender 2.8

29 Apr 21:19
0344f6b

Choose a tag to compare

NEW: added support for face maps
Screen Shot 04-28-20 at 09 52 PM

NEW: additional options can be found in the addon preferences to toggle polygroup to vertexgroup and facemap import
Screen Shot 04-28-20 at 09 56 PM

CHANGES:

  • cleanup addon preference naming and layout updates for 2.9

v3_0_91 - for blender 2.8

11 Feb 20:32

Choose a tag to compare

changelog:

  • object will be added to active collection(s)
    image

  • fix for meshupdate api change in 2.81

  • cleaned up addon properties
    image

v3.0.8 - for blender 2.8

21 Aug 21:20
c0435d6

Choose a tag to compare

  • fixed: shading after import
    image

  • new: option to import object smooth or flat shaded
    image

  • new: option to import vertex color as material (currently replaces existing material)
    image

  • new: option to export materials as polygroups
    image

  • new: option to flip forward axis

  • new: cleanup GoB addon preferences into import, export and global sections
    image

v3.0.6 - for blender 2.8

09 Jul 10:15

Choose a tag to compare

  • timers work again.

v3.0.5 - for blender 2.8

09 Jul 10:16

Choose a tag to compare

  • reverted Timers import listener back to Modal Operator. Timers were causing belnder crashes...

v3.0.2 - for blender 2.8

09 Jul 10:16
6fd122b

Choose a tag to compare

  • Changed modal background listener operator to timers.
  • fix ngons - triangulate them, and join to quads if possible. Do not join tris, that existed on mesh prior to ngons.
  • new icons by kromar

v2.0.1 - for blender 2.8

09 Jul 10:16

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

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