Conversation (#674)

This commit is contained in:
Turánszki János
2023-05-12 17:50:21 +02:00
committed by GitHub
parent 1735338930
commit 070480a8ff
31 changed files with 937 additions and 309 deletions
+6
View File
@@ -3084,6 +3084,12 @@ void EditorComponent::SaveAs()
void EditorComponent::CheckBonePickingEnabled()
{
if (optionsWnd.generalWnd.skeletonsVisibleCheckBox.GetCheck())
{
bone_picking = true;
return;
}
// Check if armature or bone is selected to allow bone picking:
// (Don't want to always enable bone picking, because it can make the screen look very busy.)
Scene& scene = GetCurrentScene();