Fix instanced .blend/GLTF scenes lose all children after update until .tscn is reopened
Co-Authored-By: Tomek <kobewi4e@gmail.com> Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-Authored-By: Hilderin <81109165+Hilderin@users.noreply.github.com>
This commit is contained in:
parent
383a6e4ef2
commit
66822a8948
4 changed files with 241 additions and 83 deletions
|
|
@ -84,6 +84,12 @@
|
|||
Emitted if a resource is reimported.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="resources_reimporting">
|
||||
<param index="0" name="resources" type="PackedStringArray" />
|
||||
<description>
|
||||
Emitted before a resource is reimported.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="resources_reload">
|
||||
<param index="0" name="resources" type="PackedStringArray" />
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue