Hi all!
Can someone help me modify this script to prevent negative value?
Lowest value that I need is 1, not 0 or -1.
(
local currMod = modPanel.getCurrentObject()
(
if (classof currMod) == Editable_Poly then ($.edgeChamferSegments -= 1)
else ($.modifiers[#Edit_Poly].edgeChamferSegments -= 1)
)
)
Replies
Trying to use this script with edgeChamferTension, bit it give me 1.0, not incremental increase with +0.1 step. Script with -0.1 work fine.