Gravey
@gravey
New Member
Joined: Feb 14, 2024
Topics: 51 / Replies: 575
Reply
RE: dotnet exception error

in that case if the image is always going to be in the same folder as the script then you can take advantage of the getSourceFilename() function theD…

14 years ago
Forum
Reply
RE: dotnet exception error

i think the short answer is to use full paths with the FromFile method. I will edit this post later with more details when i have a moment.

14 years ago
Forum
Reply
RE: MaxScript > DotNet > CUDA ?

I don’t know if it is possible but it sounds like an abuse of maxscript since it is only a ‘scripting’ language. Besides that, what do you hope to ach…

14 years ago
Forum
Reply
RE: scripts prevented from exposing code

if you are having to use try/catch everywhere then you probably aren’t doing enough error checking and/or your code is poorly written. You should also…

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

running your splineAttach function on my machine with the printing commented out give these results: Time: 556ms Memory: 136760L Splines Attached: 100…

14 years ago
Forum
Reply
RE: Mesh Slide – 3d Max SDK + GPU

looks great. are you using cuda or opencl or something else ?

14 years ago
Forum
Reply
RE: rollup a rollout after added to a subrollout

ZOMG I overlooked that in the reference… thanks denis. works perfect

14 years ago
Forum
Topic
Forum
Replies: 2
Views: 29
Reply
RE: Bitmap Magic Number

240 in binary is 11110000 is this relevant? no idea

14 years ago
Forum
Reply
RE: Bitmap Magic Number

that’s crazy. tested on 2011 with light scheme and it’s broken here too. it seems to only be a problem if all 3 rgb values are set to 240. so 240 240 …

14 years ago
Forum
Reply
RE: Align to a Quad?

i assume you converted your plane to an editable mesh and then use meshop.getFaceCenter on each face. If you convert it to poly and use polyop.getFace…

14 years ago
Forum
Reply
RE: Event Handler via WPF Button, hosted in WinForm?

why are you not adding the event directly to the control? also it may be that you forgot to write it for your posted example but your function is wro…

14 years ago
Forum
Reply
RE: Background worker updating meshes

The only reason I would use the background worker is to stop the UI from freezing so the user can see a progressbar and labels etc update. I am curren…

14 years ago
Forum
Reply
RE: Using hasProperty with subAnim

havn’t tested but I tend to use isProperty rather than hasProperty. i think a long time ago i did some testing and decided it was better. dont remembe…

14 years ago
Forum
Reply
RE: Performance-Problems and MaterialIDs

Deracus: getFaceMatID e.mesh poly.index …but there has to be a way to make things more efficient. every time you use the .mesh property you are …

14 years ago
Forum
Page 9 / 42