Merge pull request #100792 from lyuma/post_import_plugin_subresources

Allow post-import plugins to modify `_subresources`
This commit is contained in:
Rémi Verschelde 2025-01-08 00:21:03 +01:00
commit a7d84fa022
2 changed files with 32 additions and 26 deletions

View file

@ -71,6 +71,7 @@
<param index="0" name="scene" type="Node" />
<description>
Pre Process the scene. This function is called right after the scene format loader loaded the scene and no changes have been made.
Pre process may be used to adjust internal import options in the [code]"nodes"[/code], [code]"meshes"[/code], [code]"animations"[/code] or [code]"materials"[/code] keys inside [code]get_option_value("_subresources")[/code].
</description>
</method>
<method name="add_import_option">