Cleanup: move PlayheadSnappingPanel out of tool-system module

This panel is unrelated to the tool-system.
This commit is contained in:
Campbell Barton
2025-06-01 15:11:51 +10:00
parent b4b2518c5b
commit 0cbcf48e69
6 changed files with 39 additions and 33 deletions

View File

@@ -18,8 +18,11 @@ from bl_ui.properties_grease_pencil_common import (
)
from bl_ui.space_toolsystem_common import (
ToolActivePanelHelper,
)
from bl_ui.utils import (
PlayheadSnappingPanel,
)
from rna_prop_ui import PropertyPanel