late to the thread but...where is the object to start playing with it???
Announcement
Collapse
No announcement yet.
Vray Material Repository: Gathering of ideas
Collapse
X
-
Sorry guys, bad news. THe maxwellian scene/model got shutdown.
See the following PM
Hi,
I have been notified that you have been attempting a literal copy of the Maxwell material object and scene, without permission.
-Thomas
and my reply
Ahh yeah.
We are actually building up our own model now anyway.
So i will stop and any advancement on the maxwell model and scene and delete any data for it.
Thanks and sorry.
So im sorry but I wont be sharing the model in this thread.
As for how i got it.. well thats classified
Comment
-
Also, before I forget. Will you all please stop using that teapot!!!! It's blatant infringement!!!sigpic
J. Scott Smith Visual Designs
https://jscottsmith.com/
http://www.linkedin.com/in/jscottsmith​
http://www.facebook.com/jssvisualdesigns​
Comment
-
Ok...
this messy script will loop over each material in the material library, apply it to the item named "MyItem", perform a render using the current render settings (with max quick render) and then spits out the time in a text file called "c:\maxtime.txt" - WARNING: c:\maxtime.txt will be OVERWRITEN WITHOUT PROMPT
Code:fn setMaterial matnum item = ( item.material = matLib[matnum] ) matLib = currentMaterialLibrary numMats = matLib.count results = "" for i = 1 to numMats do ( setMaterial i $MyItem startime = timestamp() max quick render endtime = timestamp() rendertime = ((endtime - startime) / 1000.0) print rendertime matname = $MyItem.material as string; results = results + "\n" + "The material " + matname + " took " + rendertime as string + " seconds to render." ) textfile = createFile "c:\\maxtime.txt" print results to: textfile ShellLaunch "c:\\maxtime.txt" ""
Comment
-
hahahh...the paranoia rises once again like a phoenix in the maxwell camp, they are the strangest bunch there. One guy who's been banned for consitently bitching over there but is now back was making some comment about vray playing catch up. I look at vray playing catch up as well....but its to lap maxwell.
I actually prefer the model the german blokes have been using.
Originally posted by DaForceSorry guys, bad news. THe maxwellian scene/model got shutdown.
See the following PM
Hi,
I have been notified that you have been attempting a literal copy of the Maxwell material object and scene, without permission.
-Thomas
and my reply
Ahh yeah.
We are actually building up our own model now anyway.
So i will stop and any advancement on the maxwell model and scene and delete any data for it.
Thanks and sorry.
So im sorry but I wont be sharing the model in this thread.
As for how i got it.. well thats classified
Comment
-
Agreed but I could see why they'd get pissy and can't blame them entirely.
Someone just needs to model a better object I suppose. Any ideas?
Comment
-
You guys suppose that the material repository should be only available to registered users? Perhaps in order to download, one also has to contribute and their contribution needs to be approved. Just some ideas to toss around...
Comment
Comment