Materials & Modifiers
DazMaterial
- class dazpy.DazMaterial(client, locator)[source]
Bases:
DazElementProxy for a
DzMaterialsurface on a DAZ Studio node.Instances are obtained via
DazNode.materials()orDazNode.find_material().- property diffuse_color: dict | None
Diffuse colour as
{"r", "g", "b"}(0–255, read/write).Can be set with a
dictor a 3-tuple(r, g, b).
DazMorph
- class dazpy.DazMorph(client, locator)[source]
Bases:
DazModifierProxy for a
DzMorphblendshape slider on a node.Returned by
DazNode.morphs()andDazNode.find_modifier()when the underlying DAZ modifier is aDzMorph.
DazModifier
- class dazpy.DazModifier(client, locator)[source]
Bases:
DazElementProxy for a
DzModifier(constraint, formula, etc.) on a node.Instances are obtained via
DazNode.modifiers()orDazNode.find_modifier(). For morph/blendshape modifiers, the more specificDazMorphsubclass is returned automatically.