DopeSheet(bpy_struct)

base class — bpy_struct

class bpy.types.DopeSheet(bpy_struct)

Settings for filtering the channels shown in Animation Editors

filter_fcurve_name

F-Curve live filtering string

Type :string, default “”
filter_group

Group that included Object should be a member of

Type :Group
show_armatures

Include visualization of Armature related Animation data

Type :boolean, default False
show_cameras

Include visualization of Camera related Animation data

Type :boolean, default False
show_curves

Include visualization of Curve related Animation data

Type :boolean, default False
show_datablock_filters

Show options for whether channels related to certain types of data are included

Type :boolean, default False
show_expanded_summary

Collapse summary when shown, so all other channels get hidden (DopeSheet Editors Only)

Type :boolean, default False
show_hidden

Include channels from objects/bone that aren’t visible

Type :boolean, default False
show_lamps

Include visualization of Lamp related Animation data

Type :boolean, default False
show_lattices

Include visualization of Lattice related Animation data

Type :boolean, default False
show_materials

Include visualization of Material related Animation data

Type :boolean, default False
show_meshes

Include visualization of Mesh related Animation data

Type :boolean, default False
show_metaballs

Include visualization of Metaball related Animation data

Type :boolean, default False
show_missing_nla

Include Animation Data blocks with no NLA data (NLA Editor only)

Type :boolean, default False
show_nodes

Include visualization of Node related Animation data

Type :boolean, default False
show_only_group_objects

Only include channels from Objects in the specified Group

Type :boolean, default False
show_only_matching_fcurves

Only include F-Curves with names containing search text

Type :boolean, default False
show_only_selected

Only include channels relating to selected objects and data

Type :boolean, default False
show_particles

Include visualization of Particle related Animation data

Type :boolean, default False
show_scenes

Include visualization of Scene related Animation data

Type :boolean, default False
show_shapekeys

Include visualization of ShapeKey related Animation data

Type :boolean, default False
show_speakers

Include visualization of Speaker related Animation data

Type :boolean, default False
show_summary

Display an additional ‘summary’ line (DopeSheet Editors only)

Type :boolean, default False
show_textures

Include visualization of Texture related Animation data

Type :boolean, default False
show_transforms

Include visualization of Object-level Animation data (mostly Transforms)

Type :boolean, default False
show_worlds

Include visualization of World related Animation data

Type :boolean, default False
source

ID-Block representing source data, currently ID_SCE (for Dopesheet), and ID_SC (for Grease Pencil)

Type :ID, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

DomainFluidSettings(FluidSettings)

Next topic

Driver(bpy_struct)