Releases: Picalines/outer-scout-blender
Version 0.4.0
Breaking
Blender 4.5 is now required as an LTS release
What's Changed
- fix: relative paths (
//) should now work in Blender 4.5 (#7) - fix:
import_bodyoperator now warns you if the preferences are not saved (#4)
Full Changelog: v0.3.0...v0.4.0
Version 0.3.0
This version updates the addon manifest for Blender 4.2
- The items in the addon preferences are now divided into sections
- The addon archive should now be downloaded from the Releases tab - there are no unnecessary files in it (.gitignore, requirements.txt, etc)
Warning
Check the addon preferences. In Blender 4.2, the mechanism for reading preferences has changed slightly, this may reset your configuration. This does not apply to your objects on the stage - everything should remain as before
Full Changelog: v0.2.0...v0.3.0
Version 0.2.0
This version adds the synchronize operator that you can find in the View panel
It allows you to get/send data from/to Outer Wilds while you're making a scene. The intended use case is to combine it with the misternebula's FreeCam mod, so that you can pick camera locations in game and save them to Blender
Full Changelog: v0.1.2...v0.2.0
Version 0.1.2
- feat: the compositor node now has
BackgroundandZoutputs. You can use them to add effects to game recordings, but not to your models - fix: don't import assets for cameras without the unity object name
Full Changelog: v0.1.1...v0.1.2
Version 0.1.1
This version fixes the error reports. Now the addon writes stack traces to the console only for unknown exceptions. Only a brief summary of the error is displayed in the UI
Version 0.1.0
v0.1.0 doc: forgot to mention the sectors feature