DupliObject(bpy_struct)

base class — bpy_struct

class bpy.types.DupliObject(bpy_struct)

An object duplicate

matrix

Object duplicate transformation matrix

Type :float array of 16 items in [-inf, inf], default (0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)
matrix_original

The original matrix of this object before it was duplicated

Type :float array of 16 items in [-inf, inf], default (0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)
object

Object being duplicated

Type :Object, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

DriverVariable(bpy_struct)

Next topic

EdgeSplitModifier(Modifier)