Merge branch 'blender-v4.5-release'
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user