blob: c62bb6e2de6567f3fdd9e8017caa9dfbe164cbd1 (
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:: scripts.artv2.components.base_components.rig_asset.RigAsset
:members:
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.
|