sorry double post…
i think the new 64 bit vray 1.5.00 with 64 bit max 9 allows you to go higher then 4096 mb. Even with a script I doubt you will actually use more then …
I have had the same problem from time to time. Nothing will execute anymore. Not even if you use the listener to try something simple. It seems to alw…
Thanks for the replys, here are some more images that I hope will help clarify things. TEST 1 TEST 2 TEST 3 (Problem handing this type of pol…
lol… yea i thought it might not make sense. The flat polygon “roof” was just an example of the type of shape that is causing a problem. The angle does…
Replacing the dot product line with angle = acos faceNorm.z does seems to work fine so far. Thanks for the suggestion.
thanks for the reply! i didn’t see your post until after i posted my code. Seems like i am doing basically the same things. I like the min max angle s…
i think i figured out a way but not sure if it is 100% correct… any comments? — check if object is an editable poly if (classof obj == Editable_Pol…
yea i just wrote that out on vray 1.5 so i haven’t tested it with other vray versions, but i was hoping that using renderers.current would get around …
this is one way to do it: — check if vray is installed if (vray != undefined) then ( –vray is installed print “V-Ray is installed” …
My bad, I must have missed the part where you said you needed to change it within the script…pixel monkey is right then, thats the only way I am aware…
Not quite sure what you mean either… if all you want to do is change the time format then just click on the time configuration button on the lower rig…
Thanks for the reply. Thats too bad though if thats the case. Would be nice if there was a callback or something you could use to override that menu a…