This course will look at the fundamentals of modeling in Maya with an emphasis on creating good topology. We'll look at what makes a good model in Maya and why objects are modeled in the way they are.
Maya Newbie here. Does anyone ever do command line rendering on Maya 2008 using a Mac and OSX? I can get all the codes entered in the Terminal but it won't recognize "render" and I can't figure out where to find the render application or how to apply it to get the computer to understand the code.
I don't use OS X but I have some experience with the bash shell (aka Terminal in Macspeak). I think the reason why it can't find the render application is becuase the path of the binary is not set in the shell configuration file. If you were to post the codes you entered into the shell, I might be able to help.
C. P. U. Its not a big processor... Its a series of pipes!
Thank you both. I believe the issue is that I have to teach my computer what "render" is. If I do render -r mr -help in the terminal it brings up all the commands except render.
To answer architect:
I type in: cd /Volumes
then: cd /Users/administrator/Projects/360_Bug/scenes render -r mr -s 1 -e 170 -v 5 LR2_C01_360Bug_v004.mb
when I hit enter it says: -bash: render: command not found
A friend of mine who does do command line rendering from a Mac has been buried under work and could only find time to say this cryptic message:
"You need to tell the mac what "render" is. It is located at /Applications/Autodesk/Maya2008/
then you need to find the actual maya application
open it's package up
find the directory called bin or something
then inside you should see something called render
you will want to shortcut to this application on your desktop
you can then drag and drop the shortcut to the terminal
in leu of typing render. . ."
When I did this I found a folder labeled devKit/ bin but no file with the word render in it but I did find a bunch of files in devkit/plug-ins with over 30 files that say render and all .xpm files. I'm still working my way down the list to see if any might work.
The problem is that "render" is not a native bash command and there are no programs in the directory called render.
The solution is to find the ".bash_profile" file or the Mac OS X equivalent of this file (I use Linux, so I can't help with what its called) and add this line:
alias render='PATH'
PATH is where the binary for the renderer is. Sorry I can't help with the path, but I only have Maya 6.5 and its on a Windows computer.
When this works, bash would know that render is just an alias for eg. /usr/maya/bin/render.bin
Hope this helps!
C. P. U. Its not a big processor... Its a series of pipes!
Originally posted by gster123 Architect. Using linux but running maya with windows, oohhhh how could you! Isnt that blasphemy in the linux world??? LOL, Joking.
LOL! What can I say?
I use MSN too!
C. P. U. Its not a big processor... Its a series of pipes!
Apparently you only need to have the file as an alias on your desktop and then drag and drop into the terminal shell when you set up the command line. Being completely new to any sort of coding I'm clueless how to finish this up and so have to wait patiently.
Once I have the final steps I'll post on here the entire process in case anyone else has this problem and needs to know.
Also, if you need to get the Maya file Render app follow these instructions:
Go to Applications/Autodesk/Maya2008
Mouse Right on the Maya Application Icon and a drop down menu pops up.
Highlight "Show Package Content"
"Render" is the app
You can Mouse Middle that into your Terminal and you will get:
/Applications/Autodesk/maya2008/Maya.app/Contents/bin/Render
You may not post new threads |
You may not post replies |
You may not post attachments |
You may not edit your posts |
BB code is On |
Smilies are On |
[IMG] code is On |
HTML code is Off