hi , i wonder if theres any mel or python way to execute some item from a menu instead of need open and click it...... plugin menu window , and go click the rig button , but doing it with script? kind of menuitem -execute rig button...........
@clausilkjaer4 жыл бұрын
How do I run the script on startup? I tried adding it to the plugins folder, but it clicking Loaded and Auto Load doesn't work.
@pakapeta77723 жыл бұрын
You can make it as a plugin and add it into Maya or save that script as a button into the Custom panel.
@pakapeta77723 жыл бұрын
Why is the deleteUI cmd not work on my side?
@pakapeta77723 жыл бұрын
my 'menu_obj' had numbers in it that why it didn't work. If any have same problem plz check that.
@tiaz8055 жыл бұрын
Great tutorial! Do I have to run the pymel script every time I open Maya to have the menu working? Is there any way that I don't need to run any code to have that custom menu?
@pakapeta77723 жыл бұрын
You can make it as a plugin and add it into Maya or save that script as a button into the Custom panel.
@bobdawkins74735 жыл бұрын
Hey non coder here. :) What is Pymel? I know of Python and know of mel, but not sure of Pymel?
@TheLavrenicus4 жыл бұрын
Pymel is sort of mel for python. Maya have 4 python libraries: maya.cmds; pymel.core; maya.api.OpenMaya; maya.OpenMaya
@anhnhat355 жыл бұрын
so cool, so useful, thanks man^^
@PEMGILRAT2 жыл бұрын
i wish i could find a more explanatory video about whats going on here, because i don't understand 99% of what you are coding there. :(