{
  "id": "window",
  "name": "Window",
  "displayName": "Window",
  "category": "COMP",
  "subcategory": "Components",
  "version": "",
  "lastUpdated": "2025-08-08T00:37:56.250Z",
  "sourceFile": "C:\\Program Files\\Derivative\\TouchDesigner\\Samples\\Learn\\OfflineHelp\\https.docs.derivative.ca\\Window_COMP.htm",
  "url": "",
  "description": "The Window Component allows you to create and maintain a separate floating or fixed window displaying the contents of any Panel or any Node Viewer.",
  "summary": "The Window Component allows you to create and maintain a separate floating or fixed window displaying the contents of any Panel or any Node Viewer.",
  "details": "",
  "usage": "",
  "tips": [],
  "warnings": [],
  "parameters": [
    {
      "id": null,
      "name": "Window Operator",
      "label": "Window Operator",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "From Derivative\n\t\t\n\t\t\n\t\t\n\t\t\n\t\tJump to navigation\n\t\tJump to search\n\t\t\nThe   allows you to create and maintain a separate floating or fixed window displaying the contents of any Panel or any Node Viewer. \nMost frequently you are setting up the   /perform in the default TouchDesigner project. /perform is the default window for Perform Mode. In the Parameter dialog of the  component you adjust its settings such as resolution, centering, and which monitor(s) the window will get displayed on.\nYou then press F1 to go into Perform Mode and operate/display the panel standalone.\nPress Esc over a window to close it and go back to Designer Mode.\nYou can create more  Components, point them to panels or other Operators like TOPs, adjust their parameters and then pulse the parameter Open as Separate  to see its effect.\nUse the -> Window Placement Dialog which controls which window COMPs get displayed on startup. All  COMPS in your project are listed there and you can test them individually.\nA window can be fit to a single monitor, or span several monitors.\nAttach an Info CHOP to the  component - it will show you the window's current location and size, and whether the window is actually open.\nSee also Window, Multiple Monitors.\nwindowCOMP_Class\n\nContents\n \n \n \n \n \n \n \n \n\n\n\n\n\n  winop - Specifies the operator the window will display.\n\n\n\t\t\n  title - Specify the window's title.\n\n\n\n  justifyoffsetto -  - All the positioning parameters below are done relative to the location you specify here. Your window can span more than the specified 'area', it's just used as the reference for positioning. Note for macOS: When using 'Bounds of all Monitors' you must turn off the 'Displays have separate Spaces' toggle in System Preferences > Desktop & Dock > Mission Control, see Multiple_Monitors#macOS for details.\n\n primarymonitor - The primary monitor which is sometimes referred to as the main display in Windows control panel or the primary display in the NVIDIA control panel. specifymonitor - Defines the location to be the monitor specified in the Monitor parameter below. allmonitors - Defines the location to include all monitors. The TaskBar is ignored when using this option.\n\t\n  ignoretaskbar - The Windows taskBar is ignored when this option is 'On'. When off the taskbar is accounted for so position and sizing will not cover it up.\n\n\n\t\t\n  monitor - Specify the monitor index when  is set to Single Monitor.\n\n\n\t\t\n  justifyh -  - Aligns the window horizontally with the monitor or bounds of all monitors.\n\n left - Align window so that left edge coincides with left edge of specified area. center - Align window so that horizontal center coincides with horizontal center of specified area. right - Align window so that right edge coincides with right edge of specified area. mouse - Align window so it opens horizontally centered on the mouse cursor.\n\t\t\n  justifyv -  - Aligns the window vertically with the monitor or bounds of all monitors.\n\n top - Align window so that top edge coincides with top edge of specified area. center - Align window so that vertical center coincides with vertical center of specified area. bottom - Align window so that bottom edge coincides with bottom edge of specified area. mouse - Align window so it opens vertically centered on the mouse cursor.\n\t\t\n  winoffset -  - Horizontal offset applied to window after justifying.\n\n winoffsetx - Horizontal offset applied to window after justifying. winoffsety - Vertical offset applied to window after justifying.\n\t\t\n  single - This menu has options for shifting the opening window. You can either shift to a single monitor or shift to the monitor the cursor is over when the window opens.\n\n\n\n  dpiscaling -  - Options for managing DPI scaling on high DPI monitors. To inspect a monitor's DPI scaling setting, you can use the Monitors DAT and refer to the dpi_scale column.\n\n native - Uses the full resolution of the monitor's native pixels, regardless of the operating system's display scaling setting for that monitor. ie Display Scale = 1.0 usedpiscale - Uses the resolution set by the operating system's display scaling setting for that monitor. For example, a 3840x2160 monitor with display scaling set to 2.0 results in an addressable resolution of 1920x1080. On Windows system this would be a Display Scaling setting of 200%.\n\t\t\n  size -  - Determines how the size of the window is determined.\n\n automatic - Determines the size automatically from the size of the / specified. fill - Fills the location specified in the  parameter above. custom - Use the  and  parameters below to specify a custom size.\n\t\t\n  winw - The width of the window when Opening Size parameter is set to Custom.\n\n\n\t\t\n  winh - The height of the window when Opening Size parameter is set to Custom.\n\n\n\t\t\n  update - When the window is open you can reposition and resize it. Clicking this button will then read its current windows settings and apply them to the parameters above.\n\n\n\n  borders - Controls whether or not the window contains borders and a title bar.\n\n\n\t\t\n  bordersinsize - When 'On' the borders are included in the size of the window.\n\n\n\t\t\n  alwaysontop - Controls whether or not the window always sits atop other floating windows.\n\n\n\t\t\n  cursorvisible -  - Controls whether or not the cursor remains visible when over this window.\n\n nocursor - The cursor is never visible over the window. cursoronmove - The cursor will only be visible when moving and for a short period after it stops moving. alwaysvisible - The cursor will always be visble when over the window.\n\t\t\n  closeescape - When 'On' pressing the escape key over this window will close it.\tTIP: Shift-Escape will always close it, whether this parameter is on or off.\n\n\n\t\t\n  interact - Enables interactions with the operator specified in the  Operator parameter.\n\n\n\t\t\n  allowminimize - Enables the window to be minimized in the taskbar (dock in macOS).\n\n\n\t\n  vsyncmode -  - Controls how the window is updated with regards to V-Sync. Enabled means it will update in sync with the monitors refresh which avoids tearing and lost frames. Disabled means it can update at any point during the refresh which can result in tearing or lost frames.  is Half Monitor Rate should be used when doing things such as running a 30fps file on a 60Hz display. This makes each update be shown for exactly 2 refreshes which keeps motion looking smooth.\n\n disabled - Vertical Sync off. enabled - Vertical Sync on. halfmonitorrate - This allows you to run your project at 30FPS on a 60Hz monitor, but ensuring every image is shown for exactly 2 refreshes. Without this option an image may be shown for 1 or 3 refreshes, which makes the content look like it is stuttering. Currently this feature is not functional in the 2022.20000+ series of builds, but we hope to bring back this feature when Vulkan adds support for it.\n\t\t\n  drawwindow - When disabled the window will not update it's contents at all. Useful for processes that arn't doing rendering such as Audio or networking processes, or for when using VR devices.\n\n\n\t\t\n  hwframelock - Provides multi- frame-lock sync using Nvidia Quadro Sync and AMD S400 sync cards. For more information, see Syncing Multiple Computers and Hardware Frame Lock.\n\n\n\t\t\n  openglstereo - No longer supported. Turn 'On' when using openGL stereoscopic output.\n\n\n\t\t\n  winrightop - No longer supported. This parameter is enabled when the OpenGL Stereo parameter above is turned on. Specify the Camera COMP used for the right eye here.\n\n\n\t\n  performance - Opens this   in Perform Mode. Any   can be set as default Perform  (opens using F1 shortcut) using the Window Placement Dialog. This button allows you to open this   in  without changing what is currently selected as the 'default' Perform .\n\n\n\t\t\n  winopen - Opens this   as its own floating window, not as the Perform . Useful for things such as dialog boxes, popups, or testing, but should not be used for putting final rendered content to outputs. Use a single large Perform  for that instead of separate windows.\n\n\n\t\t\n  winclose - Closes the window, if it's open.\n\n\n\t\t\n  setperform - Permanently changes the Perform  setting in the  Placement dialog to this window.\n\n\n\t\t\n  opendialog - A shortcut to open the  Placement dialog.\n\n\n\t\t\n  includedialog - When 'On' this   will be displayed in the  Placement .\n\n\n\n\n\nThe  parameter page sets the component's python extensions.  Please see extensions for more information.\n\n  ext - Sequence of info for creating extensions on this component\n\n\n\n  ext0object - A number of class instances that can be attached to the component.\n\n\n    \n  ext0name - Optional name to search by, instead of the instance class name.\n\n\n\n  ext0promote - Controls whether or not the extensions are visible directly at the component level, or must be accessed through the .ext member.  Example:  n.Somefunction vs n.ext.Somefunction\n\n\n\n\n  reinitextensions - Recompile all extension objects. Normally extension objects are compiled only when they are referenced and their definitions have changed.\n\n\n\n\n\nThe Common parameter page sets the component's node viewer and clone relationships.\n\n  parentshortcut - Specifies a name you can use anywhere inside the component as the path to that component. See Parent Shortcut.\n\n\n\n  opshortcut - Specifies a name you can use anywhere at all as the path to that component. See Global OP Shortcut.\n\n\n\n  iop - Sequence header for internal operators.\n\n\n\n  iop0shortcut - Specifies a name you can use anywhere inside the component as a path to \"Internal \" below. See Internal Operators.\n\n\n\n  iop0op - The path to the Internal OP inside this component. See Internal Operators.\n\n\n\n\n  opviewer - Select which operator's node viewer to use when the Node View parameter above is set to Operator .\n\n\n\n  enablecloning - Control if the OP should be actively cloneing. Turning this off causes this node to stop cloning it's ' Master'.\n\n\n\n  enablecloningpulse - Instantaneously clone the contents.\n\n\n\n  clone -  to a component used as the Master Clone.\n\n\n\n  loadondemand - Loads the component into memory only when required. Good to use for components that are not always used in the project.\n\n\n\n  enableexternaltox - When on (default), the external  file will be loaded when the  starts and the contents of the  will match that of the external . This can be turned off to avoid loading from the referenced external  on startup if desired (the contents of the  are instead loaded from the  file). Useful if you wish to have a  reference an external  but not always load from it unless you specifically push the Re-Init Network parameter button.\n\n\n\n  enableexternaltoxpulse - This button will re-load from the external  file (if present).\n\n\n\n  externaltox -  to a  file on disk which will source the component's contents upon start of a . This allows for components to contain networks that can be updated independently. If the  file can not be found, whatever the  file was saved with will be loaded.\n\n\n\n  reloadcustom - When this checkbox is enabled, the values of the component's Custom Parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.\n\n\n\n  reloadbuiltin - When this checkbox is enabled, the values of the component's built-in parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.\n\n\n\n  savebackup - When this checkbox is enabled, a backup copy of the component specified by the External  parameter is saved in the  file.  This backup copy will be used if the External  can not be found. This may happen if the  was renamed, deleted, or the  file is running on another computer that is missing component media.\n\n\n\n  subcompname - When loading from an External  file, this option allows you to reach into the  and pull out a  and make that the top-level , ignoring everything else in the file (except for the contents of that ). For example if a  file named project1 contains project1/geo1, putting geo1 as the Sub- to Load, will result in geo1 being loaded in place of the current . If this parameter is blank, it just loads the  file normally using the top level  in the file.\n\n\n\n  relpath -  - Set whether the child file paths within this  are relative to the  itself or the , or inherit from parent.\n\n inherit - Inherit setting from parent. project - The path, when specified as a relative path, will be relative to the  file. externaltox - The path, when specified as a relative path, will be relative to the  file. When no external  file is specified, or when Enable External  is not toggled on, this doesn't have any impact.\n\n\n\nExtra Information for the   can be accessed via an Info CHOP.\n\n\n - - - - - - -\n - Number of children in this component.\n - Number of times the operator has cooked since the process started. - Duration of the last cook in milliseconds. - Frame number when this operator was last cooked relative to the component timeline. - Frame number when this operator was last cooked relative to the absolute time. - Time in milliseconds at which the operator started cooking in the frame it was cooked. - Time in milliseconds at which the operator finished cooking in the frame it was cooked. - 1 if operator was cooked this frame. - Number of warnings in this operator if any. - Number of errors in this operator if any.\nTouchDesigner Build: Latest\\nwikieditorwikieditorwikieditorwikieditorwikieditor2021.100002018.28070before 2018.28070\nCOMPs\n• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • \n\nA Window in TouchDesigner is a window in Microsoft Windows or macOS that contains either (1) the TouchDesigner editing interface that exists in Designer Mode, or (2) a user-created Panel inside a Window Component. The user-created windows can span Multiple Monitors borderless, or be floating windows with borders, or popups.\n\n\n\nAn Operator Family that contains its own Network. There are sixteen 3D Object Component and ten 2D Panel Component types. See also Network Path.\n\n\n\nAn Operator Family that contains its own Network. There are sixteen 3D Object Component and ten 2D Panel Component types. See also Network Path.\n\n\n\nAny floating window that is not a Pane or Viewer.\n\n\n\nAny of the procedural data operators. OPs do all the work in TouchDesigner. They \"cook\" and output data to other OPs, which ultimately result in new images, data and audio being generated. See Node.\n\n\n\nAn Operator Family that creates, composites and modifies images, and reads/writes images and movies to/from files and the network. TOPs run on the graphics card's GPU.\n\n\n\nThe Frames-per-Second that TouchDesigner's Timeline runs at. Set with project.cookRate.\n\n\n\nThe term \"Frame\" is a measurement of time used (1) in the Timeline, (2) as a time-unit in CHOPs, and (3) as a time unit in movie files that are read into TOPs and written out from TOPs. The frame rate is the frames per second (FPS).\n\n\n\nThe Graphics Processing Unit. This is the high-speed, many-core processor of the graphics card/chip that takes geometry, images and data from the CPU and creates images and processed data.\n\n\n\nPerform Mode is an optimized mode for live performance that only renders one specified Window COMP which is one window that contains your video outputs and your (optional) control interface. In Perform Mode the network editing window is not open - you edit your networks in Designer Mode.  Alternate with F1 and Esc.\n\n\n\nAny component can be extended with its own Python classes which contain python functions and data.\n\n\n\nThe sub-Family of Component types that are used to define and render 3D scenes. A Geometry Component is an Object that contains the 3D shapes to render. A Camera COMP and Light COMP are other Object types. Separately, \"Objects\" also refers to Python objects.\n\n\n\nA Parent Shortcut is a parameter on a component that contains a name that you can use anywhere inside the component to refer to that component using the syntax parent.Name, for example parent.Effect.width to obtain panel width.\n\n\n\nA name for a component that is accessible from any node in a project, which can be declared in a component's Global Operator Shortcut parameter.\n\n\n\nAny of the procedural data operators. OPs do all the work in TouchDesigner. They \"cook\" and output data to other OPs, which ultimately result in new images, data and audio being generated. See Node.\n\n\n\nOperator shortcuts are Python objects that return operators (or sometimes parameters). These include Parent Shortcuts for accessing a component from within that component, and Global OP Shortcuts that access a unique component from anywhere in TouchDesigner.\n\n\n\nThe viewer of a node can be (1) the interior of a node (the Node Viewer), (2) a floating window (RMB->View... on node), or (3) a Pane that graphically shows the results of an operator.\n\n\n\nCloning makes multiple components match the contents of a master component. A Component whose Clone parameter is set will be forced to contain the same nodes, wiring and parameters as its master component. Cloning does not create new components as does the Replicator COMP.\n\n\n\nTo \"pulse\" a parameter is to send it a signal from (1) an exported CHOP channel or (2) a python command or (3) a mouse click that causes a new action to occur immediately. A pulse via python is via the .pulse() function on a pulse-type parameter, such as Reset parameter in a Speed CHOP. A pulse from a CHOP is typically a 0 to 1 to 0 signal in an exported channel.\n\n\n\nThe location of an operator within the TouchDesigner environment, for example, /geo1/circle1, a node called circle1 in a component called geo1. The path / is called Root. This path is displayed at the top of every Pane, showing which Component's network you are currently in. To refer instead to a filesystem folder, directory, disk file or http: address, see Folder.\n\n\n\nTouchDesigner Component file, the file type used to save a Component of your TouchDesigner project.\n\n\n\nTOuch Environment file, the file type used by TouchDesigner to save your entire project.\n\n\n\nThere are 2 kinds of parenting. The \"parent component\" is the component in which a node resides. The metaphor is extended to include grand parents, grand-grand parents, etc. The root / is the ultimate parent to all nodes. See also 3D Parenting and panel Parenting.\n\n\n\nAn Operator Family which operate on Channels (a sequence of numbers (Samples)) which are used for animation, audio, mathematics, simulation, logic, UI construction, and data streamed from/to devices and protocols.\n\n\n\n\n\n\n\n\nRetrieved from \"https://docs.derivative.ca/index.php?title=Window_COMP&oldid=32450\"\n\t\tCategory: COMPs",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.241Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Window Operator",
      "label": "Window Operator",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "From Derivative\n\t\t\n\t\t\n\t\t\n\t\t\n\t\tJump to navigation\n\t\tJump to search\n\t\t\nThe   allows you to create and maintain a separate floating or fixed window displaying the contents of any Panel or any Node Viewer. \nMost frequently you are setting up the   /perform in the default TouchDesigner project. /perform is the default window for Perform Mode. In the Parameter dialog of the  component you adjust its settings such as resolution, centering, and which monitor(s) the window will get displayed on.\nYou then press F1 to go into Perform Mode and operate/display the panel standalone.\nPress Esc over a window to close it and go back to Designer Mode.\nYou can create more  Components, point them to panels or other Operators like TOPs, adjust their parameters and then pulse the parameter Open as Separate  to see its effect.\nUse the -> Window Placement Dialog which controls which window COMPs get displayed on startup. All  COMPS in your project are listed there and you can test them individually.\nA window can be fit to a single monitor, or span several monitors.\nAttach an Info CHOP to the  component - it will show you the window's current location and size, and whether the window is actually open.\nSee also Window, Multiple Monitors.\nwindowCOMP_Class\n\nContents\n \n \n \n \n \n \n \n \n\n\n\n\n\n  winop - Specifies the operator the window will display.\n\n\n\t\t\n  title - Specify the window's title.\n\n\n\n  justifyoffsetto -  - All the positioning parameters below are done relative to the location you specify here. Your window can span more than the specified 'area', it's just used as the reference for positioning. Note for macOS: When using 'Bounds of all Monitors' you must turn off the 'Displays have separate Spaces' toggle in System Preferences > Desktop & Dock > Mission Control, see Multiple_Monitors#macOS for details.\n\n primarymonitor - The primary monitor which is sometimes referred to as the main display in Windows control panel or the primary display in the NVIDIA control panel. specifymonitor - Defines the location to be the monitor specified in the Monitor parameter below. allmonitors - Defines the location to include all monitors. The TaskBar is ignored when using this option.\n\t\n  ignoretaskbar - The Windows taskBar is ignored when this option is 'On'. When off the taskbar is accounted for so position and sizing will not cover it up.\n\n\n\t\t\n  monitor - Specify the monitor index when  is set to Single Monitor.\n\n\n\t\t\n  justifyh -  - Aligns the window horizontally with the monitor or bounds of all monitors.\n\n left - Align window so that left edge coincides with left edge of specified area. center - Align window so that horizontal center coincides with horizontal center of specified area. right - Align window so that right edge coincides with right edge of specified area. mouse - Align window so it opens horizontally centered on the mouse cursor.\n\t\t\n  justifyv -  - Aligns the window vertically with the monitor or bounds of all monitors.\n\n top - Align window so that top edge coincides with top edge of specified area. center - Align window so that vertical center coincides with vertical center of specified area. bottom - Align window so that bottom edge coincides with bottom edge of specified area. mouse - Align window so it opens vertically centered on the mouse cursor.\n\t\t\n  winoffset -  - Horizontal offset applied to window after justifying.\n\n winoffsetx - Horizontal offset applied to window after justifying. winoffsety - Vertical offset applied to window after justifying.\n\t\t\n  single - This menu has options for shifting the opening window. You can either shift to a single monitor or shift to the monitor the cursor is over when the window opens.\n\n\n\n  dpiscaling -  - Options for managing DPI scaling on high DPI monitors. To inspect a monitor's DPI scaling setting, you can use the Monitors DAT and refer to the dpi_scale column.\n\n native - Uses the full resolution of the monitor's native pixels, regardless of the operating system's display scaling setting for that monitor. ie Display Scale = 1.0 usedpiscale - Uses the resolution set by the operating system's display scaling setting for that monitor. For example, a 3840x2160 monitor with display scaling set to 2.0 results in an addressable resolution of 1920x1080. On Windows system this would be a Display Scaling setting of 200%.\n\t\t\n  size -  - Determines how the size of the window is determined.\n\n automatic - Determines the size automatically from the size of the / specified. fill - Fills the location specified in the  parameter above. custom - Use the  and  parameters below to specify a custom size.\n\t\t\n  winw - The width of the window when Opening Size parameter is set to Custom.\n\n\n\t\t\n  winh - The height of the window when Opening Size parameter is set to Custom.\n\n\n\t\t\n  update - When the window is open you can reposition and resize it. Clicking this button will then read its current windows settings and apply them to the parameters above.\n\n\n\n  borders - Controls whether or not the window contains borders and a title bar.\n\n\n\t\t\n  bordersinsize - When 'On' the borders are included in the size of the window.\n\n\n\t\t\n  alwaysontop - Controls whether or not the window always sits atop other floating windows.\n\n\n\t\t\n  cursorvisible -  - Controls whether or not the cursor remains visible when over this window.\n\n nocursor - The cursor is never visible over the window. cursoronmove - The cursor will only be visible when moving and for a short period after it stops moving. alwaysvisible - The cursor will always be visble when over the window.\n\t\t\n  closeescape - When 'On' pressing the escape key over this window will close it.\tTIP: Shift-Escape will always close it, whether this parameter is on or off.\n\n\n\t\t\n  interact - Enables interactions with the operator specified in the  Operator parameter.\n\n\n\t\t\n  allowminimize - Enables the window to be minimized in the taskbar (dock in macOS).\n\n\n\t\n  vsyncmode -  - Controls how the window is updated with regards to V-Sync. Enabled means it will update in sync with the monitors refresh which avoids tearing and lost frames. Disabled means it can update at any point during the refresh which can result in tearing or lost frames.  is Half Monitor Rate should be used when doing things such as running a 30fps file on a 60Hz display. This makes each update be shown for exactly 2 refreshes which keeps motion looking smooth.\n\n disabled - Vertical Sync off. enabled - Vertical Sync on. halfmonitorrate - This allows you to run your project at 30FPS on a 60Hz monitor, but ensuring every image is shown for exactly 2 refreshes. Without this option an image may be shown for 1 or 3 refreshes, which makes the content look like it is stuttering. Currently this feature is not functional in the 2022.20000+ series of builds, but we hope to bring back this feature when Vulkan adds support for it.\n\t\t\n  drawwindow - When disabled the window will not update it's contents at all. Useful for processes that arn't doing rendering such as Audio or networking processes, or for when using VR devices.\n\n\n\t\t\n  hwframelock - Provides multi- frame-lock sync using Nvidia Quadro Sync and AMD S400 sync cards. For more information, see Syncing Multiple Computers and Hardware Frame Lock.\n\n\n\t\t\n  openglstereo - No longer supported. Turn 'On' when using openGL stereoscopic output.\n\n\n\t\t\n  winrightop - No longer supported. This parameter is enabled when the OpenGL Stereo parameter above is turned on. Specify the Camera COMP used for the right eye here.\n\n\n\t\n  performance - Opens this   in Perform Mode. Any   can be set as default Perform  (opens using F1 shortcut) using the Window Placement Dialog. This button allows you to open this   in  without changing what is currently selected as the 'default' Perform .\n\n\n\t\t\n  winopen - Opens this   as its own floating window, not as the Perform . Useful for things such as dialog boxes, popups, or testing, but should not be used for putting final rendered content to outputs. Use a single large Perform  for that instead of separate windows.\n\n\n\t\t\n  winclose - Closes the window, if it's open.\n\n\n\t\t\n  setperform - Permanently changes the Perform  setting in the  Placement dialog to this window.\n\n\n\t\t\n  opendialog - A shortcut to open the  Placement dialog.\n\n\n\t\t\n  includedialog - When 'On' this   will be displayed in the  Placement .\n\n\n\n\n\nThe  parameter page sets the component's python extensions.  Please see extensions for more information.\n\n  ext - Sequence of info for creating extensions on this component\n\n\n\n  ext0object - A number of class instances that can be attached to the component.\n\n\n    \n  ext0name - Optional name to search by, instead of the instance class name.\n\n\n\n  ext0promote - Controls whether or not the extensions are visible directly at the component level, or must be accessed through the .ext member.  Example:  n.Somefunction vs n.ext.Somefunction\n\n\n\n\n  reinitextensions - Recompile all extension objects. Normally extension objects are compiled only when they are referenced and their definitions have changed.\n\n\n\n\n\nThe Common parameter page sets the component's node viewer and clone relationships.\n\n  parentshortcut - Specifies a name you can use anywhere inside the component as the path to that component. See Parent Shortcut.\n\n\n\n  opshortcut - Specifies a name you can use anywhere at all as the path to that component. See Global OP Shortcut.\n\n\n\n  iop - Sequence header for internal operators.\n\n\n\n  iop0shortcut - Specifies a name you can use anywhere inside the component as a path to \"Internal \" below. See Internal Operators.\n\n\n\n  iop0op - The path to the Internal OP inside this component. See Internal Operators.\n\n\n\n\n  opviewer - Select which operator's node viewer to use when the Node View parameter above is set to Operator .\n\n\n\n  enablecloning - Control if the OP should be actively cloneing. Turning this off causes this node to stop cloning it's ' Master'.\n\n\n\n  enablecloningpulse - Instantaneously clone the contents.\n\n\n\n  clone -  to a component used as the Master Clone.\n\n\n\n  loadondemand - Loads the component into memory only when required. Good to use for components that are not always used in the project.\n\n\n\n  enableexternaltox - When on (default), the external  file will be loaded when the  starts and the contents of the  will match that of the external . This can be turned off to avoid loading from the referenced external  on startup if desired (the contents of the  are instead loaded from the  file). Useful if you wish to have a  reference an external  but not always load from it unless you specifically push the Re-Init Network parameter button.\n\n\n\n  enableexternaltoxpulse - This button will re-load from the external  file (if present).\n\n\n\n  externaltox -  to a  file on disk which will source the component's contents upon start of a . This allows for components to contain networks that can be updated independently. If the  file can not be found, whatever the  file was saved with will be loaded.\n\n\n\n  reloadcustom - When this checkbox is enabled, the values of the component's Custom Parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.\n\n\n\n  reloadbuiltin - When this checkbox is enabled, the values of the component's built-in parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.\n\n\n\n  savebackup - When this checkbox is enabled, a backup copy of the component specified by the External  parameter is saved in the  file.  This backup copy will be used if the External  can not be found. This may happen if the  was renamed, deleted, or the  file is running on another computer that is missing component media.\n\n\n\n  subcompname - When loading from an External  file, this option allows you to reach into the  and pull out a  and make that the top-level , ignoring everything else in the file (except for the contents of that ). For example if a  file named project1 contains project1/geo1, putting geo1 as the Sub- to Load, will result in geo1 being loaded in place of the current . If this parameter is blank, it just loads the  file normally using the top level  in the file.\n\n\n\n  relpath -  - Set whether the child file paths within this  are relative to the  itself or the , or inherit from parent.\n\n inherit - Inherit setting from parent. project - The path, when specified as a relative path, will be relative to the  file. externaltox - The path, when specified as a relative path, will be relative to the  file. When no external  file is specified, or when Enable External  is not toggled on, this doesn't have any impact.\n\n\n\nExtra Information for the   can be accessed via an Info CHOP.\n\n\n - - - - - - -\n - Number of children in this component.\n - Number of times the operator has cooked since the process started. - Duration of the last cook in milliseconds. - Frame number when this operator was last cooked relative to the component timeline. - Frame number when this operator was last cooked relative to the absolute time. - Time in milliseconds at which the operator started cooking in the frame it was cooked. - Time in milliseconds at which the operator finished cooking in the frame it was cooked. - 1 if operator was cooked this frame. - Number of warnings in this operator if any. - Number of errors in this operator if any.\nTouchDesigner Build: Latest\\nwikieditorwikieditorwikieditorwikieditorwikieditor2021.100002018.28070before 2018.28070\nCOMPs\n• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • \n\nA Window in TouchDesigner is a window in Microsoft Windows or macOS that contains either (1) the TouchDesigner editing interface that exists in Designer Mode, or (2) a user-created Panel inside a Window Component. The user-created windows can span Multiple Monitors borderless, or be floating windows with borders, or popups.\n\n\n\nAn Operator Family that contains its own Network. There are sixteen 3D Object Component and ten 2D Panel Component types. See also Network Path.\n\n\n\nAn Operator Family that contains its own Network. There are sixteen 3D Object Component and ten 2D Panel Component types. See also Network Path.\n\n\n\nAny floating window that is not a Pane or Viewer.\n\n\n\nAny of the procedural data operators. OPs do all the work in TouchDesigner. They \"cook\" and output data to other OPs, which ultimately result in new images, data and audio being generated. See Node.\n\n\n\nAn Operator Family that creates, composites and modifies images, and reads/writes images and movies to/from files and the network. TOPs run on the graphics card's GPU.\n\n\n\nThe Frames-per-Second that TouchDesigner's Timeline runs at. Set with project.cookRate.\n\n\n\nThe term \"Frame\" is a measurement of time used (1) in the Timeline, (2) as a time-unit in CHOPs, and (3) as a time unit in movie files that are read into TOPs and written out from TOPs. The frame rate is the frames per second (FPS).\n\n\n\nThe Graphics Processing Unit. This is the high-speed, many-core processor of the graphics card/chip that takes geometry, images and data from the CPU and creates images and processed data.\n\n\n\nPerform Mode is an optimized mode for live performance that only renders one specified Window COMP which is one window that contains your video outputs and your (optional) control interface. In Perform Mode the network editing window is not open - you edit your networks in Designer Mode.  Alternate with F1 and Esc.\n\n\n\nAny component can be extended with its own Python classes which contain python functions and data.\n\n\n\nThe sub-Family of Component types that are used to define and render 3D scenes. A Geometry Component is an Object that contains the 3D shapes to render. A Camera COMP and Light COMP are other Object types. Separately, \"Objects\" also refers to Python objects.\n\n\n\nA Parent Shortcut is a parameter on a component that contains a name that you can use anywhere inside the component to refer to that component using the syntax parent.Name, for example parent.Effect.width to obtain panel width.\n\n\n\nA name for a component that is accessible from any node in a project, which can be declared in a component's Global Operator Shortcut parameter.\n\n\n\nAny of the procedural data operators. OPs do all the work in TouchDesigner. They \"cook\" and output data to other OPs, which ultimately result in new images, data and audio being generated. See Node.\n\n\n\nOperator shortcuts are Python objects that return operators (or sometimes parameters). These include Parent Shortcuts for accessing a component from within that component, and Global OP Shortcuts that access a unique component from anywhere in TouchDesigner.\n\n\n\nThe viewer of a node can be (1) the interior of a node (the Node Viewer), (2) a floating window (RMB->View... on node), or (3) a Pane that graphically shows the results of an operator.\n\n\n\nCloning makes multiple components match the contents of a master component. A Component whose Clone parameter is set will be forced to contain the same nodes, wiring and parameters as its master component. Cloning does not create new components as does the Replicator COMP.\n\n\n\nTo \"pulse\" a parameter is to send it a signal from (1) an exported CHOP channel or (2) a python command or (3) a mouse click that causes a new action to occur immediately. A pulse via python is via the .pulse() function on a pulse-type parameter, such as Reset parameter in a Speed CHOP. A pulse from a CHOP is typically a 0 to 1 to 0 signal in an exported channel.\n\n\n\nThe location of an operator within the TouchDesigner environment, for example, /geo1/circle1, a node called circle1 in a component called geo1. The path / is called Root. This path is displayed at the top of every Pane, showing which Component's network you are currently in. To refer instead to a filesystem folder, directory, disk file or http: address, see Folder.\n\n\n\nTouchDesigner Component file, the file type used to save a Component of your TouchDesigner project.\n\n\n\nTOuch Environment file, the file type used by TouchDesigner to save your entire project.\n\n\n\nThere are 2 kinds of parenting. The \"parent component\" is the component in which a node resides. The metaphor is extended to include grand parents, grand-grand parents, etc. The root / is the ultimate parent to all nodes. See also 3D Parenting and panel Parenting.\n\n\n\nAn Operator Family which operate on Channels (a sequence of numbers (Samples)) which are used for animation, audio, mathematics, simulation, logic, UI construction, and data streamed from/to devices and protocols.\n\n\n\n\n\n\n\n\nRetrieved from \"https://docs.derivative.ca/index.php?title=Window_COMP&oldid=32450\"\n\t\tCategory: COMPs",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.244Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Window Operator",
      "label": "Window Operator",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "The   allows you to create and maintain a separate floating or fixed window displaying the contents of any Panel or any Node Viewer. \nMost frequently you are setting up the   /perform in the default TouchDesigner project. /perform is the default window for Perform Mode. In the Parameter dialog of the  component you adjust its settings such as resolution, centering, and which monitor(s) the window will get displayed on.\nYou then press F1 to go into Perform Mode and operate/display the panel standalone.\nPress Esc over a window to close it and go back to Designer Mode.\nYou can create more  Components, point them to panels or other Operators like TOPs, adjust their parameters and then pulse the parameter Open as Separate  to see its effect.\nUse the -> Window Placement Dialog which controls which window COMPs get displayed on startup. All  COMPS in your project are listed there and you can test them individually.\nA window can be fit to a single monitor, or span several monitors.\nAttach an Info CHOP to the  component - it will show you the window's current location and size, and whether the window is actually open.\nSee also Window, Multiple Monitors.\nwindowCOMP_Class\n\nContents\n \n \n \n \n \n \n \n \n\n\n\n\n\n  winop - Specifies the operator the window will display.\n\n\n\t\t\n  title - Specify the window's title.\n\n\n\n  justifyoffsetto -  - All the positioning parameters below are done relative to the location you specify here. Your window can span more than the specified 'area', it's just used as the reference for positioning. Note for macOS: When using 'Bounds of all Monitors' you must turn off the 'Displays have separate Spaces' toggle in System Preferences > Desktop & Dock > Mission Control, see Multiple_Monitors#macOS for details.\n\n primarymonitor - The primary monitor which is sometimes referred to as the main display in Windows control panel or the primary display in the NVIDIA control panel. specifymonitor - Defines the location to be the monitor specified in the Monitor parameter below. allmonitors - Defines the location to include all monitors. The TaskBar is ignored when using this option.\n\t\n  ignoretaskbar - The Windows taskBar is ignored when this option is 'On'. When off the taskbar is accounted for so position and sizing will not cover it up.\n\n\n\t\t\n  monitor - Specify the monitor index when  is set to Single Monitor.\n\n\n\t\t\n  justifyh -  - Aligns the window horizontally with the monitor or bounds of all monitors.\n\n left - Align window so that left edge coincides with left edge of specified area. center - Align window so that horizontal center coincides with horizontal center of specified area. right - Align window so that right edge coincides with right edge of specified area. mouse - Align window so it opens horizontally centered on the mouse cursor.\n\t\t\n  justifyv -  - Aligns the window vertically with the monitor or bounds of all monitors.\n\n top - Align window so that top edge coincides with top edge of specified area. center - Align window so that vertical center coincides with vertical center of specified area. bottom - Align window so that bottom edge coincides with bottom edge of specified area. mouse - Align window so it opens vertically centered on the mouse cursor.\n\t\t\n  winoffset -  - Horizontal offset applied to window after justifying.\n\n winoffsetx - Horizontal offset applied to window after justifying. winoffsety - Vertical offset applied to window after justifying.\n\t\t\n  single - This menu has options for shifting the opening window. You can either shift to a single monitor or shift to the monitor the cursor is over when the window opens.\n\n\n\n  dpiscaling -  - Options for managing DPI scaling on high DPI monitors. To inspect a monitor's DPI scaling setting, you can use the Monitors DAT and refer to the dpi_scale column.\n\n native - Uses the full resolution of the monitor's native pixels, regardless of the operating system's display scaling setting for that monitor. ie Display Scale = 1.0 usedpiscale - Uses the resolution set by the operating system's display scaling setting for that monitor. For example, a 3840x2160 monitor with display scaling set to 2.0 results in an addressable resolution of 1920x1080. On Windows system this would be a Display Scaling setting of 200%.\n\t\t\n  size -  - Determines how the size of the window is determined.\n\n automatic - Determines the size automatically from the size of the / specified. fill - Fills the location specified in the  parameter above. custom - Use the  and  parameters below to specify a custom size.\n\t\t\n  winw - The width of the window when Opening Size parameter is set to Custom.\n\n\n\t\t\n  winh - The height of the window when Opening Size parameter is set to Custom.\n\n\n\t\t\n  update - When the window is open you can reposition and resize it. Clicking this button will then read its current windows settings and apply them to the parameters above.\n\n\n\n  borders - Controls whether or not the window contains borders and a title bar.\n\n\n\t\t\n  bordersinsize - When 'On' the borders are included in the size of the window.\n\n\n\t\t\n  alwaysontop - Controls whether or not the window always sits atop other floating windows.\n\n\n\t\t\n  cursorvisible -  - Controls whether or not the cursor remains visible when over this window.\n\n nocursor - The cursor is never visible over the window. cursoronmove - The cursor will only be visible when moving and for a short period after it stops moving. alwaysvisible - The cursor will always be visble when over the window.\n\t\t\n  closeescape - When 'On' pressing the escape key over this window will close it.\tTIP: Shift-Escape will always close it, whether this parameter is on or off.\n\n\n\t\t\n  interact - Enables interactions with the operator specified in the  Operator parameter.\n\n\n\t\t\n  allowminimize - Enables the window to be minimized in the taskbar (dock in macOS).\n\n\n\t\n  vsyncmode -  - Controls how the window is updated with regards to V-Sync. Enabled means it will update in sync with the monitors refresh which avoids tearing and lost frames. Disabled means it can update at any point during the refresh which can result in tearing or lost frames.  is Half Monitor Rate should be used when doing things such as running a 30fps file on a 60Hz display. This makes each update be shown for exactly 2 refreshes which keeps motion looking smooth.\n\n disabled - Vertical Sync off. enabled - Vertical Sync on. halfmonitorrate - This allows you to run your project at 30FPS on a 60Hz monitor, but ensuring every image is shown for exactly 2 refreshes. Without this option an image may be shown for 1 or 3 refreshes, which makes the content look like it is stuttering. Currently this feature is not functional in the 2022.20000+ series of builds, but we hope to bring back this feature when Vulkan adds support for it.\n\t\t\n  drawwindow - When disabled the window will not update it's contents at all. Useful for processes that arn't doing rendering such as Audio or networking processes, or for when using VR devices.\n\n\n\t\t\n  hwframelock - Provides multi- frame-lock sync using Nvidia Quadro Sync and AMD S400 sync cards. For more information, see Syncing Multiple Computers and Hardware Frame Lock.\n\n\n\t\t\n  openglstereo - No longer supported. Turn 'On' when using openGL stereoscopic output.\n\n\n\t\t\n  winrightop - No longer supported. This parameter is enabled when the OpenGL Stereo parameter above is turned on. Specify the Camera COMP used for the right eye here.\n\n\n\t\n  performance - Opens this   in Perform Mode. Any   can be set as default Perform  (opens using F1 shortcut) using the Window Placement Dialog. This button allows you to open this   in  without changing what is currently selected as the 'default' Perform .\n\n\n\t\t\n  winopen - Opens this   as its own floating window, not as the Perform . Useful for things such as dialog boxes, popups, or testing, but should not be used for putting final rendered content to outputs. Use a single large Perform  for that instead of separate windows.\n\n\n\t\t\n  winclose - Closes the window, if it's open.\n\n\n\t\t\n  setperform - Permanently changes the Perform  setting in the  Placement dialog to this window.\n\n\n\t\t\n  opendialog - A shortcut to open the  Placement dialog.\n\n\n\t\t\n  includedialog - When 'On' this   will be displayed in the  Placement .\n\n\n\n\n\nThe  parameter page sets the component's python extensions.  Please see extensions for more information.\n\n  ext - Sequence of info for creating extensions on this component\n\n\n\n  ext0object - A number of class instances that can be attached to the component.\n\n\n    \n  ext0name - Optional name to search by, instead of the instance class name.\n\n\n\n  ext0promote - Controls whether or not the extensions are visible directly at the component level, or must be accessed through the .ext member.  Example:  n.Somefunction vs n.ext.Somefunction\n\n\n\n\n  reinitextensions - Recompile all extension objects. Normally extension objects are compiled only when they are referenced and their definitions have changed.\n\n\n\n\n\nThe Common parameter page sets the component's node viewer and clone relationships.\n\n  parentshortcut - Specifies a name you can use anywhere inside the component as the path to that component. See Parent Shortcut.\n\n\n\n  opshortcut - Specifies a name you can use anywhere at all as the path to that component. See Global OP Shortcut.\n\n\n\n  iop - Sequence header for internal operators.\n\n\n\n  iop0shortcut - Specifies a name you can use anywhere inside the component as a path to \"Internal \" below. See Internal Operators.\n\n\n\n  iop0op - The path to the Internal OP inside this component. See Internal Operators.\n\n\n\n\n  opviewer - Select which operator's node viewer to use when the Node View parameter above is set to Operator .\n\n\n\n  enablecloning - Control if the OP should be actively cloneing. Turning this off causes this node to stop cloning it's ' Master'.\n\n\n\n  enablecloningpulse - Instantaneously clone the contents.\n\n\n\n  clone -  to a component used as the Master Clone.\n\n\n\n  loadondemand - Loads the component into memory only when required. Good to use for components that are not always used in the project.\n\n\n\n  enableexternaltox - When on (default), the external  file will be loaded when the  starts and the contents of the  will match that of the external . This can be turned off to avoid loading from the referenced external  on startup if desired (the contents of the  are instead loaded from the  file). Useful if you wish to have a  reference an external  but not always load from it unless you specifically push the Re-Init Network parameter button.\n\n\n\n  enableexternaltoxpulse - This button will re-load from the external  file (if present).\n\n\n\n  externaltox -  to a  file on disk which will source the component's contents upon start of a . This allows for components to contain networks that can be updated independently. If the  file can not be found, whatever the  file was saved with will be loaded.\n\n\n\n  reloadcustom - When this checkbox is enabled, the values of the component's Custom Parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.\n\n\n\n  reloadbuiltin - When this checkbox is enabled, the values of the component's built-in parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.\n\n\n\n  savebackup - When this checkbox is enabled, a backup copy of the component specified by the External  parameter is saved in the  file.  This backup copy will be used if the External  can not be found. This may happen if the  was renamed, deleted, or the  file is running on another computer that is missing component media.\n\n\n\n  subcompname - When loading from an External  file, this option allows you to reach into the  and pull out a  and make that the top-level , ignoring everything else in the file (except for the contents of that ). For example if a  file named project1 contains project1/geo1, putting geo1 as the Sub- to Load, will result in geo1 being loaded in place of the current . If this parameter is blank, it just loads the  file normally using the top level  in the file.\n\n\n\n  relpath -  - Set whether the child file paths within this  are relative to the  itself or the , or inherit from parent.\n\n inherit - Inherit setting from parent. project - The path, when specified as a relative path, will be relative to the  file. externaltox - The path, when specified as a relative path, will be relative to the  file. When no external  file is specified, or when Enable External  is not toggled on, this doesn't have any impact.\n\n\n\nExtra Information for the   can be accessed via an Info CHOP.\n\n\n - - - - - - -\n - Number of children in this component.\n - Number of times the operator has cooked since the process started. - Duration of the last cook in milliseconds. - Frame number when this operator was last cooked relative to the component timeline. - Frame number when this operator was last cooked relative to the absolute time. - Time in milliseconds at which the operator started cooking in the frame it was cooked. - Time in milliseconds at which the operator finished cooking in the frame it was cooked. - 1 if operator was cooked this frame. - Number of warnings in this operator if any. - Number of errors in this operator if any.\nTouchDesigner Build: Latest\\nwikieditorwikieditorwikieditorwikieditorwikieditor2021.100002018.28070before 2018.28070\nCOMPs\n• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • \n\nA Window in TouchDesigner is a window in Microsoft Windows or macOS that contains either (1) the TouchDesigner editing interface that exists in Designer Mode, or (2) a user-created Panel inside a Window Component. The user-created windows can span Multiple Monitors borderless, or be floating windows with borders, or popups.\n\n\n\nAn Operator Family that contains its own Network. There are sixteen 3D Object Component and ten 2D Panel Component types. See also Network Path.\n\n\n\nAn Operator Family that contains its own Network. There are sixteen 3D Object Component and ten 2D Panel Component types. See also Network Path.\n\n\n\nAny floating window that is not a Pane or Viewer.\n\n\n\nAny of the procedural data operators. OPs do all the work in TouchDesigner. They \"cook\" and output data to other OPs, which ultimately result in new images, data and audio being generated. See Node.\n\n\n\nAn Operator Family that creates, composites and modifies images, and reads/writes images and movies to/from files and the network. TOPs run on the graphics card's GPU.\n\n\n\nThe Frames-per-Second that TouchDesigner's Timeline runs at. Set with project.cookRate.\n\n\n\nThe term \"Frame\" is a measurement of time used (1) in the Timeline, (2) as a time-unit in CHOPs, and (3) as a time unit in movie files that are read into TOPs and written out from TOPs. The frame rate is the frames per second (FPS).\n\n\n\nThe Graphics Processing Unit. This is the high-speed, many-core processor of the graphics card/chip that takes geometry, images and data from the CPU and creates images and processed data.\n\n\n\nPerform Mode is an optimized mode for live performance that only renders one specified Window COMP which is one window that contains your video outputs and your (optional) control interface. In Perform Mode the network editing window is not open - you edit your networks in Designer Mode.  Alternate with F1 and Esc.\n\n\n\nAny component can be extended with its own Python classes which contain python functions and data.\n\n\n\nThe sub-Family of Component types that are used to define and render 3D scenes. A Geometry Component is an Object that contains the 3D shapes to render. A Camera COMP and Light COMP are other Object types. Separately, \"Objects\" also refers to Python objects.\n\n\n\nA Parent Shortcut is a parameter on a component that contains a name that you can use anywhere inside the component to refer to that component using the syntax parent.Name, for example parent.Effect.width to obtain panel width.\n\n\n\nA name for a component that is accessible from any node in a project, which can be declared in a component's Global Operator Shortcut parameter.\n\n\n\nAny of the procedural data operators. OPs do all the work in TouchDesigner. They \"cook\" and output data to other OPs, which ultimately result in new images, data and audio being generated. See Node.\n\n\n\nOperator shortcuts are Python objects that return operators (or sometimes parameters). These include Parent Shortcuts for accessing a component from within that component, and Global OP Shortcuts that access a unique component from anywhere in TouchDesigner.\n\n\n\nThe viewer of a node can be (1) the interior of a node (the Node Viewer), (2) a floating window (RMB->View... on node), or (3) a Pane that graphically shows the results of an operator.\n\n\n\nCloning makes multiple components match the contents of a master component. A Component whose Clone parameter is set will be forced to contain the same nodes, wiring and parameters as its master component. Cloning does not create new components as does the Replicator COMP.\n\n\n\nTo \"pulse\" a parameter is to send it a signal from (1) an exported CHOP channel or (2) a python command or (3) a mouse click that causes a new action to occur immediately. A pulse via python is via the .pulse() function on a pulse-type parameter, such as Reset parameter in a Speed CHOP. A pulse from a CHOP is typically a 0 to 1 to 0 signal in an exported channel.\n\n\n\nThe location of an operator within the TouchDesigner environment, for example, /geo1/circle1, a node called circle1 in a component called geo1. The path / is called Root. This path is displayed at the top of every Pane, showing which Component's network you are currently in. To refer instead to a filesystem folder, directory, disk file or http: address, see Folder.\n\n\n\nTouchDesigner Component file, the file type used to save a Component of your TouchDesigner project.\n\n\n\nTOuch Environment file, the file type used by TouchDesigner to save your entire project.\n\n\n\nThere are 2 kinds of parenting. The \"parent component\" is the component in which a node resides. The metaphor is extended to include grand parents, grand-grand parents, etc. The root / is the ultimate parent to all nodes. See also 3D Parenting and panel Parenting.\n\n\n\nAn Operator Family which operate on Channels (a sequence of numbers (Samples)) which are used for animation, audio, mathematics, simulation, logic, UI construction, and data streamed from/to devices and protocols.\n\n\n\n\n\n\n\n\nRetrieved from \"https://docs.derivative.ca/index.php?title=Window_COMP&oldid=32450\"",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.246Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Window Operator",
      "label": "Window Operator",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "winop - Specifies the operator the window will display.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Title",
      "label": "Title",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "title - Specify the window's title.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Justisy and Offset to...",
      "label": "Justisy and Offset to...",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "justifyoffsetto -  - All the positioning parameters below are done relative to the location you specify here. Your window can span more than the specified 'area', it's just used as the reference for positioning. Note for macOS: When using 'Bounds of all Monitors' you must turn off the 'Displays have separate Spaces' toggle in System Preferences > Desktop & Dock > Mission Control, see Multiple_Monitors#macOS for details.\n\n primarymonitor - The primary monitor which is sometimes referred to as the main display in Windows control panel or the primary display in the NVIDIA control panel. specifymonitor - Defines the location to be the monitor specified in the Monitor parameter below. allmonitors - Defines the location to include all monitors. The TaskBar is ignored when using this option.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Primary Monitor",
      "label": "Primary Monitor",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "primarymonitor - The primary monitor which is sometimes referred to as the main display in Windows control panel or the primary display in the NVIDIA control panel. specifymonitor - Defines the location to be the monitor specified in the Monitor parameter below. allmonitors - Defines the location to include all monitors. The TaskBar is ignored when using this option.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Ignore Taskbar",
      "label": "Ignore Taskbar",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "ignoretaskbar - The Windows taskBar is ignored when this option is 'On'. When off the taskbar is accounted for so position and sizing will not cover it up.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Monitor",
      "label": "Monitor",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "monitor - Specify the monitor index when  is set to Single Monitor.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Justify Horizontal",
      "label": "Justify Horizontal",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "justifyh -  - Aligns the window horizontally with the monitor or bounds of all monitors.\n\n left - Align window so that left edge coincides with left edge of specified area. center - Align window so that horizontal center coincides with horizontal center of specified area. right - Align window so that right edge coincides with right edge of specified area. mouse - Align window so it opens horizontally centered on the mouse cursor.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Left",
      "label": "Left",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "left - Align window so that left edge coincides with left edge of specified area. center - Align window so that horizontal center coincides with horizontal center of specified area. right - Align window so that right edge coincides with right edge of specified area. mouse - Align window so it opens horizontally centered on the mouse cursor.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Justify Vertical",
      "label": "Justify Vertical",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "justifyv -  - Aligns the window vertically with the monitor or bounds of all monitors.\n\n top - Align window so that top edge coincides with top edge of specified area. center - Align window so that vertical center coincides with vertical center of specified area. bottom - Align window so that bottom edge coincides with bottom edge of specified area. mouse - Align window so it opens vertically centered on the mouse cursor.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Top",
      "label": "Top",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "top - Align window so that top edge coincides with top edge of specified area. center - Align window so that vertical center coincides with vertical center of specified area. bottom - Align window so that bottom edge coincides with bottom edge of specified area. mouse - Align window so it opens vertically centered on the mouse cursor.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Offset",
      "label": "Offset",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "winoffset -  - Horizontal offset applied to window after justifying.\n\n winoffsetx - Horizontal offset applied to window after justifying. winoffsety - Vertical offset applied to window after justifying.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "X",
      "label": "X",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "winoffsetx - Horizontal offset applied to window after justifying. winoffsety - Vertical offset applied to window after justifying.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Shift to Single Monitor",
      "label": "Shift to Single Monitor",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "single - This menu has options for shifting the opening window. You can either shift to a single monitor or shift to the monitor the cursor is over when the window opens.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "DPI Scaling",
      "label": "DPI Scaling",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "dpiscaling -  - Options for managing DPI scaling on high DPI monitors. To inspect a monitor's DPI scaling setting, you can use the Monitors DAT and refer to the dpi_scale column.\n\n native - Uses the full resolution of the monitor's native pixels, regardless of the operating system's display scaling setting for that monitor. ie Display Scale = 1.0 usedpiscale - Uses the resolution set by the operating system's display scaling setting for that monitor. For example, a 3840x2160 monitor with display scaling set to 2.0 results in an addressable resolution of 1920x1080. On Windows system this would be a Display Scaling setting of 200%.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Native",
      "label": "Native",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "native - Uses the full resolution of the monitor's native pixels, regardless of the operating system's display scaling setting for that monitor. ie Display Scale = 1.0 usedpiscale - Uses the resolution set by the operating system's display scaling setting for that monitor. For example, a 3840x2160 monitor with display scaling set to 2.0 results in an addressable resolution of 1920x1080. On Windows system this would be a Display Scaling setting of 200%.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Opening Size",
      "label": "Opening Size",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "size -  - Determines how the size of the window is determined.\n\n automatic - Determines the size automatically from the size of the / specified. fill - Fills the location specified in the  parameter above. custom - Use the  and  parameters below to specify a custom size.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Automatic from Panel COMP/TOP",
      "label": "Automatic from Panel COMP/TOP",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "automatic - Determines the size automatically from the size of the / specified. fill - Fills the location specified in the  parameter above. custom - Use the  and  parameters below to specify a custom size.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Width",
      "label": "Width",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "winw - The width of the window when Opening Size parameter is set to Custom.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Height",
      "label": "Height",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "winh - The height of the window when Opening Size parameter is set to Custom.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Update Settings from Window",
      "label": "Update Settings from Window",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "update - When the window is open you can reposition and resize it. Clicking this button will then read its current windows settings and apply them to the parameters above.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Borders",
      "label": "Borders",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "borders - Controls whether or not the window contains borders and a title bar.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Include Borders in Size",
      "label": "Include Borders in Size",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "bordersinsize - When 'On' the borders are included in the size of the window.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.247Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Always on Top",
      "label": "Always on Top",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "alwaysontop - Controls whether or not the window always sits atop other floating windows.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Cursor Visible",
      "label": "Cursor Visible",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "cursorvisible -  - Controls whether or not the cursor remains visible when over this window.\n\n nocursor - The cursor is never visible over the window. cursoronmove - The cursor will only be visible when moving and for a short period after it stops moving. alwaysvisible - The cursor will always be visble when over the window.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Never",
      "label": "Never",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "nocursor - The cursor is never visible over the window. cursoronmove - The cursor will only be visible when moving and for a short period after it stops moving. alwaysvisible - The cursor will always be visble when over the window.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Close on Escape Key",
      "label": "Close on Escape Key",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "closeescape - When 'On' pressing the escape key over this window will close it.\tTIP: Shift-Escape will always close it, whether this parameter is on or off.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Allow Viewer Interaction",
      "label": "Allow Viewer Interaction",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "interact - Enables interactions with the operator specified in the  Operator parameter.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Allow Minimize",
      "label": "Allow Minimize",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "allowminimize - Enables the window to be minimized in the taskbar (dock in macOS).",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "V-Sync Mode",
      "label": "V-Sync Mode",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "vsyncmode -  - Controls how the window is updated with regards to V-Sync. Enabled means it will update in sync with the monitors refresh which avoids tearing and lost frames. Disabled means it can update at any point during the refresh which can result in tearing or lost frames.  is Half Monitor Rate should be used when doing things such as running a 30fps file on a 60Hz display. This makes each update be shown for exactly 2 refreshes which keeps motion looking smooth.\n\n disabled - Vertical Sync off. enabled - Vertical Sync on. halfmonitorrate - This allows you to run your project at 30FPS on a 60Hz monitor, but ensuring every image is shown for exactly 2 refreshes. Without this option an image may be shown for 1 or 3 refreshes, which makes the content look like it is stuttering. Currently this feature is not functional in the 2022.20000+ series of builds, but we hope to bring back this feature when Vulkan adds support for it.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Disabled",
      "label": "Disabled",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "disabled - Vertical Sync off. enabled - Vertical Sync on. halfmonitorrate - This allows you to run your project at 30FPS on a 60Hz monitor, but ensuring every image is shown for exactly 2 refreshes. Without this option an image may be shown for 1 or 3 refreshes, which makes the content look like it is stuttering. Currently this feature is not functional in the 2022.20000+ series of builds, but we hope to bring back this feature when Vulkan adds support for it.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Draw Window",
      "label": "Draw Window",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "drawwindow - When disabled the window will not update it's contents at all. Useful for processes that arn't doing rendering such as Audio or networking processes, or for when using VR devices.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Hardware Frame-Lock",
      "label": "Hardware Frame-Lock",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "hwframelock - Provides multi- frame-lock sync using Nvidia Quadro Sync and AMD S400 sync cards. For more information, see Syncing Multiple Computers and Hardware Frame Lock.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "OpenGL Stereo",
      "label": "OpenGL Stereo",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "openglstereo - No longer supported. Turn 'On' when using openGL stereoscopic output.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Right Eye Operator",
      "label": "Right Eye Operator",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "winrightop - No longer supported. This parameter is enabled when the OpenGL Stereo parameter above is turned on. Specify the Camera COMP used for the right eye here.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Open as Perform Window",
      "label": "Open as Perform Window",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "performance - Opens this   in Perform Mode. Any   can be set as default Perform  (opens using F1 shortcut) using the Window Placement Dialog. This button allows you to open this   in  without changing what is currently selected as the 'default' Perform .",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Open as Separate Window",
      "label": "Open as Separate Window",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "winopen - Opens this   as its own floating window, not as the Perform . Useful for things such as dialog boxes, popups, or testing, but should not be used for putting final rendered content to outputs. Use a single large Perform  for that instead of separate windows.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Close",
      "label": "Close",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "winclose - Closes the window, if it's open.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Set as Perform Window",
      "label": "Set as Perform Window",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "setperform - Permanently changes the Perform  setting in the  Placement dialog to this window.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Window Placement Dialog",
      "label": "Window Placement Dialog",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "opendialog - A shortcut to open the  Placement dialog.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Include in Placement Dialog",
      "label": "Include in Placement Dialog",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "includedialog - When 'On' this   will be displayed in the  Placement .",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Extension",
      "label": "Extension",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "ext - Sequence of info for creating extensions on this component\n\n\n\n  ext0object - A number of class instances that can be attached to the component.\n\n\n    \n  ext0name - Optional name to search by, instead of the instance class name.\n\n\n\n  ext0promote - Controls whether or not the extensions are visible directly at the component level, or must be accessed through the .ext member.  Example:  n.Somefunction vs n.ext.Somefunction",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Object",
      "label": "Object",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "ext0object - A number of class instances that can be attached to the component.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Name",
      "label": "Name",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "ext0name - Optional name to search by, instead of the instance class name.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Promote",
      "label": "Promote",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "ext0promote - Controls whether or not the extensions are visible directly at the component level, or must be accessed through the .ext member.  Example:  n.Somefunction vs n.ext.Somefunction",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Re-Init Extensions",
      "label": "Re-Init Extensions",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "reinitextensions - Recompile all extension objects. Normally extension objects are compiled only when they are referenced and their definitions have changed.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.248Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Parent Shortcut",
      "label": "Parent Shortcut",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "parentshortcut - Specifies a name you can use anywhere inside the component as the path to that component. See Parent Shortcut.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Global OP Shortcut",
      "label": "Global OP Shortcut",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "opshortcut - Specifies a name you can use anywhere at all as the path to that component. See Global OP Shortcut.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Internal OP",
      "label": "Internal OP",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "iop - Sequence header for internal operators.\n\n\n\n  iop0shortcut - Specifies a name you can use anywhere inside the component as a path to \"Internal \" below. See Internal Operators.\n\n\n\n  iop0op - The path to the Internal OP inside this component. See Internal Operators.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Shortcut",
      "label": "Shortcut",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "iop0shortcut - Specifies a name you can use anywhere inside the component as a path to \"Internal \" below. See Internal Operators.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "OP",
      "label": "OP",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "iop0op - The path to the Internal OP inside this component. See Internal Operators.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Operator Viewer",
      "label": "Operator Viewer",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "opviewer - Select which operator's node viewer to use when the Node View parameter above is set to Operator .",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Enable Cloning",
      "label": "Enable Cloning",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "enablecloning - Control if the OP should be actively cloneing. Turning this off causes this node to stop cloning it's ' Master'.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Enable Cloning Pulse",
      "label": "Enable Cloning Pulse",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "enablecloningpulse - Instantaneously clone the contents.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Clone Master",
      "label": "Clone Master",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "clone -  to a component used as the Master Clone.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Load on Demand",
      "label": "Load on Demand",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "loadondemand - Loads the component into memory only when required. Good to use for components that are not always used in the project.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Enable External .tox",
      "label": "Enable External .tox",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "enableexternaltox - When on (default), the external  file will be loaded when the  starts and the contents of the  will match that of the external . This can be turned off to avoid loading from the referenced external  on startup if desired (the contents of the  are instead loaded from the  file). Useful if you wish to have a  reference an external  but not always load from it unless you specifically push the Re-Init Network parameter button.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Enable External .tox Pulse",
      "label": "Enable External .tox Pulse",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "enableexternaltoxpulse - This button will re-load from the external  file (if present).",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "External .tox Path",
      "label": "External .tox Path",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "externaltox -  to a  file on disk which will source the component's contents upon start of a . This allows for components to contain networks that can be updated independently. If the  file can not be found, whatever the  file was saved with will be loaded.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Reload Custom Parameters",
      "label": "Reload Custom Parameters",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "reloadcustom - When this checkbox is enabled, the values of the component's Custom Parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Reload Built-In Parameters",
      "label": "Reload Built-In Parameters",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "reloadbuiltin - When this checkbox is enabled, the values of the component's built-in parameters are reloaded when the .tox is reloaded. This only affects top-level parameters on the component, all parameters on nodes inside the component are always reloaded with the .tox.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Save Backup of External",
      "label": "Save Backup of External",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "savebackup - When this checkbox is enabled, a backup copy of the component specified by the External  parameter is saved in the  file.  This backup copy will be used if the External  can not be found. This may happen if the  was renamed, deleted, or the  file is running on another computer that is missing component media.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Sub-Component to Load",
      "label": "Sub-Component to Load",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "subcompname - When loading from an External  file, this option allows you to reach into the  and pull out a  and make that the top-level , ignoring everything else in the file (except for the contents of that ). For example if a  file named project1 contains project1/geo1, putting geo1 as the Sub- to Load, will result in geo1 being loaded in place of the current . If this parameter is blank, it just loads the  file normally using the top level  in the file.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Relative File Path Behavior",
      "label": "Relative File Path Behavior",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "relpath -  - Set whether the child file paths within this  are relative to the  itself or the , or inherit from parent.\n\n inherit - Inherit setting from parent. project - The path, when specified as a relative path, will be relative to the  file. externaltox - The path, when specified as a relative path, will be relative to the  file. When no external  file is specified, or when Enable External  is not toggled on, this doesn't have any impact.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    },
    {
      "id": null,
      "name": "Use Parent's Behavior",
      "label": "Use Parent's Behavior",
      "group": "General",
      "page": "",
      "type": "float",
      "dataType": "number",
      "style": "",
      "defaultValue": null,
      "minValue": null,
      "maxValue": null,
      "step": null,
      "menuItems": [],
      "menuLabels": [],
      "allowCustom": false,
      "maxLength": null,
      "pattern": null,
      "isArray": false,
      "arraySize": 1,
      "dimensions": 1,
      "description": "inherit - Inherit setting from parent. project - The path, when specified as a relative path, will be relative to the  file. externaltox - The path, when specified as a relative path, will be relative to the  file. When no external  file is specified, or when Enable External  is not toggled on, this doesn't have any impact.",
      "tooltip": "",
      "help": "",
      "units": "",
      "examples": [],
      "isReadOnly": false,
      "isAdvanced": false,
      "isHidden": false,
      "isAnimatable": true,
      "isExpression": false,
      "isPython": false,
      "dependsOn": [],
      "affects": [],
      "linkedTo": [],
      "expressionLanguage": "",
      "defaultExpression": "",
      "commonExpressions": [],
      "order": 0,
      "isVisible": true,
      "conditionalDisplay": null,
      "isValid": true,
      "validationErrors": [],
      "lastUpdated": "2025-08-08T00:37:56.249Z",
      "rawData": {},
      "sourceElement": null
    }
  ],
  "parameterGroups": {},
  "codeExamples": [],
  "pythonExamples": [],
  "expressions": [],
  "commonInputs": [],
  "commonOutputs": [],
  "relatedOperators": [],
  "workflowPatterns": [],
  "images": [],
  "videos": [],
  "assets": [],
  "keywords": [
    "window",
    "component",
    "allows",
    "create",
    "maintain",
    "separate",
    "floating",
    "fixed",
    "displaying"
  ],
  "tags": [
    "COMP",
    "TouchDesigner",
    "Window"
  ],
  "searchWeight": 1,
  "contentHash": "",
  "processingDate": "2025-08-08T00:37:56.250Z",
  "processingVersion": "1.0.0",
  "isValid": true,
  "validationErrors": []
}