Hey can someone help me figure this out?
rollout rWNGenerate "Group Uv Tool"
(
local totgroups=#()
local goa=#()
button theCopyUVButton "Copy" width:80 align:#left offset:[0,0]
on theCopyUVButton pressed do
(
print "begarraytsgood"
goa = selection[1].modifiers[1].groupName ArrayParameter default: #()
print "group of arrays good"
for g in goa do
(
--append [g] selection[1].modifiers[1].groupName ArrayParameter default: #()
for i = 1 to totgroups do
(
print "beginning sort good"
selection[1].modifiers[1].GroupSelect g
totgroups[i] = selection[1].modifiers[1].getSelectedFaces()
print "end sort good"
)
print totgroups
)
)
According to my debugger it breaks at :
goa = selection[1].modifiers[1].groupName ArrayParameter default: #()
That doesn’t make sense though? If anyone could explain I would be appreciative.
For every question I had you had an answer.