Hi. I want to make a script that moves selected clusters in the unwrap modifier with multiple objects selected.
I already have a script that does that but with only one object selected
$.modifiers[#unwrap_uvw].unwrap2.MoveSelected [1.0,0,0]
but when i try to apply that when multiple objects are selected i get problems.
sel = selection
obj = #()
sel.modifiers[#unwrap_uvw].unwrap2.getSelectedFaces ()
sel.modifiers[#unwrap_uvw].unwrap2.moveSelected [1.0,0,0]
i get this error
-- Unknown property: "modifiers" in $selection
-- Unknown property: "modifiers" in $selection
What am i doing wrong?
Thanks!
le1setreter · 2010-04-02