file_path
stringlengths
32
153
content
stringlengths
0
3.14M
omniverse-code/kit/exts/omni.kit.window.console/omni/kit/window/console/scripts/console_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.window.console/omni/kit/window/console/tests/__init__.py
from .console_tests import *
omniverse-code/kit/exts/omni.kit.window.console/omni/kit/window/console/tests/console_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 a...
omniverse-code/kit/exts/omni.usd.libs/pxr/Sdf/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/Sdf/__DOC.py
def Execute(result): result["AssetPath"].__doc__ = """ Contains an asset path and an optional resolved path. Asset paths may contain non-control UTF-8 encoded characters. Specifically, U+0000\\.\\.U+001F (C0 controls), U+007F (delete), and U+0080\\.\\.U+009F (C1 controls) are disallowed. Attempts to construct asset ...
omniverse-code/kit/exts/omni.usd.libs/pxr/Sdf/__init__.pyi
from __future__ import annotations import pxr.Sdf._sdf import typing import Boost.Python import pxr.Sdf import pxr.Tf __all__ = [ "AngularUnit", "AngularUnitDegrees", "AngularUnitRadians", "AssetPath", "AssetPathArray", "AttributeSpec", "AuthoringError", "AuthoringErrorUnrecognizedField...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdUI/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdUI/__DOC.py
def Execute(result): result["Backdrop"].__doc__ = """ Provides a'group-box'for the purpose of node graph organization. Unlike containers, backdrops do not store the Shader nodes inside of them. Backdrops are an organizational tool that allows Shader nodes to be visually grouped together in a node-graph UI, but ther...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdShaders/__init__.py
# # Copyright 2018 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdPhysics/__init__.py
# #==== # Copyright (c) 2018, NVIDIA CORPORATION #====== # # # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. ...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdPhysics/__DOC.py
def Execute(result): result["ArticulationRootAPI"].__doc__ = """ PhysicsArticulationRootAPI can be applied to a scene graph node, and marks the subtree rooted here for inclusion in one or more reduced coordinate articulations. For floating articulations, this should be on the root body. For fixed articulations (robo...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdPhysics/__init__.pyi
from __future__ import annotations import pxr.UsdPhysics._usdPhysics import typing import Boost.Python import pxr.Usd import pxr.UsdGeom import pxr.UsdPhysics __all__ = [ "ArticulationRootAPI", "CollisionAPI", "CollisionGroup", "CollisionGroupTable", "DistanceJoint", "DriveAPI", "FilteredPa...
omniverse-code/kit/exts/omni.usd.libs/pxr/Work/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/Work/__DOC.py
def Execute(result): pass
omniverse-code/kit/exts/omni.usd.libs/pxr/Work/__init__.pyi
from __future__ import annotations import pxr.Work._work import typing __all__ = [ "GetConcurrencyLimit", "GetPhysicalConcurrencyLimit", "HasConcurrency", "SetConcurrencyLimit", "SetConcurrencyLimitArgument", "SetMaximumConcurrencyLimit" ] def GetConcurrencyLimit(*args, **kwargs) -> None: ...
omniverse-code/kit/exts/omni.usd.libs/pxr/Ar/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/Ar/__DOC.py
def Execute(result): result["DefaultResolver"].__doc__ = """ Default asset resolution implementation used when no plugin implementation is provided. In order to resolve assets specified by relative paths, this resolver implements a simple"search path"scheme. The resolver will anchor the relative path to a series of...
omniverse-code/kit/exts/omni.usd.libs/pxr/Ar/__init__.pyi
from __future__ import annotations import pxr.Ar._ar import typing import Boost.Python import pxr.Ar __all__ = [ "DefaultResolver", "DefaultResolverContext", "GetResolver", "GetUnderlyingResolver", "IsPackageRelativePath", "JoinPackageRelativePath", "Notice", "ResolvedPath", "Resolv...
omniverse-code/kit/exts/omni.usd.libs/pxr/Tf/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/Tf/__DOC.py
def Execute(result): result["CallContext"].__doc__ = """""" result["Debug"].__doc__ = """ Enum-based debugging messages. The ``TfDebug`` class encapsulates a simple enum-based conditional debugging message system. It is meant as a tool for developers, and *NOT* as a means of issuing diagnostic messages to end-us...
omniverse-code/kit/exts/omni.usd.libs/pxr/Tf/__init__.pyi
from __future__ import annotations import pxr.Tf._tf import typing import Boost.Python import pxr.Tf import python __all__ = [ "CallContext", "CppException", "Debug", "DiagnosticType", "DictionaryStrcmp", "DumpTokenStats", "Enum", "Error", "FindLongestAccessiblePrefix", "GetAppL...
omniverse-code/kit/exts/omni.usd.libs/pxr/Ndr/__init__.py
# # Copyright 2018 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/Ndr/__DOC.py
def Execute(result): result["DiscoveryPlugin"].__doc__ = """ Interface for discovery plugins. Discovery plugins, like the name implies, find nodes. Where the plugin searches is up to the plugin that implements this interface. Examples of discovery plugins could include plugins that look for nodes on the filesystem,...
omniverse-code/kit/exts/omni.usd.libs/pxr/Ndr/__init__.pyi
from __future__ import annotations import pxr.Ndr._ndr import typing import Boost.Python import pxr.Ndr import pxr.Tf __all__ = [ "DiscoveryPlugin", "DiscoveryPluginContext", "DiscoveryPluginList", "DiscoveryUri", "FsHelpersDiscoverFiles", "FsHelpersDiscoverNodes", "FsHelpersSplitShaderIden...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdRender/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdRender/__DOC.py
def Execute(result): result["DenoisePass"].__doc__ = """ A RenderDenoisePass generates renders via a denoising process. This may be the same renderer that a pipeline uses for UsdRender, or may be a separate one. Notably, a RenderDenoisePass requires another Pass to be present for it to operate. The denoising process...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdBakeMtlx/__init__.py
# # Copyright 2022 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdBakeMtlx/__DOC.py
def Execute(result): pass
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdRi/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdRi/__DOC.py
def Execute(result): result["MaterialAPI"].__doc__ = """ Deprecated Materials should use UsdShadeMaterial instead. This schema will be removed in a future release. This API provides outputs that connect a material prim to prman shaders and RIS objects. For any described attribute *Fallback* *Value* or *Allowed* *...
omniverse-code/kit/exts/omni.usd.libs/pxr/SdrGlslfx/__init__.py
# # Copyright 2019 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdProc/__init__.py
# # Copyright 2022 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdProc/__DOC.py
def Execute(result): result["GenerativeProcedural"].__doc__ = """ Represents an abstract generative procedural prim which delivers its input parameters via properties (including relationships) within the"primvars:"namespace. It does not itself have any awareness or participation in the execution of the procedural b...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdLux/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdLux/__DOC.py
def Execute(result): result["BoundableLightBase"].__doc__ = """ Base class for intrinsic lights that are boundable. The primary purpose of this class is to provide a direct API to the functions provided by LightAPI for concrete derived light types. """ result["BoundableLightBase"].LightAPI.func_doc = """LightAP...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdLux/__init__.pyi
from __future__ import annotations import pxr.UsdLux._usdLux import typing import Boost.Python import pxr.Usd import pxr.UsdGeom import pxr.UsdLux __all__ = [ "BlackbodyTemperatureAsRgb", "BoundableLightBase", "CylinderLight", "DiskLight", "DistantLight", "DomeLight", "GeometryLight", "...
omniverse-code/kit/exts/omni.usd.libs/pxr/Gf/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/Gf/__DOC.py
def Execute(result): result["BBox3d"].__init__.func_doc = """__init__() The default constructor leaves the box empty, the transformation matrix identity, and the zero-area primitives flag" ``false`` . ---------------------------------------------------------------------- __init__(rhs) Copy constructor. Pa...
omniverse-code/kit/exts/omni.usd.libs/pxr/Gf/__init__.pyi
from __future__ import annotations import pxr.Gf._gf import typing import Boost.Python import pxr.Gf __all__ = [ "Abs", "Absf", "ApplyGamma", "BBox3d", "Camera", "Ceil", "Ceilf", "Clamp", "Clampf", "CompDiv", "CompMult", "ConvertDisplayToLinear", "ConvertLinearToDisp...
omniverse-code/kit/exts/omni.usd.libs/pxr/Garch/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/Garch/__DOC.py
def Execute(result): result["GLPlatformDebugContext"].__doc__ = """ Platform specific context (e.g. X11/GLX) which supports debug output. """ result["GLPlatformDebugContext"].makeCurrent.func_doc = """makeCurrent() -> None """ result["GLPlatformDebugContext"].__init__.func_doc = """__init__(majorVersion, m...
omniverse-code/kit/exts/omni.usd.libs/pxr/Pcp/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/Pcp/__DOC.py
def Execute(result): result["Cache"].__doc__ = """ PcpCache is the context required to make requests of the Pcp composition algorithm and cache the results. Because the algorithms are recursive making a request typically makes other internal requests to solve subproblems caching subproblem results is required for...
omniverse-code/kit/exts/omni.usd.libs/pxr/Pcp/__init__.pyi
from __future__ import annotations import pxr.Pcp._pcp import typing import Boost.Python import pxr.Pcp import pxr.Tf __all__ = [ "ArcType", "ArcTypeInherit", "ArcTypePayload", "ArcTypeReference", "ArcTypeRelocate", "ArcTypeRoot", "ArcTypeSpecialize", "ArcTypeVariant", "Cache", ...
omniverse-code/kit/exts/omni.usd.libs/pxr/Plug/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/Plug/__DOC.py
def Execute(result): result["Notice"].__doc__ = """ Notifications sent by the Plug module. """ result["Plugin"].__doc__ = """ Defines an interface to registered plugins. Plugins are registered using the interfaces in ``PlugRegistry`` . For each registered plugin, there is an instance of ``PlugPlugin`` which ca...
omniverse-code/kit/exts/omni.usd.libs/pxr/Plug/__init__.pyi
from __future__ import annotations import pxr.Plug._plug import typing import Boost.Python __all__ = [ "Notice", "Plugin", "Registry" ] class Notice(Boost.Python.instance): """ Notifications sent by the Plug module. """ class Base(pxr.Tf.Notice, Boost.Python.instance): pass cl...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdShade/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdShade/__DOC.py
def Execute(result): result["ConnectableAPI"].__doc__ = """ UsdShadeConnectableAPI is an API schema that provides a common interface for creating outputs and making connections between shading parameters and outputs. The interface is common to all UsdShade schemas that support Inputs and Outputs, which currently inc...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdShade/__init__.pyi
from __future__ import annotations import pxr.UsdShade._usdShade import typing import Boost.Python import pxr.Usd import pxr.UsdShade __all__ = [ "AttributeType", "ConnectableAPI", "ConnectionModification", "ConnectionSourceInfo", "CoordSysAPI", "Input", "Material", "MaterialBindingAPI"...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdUtils/complianceChecker.py
# # Copyright 2018 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdUtils/usdzUtils.py
# # Copyright 2022 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdUtils/updateSchemaWithSdrNode.py
#!/pxrpythonsubst # # Copyright 2021 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # ...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdUtils/fixBrokenPixarSchemas.py
# # Copyright 2022 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdUtils/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdUtils/__DOC.py
def Execute(result): result["CoalescingDiagnosticDelegate"].__doc__ = """ A class which collects warnings and statuses from the Tf diagnostic manager system in a thread safe manner. This class allows clients to get both the unfiltered results, as well as a compressed view which deduplicates diagnostic events by th...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdUtils/constantsGroup.py
# # Copyright 2017 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdUtils/__init__.pyi
from __future__ import annotations import pxr.UsdUtils._usdUtils import typing import Boost.Python __all__ = [ "AuthorCollection", "CoalescingDiagnosticDelegate", "CoalescingDiagnosticDelegateItem", "CoalescingDiagnosticDelegateSharedItem", "CoalescingDiagnosticDelegateUnsharedItem", "ComputeAl...
omniverse-code/kit/exts/omni.usd.libs/pxr/Sdr/__init__.py
# # Copyright 2018 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/Sdr/__DOC.py
def Execute(result): result["Registry"].__doc__ = """ The shading-specialized version of ``NdrRegistry`` . """ result["Registry"].GetShaderNodeByIdentifier.func_doc = """GetShaderNodeByIdentifier(identifier, typePriority) -> ShaderNode Exactly like ``NdrRegistry::GetNodeByIdentifier()`` , but returns a ``SdrSh...
omniverse-code/kit/exts/omni.usd.libs/pxr/Sdr/__init__.pyi
from __future__ import annotations import pxr.Sdr._sdr import typing import Boost.Python import pxr.Ndr __all__ = [ "NodeContext", "NodeMetadata", "NodeRole", "PropertyMetadata", "PropertyRole", "PropertyTypes", "Registry", "ShaderNode", "ShaderNodeList", "ShaderProperty" ] cl...
omniverse-code/kit/exts/omni.usd.libs/pxr/Sdr/shaderParserTestUtils.py
#!/pxrpythonsubst # # Copyright 2018 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # ...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdHydra/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdHydra/__DOC.py
def Execute(result): result["GenerativeProceduralAPI"].__doc__ = """ This API extends and configures the core UsdProcGenerativeProcedural schema defined within usdProc for use with hydra generative procedurals as defined within hdGp. For any described attribute *Fallback* *Value* or *Allowed* *Values* below that ar...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdSchemaExamples/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdSchemaExamples/__DOC.py
def Execute(result): pass
omniverse-code/kit/exts/omni.usd.libs/pxr/Vt/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/Vt/__DOC.py
def Execute(result): pass
omniverse-code/kit/exts/omni.usd.libs/pxr/Vt/__init__.pyi
from __future__ import annotations import pxr.Vt._vt import typing import Boost.Python __all__ = [ "AllTrue", "AnyTrue", "Bool", "BoolArray", "BoolArrayFromBuffer", "Cat", "CharArray", "CharArrayFromBuffer", "Double", "DoubleArray", "DoubleArrayFromBuffer", "DualQuatdArr...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdGeom/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdGeom/__DOC.py
def Execute(result): result["BasisCurves"].__doc__ = """ BasisCurves are a batched curve representation analogous to the classic RIB definition via Basis and Curves statements. BasisCurves are often used to render dense aggregate geometry like hair or grass. A'matrix'and'vstep'associated with the *basis* are used t...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdGeom/__init__.pyi
from __future__ import annotations import pxr.UsdGeom._usdGeom import typing import Boost.Python import pxr.Usd import pxr.UsdGeom __all__ = [ "BBoxCache", "BasisCurves", "Boundable", "Camera", "Capsule", "Cone", "ConstraintTarget", "Cube", "Curves", "Cylinder", "GetFallback...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdMedia/__init__.py
# # Copyright 2019 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdMedia/__DOC.py
def Execute(result): result["SpatialAudio"].__doc__ = """ The SpatialAudio primitive defines basic properties for encoding playback of an audio file or stream within a USD Stage. The SpatialAudio schema derives from UsdGeomXformable since it can support full spatial audio while also supporting non-spatial mono and s...
omniverse-code/kit/exts/omni.usd.libs/pxr/Glf/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/Glf/__DOC.py
def Execute(result): result["DrawTarget"].__doc__ = """ A class representing a GL render target with mutliple image attachments. A DrawTarget is essentially a custom render pass into which several arbitrary variables can be output into. These can later be used as texture samplers by GLSL shaders. The DrawTarget ma...
omniverse-code/kit/exts/omni.usd.libs/pxr/Trace/__init__.py
# # Copyright 2018 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/Trace/__DOC.py
def Execute(result): result["AggregateNode"].__doc__ = """ A representation of a call tree. Each node represents one or more calls that occurred in the trace. Multiple calls to a child node are aggregated into one node. """ result["Collector"].__doc__ = """ This is a singleton class that records TraceEvent insta...
omniverse-code/kit/exts/omni.usd.libs/pxr/Trace/__init__.pyi
from __future__ import annotations import pxr.Trace._trace import typing import Boost.Python import pxr.Trace __all__ = [ "AggregateNode", "Collector", "GetElapsedSeconds", "GetTestEventName", "Reporter", "TestAuto", "TestCreateEvents", "TestNesting" ] class AggregateNode(Boost.Python...
omniverse-code/kit/exts/omni.usd.libs/pxr/Trace/__main__.py
# # Copyright 2018 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdAppUtils/cameraArgs.py
# # Copyright 2019 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdAppUtils/colorArgs.py
# # Copyright 2019 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdAppUtils/complexityArgs.py
# # Copyright 2019 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdAppUtils/__init__.py
# # Copyright 2019 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdAppUtils/framesArgs.py
# # Copyright 2019 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdAppUtils/rendererArgs.py
# # Copyright 2019 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdAppUtils/__DOC.py
def Execute(result): result["FrameRecorder"].__doc__ = """ A utility class for recording images of USD stages. UsdAppUtilsFrameRecorder uses Hydra to produce recorded images of a USD stage looking through a particular UsdGeomCamera on that stage at a particular UsdTimeCode. The images generated will be effectively ...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdMtlx/__init__.py
# # Copyright 2018 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdMtlx/__DOC.py
def Execute(result): pass
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdResolverExample/__init__.py
# # Copyright 2021 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdResolverExample/__DOC.py
def Execute(result): pass
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdDraco/__init__.py
# # Copyright 2019 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdDraco/__DOC.py
def Execute(result): pass
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdAbc/__init__.py
# # Copyright 2016 Pixar # # Licensed under the Apache License, Version 2.0 (the "Apache License") # with the following modification; you may not use this file except in # compliance with the Apache License and the following modification to it: # Section 6. Trademarks. is deleted and replaced with: # # 6. Trademarks. T...
omniverse-code/kit/exts/omni.usd.libs/pxr/UsdAbc/__DOC.py
def Execute(result): pass
omniverse-code/kit/exts/omni.usd.libs/omni/usd_libs/package.py
import functools import os import typing import omni.kit.app import omni.log def _simple_yaml_load(file_path): # avoid bringing in a new dependency on PyYaml to parse a simple yaml file d = {} with open(file_path, "r", encoding="utf-8") as f: for line in f.readlines(): if ":" not in l...
omniverse-code/kit/exts/omni.usd.libs/omni/usd_libs/__init__.py
from .package import get_info_path, get_info_data, get_name, get_version
omniverse-code/kit/exts/omni.kit.widget.nucleus_info/omni/kit/widget/nucleus_info/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.widget.nucleus_info/omni/kit/widget/nucleus_info/__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.widget.nucleus_info/omni/kit/widget/nucleus_info/service_discovery.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...