DupliObject(bpy_struct)

base class — bpy_struct

class bpy.types.DupliObject(bpy_struct)

An object duplicate

hide

Don’t show dupli object in viewport or render

Type :boolean, default False, (readonly)
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), (readonly)
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), (readonly)
object

Object being duplicated

Type :Object, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

DriverVariable(bpy_struct)

Next topic

DynamicPaintBrushSettings(bpy_struct)