Add an operator to Properties editor -> Physics tab -> Cloth cache panel

I want to add an operator right here:


I’m familiar with how to do this usually, but I can’t figure out what the path is for this panel. I assume it’s bpy.types…something?.append(), but the docs haven’t made it clear what the “something” there is.

I found a suggestion to use “bpy.types.CLOTH_PT_bake.append(function)”, but CLOTH_PT_bake doesn’t seem to exist (at least not in Blender 3.6.5).

Can anyone point me to what I should be doing? Thanks :slight_smile:

2 Likes

bpy.types.PHYSICS_PT_cloth_cache

1 Like