simvx.editor.panels.inspector_sections

Inspector sections package.

Split from the former flat inspector_sections.py into:

  • _base – InspectorContext, InspectorSection base class, the section registry, theme/layout helpers, widget factories.

  • sections – every concrete section subclass (MeshSection, MaterialSection, CollisionShapeSection, PostProcessToggleSection, CameraPreviewSection, ParticlePreviewSection, SpriteAnimationSection, PathCurveSection). Each registers itself via @register_inspector_section at import time.

Public API is re-exported so from simvx.editor.panels.inspector_sections import InspectorContext, get_sections_for_node keeps working.

Submodules

Package Contents

Data

API

simvx.editor.panels.inspector_sections.__all__

[‘InspectorContext’, ‘InspectorSection’, ‘get_sections_for_node’, ‘register_inspector_section’, ‘_ch…