ExtsPathsWidget

class omni.kit.window.extensions.exts_properties_paths.ExtsPathsWidget

Bases: object

A widget that displays and manages paths related to extension directories.

This widget uses a tree view to list and edit extension paths. It allows users to open paths in the OS file explorer, copy paths to the clipboard, add new path entries, remove existing ones, clean cache directories, and update Git-managed paths. Changes to paths are saved persistently. The widget supports different path types, each with its own label and color coding.

Methods

__init__()

Initializes the ExtsPathsWidget with a model and delegate, and creates the UI components.

destroy()

Cleans up the resources used by the ExtsPathsWidget.

__init__()

Initializes the ExtsPathsWidget with a model and delegate, and creates the UI components.

destroy()

Cleans up the resources used by the ExtsPathsWidget.