TheGrak
@thegrak
New Member
Joined: Feb 14, 2024
Topics: 31 / Replies: 197
Topic
Forum
Replies: 2
Views: 16
Reply
RE: Multithread in Maxscript

lo, i’m getting different results on my windows7 box: are you running xp? my cores don’t pass 50% when processing your example script. perhaps this…

13 years ago
Forum
Reply
RE: Multithread in Maxscript

What do you mean that maxscript is limited to one core? You’ve already shown it can multithread mostly anything using threading. We can create threa…

13 years ago
Forum
Reply
RE: Multithread in Maxscript

If Maxscript only uses 1 core, which I’m pretty sure it does? If I could use 2 or 4 cores… FAIK maxscript uses only 1 core. Do not know of a way to…

13 years ago
Forum
Reply
RE: Multithread in Maxscript

I think that is a somewhat misleading statement. I agree with you now, looking back on that statement.

13 years ago
Forum
Reply
RE: Multithread in Maxscript

but as far as I remember, the main guideline was that you must not redraw the viewport from a background thread. ^ That helps make a background work…

13 years ago
Forum
Reply
RE: Mini-challenge #6: Attaching 1,000 splines

Well, I’ll never be selecting any objects unless absolutely necessary ever again. There seems to be so many ways to speed up scripts…

13 years ago
Forum
Reply
RE: Mini-challenge #6: Attaching 1,000 splines

I’m getting different results: ( clearListener() fn buildScene = ( –resetMaxFile #noPrompt delete $* local myCircle = circle radi…

13 years ago
Forum
Topic
Forum
Replies: 14
Views: 10
Reply
RE: Fast attach algorithm

if you would like to make a test scene, we can organize a challenge. i haven’t met a task of spline-shape massive attach before. if it’s a vital probl…

13 years ago
Forum
Reply
RE: Mini-Challenge #5. Are you ready?

( local ts = timestamp() local mem = heapfree global animatedNodes = #() fn myCallbackFilterFunction theAnimatable theParent theSubAni…

13 years ago
Forum
Reply
RE: Mini-Challenge #5. Are you ready?

This is not the way to do it, but I’ll put it out there for people to rip on: ( fn findAnimatedNodes = ( clearListener() select$* sce…

13 years ago
Forum
Reply
RE: Mini-Challenge #5. Are you ready?

Sounds like a fun challenge!

13 years ago
Forum
Reply
RE: Conform Mesh > Mesh

As a workaround, Paul Hormis offers his TiM scripts for free, and inside the /wrap folder there exists two scripts that may contain the information yo…

13 years ago
Forum
Reply
RE: Custom attribute help in maxscript

Not to derail this thread from it’s intended purpose, but I stand by my statement that you cannot add an array data type to a custom attribute. My ex…

13 years ago
Forum
Page 2 / 16