Merge pull request #65137 from dalexeev/editor-naming
Rearrange `editor/naming/*` project settings
This commit is contained in:
commit
fab9926a95
7 changed files with 23 additions and 15 deletions
|
|
@ -2191,7 +2191,7 @@ void SceneTreeDock::_do_create(Node *p_parent) {
|
|||
ERR_FAIL_COND(!child);
|
||||
|
||||
String new_name = p_parent->validate_child_name(child);
|
||||
if (GLOBAL_GET("editor/node_naming/name_casing").operator int() != NAME_CASING_PASCAL_CASE) {
|
||||
if (GLOBAL_GET("editor/naming/node_name_casing").operator int() != NAME_CASING_PASCAL_CASE) {
|
||||
new_name = adjust_name_casing(new_name);
|
||||
}
|
||||
child->set_name(new_name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue