DaveWortley
@davewortley
New Member
Joined: Feb 14, 2024
Topics: 195 / Replies: 934
Topic
14 years ago
Forum
Replies: 17
Views: 39
Topic
14 years ago
Forum
Replies: 2
Views: 15
Topic
14 years ago
Forum
Replies: 1
Views: 12
Reply
RE: Script kills MacroRecorder somehow, why?

I do most of my scripting in plain maxscript in 3dsmax 9 and I’ve had the listener stop working many times. Quite annoying, altho I’m beginning to re…

14 years ago
Forum
Reply
RE: loop through all slots in material

Have a look at using getNumSubMtls and getNumSubTexmaps with getSubMtl and getSubTexmap

14 years ago
Forum
Reply
RE: Dot NET tab rows

What about QT?

14 years ago
Forum
Reply
RE: vertex position?

for o in (polyop.getvertselection $) do $.vertices[o].pos = [0,0,0]

14 years ago
Forum
Reply
RE: vertex position?

This will work on an editable_poly object. $.vertices[1].pos = [10,10,10]

14 years ago
Forum
Reply
RE: Image Viewer with Gamma Adjustment?

Actually Get/SetPixels wasn’t as slow as I thought it’d be, is there any way to make this any quicker than I’ve written it? –adjust gamma g…

14 years ago
Forum
Reply
RE: Image Viewer with Gamma Adjustment?

At worst case I could possibly use GetPixel/SetPixel to do the adjustment but that’ll be far far too slow for what I need it for… pcolor = 128 gamma …

14 years ago
Forum
Reply
RE: Image Viewer with Gamma Adjustment?

I’ve found that Gamma information… but it doesn’t do what I need it to. I’ve found this which seems like it’ll be a good place to start… but it’s not…

14 years ago
Forum
Topic
Forum
Replies: 5
Views: 16
Reply
RE: noob question about simulations through scripting

Everything in Max has a Class, you can find out what class your object is by typing the following into your listener with the object selected. Classo…

14 years ago
Forum
Topic
14 years ago
Forum
Replies: 1
Views: 12
Reply
RE: suggestion for a open source project.

There’s quite a few of these in development, I’ve yet to see one that actually deals with coastline issues, beaches, shallows, reefs, cliffs, rocks et…

14 years ago
Forum
Page 54 / 76