Skip to content

Commit 3898c7e

Browse files
authored
Merge pull request godotengine#8951 from emre0altan/Clarify-suffix-usage-when-importing-resources-with-ResourceImporterScene
Node type customization warning updated to explain suffix options godotengine#8950
2 parents 3f350a4 + e41af09 commit 3898c7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/assets_pipeline/importing_3d_scenes/node_type_customization.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ will detect suffixes in object names and will perform actions automatically.
1717

1818
.. warning::
1919

20-
All the suffixes described below are **case-sensitive**.
20+
All the suffixes described below can be used with ``-``, ``$``, and ``_`` and are
21+
**case-insensitive**.
2122

2223
Remove nodes (-noimp)
2324
^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)