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)
index

Index in the lowest-level dupli list

Type :int in [-inf, inf], default 0, (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)
orco

Generated coordinates in parent object space

Type :float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0), (readonly)
particle_system

Particle system that this dupli object was instanced from

Type :ParticleSystem, (readonly)
persistent_id

Persistent identifier for inter-frame matching of objects with motion blur

Type :int array of 8 items in [-inf, inf], default (0, 0, 0, 0, 0, 0, 0, 0), (readonly)
type

Duplicator type that generated this dupli object

  • NONE None.
  • FRAMES Frames, Make copy of object for every frame.
  • VERTS Verts, Duplicate child objects on all vertices.
  • FACES Faces, Duplicate child objects on all faces.
  • GROUP Group, Enable group instancing.
Type :enum in [‘NONE’, ‘FRAMES’, ‘VERTS’, ‘FACES’, ‘GROUP’], default ‘NONE’, (readonly)
uv

UV coordinates in parent object space

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

Inherited Properties

Inherited Functions

References

Previous topic

DriverVariable(bpy_struct)

Next topic

DynamicPaintBrushSettings(bpy_struct)