Skip to content

Commit

Permalink
Merge pull request #47531 from fire/update-skeleton-display
Browse files Browse the repository at this point in the history
Update Skeleton3D inspector Bone Transforms
  • Loading branch information
akien-mga authored Apr 11, 2021
2 parents d90e6cc + 182accc commit 4a1f2dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/plugins/skeleton_3d_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,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);
Expand Down

0 comments on commit 4a1f2dc

Please sign in to comment.