Skip to content

Alpha 7

Pre-release
Pre-release

Choose a tag to compare

@vade vade released this 05 Jan 18:06
· 156 commits to main since this release

Alpha 7

Genuary

Screenshot 2026-01-02 at 12 17 37 AM

We are adding samples based off of the Genuary 2026 prompts every day. You can follow along and find our Genurary Fabric graphs here

New Features

  • Preliminary Support for Typecasting!

    • Parameters (grey inlets and outlets) can be connected to one another irregardless of the type
    • Currently supports
      • Bools
      • Index (Integers)
      • Numbers (Float)
      • Strings
    • Need to update for Vector, Matrix / Color etc - stay tuned
  • Add Signal Node

  • Add Number Compare Node

  • Add Mouse Over Hint to Inlet and Outlet to learn more.

  • Update Crosshatch to support transparent compositing

Fixes

  • Fix bug in Feedback Cache that caused subgraphs to not evaluate feedback correctly
  • Fix for Camera Provider Node with new Fabric Image behaviour
  • Fix for Image Provider Node with new Fabric Image behavior
  • Removal of AnyLoggable / "Promotion" of boxed PortValue as Virtual type which we use in our Cache and maybe eventually elsewhere.

What's Changed

  • Features/data type casting cache fixes by @vade in #139

Full Changelog: Releases/Alpha-6...Releases/Alpha-7