Update Skeleton3D inspector Bone Transforms
This commit is contained in:
parent
1508fe1393
commit
182accc2e0
1 changed files with 2 additions and 0 deletions
|
@ -500,6 +500,8 @@ void Skeleton3DEditor::_joint_tree_selection_changed() {
|
|||
rest_editor->set_target(bone_path + "rest");
|
||||
custom_pose_editor->set_target(bone_path + "custom_pose");
|
||||
|
||||
_update_properties();
|
||||
|
||||
pose_editor->set_visible(true);
|
||||
rest_editor->set_visible(true);
|
||||
custom_pose_editor->set_visible(true);
|
||||
|
|
Loading…
Add table
Reference in a new issue