Merge branch 'blender-v4.5-release'

This commit is contained in:
Philipp Oeser
2025-07-04 15:01:33 +02:00
13 changed files with 149 additions and 2 deletions

View File

@@ -127,6 +127,8 @@ class DopesheetFilterPopoverBase:
flow.prop(dopesheet, "show_pointclouds", text="Point Clouds")
if bpy.data.volumes:
flow.prop(dopesheet, "show_volumes", text="Volumes")
if bpy.data.lightprobes:
flow.prop(dopesheet, "show_lightprobes", text="Light Probes")
# data types
flow.prop(dopesheet, "show_worlds", text="Worlds")