rush icon indicating copy to clipboard operation
rush copied to clipboard

new version of maya

Open asdMild opened this issue 3 years ago • 9 comments

thanks a lot,rush is helpful, how can i update the command based on new version of the maya, which like maya-2020 or newer,

i was add the command of mine by the README, but the original command.py is used by default

asdMild avatar Aug 02 '21 08:08 asdMild

Hi, Thanks for using this! So do you have the issue only in the newer maya? was working fine in 2019 or lower? I tested maya2020 on linux and it works without any issues. If you have any error messages and paste it here, that would be helpful.

Also I'm not sure what the 'command.py' is. there is no such a file in the repository. I think the easiest way to add your own commands is to open sample.py and add functions there.

  • this plugin doesn't work in Maya2022/python3.

minoue avatar Aug 03 '21 14:08 minoue

rush is work well in maya 2020 ,

there may some menus are not defined yet, like Rigging, if the defined file is write by yourself without any auto script, i will try to find the way to do it myself.

if there is some good way to do it auto , i will email you,

asdMild avatar Aug 09 '21 06:08 asdMild

yes, because I made this tool for my own, I added modelling/lighting commands but didn't add any commands that I don't really use such as rigging/animation.

If you find any ways to define automatically, yes please let me know. Also, If you create command module for anim/rigging and send it to pull request, that would much appreciated.

Thanks,

minoue avatar Aug 09 '21 22:08 minoue

i export some file and build 2 python file, but it looks chaos. i export the files from [ 'C:\Program Files\Autodesk\Maya2020\scripts\shelves', 'C:\Program Files\Autodesk\Maya2020\scripts\startup\defaultRunTimeCommands.mel', 'C:\Program Files\Autodesk\Maya2020\scripts\startup\namedCommandSetup.mel',]

the file from shelves and namedCommandSetup look better, the defaultRunTimeCommands is chaos , hope it can help code_file.zip

asdMild avatar Aug 25 '21 08:08 asdMild

Hi! Thank you for sending the file. I will have a look and will let you know how it goes : )

minoue avatar Aug 28 '21 12:08 minoue

Hi, I'm looking at the maya_named_command.py and a lot of functions are named like "NameCom****" or "***NameCommand". Do you know what these prefix/suffix are?

minoue avatar Sep 30 '21 22:09 minoue

those prefix are made by myself, for command search in the rush. just remove them if necessary.

asdMild avatar Oct 03 '21 16:10 asdMild

I see, thanks.

minoue avatar Oct 04 '21 22:10 minoue

code.zip those two file are create by myself, i use them for one month, maybe it can have some help but the file from defaultRunTimeCommands.mel is ignored because messy

asdMild avatar Oct 05 '21 09:10 asdMild