mirror of
https://github.com/Winded/RagdollMover.git
synced 2025-03-04 03:13:36 -05:00
Moved 'Move physical bones with nonphysical' into misc category from scaling category
This commit is contained in:
parent
2c21cabe8f
commit
f84ee46bfa
@ -4002,6 +4002,8 @@ function TOOL.BuildCPanel(CPanel)
|
|||||||
CB:SetToolTip("#tool.ragdollmover.unfreezetip")
|
CB:SetToolTip("#tool.ragdollmover.unfreezetip")
|
||||||
local DisFil = CCheckBox(Col3, "#tool.ragdollmover.disablefilter", "ragdollmover_disablefilter")
|
local DisFil = CCheckBox(Col3, "#tool.ragdollmover.disablefilter", "ragdollmover_disablefilter")
|
||||||
DisFil:SetToolTip("#tool.ragdollmover.disablefiltertip")
|
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.drawskeleton", "ragdollmover_drawskeleton")
|
||||||
CCheckBox(Col3, "#tool.ragdollmover.snapenable", "ragdollmover_snapenable")
|
CCheckBox(Col3, "#tool.ragdollmover.snapenable", "ragdollmover_snapenable")
|
||||||
CNumSlider(Col3, "#tool.ragdollmover.snapamount", "ragdollmover_snapamount", 1, 180, 0)
|
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)
|
local Col5 = CCol(Col4, "#tool.ragdollmover.scaleoptions", true)
|
||||||
CCheckBox(Col5, "#tool.ragdollmover.scalechildren", "ragdollmover_scalechildren")
|
CCheckBox(Col5, "#tool.ragdollmover.scalechildren", "ragdollmover_scalechildren")
|
||||||
CCheckBox(Col5, "#tool.ragdollmover.smovechildren", "ragdollmover_smovechildren")
|
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")
|
CCheckBox(Col5, "#tool.ragdollmover.scalerelativemove", "ragdollmover_scalerelativemove")
|
||||||
|
|
||||||
local ColBones = CCol(Col4, "#tool.ragdollmover.bonelist")
|
local ColBones = CCol(Col4, "#tool.ragdollmover.bonelist")
|
||||||
|
Loading…
Reference in New Issue
Block a user