mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-03-30 08:45:29 +02:00
Add all doc classes to the new module's config.py.
This commit is contained in:
parent
b9f3d3b26a
commit
546929e85b
@ -12,6 +12,17 @@ def get_doc_classes():
|
|||||||
return [
|
return [
|
||||||
"Skeleton2D",
|
"Skeleton2D",
|
||||||
"PhysicalBone2D",
|
"PhysicalBone2D",
|
||||||
|
|
||||||
|
"SkeletonModificationStack2D",
|
||||||
|
|
||||||
|
"SkeletonModification2D",
|
||||||
|
"SkeletonModification2DCCDIK",
|
||||||
|
"SkeletonModification2DFABRIK",
|
||||||
|
"SkeletonModification2DJiggle",
|
||||||
|
"SkeletonModification2DLookAt",
|
||||||
|
"SkeletonModification2DPhysicalBones",
|
||||||
|
"SkeletonModification2DStackHolder",
|
||||||
|
"SkeletonModification2DTwoBoneIK",
|
||||||
]
|
]
|
||||||
|
|
||||||
def get_doc_path():
|
def get_doc_path():
|
||||||
|
Loading…
Reference in New Issue
Block a user