This course will look at the fundamentals of rendering in Arnold. We'll go through the different light types available, cameras, shaders, Arnold's render settings and finally how to split an image into render passes (AOV's), before we then reassemble it i
Since autodesk took away maya's web browser, anyone know of a pllug in to make one??
I think that ther may be one with the API but it hink that its for executing commands not actually a boriwer that you can get on the internet with.
It's just that I want to look like i'm using maya when i'm really not, you know with one of the 4 panels on the internet and the other 3 with a model loaded and the hypershade open!!
Haha, only joking, It was a great way of having ref open whilst you modeled.
Steve, ill look to see if I can find the file from maya 7 thats deals with the browser, then its all down to reverse engineering the code into 2008
Chris (formerly R@nSiD) Twitter When the power of love overcomes the love of power the world will truely know peace - Jimmy Hendrix
Winner SM VFX Challenge 1
3rd Place SM SteamPunk Challenge (May 2007)
This command handles setting preferences that the web browser uses. Some of the most common preferences are settable in the Web Browser tab of the Preferences dialog box. A full listing of the current settings being used by the browser can be viewed by entering "about:config" as an URL in the browser.
Return value
unknown
Flags
preference
Long name (short name) [argument types] Properties
-preference (-prf) string string
Query or set a web browser preference. In query mode, accepts a string representing the preference name and will return the result. In edit or create mode, the first parameter is the preference name and the second paramater is the valued to be set. Edit and create will return the value that was set if successfull.
--------------------------------------------------------------------------------
Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command
Examples
global string $homePagePrefKey;
string $homePage;
// Get the current home page used by the browser.
//
$homePage = `webBrowserPrefs -q -preference $homePagePrefKey`;
// Set the web browsers home page to something new.
//
$homePage = "www.alias.com";
webBrowserPrefs -edit -preference $homePagePrefKey $homePage;
Chris (formerly R@nSiD) Twitter When the power of love overcomes the love of power the world will truely know peace - Jimmy Hendrix
Winner SM VFX Challenge 1
3rd Place SM SteamPunk Challenge (May 2007)
It looks like this was inbuilt into the API for Maya 7 and isnt covered by an mll, h or mel file.
Might be a toughy for you Steve
Chris (formerly R@nSiD) Twitter When the power of love overcomes the love of power the world will truely know peace - Jimmy Hendrix
Winner SM VFX Challenge 1
3rd Place SM SteamPunk Challenge (May 2007)
"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man."
Um..... actually only one is required and three is quite superflous but six.... well it's your money I suppose....
"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man."
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