mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-28 06:37:11 +01:00
List all classes in the paint modules's config.
This commit is contained in:
parent
9dda076070
commit
73a1c176b4
@ -23,14 +23,17 @@ def get_doc_classes():
|
|||||||
"RainbowAction",
|
"RainbowAction",
|
||||||
"RectAction",
|
"RectAction",
|
||||||
|
|
||||||
"PaintWindow",
|
|
||||||
|
|
||||||
"PaintNode",
|
"PaintNode",
|
||||||
"PaintCanvas",
|
"PaintCanvas",
|
||||||
"PaintProject",
|
"PaintProject",
|
||||||
|
|
||||||
"PaintSidebar",
|
"PaintCanvasBackground",
|
||||||
"PaintSidebarModule",
|
"PaintVisualGrid",
|
||||||
|
|
||||||
|
"PaintCustomPropertyInspector",
|
||||||
|
"PaintProjectPropertyInspector",
|
||||||
|
"PaintProjectToolsPropertyInspector",
|
||||||
|
"PaintToolsPropertyInspector",
|
||||||
]
|
]
|
||||||
|
|
||||||
def get_doc_path():
|
def get_doc_path():
|
||||||
|
Loading…
Reference in New Issue
Block a user