Releases: function-store/FunctionStore_tools
Releases · function-store/FunctionStore_tools
v2.3.1
‼️ new minimum requirement TD2023.11600‼️ NEW FEATURE- OpToClipboard:
Ctrl(Cmd)+Shift+C
will copy the currently selected operators name as op('<current_op_name>') to the clipboard to be quickly used in expressions
- OpToClipboard:
- Fixed hotkey conflict of AutoComp/Res for Mac, new hotkey is
alt
- Re-Fixed GlobalVolControl for Mac
- Disabled
olib
for Mac
v2.3.0
🆕NEW FEATURES:
CustomParTools (rightmost diamond icon on the toolbar):
- Ctrl+Alt+Drag an OP (Ctrl+Cmd+Drag on Mac): Promote as iop to parent
- Shift+Alt+LeftClick (Shift+Cmd+LeftClick for Mac): Add Extension to parent
NavBar (the current path below the toolbar):
- Dragging a parameter onto one of the parents in the navbar will promote it to that parent.
- Dragging an operator onto one of the parents in the navbar, and holding Ctrl+Alt (or Ctrl+Cmd) will promote the operator as an iop (internal operator).
SwitchOPs
- Press Ctrl+Tab or (Option+Tab) to switch between the two last selected operator's focus.
🩹BUGFIXES:
- ParGroupPulse type parameters fixed for CustomParPromoter
- Moved
Tweener
inside the toolkit
‼️HOTFIX: v2.2.4hotfix
❗ Contains a hotfix of a bug causing some Execute DATs to not fire dueof some TD bug https://forum.derivative.ca/t/execute-dat-onstart-blocks-other-onstart-callbacks-in-specific-scenario/437935
v2.2.4
- Fixed OpTemplates hotkey for Mac (
Ctrl+Cmd
)
v2.2.3
v2.2.2
- Mac hotkey fixes: now all occurences of
Alt
in the documentation should be substituted withCmd
- For example OpTemplates placement:
Ctrl+Cmd
- AltSelect:
Cmd
- etc
- exception is the toolbar button wiki opening, that is
Option+Right/Middleclick
- For example OpTemplates placement:
- AutoCombine/Res minor change, added Format/RGB option to both
v2.2.1
Alt-RightClicking
any icon in the toolbar will open the relevant wiki in a browser- Fixed some minor bugs
- (Probably the last release supporting 2022 version of TD)
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
Alt
will give the relative path of theiop
s 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 theVolume
parameter of AudioDeviceOut CHOPs directly! Beware if you are controlling those from elsewere! - Fixed (hacked) tools_ui FolderTabs graphical bug
- Added
Version Ctrl
to 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