Skip to content

Releases: FUSEEProjectTeam/Fusee

v0.13.0

02 Dec 20:37
e2ceecc
Compare
Choose a tag to compare

What's Changed

Read more

v0.12.1

14 May 13:47
Compare
Choose a tag to compare
  • Experimental Mac compatibility
  • Android is broken, use 0.12.0 for now.

What's Changed

  • Bump protobuf from 3.12.2 to 3.20.1 in /src/Tools/BlenderScripts/addons/io_export_fus by @dependabot in #484
  • Bump xunit.runner.visualstudio from 2.4.4 to 2.4.5 by @dependabot in #486
  • Bump protobuf-net from 3.1.0 to 3.1.4 by @dependabot in #489
  • Updated ext/protobuf and fixed path environment by @ASPePeX in #493
  • Updated Wasm NuGet packages by @ASPePeX in #495

Full Changelog: v0.12.0...v0.12.1

v0.12.0

05 May 14:26
Compare
Choose a tag to compare

What's Changed

Dependency updates

  • Bump Microsoft.JSInterop from 6.0.0 to 6.0.1 by @dependabot in #398
  • Bump Microsoft.JSInterop.WebAssembly from 6.0.0 to 6.0.1 by @dependabot in #400
  • Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 6.0.0 to 6.0.1 by @dependabot in #402
  • Bump Microsoft.AspNetCore.Components.Web from 6.0.0 to 6.0.1 by @dependabot in #399
  • Bump Microsoft.AspNetCore.Components.WebAssembly from 6.0.0 to 6.0.1 by @dependabot in #401
  • Bump MSBuild.Sdk.Extras from 3.0.38 to 3.0.44 by @dependabot in #414
  • Bump Microsoft.AspNetCore.Components.Web from 6.0.1 to 6.0.2 by @dependabot in #426
  • Bump Microsoft.JSInterop.WebAssembly from 6.0.1 to 6.0.2 by @dependabot in #427
  • Bump Microsoft.AspNetCore.Components.WebAssembly from 6.0.1 to 6.0.2 by @dependabot in #428
  • Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 6.0.1 to 6.0.2 by @dependabot in #429
  • Bump Microsoft.AspNetCore.Components.Web from 6.0.1 to 6.0.2 by @dependabot in #433
  • Bump Microsoft.JSInterop from 6.0.1 to 6.0.2 by @dependabot in #434
  • Bump Microsoft.JSInterop.WebAssembly from 6.0.1 to 6.0.2 by @dependabot in #435
  • Bump Microsoft.AspNetCore.Components.WebAssembly from 6.0.1 to 6.0.2 by @dependabot in #436
  • Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0 by @dependabot in #440
  • Bump OpenTK from 4.6.7 to 4.7.1 by @dependabot in #439
  • Bump Microsoft.AspNetCore.Components.WebAssembly from 6.0.2 to 6.0.3 by @dependabot in #457
  • Bump Microsoft.JSInterop.WebAssembly from 6.0.2 to 6.0.3 by @dependabot in #458
  • Bump Microsoft.AspNetCore.Components.Web from 6.0.2 to 6.0.3 by @dependabot in #459
  • Bump Microsoft.JSInterop from 6.0.2 to 6.0.3 by @dependabot in #460
  • Bump Microsoft.Extensions.Caching.Memory from 6.0.0 to 6.0.1 by @dependabot in #463
  • Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 6.0.2 to 6.0.3 by @dependabot in #464
  • Bump Xamarin.Legacy.OpenTK from 1.0.1 to 1.0.2 by @dependabot in #467
  • Bump Microsoft.JSInterop from 6.0.3 to 6.0.4 by @dependabot in #473
  • Bump Microsoft.JSInterop.WebAssembly from 6.0.3 to 6.0.4 by @dependabot in #472
  • Bump Microsoft.AspNetCore.Components.Web from 6.0.3 to 6.0.4 by @dependabot in #471
  • Bump Microsoft.AspNetCore.Components.WebAssembly from 6.0.3 to 6.0.4 by @dependabot in #470
  • Bump protobuf-net from 3.0.101 to 3.1.0 by @dependabot in #478
  • Bump SixLabors.ImageSharp from 2.1.0 to 2.1.1 by @dependabot in #477
  • Bump OpenTK from 4.7.1 to 4.7.2 by @dependabot in #482
  • Bump xunit.runner.visualstudio from 2.4.3 to 2.4.4 by @dependabot in #483

Full Changelog: v0.11.2...v0.12.0

v0.11.2

03 Dec 14:32
347eec4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2

The Bleander addon (io_export_fus.zip) was reuploaded on 06 Dec 21 with the proper Protobuf version.

v0.11.1

25 Nov 23:16
42535be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

21 Nov 15:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.2...v0.11.0

v0.10.2

10 May 14:12
bd78f06
Compare
Choose a tag to compare
  • Fixed async asset handler for commandline player

v0.10.1

10 May 12:05
cd5f285
Compare
Choose a tag to compare
Merge pull request #302 from FUSEEProjectTeam/hotfix/Mouse.Wheel

Fixed mouse scroll wheel

v0.10.0

10 May 08:19
a703197
Compare
Choose a tag to compare
  • Async asset handling
  • Fusee.Structures
  • Raycaster
  • OpenTK updated to 4.6.3
  • and a bunch of other fixes

v0.9.1

27 Nov 10:25
Compare
Choose a tag to compare
  • FUSEE and the Blender Exporter are able to export/import Diffuse BSDF and Glossy BSDF Materials from Blender.
    Note that FUSEE will always use the GGX distribution function in Glossy BSDF shaders for now.
  • The respective methods to create such materials in FUSEE itself can be found in MakeEffect.
  • RC.ClearColor is expected to be in linear color space like the rest of the colors we define in the user code.
  • Introduces new log level Verbose.
  • Implementation warnings changed to log level Verbose
  • Fixed and updated NuGet build script. It now packs the blender plugin directly to zip.
  • Fixed DeltaTime documentation.
  • Suppress OpenTK restore warning in DnTemplate & VSTemplate

Nuget