MoonDoggie
@moondoggie
New Member
Joined: Feb 15, 2024
Topics: 22 / Replies: 242
Reply
RE: How to get Vray properties in maxscript?

I believe you can do it relatively easily store the current renderer in a variable vr = renderers.current and access it with “show vr”, not at work,…

17 years ago
Forum
Reply
17 years ago
Forum
Topic
Forum
Replies: 2
Views: 27
Reply
RE: can you solve the question?

I’m not sure I understand what you’re asking.

17 years ago
Forum
Reply
RE: AmbiantOcc absolute settings

if (classof $.material) != Arch___Design__mi then print “NO, it isn’t” else print “YES, it is” It works fine for me, just apply an arch and design ma…

17 years ago
Forum
Reply
RE: AmbiantOcc absolute settings

if obj.material != Arch___Design__mi () is incorrect, you’ll want to test the classof for the assigned object’s materials so if (classof $.materi…

17 years ago
Forum
Reply
RE: wrestling with custom atts

Where’s PEN? Whenever I see a custom attributes question Paul is always the first reponder, maybe he’s on vacation?

17 years ago
Forum
Reply
RE: Get Filename and change path problem

I didn’t test it, because I don’t have the same needs, post with syntax errors and whatnot, but it should work and should give you a good indication f…

17 years ago
Forum
Reply
RE: Get Filename and change path problem

By separating your function calls out of the original code it might allow for some easily changable ways, also you need to make sure the alternative l…

17 years ago
Forum
Reply
RE: Problem using FlattenMap within a Loop

I think it’s best to store the selection with getCurrentSelection() or “selection as array” rather than iterate through the dynamic variable “selectio…

17 years ago
Forum
Reply
RE: Get texture color

I would love to help, but I have no idea either. I’d be interested in the process for doing it. Free bump, Colin

17 years ago
Forum
Reply
RE: Applying a texture on creation of an object?

Don’t give up Rusty! Keep at it, and great explaination! +5 -Colin

17 years ago
Forum
Reply
RE: exit prematurely

Ergonomic way? No, economic? perhaps. I believe that portion of code that reads that would rather you exit a function instead “return <value>”…

17 years ago
Forum
Reply
RE: destroydialog delay

Be honest, this is a script to allow you to run to appear like you’re working when you aren’t :). Like the program “CoffeeBreak”, genius. Public rel…

17 years ago
Forum
Reply
RE: select by material…

My script does not have this problem.

17 years ago
Forum
Page 7 / 18