Skip to content

Release 0.8.4

Latest

Choose a tag to compare

@Aedif Aedif released this 23 Jun 14:26
  • Fixed errors thrown when Permissive mode setting is enabled
  • New API: TokenMagic.togglePreset(placeable, presetName, { action = 'toggle', transient = false})
    • Toggles a preset on the provided placeable/document
    • Args:
      • placeable to toggle the preset on
      • presetName name of the preset to be toggled
      • action (toggle|add|remove) the way the preset should be applied
        • add: applies the preset
        • remove: removes the preset
        • toggle: removes the preset if already active, otherwise applies it
      • transient sets the affect as short-lived, it will not survive scene reload and will only be applied to the triggering user
  • New API: TokenMagic.FilterOverrideManager
    • Manages scene-wide/global overrides of filter properties
    • Work in progress, more information will be available in the next release
    • Key methods:
      • TokenMagic.FilterOverrideManager.setOverride(...)
      • TokenMagic.FilterOverrideManager.animate(...)
  • MATT Compatibility
    • Added a new action Toggle Preset
      • Allows toggling of TMFX presets on selected entities
      • Additionally it allows for the effect to be applied as transient; short-lived and shown only to the selected users
        • Useful for making client side only effects, such as button highlights
image image
clickyTMFX.mp4