TimHawker
@timhawker
New Member
Joined: Feb 15, 2024
Topics: 9 / Replies: 115
Reply
RE: Wire,Script,Constraint,… which one is faster?

When researching this myself I found a document someone had written performing speed tests on each option. I’ll try and find it when I get home as it …

12 years ago
Forum
Reply
RE: home grid color

try running this after: colorMan.repaintUI #repaintAll Edit: Nevermind, you already did that. I need coffee :argh:

12 years ago
Forum
Reply
RE: Using controllers with scripted plugins – "this node"

You have a phantom s in your code refs.dependentNodes

12 years ago
Forum
Reply
RE: DotNet Listbox Issue.

Change this: lstCameras.SelectionMode = (dotNetClass “System.Windows.Forms.SelectionMode”).MultiSimple To this: lstCameras.SelectionMode = (dotN…

12 years ago
Forum
Reply
RE: Dotted polyline with MaxScript?

denisT: yes. draw dots or multiple short lines instead of one solid line Interesting. Would potentially hundreds of tiny lines have a noticable …

12 years ago
Forum
Reply
RE: Dotted polyline with MaxScript?

MrSparkle: Anyway, your approach would draw a gray line if the viewport is gray, so don’t use it Haha! Whoops I completely missed that. Teaches …

12 years ago
Forum
Reply
RE: Dotted polyline with MaxScript?

Surely a dotted line would have the same problem that you can’t see it? You could set the colour of the line to the opposite of the viewport: gw.se…

12 years ago
Forum
Reply
RE: An update on a help file example

You will probably need something like the filterString function: –This line: stringArr = filterString “1 0 0 3.14159″ ” ” –Results in: #(“1”, “0”,…

12 years ago
Forum
Reply
RE: Listbox item selection

You’re on the right track but using the $ incorrectly. You also have a close bracket ) symbol too many. Here is some code that works. It’s not really …

12 years ago
Forum
Reply
RE: Maxscript Spinner on top of DotNet Datagridview control.

Focusing a spinner control over a cell seems like an overcomplicated and slightly inelegant solution. A better way would be one of these options: …

12 years ago
Forum
Reply
RE: Custom attributes breaking on save/load

Ah, got it. The documentation isn’t very clear, but you need to handle the events in order to load and save the information after a file>load. Add…

12 years ago
Forum
Reply
RE: Custom attributes breaking on save/load

Hmm, it’s not working for me in 2009. Create an object Apply CA code Save File Load File (No need to restart Max) CA on object no longer visible in …

12 years ago
Forum
Reply
RE: listview hittest on right click?

Huh, today I learned, thanks lo

12 years ago
Forum
Reply
RE: listview hittest on right click?

No problem, glad I can help. Next challenge – add drag and drop support

12 years ago
Forum
Reply
RE: listview hittest on right click?

[ul] [li]Mousedown fires when the mouse is pressed down over an item. [/li][li]Mouseup fires when the mouse is released over an item. [/li][li]Click i…

12 years ago
Forum
Page 3 / 9