module documentation

pygments.lexers._usd_builtins ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ A collection of known USD-related keywords, attributes, and types. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Constant COMMON_ATTRIBUTES Undocumented
Constant KEYWORDS Undocumented
Constant OPERATORS Undocumented
Constant SPECIAL_NAMES Undocumented
Constant TYPES Undocumented
COMMON_ATTRIBUTES: list[str] = (source)

Undocumented

Value
['extent', 'xformOpOrder']
KEYWORDS: list[str] = (source)

Undocumented

Value
['class',
 'clips',
 'custom',
 'customData',
 'def',
 'dictionary',
 'inherits',
...
OPERATORS: list[str] = (source)

Undocumented

Value
['add', 'append', 'delete', 'prepend', 'reorder']
SPECIAL_NAMES: list[str] = (source)

Undocumented

Value
['active',
 'apiSchemas',
 'defaultPrim',
 'elementSize',
 'endTimeCode',
 'hidden',
 'instanceable',
...

Undocumented

Value
['asset',
 'bool',
 'color3d',
 'color3f',
 'color3h',
 'color4d',
 'color4f',
...