summaryrefslogtreecommitdiffstats
path: root/modules/fbx/config.py
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-03-30 14:44:07 +0200
committerGitHub <noreply@github.com>2022-03-30 14:44:07 +0200
commit118f29694b12d771e67349e4d6838ae479a6552e (patch)
treeb0d916092ff2e659f6e5c2439468aeaad926bb75 /modules/fbx/config.py
parent432859de7a53a6588de298b97d2b24a35b8001d7 (diff)
parent33d477498edfb4ab1b925cb2fc643180f96de3ee (diff)
downloadredot-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.py16
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"