Changelog

The format is based on Keep a Changelog.

[104.1.8] - 2022-11-17

  • Fixed code editor not updating after stage reload

[104.1.7] - 2022-11-15

  • Fixed execution attribute types

[104.1.5] - 2022-11-15

  • Fixed adding matrix and quat types

[104.1.4] - 2022-11-14

  • Fixed error spam when node is added to the graph

[104.1.2] - 2022-11-13

  • Generated code version 1: Definition of Token type for slang code instead of uint64_t

  • Slang Node version 2: Code has version metadata

  • Migration from old versions via Upgrade button in the Code editor

[104.1.1] - 2022-11-11

  • Execution type for dynamic attributes

[104.1.0] - 2022-11-10

  • Added matrix and quat types

  • State support output attributes

  • Invisible attributes does not have generated slang functions

  • Renamed exec out constants passed to exec out variables

  • Initializing resource buffers in slang code is not allowed

[0.1.19] - 2022-09-06

  • Slang array bounds checking enabled

  • Generated code can be previewed in the code editor if set exts."omni.slangnode".preview_generated_code = true

  • Slang LLVM compiler can be disabled with exts."omni.slangnode".use_slang_llvm = false

  • Multithreaded compilation can be disabled with exts."omni.slangnode".multithreaded_compilation = false