Our website uses cookies to collect statistical visitor data and track interaction with direct marketing communication / improve our website and improve your browsing experience. Please see our Cookie Notice for more information about cookies, data they collect, who may access them, and your rights. Learn more
Hi. How can I add the script to my toolbar buttons? I don't want another button window. That's kind of uncomfortable. Thanks
Gringo3d
Gringo3d2021-01-22 18:56:26 UTC
Hi. I wrote my answer in a message and attached the files.
R
rothan
rothan2020-11-13 15:10:02 UTC
Thanks for sharing :)
A
angel-lovera
angel-lovera2020-05-08 22:32:54 UTC
Hello good afternoon, I try to install the script and it gives me an error, how should I install it?
Gringo3d
Gringo3d2020-05-09 16:46:07 UTC
Hello! Can you edit the script through? Open it through notepad and replace the old code with the new one, then save the changes and just drag it to the 3ds max window. Added a button. Sorry for the long answer!
rollout AtSel "Untitled" width:139 height:69
(
button 'btn2' "Attach" pos:[9,8] width:118 height:48 align:#left
on btn2 pressed do
(
fn openGroupsAll objs toggle1 toggle2= (
group_arr = for o in objs where isValidNode o AND isGroupHead o collect o
with redraw off (
for o in group_arr do (
actionMan.executeAction 0 "40141" -- Groups: Ungroup
-- ungroup o
) -- end for
)-- end redraw
) -- end fn
openGroupsAll selection false true
macros.run "Modifier Stack" "Convert_to_Poly"
undo "Quick_Attach" on (
b = attachAll()
)
)
)
createdialog AtSel
Gringo3d
Gringo3d2020-05-09 17:04:41 UTC
Added an additional file. Download title:
" Button_Attach "