User Tools

Site Tools


modifier_instance

Description

This object instantiates a modifier.

Parent Objects

Properties

Name Description Default Required
id A string representing the unique identifier for this item within the scope of the file. None yes
parent A string representing the URI of the node or element that this modifier instance is affecting. None yes
url A string representing the URI of the modifier asset definition to instantiate. None yes

Details

Most properties of modifier can be overridden in modifier_instance. The only properties that cannot be overridden are id and presentation. For any properties that are overridden which are URI’s, the URI must point to an instance element, not a definition.

Example

{
    "id" : "smile",
    "parent" : "hips:#hips",
    "url" : "/DAZ/Victoria/Body/Daphne.dsf#smile"
}