You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Massive rewrite to AnimationTree. Many APIs changed in order to:
-Reuse resources -Expose properties in AnimationTree
This commit is contained in:
@@ -1533,9 +1533,10 @@ void EditorInspector::update_tree() {
|
||||
|
||||
if (capitalize_paths)
|
||||
path_name = path_name.capitalize();
|
||||
|
||||
Color c = sscolor;
|
||||
c.a /= level;
|
||||
section->setup(path_name, acc_path, object, c, use_folding);
|
||||
section->setup(path_name, path_name, object, c, use_folding);
|
||||
|
||||
item_path[acc_path] = section->get_vbox();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user