Usability improvements for folding. Unfortunately SpatialMaterial broke compatibility.
This commit is contained in:
parent
760cdbe1a3
commit
d41978eb63
7 changed files with 24 additions and 13 deletions
|
|
@ -2992,6 +2992,8 @@ void PropertyEditor::update_tree() {
|
|||
if (group_base != "") {
|
||||
if (basename.begins_with(group_base)) {
|
||||
basename = basename.replace_first(group_base, "");
|
||||
} else if (group_base.begins_with(basename)) {
|
||||
//keep it, this is used pretty often
|
||||
} else {
|
||||
group = ""; //no longer using group base, clear
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue