blob: 2ca2154c3b606d6432629e548b967bd337dedc16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
==========================
Assets
==========================
.. codeauthor:: Jeremy Ernst
.. autoclass:: artv2_components.rig_asset.ART_RigAsset
:members: _add_metadata, _create_asset, _create_network_node
Properties
----------
.. py:attribute:: name
This property holds the asset name. This could be the name of the character, for example.
.. py:attribute:: network_node
:noindex:
This property holds the network node that contains this asset's metadata.
|