Clarify how to enable post-import script

Add the step how to enable post-import script in import configurations tutorial.
This commit is contained in:
aXu-AP
2024-05-01 22:28:34 +03:00
parent 7c8f2cb5ef
commit fd1d1b992d

View File

@@ -395,6 +395,8 @@ The ``_post_import(scene: Node)`` function takes the imported scene as argument
(the parameter is actually the root node of the scene). The scene that will
finally be used **must** be returned (even if the scene can be entirely different).
To use your script, locate the script in the import tab's "Path" option under the "Import Script" category.
Using animation libraries
^^^^^^^^^^^^^^^^^^^^^^^^^