Skip to content

Releases: PipeRift/AttributesExtension

1.3c

05 Dec 23:04
Compare
Choose a tag to compare

Changes

  • Fixed final value not being updated on instanced objects
  • Added CI/CD

1.3b

25 Oct 06:40
Compare
Choose a tag to compare

Changes

  • Simplified on modified delegates
  • Modified now returns the last value
  • Empty modifiers won't apply to an attribute

1.3a

22 Oct 07:10
Compare
Choose a tag to compare

Changes

  • Improved modifier layout on wide editors.
  • Added HideIncrement, HideLastMultiplier & HideBaseMultiplier metadata to modifiers.

1.3

20 Oct 10:36
Compare
Choose a tag to compare
1.3

Changes

  • Fixed value of attributes not being base value in editor
  • Improved Modifier UI
    UI
  • Fixed autocast nodes
    • FloatAttr -> Float
    • Int32Attr -> Int
    • FloatAttr -> String
    • Int32Attr -> String
  • New API Functions
    • Copy attribute values
    • Make & Break nodes
  • Optimized network efficiency
  • Added networking settings

1.2

04 Sep 07:18
Compare
Choose a tag to compare
1.2

Attributes Extension goes open-source!

1.2 also comes with the following changes:

  • Added Int32 attributes
  • Improved performance
  • Restructured to support new data types
  • Other small changes