Releases: function-store/FunctionStore_tools
Releases · function-store/FunctionStore_tools
v2.2
🍏This release includes fixes for Mac users --- my testing on Mac is limited to borrowing friend's machines so please let me know if you find any issues still!
- New feature: hovering over COMPs in the navigation bar while holding
Altwill give the relative path of theiops as well - Fixed OpTemplates, QuickPane hotkeys for Mac users
- Fixed GlobalVolControl for Mac users: instead of using
ui.masterVolume(since it's not supported) this tool sets theVolumeparameter of AudioDeviceOut CHOPs directly! Beware if you are controlling those from elsewere! - Fixed (hacked) tools_ui FolderTabs graphical bug
- Added
Version Ctrlto parameter tab exceptions in CustomParPromoter
v2.1.1
- New Feature ClearPars: Clears broken parameter expressions/binds after copying a COMP (usually from another project). You can do this by Alt-LeftClicking the rightmost (diamond) icon on the toolbar.
- Added Wiki button to open documentation
- Major 2023 variant fixes
- OpTemplates bugfixes
- VolControl sets volume on startup correctly
v2.1.0
- New feature: QuickPane
- Added 2023 variants! Beware:
⚠️ Project .toe files saved in 2023 Official builds can not be loaded back into previous versions of TouchDesigner such as 2022 or 2021 builds. - There might be additional undiscovered bugs in the 2023 variants, please feel free to report them!
- OpTemplates has a new TD2023 Migration guide to move your default templates to the 2023 variant. This is needed for the above mentioned compatibility reasons.
- Minor fixes
- TODO: Mac compatibility updates
- Check the short update video
v2.0.4
- navbar parent info fixed
- volume is set on start to the last slider value
- quicktime readded (mistake)
v2.0.3
- Added relative menuSource to Menu pars for CustomParPromoter
Updates in GlobalOutSelect:
- fixed a bug of some outs not showing
- fixed ordering
- added new feature for drag-and dropping:
--- NullCOMP -> creates an Object COMP with the NullCOMP as Target
--- ContainerCOMP -> creates a Select COMP
v2.0.2
- OpTemplates bugfixes
v2.0.1
- Right clicking 'fx' in the toolbar brings up general settings
- Disabled QuickOp by default as it was a bit buggy
- Disabled default externalization of maps
- Minor fixes and improvements
v2.0
- Syncing/Externalizing certain components and tables
- new features: Parent Hierarchy, Greg's OP Menu Mod, QuickOp, QuickTime,
- ExprHotStrings now has a "secret" shortcut to wrap stuff after #@ in op('...'), so #@noise1.par.amp becomes op('noise1').par.amp, which saves you some nasty keystrokes!
- refactoring
- bugfixes
- READ THE WIKI
v1.1.1
- Fixed HotStrings when having empty lines
v1.1 release
- Added Greg's OP Create Dialog IO Filter Mod
- Major refactor of SwapOPs, works in most scenarios!
- Fixed GlobalOutSelect not always updating
- Fixed AltSelect behavior with docked OPs