kikialex
05-10-2007, 09:17 AM
I'm trying to use the soft selection for the uv without opening the uvw editor
(
mod1 = $.modifiers[1]
rollout unnamedRollout "Soft Selection" width:192 height:59
(
spinner spn1 "Fallof" pos:[13,6] width:166 height:16 range:[0,100,0]
checkbox chk1 "Soft Selection" pos:[14,33] width:166 height:26
on spn1 changed val do
(
mod1.unwrap.setFalloffDist val
)
on chk1 changed state do
(
if state == false do
(
mod1.setEnableSoftSelection false
)
if state == true do
(
mod1.setEnableSoftSelection true
)
)
)
nf_c12 = newRolloutFloater "" 220 200
addRollout unnamedRollout nf_c12
It ain't working what em I doing wrong ?:surprised
(
mod1 = $.modifiers[1]
rollout unnamedRollout "Soft Selection" width:192 height:59
(
spinner spn1 "Fallof" pos:[13,6] width:166 height:16 range:[0,100,0]
checkbox chk1 "Soft Selection" pos:[14,33] width:166 height:26
on spn1 changed val do
(
mod1.unwrap.setFalloffDist val
)
on chk1 changed state do
(
if state == false do
(
mod1.setEnableSoftSelection false
)
if state == true do
(
mod1.setEnableSoftSelection true
)
)
)
nf_c12 = newRolloutFloater "" 220 200
addRollout unnamedRollout nf_c12
It ain't working what em I doing wrong ?:surprised
