Tell me please, I just want to make the same operation like simple attach group tool! I need to use this:
attachNodesToGroup
I know that I can use
on atachbtn click do
(
attachNodesToGroup selection <targetNode>
)
but how to define targetnode that will be a group? It means that selection should be attached to the picked group=>finally it will be a group as well! How to pick a group by script? Thx in advance!
on atachbtn picked obj do
(
if isValidNode obj AND isGroupHead obj do
print obj.name
)
doesn't work for me
barigazy · 2013-06-02
miauu · 2013-06-02