User Tools

Site Tools


DzSkeletonProperty

A non-animatable skeleton property.

More...

Inherits :

Constructors

DAZ Script
DzSkeletonProperty ()
DzSkeletonProperty ( String name, Boolean canAnimate, Boolean isUserProperty )

Methods

Signals

voidaboutToChange ()

Detailed Description

A specialized subclass of DzNodeProperty which will only allow the user to select nodes that are skeletons from the scene. This is currently used by skeletons for the 'Fit To' property.

Constructors


DzSkeletonProperty()

Default Constructor. Creates a non-animatable, non-user property.


DzSkeletonProperty( String name, Boolean canAnimate, Boolean isUserProperty )

Parameter(s):

  • name - The name of this property.
  • canAnimate - If true, create an animatable property. If false, a non-animatable property is created.
  • isUserProperty - If true, creates a user property; user properties are properties that can be added/deleted by users.

Methods


DzSkeleton : getSkeletonValue()

Return Value:

  • The value of the property, NULL if no skeleton is selected.

Signals


void : aboutToChange()

Signature:“aboutToChange()”

Emitted immediately before the value of the property changes.