Skip to content

Releases: Hubs-Foundation/hubs-blender-exporter

1.6.2

07 Nov 06:49
3a773eb
Compare
Choose a tag to compare

What's Changed

  • Fix reflection probes not baking in Blender versions 4.0 and 4.1 by @Exairnous in #316

Full Changelog: 1.6.1...1.6.2

1.6.1

19 Oct 08:16
2b575e8
Compare
Choose a tag to compare

What's Changed

  • Fix the Navigation Mesh component export for Blender 4.2 by @Exairnous in #312
  • Fix dependency installation error reporting and handling. by @Exairnous in #309
  • Add Blender 4.2+ support for the import/export settings panels by @Exairnous in #310
  • Fix blender 4.2 reflection probe baking and image importing by @Exairnous in #313
  • Fix the default particle emitter source example URL and add a warning by @Exairnous in #314

Full Changelog: 1.6.0...1.6.1

1.6.0

26 Jul 13:06
8ccf0ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.6.0

1.5.0

17 Apr 13:43
634ff15
Compare
Choose a tag to compare

What's Changed

  • Move to current viewport transform when updating scene by @keianhzo in #263
  • Fix python error when using the open image button on reflection probes. by @Exairnous in #268
  • Fix Open Image Relative Path failing - New Try by @Spiderguy-F in #269
  • Fog Settings Only Display Relevant Parameters by @Spiderguy-F in #270
  • Bump version to 1.5.0 by @keianhzo in #279
  • Add support for importing Hubs components from glTF files by @Exairnous in #63
  • Switch the audio-params override to be disabled by default. by @Exairnous in #275
  • Add support for the mirror component. by @Exairnous in #276
  • Restore the fog component's color property to the UI by @Exairnous in #277

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0

13 Feb 11:29
Compare
Choose a tag to compare

What's Changed

  • Scene debugger doc update by @keianhzo in #262 We have added docs for the scene debugger.
  • Avoiding confusing between Blender X axis and Threejs Y Axis in the billboard component by @hrithikwins in #261
  • Scene Debugger: Allow spawning objects when not signed in by @Exairnous in #265
  • Scene publishing support by @keianhzo in #255 Now scenes can be published directly to the target Hubs instance without needing to go through Spoke. The scene publisher supports:
    • Retrieving the scene list
    • Updating the selected scene from the list with the currently opened scene in Blender
    • Publishing a new scene using the currently opened scene in Blender
      The scene publisher it's linked to the currently opened session account, so you need to have an open session with Hubs to use the published.
  • Move to current viewport transform when updating scene by @keianhzo in #263 Now when updating a scene you can make your avatar to be spawned in the same position as the Blender viewport.

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

18 Dec 11:04
5f43404
Compare
Choose a tag to compare

New in this release:

1.2.1

19 Sep 15:15
6cf55d4
Compare
Choose a tag to compare

This release includes:

  • Fix for #239
  • Recast support for M1 Macs: #235

1.2.0

24 Jul 20:46
97f5423
Compare
Choose a tag to compare
  • Blender 3.6 support: #228
  • Automatic nav-mesh generation using recast: #213
  • scene-preview-camera component to match Spoke: #191
  • Blender 'model' component scale off fix: #104
  • Support for listing active actions that are not stashed as NLA tracks: #210
  • Linked objects fixes: #165 #229
  • Fixed memory leaks: #180

For the full update list: https://github.com/MozillaReality/hubs-blender-exporter/milestone/2?closed=1

1.1.1

31 May 12:33
Compare
Choose a tag to compare

This release focuses on compatibility with Blender 3.5:

  • The image encode method call signature has changed in Blender 3.5. This commits adds support for that. #214
  • When iterating over the potential component hosts it was possible that a host could be processed more than once if its name, and subsequently its position within the list, changed during the iteration. To prevent this, iterate over copies of the host lists instead. #219

1.1.0

23 Mar 14:20
83aedee
Compare
Choose a tag to compare

This release includes:

  • Adds missing min/max values to some text component properties. #200
  • Updates particle-emitter component to align the defaults with the Spoke ones, ads a gizmo and adjust the velocity vector axis based on the export gltf_yup option during export. #196 #204
  • Support for components copy between objects: #197
  • Adds the missing Alpha Cutoff property to the image component: #207