DaveWortley
@davewortley
New Member
Joined: Feb 14, 2024
Topics: 195 / Replies: 934
Reply
RE: How to load all the installed renderers onto a listbox?

It’s a bit of a pain to do a type conversion on things like Renderers, you’re best off converting them to string then matching patterns. And then to a…

12 years ago
Forum
Reply
RE: How to load all the installed renderers onto a listbox?

Your code had issue with Parentheses you might need to click in the Maxscript Listener and press Escape to cause an interruption before my code will w…

12 years ago
Forum
Reply
RE: How to load all the installed renderers onto a listbox?

rollout RendererSelection ” Renderer Selection” ( listbox lbInstRenderers “Installed Rendering Engines” fn RenderersList= ( lbInstRe…

12 years ago
Forum
Reply
RE: new challenge for a brain-twister lover

GetInterface is a new one on me… clever stuff, have some brownie points for beating Denis!

12 years ago
Forum
Reply
RE: new challenge for a brain-twister lover

Strange… I just did it again and yours got 34 also…

12 years ago
Forum
Reply
RE: new challenge for a brain-twister lover

I can count 34 bits in my pflow view, your function only returns 33.

12 years ago
Forum
Reply
RE: new challenge for a brain-twister lover

Klunk, I catch one more than yours in my test scene.

12 years ago
Forum
Reply
RE: new challenge for a brain-twister lover

I’ve caught all the nodes, the Particle Flow systems and the Events… (for o in objects where o.category == #Particle_Flow or o.category == #Particle_…

12 years ago
Forum
Reply
12 years ago
Forum
Reply
RE: Closing the Maxscript Listener by Script?

Oh good, as that was nice and easy what about moving the Render Scene Dialog (or any other dialog for that matter?)

12 years ago
Forum
Topic
Forum
Replies: 5
Views: 15
Reply
RE: MB Image Plane Error

Have you installed it as per the instructions?

12 years ago
Forum
Reply
RE: On/Off shaded material in viewport for all materials

Woops yep sorry didn’t test it, and yeah you’re right about Multi-sub and VrayBlends and Vray2SidedMtls… I’ve got a more complete function somewhere …

12 years ago
Forum
Reply
RE: On/Off shaded material in viewport for all materials

And not to be picky over material types… for mat in scenematerials where classof mat == material do showTextureMap mat on

12 years ago
Forum
Reply
RE: Funny max scripting

AmericanFootball = (for i in (try(#(2))catch(theball)) collect point3)

12 years ago
Forum
Page 40 / 76