Hey Paul, I have tried, but VertexPaint is limited in certain ways (the ways that I need it for). No growing, shrinking, looping or ringing of select…
No, nothing that complex, although it’s not a bad idea I want to be able to select, or soft select, a bunch of verts and add, multiply, blend vertex…
I want to make a better system for colouring verts in editable poly, one that allows you to multiply, add, screen, etc. colours with editable poly’s s…
Check out the Menu Manager section of the scripting manual, that’ll have everything you need.
I need to get to the item via the menuMan.getMainMenuBar method and execute it, but that seems like it ain’t gonna work. Thanks for the help guys, ma…
Thanks, but that’s not what I really want, Maneswar. I want to be able to find an item using Max’s menus and execute them from there, I want to be ab…
I want to make a system that can show menus in a different way. I have found methods to get all the menus and menu items in their hierarchies but I ca…
Thanks Bobo, you rock! :buttrock: Is that the only way to access it? That is happening is that I’m making an array of these objects so there could be…
$.material = undefined
Sorry guys, first rule of Fight Club is: Don’t post untested code. This works: ( local obj = selection[1].baseobject — Get the base object of the…
fabman: Sorry about that, I didn’t read through your whole post.
Fabman, unfortunately your script won’t account for faces being selected twice or more. A more accurate script would probably go like: ( local obj …