mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-23 09:28:07 +01: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 [
|
||||
"Skeleton2D",
|
||||
"PhysicalBone2D",
|
||||
|
||||
"SkeletonModificationStack2D",
|
||||
|
||||
"SkeletonModification2D",
|
||||
"SkeletonModification2DCCDIK",
|
||||
"SkeletonModification2DFABRIK",
|
||||
"SkeletonModification2DJiggle",
|
||||
"SkeletonModification2DLookAt",
|
||||
"SkeletonModification2DPhysicalBones",
|
||||
"SkeletonModification2DStackHolder",
|
||||
"SkeletonModification2DTwoBoneIK",
|
||||
]
|
||||
|
||||
def get_doc_path():
|
||||
|
Loading…
Reference in New Issue
Block a user