Skip to content

Releases: Picalines/outer-scout-blender

Version 0.4.0

27 Aug 16:01

Choose a tag to compare

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_body operator now warns you if the preferences are not saved (#4)

Full Changelog: v0.3.0...v0.4.0

Version 0.3.0

21 Jul 15:01

Choose a tag to compare

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

13 Jul 16:25

Choose a tag to compare

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

07 Jul 22:32

Choose a tag to compare

  • feat: the compositor node now has Background and Z outputs. 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

29 Jun 12:15

Choose a tag to compare

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

29 Jun 12:14
b2e093d

Choose a tag to compare

v0.1.0

doc: forgot to mention the sectors feature