Extension: omni.kit.window.script_editor-2.0.3

Documentation Generated: Aug 12, 2025

Settings#

Settings Provided by the Extension#

persistent.exts.”omni.kit.window.script_editor”.font#

  • Default Value: ``

  • Description: The url of font file to used in the script editor. For example: "${fonts}/OpenSans-SemiBold.ttf". Defaults to ‘’ to use app default font.

persistent.exts.”omni.kit.window.script_editor”.fontSize#

  • Default Value: 14

  • Description: The font size used in the script editor.

persistent.exts.”omni.kit.window.script_editor”.executeOnReload#

  • Default Value: False

  • Description: Determines if the script should be executed automatically when a script is reloaded.

persistent.exts.”omni.kit.window.script_editor”.editorPalette#

  • Default Value: ‘Dark’

  • Description: The color palette used in the script editor.

persistent.exts.”omni.kit.window.script_editor”.clearAfterExecute#

  • Default Value: False

  • Description: Specifies whether the script editor should clear the script content after execution.

exts.”omni.kit.window.script_editor”.executeInTempFile#

  • Default Value: True

  • Description: Indicates if the script should be executed in a temporary file.

exts.”omni.kit.window.script_editor”.snippetFolders#

  • Default Value: [‘${kit}/snippets’, ‘${shared_documents}/snippets’]

  • Description: List of folders where predefined code snippets are stored.