custom user interface items/icons

custom user interface items/icons so we can have Vray plane, Vray light, Vray everything on a quad.

Not sure why someone hasn’t done this before, is it really tricky to do?

I know you can create a toolbar item from the maxscript listener, but I like me quads, so it’s going on my christmas wishlist to Farther Chaosmas.

lmao, no need man.
here:```

macroScript myMarvellousVrayPlaneMaker
category:“myVeryOwnScripts”
(
–insert here the line of code from the macrorecorder, eg.:
VRayPlane pos:[0,0,0] isSelected:on
)


save, run, and go fetch the menu item in the "myVeryOwnScripts" category.
Change macroscript name and category as you please, just make sure there's no "" in the name, and there are "" in the category name.
done :)

Lele

studoDIM: my Chaosmas has come early :slight_smile: Thanks very much I will give it a go.

--mental note to self, must learn maxscript.--