Releases: Hubs-Foundation/hubs-blender-exporter
Releases · Hubs-Foundation/hubs-blender-exporter
1.6.2
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
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
What's Changed
- Make avatar to viewport default to false by @keianhzo in #283
- Scene grabbables support by @keianhzo in #282
- Fix things related to scene-grababbles by @Exairnous in #285
- Prevent data corruption during a migration if components are removed. by @Exairnous in #286
- Improve debugger texts by @keianhzo in #287
- Update Readme by @keianhzo in #294
- Isolate dependencies from other add-ons by @keianhzo in #284
- Support for user components directories by @keianhzo in #290
- Append version to zip output by @keianhzo in #295
- Restore query docs by @keianhzo in #297
- Port to blender4 Merged with blender4-image-export by @Spiderguy-F in #296
- Support importing older scale audio feedback components. by @Exairnous in #298
- Add support for importing reflection probes. by @Exairnous in #299
- Add support for importing old Audio Target components. by @Exairnous in #301
- Fix the import for the Loop Animation component's startOffset property. by @Exairnous in #302
- Report import errors when calling delayed gathers. by @Exairnous in #303
- Don't attempt to assign glTF properties to non-existent Blender properties. by @Exairnous in #304
- Make Blender 4+ nodes default to moving when added. by @Exairnous in #306
- [Mozilla Branding Removal] Remove branding references, URLs, images, etc. by @Exairnous in #305
Full Changelog: 1.5.0...1.6.0
1.5.0
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
- @Spiderguy-F made their first contribution in #269
Full Changelog: 1.4.0...1.5.0
1.4.0
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
- @hrithikwins made their first contribution in #261
Full Changelog: 1.3.0...1.4.0
1.3.0
1.2.1
1.2.0
- 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
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
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 exportgltf_yup
option during export. #196 #204 - Support for components copy between objects: #197
- Adds the missing
Alpha Cutoff
property to the imagecomponent
: #207