Browse Source

Merge pull request #9307 from aXu-AP/post-importer-tut

Clarify how to enable post-import script
Matthew 1 year ago
parent
commit
41247a273c

+ 2 - 0
tutorials/assets_pipeline/importing_3d_scenes/import_configuration.rst

@@ -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
 (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).
 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
 Using animation libraries
 ^^^^^^^^^^^^^^^^^^^^^^^^^
 ^^^^^^^^^^^^^^^^^^^^^^^^^