diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-07-02 00:17:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 00:17:21 +0200 |
commit | a2459c7d35eeaeea8b1d4fa9ce6c9cbe74f11643 (patch) | |
tree | c52f05eddaf57d2b54e4df061ecf354a8b3ea133 /doc/classes/EditorScenePostImportPlugin.xml | |
parent | d67691fbd6c1335caf523a2601450733bb4f101f (diff) | |
parent | dc43cfc830e7e602ad5aa1f59ceaa82e344dd378 (diff) |
Merge pull request #61610 from TokageItLab/importer-retarget-registered-gdhumanoid
Diffstat (limited to 'doc/classes/EditorScenePostImportPlugin.xml')
-rw-r--r-- | doc/classes/EditorScenePostImportPlugin.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/classes/EditorScenePostImportPlugin.xml b/doc/classes/EditorScenePostImportPlugin.xml index 0fdbd5db1e..93fd5e46ba 100644 --- a/doc/classes/EditorScenePostImportPlugin.xml +++ b/doc/classes/EditorScenePostImportPlugin.xml @@ -114,7 +114,9 @@ </constant> <constant name="INTERNAL_IMPORT_CATEGORY_ANIMATION_NODE" value="5" enum="InternalImportCategory"> </constant> - <constant name="INTERNAL_IMPORT_CATEGORY_MAX" value="6" enum="InternalImportCategory"> + <constant name="INTERNAL_IMPORT_CATEGORY_SKELETON_3D_NODE" value="6" enum="InternalImportCategory"> + </constant> + <constant name="INTERNAL_IMPORT_CATEGORY_MAX" value="7" enum="InternalImportCategory"> </constant> </constants> </class> |