User Tools

Site Tools


DzNodeSupportAssetFilter

Class for saving DSON-based Figure or Prop Support Assets.

More...

Inherits :

Constructors

DAZ Script
DzNodeSupportAssetFilter ()

Methods

DAZ Script
DzNodegetSetNode ()
voidsetNode ( DzNode node )

Detailed Description

An asset save filter for saving Figure or Prop Support Assets in the DSON format.

See Also:

Constructors


DzNodeSupportAssetFilter()

TODO: Add description.

Methods


DzNode : getSetNode()

Return Value:

  • The node set (if any) on this save filter.

Attention:

  • If a node is not set on this save filter, the primary selection in the scene is used.

void : setNode( DzNode node )

Sets a node to save support assets for.

Parameter(s):

  • node - The node to set.

Attention:

  • If node is NULL or a node is not set on this save filter, the primary selection in the scene will be used.