NeonMojo
@neonmojo
New Member
Joined: Feb 15, 2024
Topics: 3 / Replies: 13
Reply
17 years ago
Forum
Reply
RE: Change settings in render panel by MS

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 …

17 years ago
Forum
Reply
RE: maxscript wont execute

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…

17 years ago
Forum
Reply
RE: Problems Cutting Geometry To Fit Polygon

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…

17 years ago
Forum
Reply
RE: Problems Cutting Geometry To Fit Polygon

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…

17 years ago
Forum
Topic
Forum
Replies: 7
Views: 27
Reply
RE: Select Faces based on normal?

Replacing the dot product line with angle = acos faceNorm.z does seems to work fine so far. Thanks for the suggestion.

18 years ago
Forum
Reply
RE: Select Faces based on normal?

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…

18 years ago
Forum
Reply
RE: Select Faces based on normal?

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…

18 years ago
Forum
Topic
Forum
Replies: 6
Views: 22
Reply
RE: check if vray is installed

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 …

18 years ago
Forum
Reply
RE: check if vray is installed

this is one way to do it: — check if vray is installed if (vray != undefined) then ( –vray is installed print “V-Ray is installed” …

18 years ago
Forum
Reply
RE: how do I set to minutes/sec/frames/ticks

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…

18 years ago
Forum
Reply
RE: how do I set to minutes/sec/frames/ticks

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…

18 years ago
Forum
Reply
RE: Right Click Toolbar Button Customization??

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…

18 years ago
Forum
Page 1 / 2