diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-03-30 14:44:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 14:44:07 +0200 |
commit | 118f29694b12d771e67349e4d6838ae479a6552e (patch) | |
tree | b0d916092ff2e659f6e5c2439468aeaad926bb75 /modules/fbx/config.py | |
parent | 432859de7a53a6588de298b97d2b24a35b8001d7 (diff) | |
parent | 33d477498edfb4ab1b925cb2fc643180f96de3ee (diff) | |
download | redot-engine-118f29694b12d771e67349e4d6838ae479a6552e.tar.gz |
Merge pull request #59691 from akien-mga/remove-adhoc-fbx-importer
Diffstat (limited to 'modules/fbx/config.py')
-rw-r--r-- | modules/fbx/config.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/fbx/config.py b/modules/fbx/config.py deleted file mode 100644 index 78929800b3..0000000000 --- a/modules/fbx/config.py +++ /dev/null @@ -1,16 +0,0 @@ -def can_build(env, platform): - return env["tools"] - - -def configure(env): - pass - - -def get_doc_classes(): - return [ - "EditorSceneImporterFBX", - ] - - -def get_doc_path(): - return "doc_classes" |