Skip to content

Releases: StjerneIdioten/I3D-Blender-Addon

v4.4.2-dev.3

14 Apr 17:57
566951f
Compare
Choose a tag to compare
v4.4.2-dev.3 Pre-release
Pre-release

4.4.2-dev.3 (2024-04-14)

Bug Fixes

v4.4.2-dev.2

05 Apr 20:46
379a907
Compare
Choose a tag to compare
v4.4.2-dev.2 Pre-release
Pre-release

4.4.2-dev.2 (2024-04-05)

Bug Fixes

  • mesh: fix normals calculation for Blender 4.1 (379a907), closes #208

v4.4.2-dev.1

10 Feb 18:23
Compare
Choose a tag to compare
v4.4.2-dev.1 Pre-release
Pre-release

4.4.2-dev.1 (2024-02-10)

Bug Fixes

  • linked objects: allow linked objects to use different materials (79095ba)

v4.4.1

27 Nov 13:14
4ed9d82
Compare
Choose a tag to compare

4.4.1 (2023-11-27)

Bug Fixes

  • referenceId: Fix collection & refId conflict (54be34a)
  • shape node: Fix merge group and skinned mesh export (4ed9d82)

v4.4.0

24 Nov 23:22
Compare
Choose a tag to compare

4.4.0 (2023-11-24)

Features

  • property: Add new renderedInViewports prop (5024983)
  • props: Add missing Visibility Cond props (8452aed)
  • referenceId: Add referenceId export (8b260c3), closes #190
  • shape: Added curve/spline export support (fbec170)
  • udim: Add the new materials (5924672), closes #175 #176

Bug Fixes

  • binarization: Add missing slash from gamepath (78105ee)
  • i3d mapping: make sure to not modify the rest of the xml file when exporting mappings (90516cb), closes #185 #81

v4.3.0

19 Nov 18:25
46da68c
Compare
Choose a tag to compare

4.3.0 (2023-11-19)

Features

  • binary i3d: Add a button to fetch i3dConverter.exe from GDN (98e125d)
  • binary i3d: Add a button to import i3dConverter.exe path from Giants I3D Exporter Tools (65fe64c)
  • blender: Add support for Blender 4.0 (1dcecf2)
  • export: Add option to Binarize i3d file for export (9345343)
  • exporter: Add the possibility of a custom export ordering by ways of a string prefix (7894d48), closes #167 #184
  • material: Add properties for joint (#169) (2c655fb)
  • merge groups: Update merge group handling (f48c9cb), closes #79 #172
  • mesh: Add bounding volumes (b1db902), closes #171 #164
  • rigidbody: Add remaining rigidbody properties (5d31ce1)
  • various: Add emissiveColor & buildNavMeshMask support (673f482)

Bug Fixes

  • binarization: Add support for space in i3dConverter.exe path and add better error handling (d0067f8)
  • material: Disable export of diffuse color when a texture or emissive map is selected (6c9f393), closes #173 #174
  • merge groups: Fix buggy merge groups when objects were duplicated (4bb028f), closes #187
  • rigid body: Fix bug that disallowed export of dynamic friction (8f25456)

Documentation

  • analytics: Remove Google analytics from documentation (9572e7d)

v4.2.0

26 Feb 16:01
1c485bb
Compare
Choose a tag to compare

4.2.0 (2023-02-26)

Features

  • material: Added support to export mirrors (#161) (8fd692a)

v4.1.1

19 Sep 15:41
b704d78
Compare
Choose a tag to compare

4.1.1 (2022-09-19)

Bug Fixes

  • material: Update material.py for blender 3.3.0 (b704d78), closes #155

v4.1.0

23 Mar 19:48
7f950a7
Compare
Choose a tag to compare

4.1.0 (2022-03-23)

Features

  • i3d-properties: Add property for occluder and lodDistance (7f950a7)

v4.0.0

26 Nov 23:26
Compare
Choose a tag to compare

4.0.0 (2021-11-26)

⚠ BREAKING CHANGES

  • Blender-Version: Can no longer be installed on version <2.93

Features

  • Blender-Version: Bump Blender version to 2.93 (a639e0e)
  • Blender-Version: bump version to 2.92 (2b439f0)
  • material: add export of emissivemap (6f3d2a8), closes #133

Bug Fixes

  • attributes: fix bug in implementation of i3d_property helper function (c831794)
  • Light-UI: Fix an issue in the UI drawing for lights (Thanks @jtsage) (ea9a454), closes #137
  • Shader-Picker: Fix the shader picker to be able to handle shader version 5 (4d3dafb), closes #146

Documentation

  • system-model: add UML for auxilary classes and modules (ec4ef4c)