file_path
stringlengths
32
153
content
stringlengths
0
3.14M
omniverse-code/kit/exts/omni.kit.welcome.extensions/omni/kit/welcome/extensions/tests/__init__.py
from .test_page import *
omniverse-code/kit/exts/omni.kit.welcome.extensions/docs/index.rst
omni.kit.welcome.extensions ########################### .. toctree:: :maxdepth: 1 CHANGELOG
omniverse-code/kit/exts/omni.kit.manipulator.prim2.core/omni/kit/manipulator/prim2/core/tools.py
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.manipulator.prim2.core/omni/kit/manipulator/prim2/core/extension.py
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.manipulator.prim2.core/omni/kit/manipulator/prim2/core/__init__.py
from .extension import * from .model import * from .toolbar_registry import *
omniverse-code/kit/exts/omni.kit.manipulator.prim2.core/omni/kit/manipulator/prim2/core/prim_transform_manipulator.py
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.manipulator.prim2.core/omni/kit/manipulator/prim2/core/tool_models.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.manipulator.prim2.core/omni/kit/manipulator/prim2/core/settings_constants.py
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.manipulator.prim2.core/omni/kit/manipulator/prim2/core/utils.py
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.manipulator.prim2.core/omni/kit/manipulator/prim2/core/toolbar_registry.py
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.manipulator.prim2.core/omni/kit/manipulator/prim2/core/reference_prim_marker.py
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.manipulator.prim2.core/omni/kit/manipulator/prim2/core/model.py
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.manipulator.prim2.core/omni/kit/manipulator/prim2/core/pivot_button_group.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.manipulator.prim2.core/omni/kit/manipulator/prim2/core/prim_transform_manipulator_registry.py
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.manipulator.prim2.core/omni/kit/manipulator/prim2/core/tests/__init__.py
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.manipulator.prim2.core/omni/kit/manipulator/prim2/core/tests/test_manipulator_prim.py
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.manipulator.prim2.core/docs/index.rst
omni.kit.manipulator.prim2.core ########################### Prim 2 Manipulator Extension WIP .. toctree:: :maxdepth: 1 README CHANGELOG .. automodule:: omni.kit.manipulator.prim2.core :platform: Windows-x86_64, Linux-x86_64 :members: :undoc-members: :show-inheritance: :imported-member...
omniverse-code/kit/exts/omni.hydra.pxr/omni/hydra/pxr/engine/__init__.py
omniverse-code/kit/exts/omni.hydra.pxr/omni/hydra/pxr/engine/tests/__init__.py
from .render_test import *
omniverse-code/kit/exts/omni.hydra.pxr/omni/hydra/pxr/engine/tests/render_test.py
import omni.kit.test import omni.usd import carb from omni.kit.viewport.utility.tests import capture_viewport_and_compare from omni.kit.test.teamcity import is_running_in_teamcity import sys import unittest from pathlib import Path EXTENSION_ROOT = Path(carb.tokens.get_tokens_interface().resolve("${omni.hydra.pxr}...
omniverse-code/kit/exts/omni.kit.window.reshade_editor/PACKAGE-LICENSES/omni.kit.window.reshade_editor-LICENSE.md
Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. NVIDIA CORPORATION and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related docume...
omniverse-code/kit/exts/omni.kit.window.reshade_editor/config/extension.toml
[package] title = "ReShade preset editor window" version = "0.1.1" repository = "" keywords = ["kit", "reshade"] [dependencies] "omni.ui" = {} "omni.kit.viewport.utility" = {} "omni.hydra.rtx" = {} [[python.module]] name = "omni.kit.window.reshade_editor" [[test]] viewport_legacy_only = true args = [ "--/rtx/res...
omniverse-code/kit/exts/omni.kit.window.reshade_editor/omni/kit/window/reshade_editor/reshade_window.py
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.window.reshade_editor/omni/kit/window/reshade_editor/extension.py
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.window.reshade_editor/omni/kit/window/reshade_editor/__init__.py
from .extension import ReshadeWindowExtension
omniverse-code/kit/exts/omni.kit.window.reshade_editor/omni/kit/window/reshade_editor/tests/__init__.py
from .test_extension import *
omniverse-code/kit/exts/omni.kit.window.reshade_editor/omni/kit/window/reshade_editor/tests/test_extension.py
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.window.reshade_editor/docs/CHANGELOG.md
# Changelog ## [0.1.1] - 2022-05-23 ### Changed - Support new Viewport API - Add dependency on omni.kit.viewport.utility
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/style.py
__all__ = ["HOTKEYS_WINDOW_STYLE", "FILTER_WINDOW_STYLE", "WARNING_WINDOW_STYLE", "WINDOW_PICK_STYLE", "CONTEXT_MENU_STYLE"] from pathlib import Path import omni.ui as ui from omni.ui import color as cl # OM-63810: Happens in Create only which has different font from Kit. # Must set height to big enough for Add Action...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/extension.py
# pylint: disable=attribute-defined-outside-init __all__ = ["HotkeysExtension"] from functools import partial import carb.settings import omni.ext import omni.ui as ui import omni.kit.ui from .window.hotkeys_window import HotkeysWindow SETTING_SHOW_STARTUP = "/exts/omni.kit.hotkeys.window/showStartup" class Hotkey...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/__init__.py
from .extension import *
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/view/hotkeys_view.py
# pylint: disable=relative-beyond-top-level __all__ = ["HotkeysView"] import asyncio from omni.kit.actions.window import ActionsView import omni.ui as ui import omni.kit.app from ..model.hotkeys_model import HotkeysModel from .hotkeys_delegate import HotkeysDelegate class HotkeysView(ActionsView): def __init__(s...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/view/hotkeys_delegate.py
# pylint: disable=relative-beyond-top-level __all__ = ["HotkeysDelegate"] from typing import List from omni.kit.actions.window import ActionsDelegate, AbstractColumnDelegate import omni.ui as ui from ..model.hotkey_item import EmptyFilterWindowItem, AddWindowItem, ActionExtItem from ..style import VIEW_ROW_HEIGHT c...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/window/warning_window.py
# pylint: disable=relative-beyond-top-level, attribute-defined-outside-init __all__ = ["WarningMessage", "WarningWindow"] from dataclasses import dataclass from typing import List, Tuple, Callable, Union, Optional import omni.ui as ui from ..style import WARNING_WINDOW_STYLE @dataclass class WarningMessage: messa...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/window/hotkeys_window.py
# pylint: disable=unused-private-member, relative-beyond-top-level, attribute-defined-outside-init __all__ = ["HotkeysWindow"] from typing import Optional from omni.kit.actions.window import ColumnRegistry, ACTIONS_WINDOW_STYLE import omni.ui as ui from ..model.hotkeys_model import HotkeysModel from ..column_delegate...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/window/windows_picker.py
# pylint: disable=relative-beyond-top-level __all__ = ["WindowsPicker"] from typing import List, Callable, Optional import omni.ui as ui from omni.kit.actions.window import ACTIONS_WINDOW_STYLE from ..model.windows_model import WindowsModel, WindowItem from ..style import WINDOW_PICK_STYLE class WindowsPicker(ui.Win...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/window/options_menu.py
# pylint: disable=relative-beyond-top-level __all__ = ["OptionsMenu"] from typing import Optional, Callable import carb import omni.ui as ui import omni.client from omni.kit.notification_manager import post_notification, NotificationStatus from omni.kit.hotkeys.core import get_hotkey_registry, KeyboardLayoutDelegate f...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/window/search_bar.py
# pylint: disable=relative-beyond-top-level __all__ = ["SearchBar"] from typing import Optional, List import omni.ui as ui from omni.kit.actions.window import ACTIONS_WINDOW_STYLE from omni.kit.widget.filter import FilterButton from ..model.hotkeys_model import HotkeysModel from .options_menu import OptionsMenu cla...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/column_delegate/key_editor.py
# pylint: disable=attribute-defined-outside-init, unused-private-member, relative-beyond-top-level __all__ = ["TriggerPressOption", "TriggerPressWindow", "KeyEditor"] import asyncio from typing import Optional, Union, Callable import carb import carb.input import omni.kit.app import omni.ui as ui from omni.kit.hotkeys...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/column_delegate/action_column_delegate.py
# pylint: disable=relative-beyond-top-level __all__ = ["ActionColumnDelegate"] import asyncio from typing import Optional from omni.kit.actions.window import AbstractActionItem, ActionExtItem, StringColumnDelegate, ActionsPicker from omni.kit.widget.highlight_label import HighlightLabel import omni.ui as ui import omn...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/column_delegate/reset_button.py
__all__ = ["ResetHelper", "ResetButton"] import abc from typing import Callable, List import carb.settings import omni.ui as ui class ResetHelper: def __init__(self, reset_button=None): self._reset_button = None @abc.abstractmethod def can_reset(self) -> bool: return False @abc.abstr...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/column_delegate/window_column_delegate.py
# pylint: disable=relative-beyond-top-level __all__ = ["WindowColumnDelegate"] import asyncio from typing import Optional from omni.kit.actions.window import AbstractActionItem, ActionExtItem, StringColumnDelegate from omni.kit.widget.highlight_label import HighlightLabel import omni.ui as ui import omni.kit.app from...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/column_delegate/hotkey_column_delegate.py
# pylint: disable=unused-private-member, relative-beyond-top-level __all__ = ["KeyResetHelper", "HotkeyColumnDelegate"] import asyncio from typing import Dict, List from omni.kit.actions.window import AbstractActionItem, StringColumnDelegate from omni.kit.hotkeys.core import KeyCombination, HOTKEY_CHANGED_EVENT, Hotke...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/tests/test_hotkeys_model.py
# pylint: disable=protected-access from pathlib import Path from typing import Tuple from omni.ui.tests.test_base import OmniUiTest import omni.kit.app import omni.kit.test import omni.ui as ui from omni.kit.actions.core import get_action_registry from omni.kit.hotkeys.core import get_hotkey_registry, KeyCombination, ...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/tests/test_windows_picker.py
import omni.kit.app from omni.kit.test import AsyncTestCase from ..window.windows_picker import WindowsPicker class TestWindowsPicker(AsyncTestCase): async def setUp(self): self._selected_title = "" async def test_general(self): def on_selected(window_title: str): self._selected...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/tests/__init__.py
from .test_hotkeys_window import * from .test_hotkeys_model import * from .test_options_menu import * from .test_warning_window import * from .test_windows_model import * from .test_windows_picker import *
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/tests/test_windows_model.py
from omni.kit.test import AsyncTestCase from ..model.windows_model import WindowsModel class TestWindowsModel(AsyncTestCase): async def setUp(self): pass async def tearDown(self): pass async def test_model(self): model = WindowsModel("Hotkeys") self.assertEqual(model.get_...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/tests/test_options_menu.py
from unittest.mock import patch import omni.kit.app import omni.ui as ui from omni.kit.ui_test.query import MenuRef, WindowRef import omni.kit.ui_test as ui_test from omni.ui.tests.test_base import OmniUiTest class TestOptionsMenu(OmniUiTest): async def setUp(self): await super().setUp() window ...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/tests/test_hotkeys_window.py
from pathlib import Path from omni.kit.actions.core import get_action_registry import omni.kit.app import omni.kit.test from omni.ui.tests.test_base import OmniUiTest from omni.kit.hotkeys.core import get_hotkey_registry, HotkeyFilter import omni.ui as ui import omni.kit.ui_test as ui_test from omni.kit.ui_test import ...
omniverse-code/kit/exts/omni.kit.hotkeys.window/omni/kit/hotkeys/window/tests/test_warning_window.py
from pathlib import Path from omni.ui.tests.test_base import OmniUiTest import omni.kit.app import omni.kit.test import omni.ui as ui from ..window.warning_window import WarningWindow, WarningMessage CURRENT_PATH = Path(__file__).parent TEST_DATA_PATH = CURRENT_PATH.parent.parent.parent.parent.parent.joinpath("data")...
omniverse-code/kit/exts/omni.kit.hotkeys.window/docs/index.rst
omni.kit.hotkeys.window ####################### Window to show hotkeys. .. toctree:: :maxdepth: 1 CHANGELOG EditHotkey
omniverse-code/kit/exts/omni.kit.stage.copypaste/PACKAGE-LICENSES/omni.kit.stage.copypaste-LICENSE.md
Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. NVIDIA CORPORATION and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related docume...
omniverse-code/kit/exts/omni.kit.stage.copypaste/config/extension.toml
[package] version = "1.0.4" authors = ["NVIDIA"] title = "USD Prim Copy Paste" description="The ability to copy and paste USD Prims" readme = "docs/README.md" repository = "" category = "USD" feature = true keywords = ["usd", "copy", "paste", "clipboard", "stage"] changelog="docs/CHANGELOG.md" preview_image = "data/pr...
omniverse-code/kit/exts/omni.kit.stage.copypaste/omni/kit/stage/copypaste/prim_serializer.py
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.stage.copypaste/omni/kit/stage/copypaste/usdstage_helper.py
# Copyright (c) 2018-2021, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software an...
omniverse-code/kit/exts/omni.kit.stage.copypaste/omni/kit/stage/copypaste/stage_copypaste_extension.py
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.stage.copypaste/omni/kit/stage/copypaste/__init__.py
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.stage.copypaste/omni/kit/stage/copypaste/hotkey.py
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.stage.copypaste/omni/kit/stage/copypaste/stage_copypaste_commands.py
# Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software an...
omniverse-code/kit/exts/omni.kit.stage.copypaste/omni/kit/stage/copypaste/tests/__init__.py
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.stage.copypaste/omni/kit/stage/copypaste/tests/test_copypaste.py
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.stage.copypaste/omni/kit/stage/copypaste/tests/test_context_menu.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.stage.copypaste/omni/kit/stage/copypaste/tests/test_hot_key.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.stage.copypaste/docs/CHANGELOG.md
# CHANGELOG The ability to copy and paste USD Prims. ## [1.0.4] - 2022-11-17 ### Changed - Switched out pyperclip for more linux-friendly copy & paste ## [1.0.3] - 2021-06-17 ### Changed - Properly linted ## [1.0.2] - 2021-06-04 ### Changed - Handle copying duplicate prim names - Preserve relationships and connecti...
omniverse-code/kit/exts/omni.kit.stage.copypaste/docs/README.md
# Copy and paste USD Prims. This extension activates Ctrl-C to copy the selected prim to the clipboard and Ctrl-V to paste copied prim to the current stage.
omniverse-code/kit/exts/omni.kit.window.images/PACKAGE-LICENSES/omni.kit.window.images-LICENSE.md
Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. NVIDIA CORPORATION and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related docume...
omniverse-code/kit/exts/omni.kit.window.images/config/extension.toml
[package] version = "0.2.0" title = "Kit Images testing Widget" category = "Internal" [dependencies] "omni.ui" = {} "omni.kit.pip_archive" = {} [[python.module]] name = "omni.kit.window.images" [python.pipapi] requirements = ["numpy"] [[native.plugin]] search_path = "bin/*.plugin" [[test]] unreliable = true waiver...
omniverse-code/kit/exts/omni.kit.window.images/omni/kit/window/images/__init__.py
from .scripts.extension import *
omniverse-code/kit/exts/omni.kit.window.images/omni/kit/window/images/scripts/extension.py
import os import carb import carb.profiler import omni.ext import omni.ui WINDOW_NAME = "Images testing" class ImagesWindow: def _update_byte_image(self): import math size_increase = max(16.0 * math.sin(self._time), 0.0) size_x = (int)(32 + size_increase) size_y = (int)(32 + s...
omniverse-code/kit/exts/omni.kit.widget.filter/omni/kit/widget/filter/style.py
from pathlib import Path from omni import ui from omni.ui import color as cl CURRENT_PATH = Path(__file__).parent.absolute() ICON_PATH = CURRENT_PATH.parent.parent.parent.parent.joinpath(f"data/icons") UI_STYLE = { "FilterButton": {"background_color": 0, "margin_width": 0, "padding": 2, "border_radius": 2}, ...
omniverse-code/kit/exts/omni.kit.widget.filter/omni/kit/widget/filter/__init__.py
from .filter import FilterButton, FilterModel
omniverse-code/kit/exts/omni.kit.widget.filter/omni/kit/widget/filter/filter.py
import asyncio from typing import Optional, Dict, List import carb.events import omni.kit.app from omni.kit.widget.options_menu import OptionsMenu, OptionsModel, OptionItem import omni.ui as ui from .style import UI_STYLE TIME_HOLD_SHOW_MENU = 0.08 class FilterModel(OptionsModel): """ Filter model. ""...
omniverse-code/kit/exts/omni.kit.widget.filter/omni/kit/widget/filter/tests/__init__.py
from .test_filter import *
omniverse-code/kit/exts/omni.kit.widget.filter/omni/kit/widget/filter/tests/test_filter.py
import asyncio from pathlib import Path from carb.input import MouseEventType import omni.kit.ui_test as ui_test from omni.kit.ui_test.input import emulate_mouse, emulate_mouse_click from omni.ui.tests.test_base import OmniUiTest from omni.kit.widget.options_menu import OptionItem from ..filter import FilterButton, F...
omniverse-code/kit/exts/omni.kit.widget.filter/docs/index.rst
omni.kit.widget.filter ########################### .. toctree:: :maxdepth: 1 CHANGELOG
omniverse-code/kit/exts/omni.kit.viewport_widgets_manager/PACKAGE-LICENSES/omni.kit.viewport_widgets_manager-LICENSE.md
Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. NVIDIA CORPORATION and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related docume...
omniverse-code/kit/exts/omni.kit.viewport_widgets_manager/config/extension.toml
[package] title = "Viewport Widgets Manager" description = "The viewport widgets manager provides simple API to manage viewport widgets." version = "1.0.6" changelog = "docs/CHANGELOG.md" readme = "docs/README.md" category = "Collaboration" # Preview image and icon. Folder named "data" automatically goes in git lfs...
omniverse-code/kit/exts/omni.kit.viewport_widgets_manager/omni/kit/viewport_widgets_manager/widget_provider.py
class WidgetProvider: def build_widget(self, window): raise NotImplementedError("This function needs to be implemented.")
omniverse-code/kit/exts/omni.kit.viewport_widgets_manager/omni/kit/viewport_widgets_manager/extension.py
# Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software an...
omniverse-code/kit/exts/omni.kit.viewport_widgets_manager/omni/kit/viewport_widgets_manager/__init__.py
# Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software an...
omniverse-code/kit/exts/omni.kit.viewport_widgets_manager/omni/kit/viewport_widgets_manager/manager.py
import asyncio import carb import weakref import omni.usd import omni.timeline import omni.ui as ui import omni.kit.app as app from omni.kit.viewport.utility import ( get_active_viewport_window, get_ui_position_for_prim, ViewportPrimReferencePoint ) from typing import List from pxr import Tf, Usd, Sdf, U...
omniverse-code/kit/exts/omni.kit.viewport_widgets_manager/omni/kit/viewport_widgets_manager/tests/__init__.py
from .test_widgets_manager import TestWidgetsManagerUI
omniverse-code/kit/exts/omni.kit.viewport_widgets_manager/omni/kit/viewport_widgets_manager/tests/test_widgets_manager.py
import asyncio import os import carb.settings import omni.usd import omni.kit.commands import omni.client import omni.kit.test import omni.ui as ui import omni.kit.viewport_widgets_manager as wm from omni.kit.viewport.utility.tests import setup_viewport_test_window from omni.kit.test.teamcity import is_running_in_team...
omniverse-code/kit/exts/omni.kit.viewport_widgets_manager/docs/CHANGELOG.md
# Changelog ## [1.0.6] - 2022-06-02 ### Changed - Remove usage of RTX for test in favor of Storm. - Update image threshold for differencce in title-bar when running with Viewport Next. ## [1.0.5] - 2022-05-23 ### Changed - Add dependency on omni.kit.viewport.utility ### Fixes - Fix widget positioning for Viewport L...
omniverse-code/kit/exts/omni.kit.viewport_widgets_manager/docs/README.md
# Viewport Widgets Mnager [omni.kit.viewport_widgets_manager] This extension provides simple interface to create/manager viewport widgets. It will help to maintain the viewport resize, and active camera movement.
omniverse-code/kit/exts/omni.kit.viewport_widgets_manager/docs/index.rst
omni.kit.viewport_widgets_manager ################################# Viewport Widgets Manager .. toctree:: :maxdepth: 1 CHANGELOG Introduction ============ This extension provides simple interface to create/manager viewport widgets. It will help to maintain the viewport resize, and active camera movement. .....
omniverse-code/kit/exts/omni.kit.window.title/PACKAGE-LICENSES/omni.kit.window.title-LICENSE.md
Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. NVIDIA CORPORATION and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related docume...
omniverse-code/kit/exts/omni.kit.window.title/config/extension.toml
[package] # Semantic Versioning is used: https://semver.org/ version = "1.1.2" # Lists people or organizations that are considered the "authors" of the package. authors = ["NVIDIA"] # The title and description fields are primarily for displaying extension info in UI title = "Title Bar" description="Extension to contr...
omniverse-code/kit/exts/omni.kit.window.title/omni/kit/window/title/title.py
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.window.title/omni/kit/window/title/__init__.py
from .title import *
omniverse-code/kit/exts/omni.kit.window.title/omni/kit/window/title/tests/tests.py
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.window.title/omni/kit/window/title/tests/__init__.py
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.window.title/docs/CHANGELOG.md
# CHANGELOG This document records all notable changes to ``omni.kit.window.title`` extension. This project adheres to `Semantic Versioning <https://semver.org/>`. ## [1.1.2] - 2022-10-10 ### Added - Fix OM-64018: unquote the char (like %020 in title). ## [1.1.1] - 2021-12-28 ### Added - Using stage event to drive di...
omniverse-code/kit/exts/omni.kit.window.title/docs/README.md
# Python Extension Example [omni.example.hello] This is an example of pure python Kit extesnion. It is intended to be copied and serve as a template to create new ones.
omniverse-code/kit/exts/omni.kit.window.title/docs/index.rst
omni.kit.window.title ########################### .. toctree:: :maxdepth: 1 CHANGELOG
omniverse-code/kit/exts/omni.kit.helper.file_utils/omni/kit/helper/file_utils/extension.py
# Copyright (c) 2021, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software and rel...
omniverse-code/kit/exts/omni.kit.helper.file_utils/omni/kit/helper/file_utils/__init__.py
# Copyright (c) 2021-2022, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software an...
omniverse-code/kit/exts/omni.kit.helper.file_utils/omni/kit/helper/file_utils/asset_types.py
# Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation # and any modifications thereto. Any use, reproduction, disclosure or # distribution of this software an...
omniverse-code/kit/exts/omni.kit.helper.file_utils/omni/kit/helper/file_utils/tests/__init__.py
## Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. ## ## NVIDIA CORPORATION and its licensors retain all intellectual property ## and proprietary rights in and to this software, related documentation ## and any modifications thereto. Any use, reproduction, disclosure or ## distribution of this softw...
omniverse-code/kit/exts/omni.kit.helper.file_utils/omni/kit/helper/file_utils/tests/test_event_queue.py
## Copyright (c) 2018-2019, NVIDIA CORPORATION. All rights reserved. ## ## NVIDIA CORPORATION and its licensors retain all intellectual property ## and proprietary rights in and to this software, related documentation ## and any modifications thereto. Any use, reproduction, disclosure or ## distribution of this softw...