simvx.editor.panels.inspector_sections._path_section

PathCurveSection – curve point editor for Path2D / Path3D.

Registered with the section registry via @register_inspector_section at import time.

Module Contents

Classes

PathCurveSection

Compact curve point editor for Path2D and Path3D nodes.

API

class simvx.editor.panels.inspector_sections._path_section.PathCurveSection[source]

Bases: simvx.editor.panels.inspector_sections._base.InspectorSection

Compact curve point editor for Path2D and Path3D nodes.

section_title

‘Curve’

priority

6

can_handle(node)[source]
handled_properties(node)[source]
build_rows(node, ctx)[source]
__slots__

()