v2.6.1
New features:
- replaced 'Parent Hierarchy' with iop select
iop select
will display a button next to the navigation bar, that opens a UI listing all iops available to the COMP you are in. These then can be drag-and-dropped to your network editor as selects! You can also use this UI as a general overview and use for navigation.VSCodeTools
update: Python typing stubs can be deployed for components/extensions as well as the default TD typings, read more here- Added GLSL support to VSCodeTools
- OpToClipboard now works with relative paths, meaning you should be able to copy OP references to your clipboard from anywhere to anywhere... with a small caveat:
-
Since there's no telling from TD API where the pasting is happening, the pasted text will have an @ identifier after it, that will automatically resolve to the full relative/shortcut path to the copied OP reference. The base mechanism is the same as ExprHotSprings in the end.
-
Long story short, just ignore the @ that is pasted after and keep typing your expression. It should in the end resolve.
-
Fixes/improvements:
- Greatly improved toolkit idle performance
- ExprHotStrings should be more reliable
- Fixed ParRandomizer to work with toggles and menus as well