1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Rename EditorPropertyTransform to EditorPropertyTransform3D

This commit is contained in:
Aaron Franke
2021-06-03 21:58:26 -04:00
parent 5d9cab3aeb
commit 6f472d154b
6 changed files with 17 additions and 17 deletions

View File

@@ -95,7 +95,7 @@ void BoneTransformEditor::create_editors() {
section->get_vbox()->add_child(transform_section);
// Transform/Matrix property
transform_property = memnew(EditorPropertyTransform());
transform_property = memnew(EditorPropertyTransform3D());
transform_property->setup(-10000, 10000, 0.001f, true);
transform_property->set_label("Transform");
transform_property->set_use_folding(true);