Hi all, I have a problem with a script
This script does work :
if true then (
mybox = box()
myuvw = uvwmap maptype:4
addmodifier mybox myuvw
mymodifier = mybox.modifiers[1]
)
print mymodifier.gizmo.position
but this one doesn't work:
if true then (
mybox = box()
myuvw = uvwmap maptype:4
addmodifier mybox myuvw
mymodifier = mybox.modifiers[1]
print mymodifier.gizmo.position
)
So, why i can't access to gizmo properties in the if-condition... please help me!!!
Best regards
barigazy · 2013-12-18