Hello. I am trying to figure out how to change a modifier property by using a variable. For example:
if x == 1 then
(
property = "moveX"
)
else if x == 2 then
(
property = "moveY"
)
selection.unwrap_uvw.property (0.5)
The issue I'm running into is how to concatenate the property variable correctly.
Swordslayer · 2020-05-07