Moved 'Move physical bones with nonphysical' into misc category from scaling category

This commit is contained in:
penolakushari 2024-09-15 16:47:39 +03:00
parent 2c21cabe8f
commit f84ee46bfa

View File

@ -4002,6 +4002,8 @@ function TOOL.BuildCPanel(CPanel)
CB:SetToolTip("#tool.ragdollmover.unfreezetip")
local DisFil = CCheckBox(Col3, "#tool.ragdollmover.disablefilter", "ragdollmover_disablefilter")
DisFil:SetToolTip("#tool.ragdollmover.disablefiltertip")
local physmovecheck = CCheckBox(Col3, "#tool.ragdollmover.physmove", "ragdollmover_physmove")
physmovecheck:SetToolTip("#tool.ragdollmover.physmovetip")
CCheckBox(Col3, "#tool.ragdollmover.drawskeleton", "ragdollmover_drawskeleton")
CCheckBox(Col3, "#tool.ragdollmover.snapenable", "ragdollmover_snapenable")
CNumSlider(Col3, "#tool.ragdollmover.snapamount", "ragdollmover_snapamount", 1, 180, 0)
@ -4044,8 +4046,6 @@ function TOOL.BuildCPanel(CPanel)
local Col5 = CCol(Col4, "#tool.ragdollmover.scaleoptions", true)
CCheckBox(Col5, "#tool.ragdollmover.scalechildren", "ragdollmover_scalechildren")
CCheckBox(Col5, "#tool.ragdollmover.smovechildren", "ragdollmover_smovechildren")
local physmovecheck = CCheckBox(Col5, "#tool.ragdollmover.physmove", "ragdollmover_physmove")
physmovecheck:SetToolTip("#tool.ragdollmover.physmovetip")
CCheckBox(Col5, "#tool.ragdollmover.scalerelativemove", "ragdollmover_scalerelativemove")
local ColBones = CCol(Col4, "#tool.ragdollmover.bonelist")