Skip to content

v2.7.1 hotfix

Compare
Choose a tag to compare
@function-store function-store released this 25 Sep 02:51
· 250 commits to main since this release

Changes:

  • Huge update to QuickExt with a lot of new features to streamline working with Extensions through CustomParTools !
    • New on-extension-init configurable self.par{Parname}, self.eval{Parname} attributes and on{Parname} callbacks!
    • These automatically created attributes are non-promoted (callbacks used to be)
    • There's a lot of configurability
    • Please check the Wiki for more info!!!
  • Updated the default path for ScriptSyncFile in VSCodeTools to create a folder with the parent name if externalizing an Extension script
  • Externalized all major scripts and extensions --- let the AIs feed off my code online!
  • Collected OpMenu mods into one COMP for better overview - (creates dependency from OpTemplates though)
  • Updated UPDATER to skip major version changes by default, unless forced with the f at the end of the tag --- this release is a live test of that feature
  • Toolbar icons can be reordered and disabled
    • Currently by pulsing the custom parameter Open Toolbar Definition (which links to the table /FunctionStore_tools/FNS_Toolbar/ToolbarDef where you can define these)
    • This config does not yet sync globally between project files!
  • Also updated VSCodeTools.tox standalone release

Bugfixes:

  • Fixed conflict with T3D OpMenu mods

  • Fixed ResetPLS Timeline Reset for local timelines

  • Fixed a bug in config saving/loading --- need to add Seq support!

  • Hotfix: added callbacks for full Sequence Blocks

  • Hotfix: fixed non-promoted ParGroup callbacks