-
Notifications
You must be signed in to change notification settings - Fork 196
lib.3d.transform.Switch
Thomas Mann edited this page Jan 17, 2024
·
2 revisions
Switches between connected graphs.
The index starts with 0 for the first input and will wrap on values exceeding the count of connected inputs.
Tip:
- use index -1 to activate non (I.e. disable all)
- use index -2 to activate all
The naming of this operator diverges from the Pick... convention like [PickColor], [PickImage] etc because it also allows to execute "nothing" or all connected inputs. This is a a consequence of command being the only "type" that doesn't return data but only executes connected commands.
Name (Relevancy & Type) | Description |
---|---|
Commands (CommandRequired) | - |
Index (Int32) | - |
OptimizeInvalidation (Boolean) | - |
Name | Type |
---|---|
Output | T3.Core.DataTypes.Command |
Count | System.Int32 |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.
Reference
Getting started
- Basic Concepts
- How Tooll Works
- Keyboard shortcuts
- Video tutorials
- Rendering Videos
- Exporting to Executable
- Creating new Operators
- Tooll for live performances
- Presets and Snapshots
- Optimizing Rendering Performance
- Using backups
- Realtime Rendering for Artists
Advanced features