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

lo: How exactly are you implementing it? I’m building one myself at the moment. it’s on my to-do list as well. I would also be interested in any …

11 years ago
Forum
Reply
RE: Middle Middle Middle

what render farm software are you using? if it’s backburner there is a limit to how many characters backburner will accept for the frames string. I do…

11 years ago
Forum
Reply
RE: ShowMore Function

mapped fn formatPropNames o recursive:false inset:0 maxDepth:2 toFile:Listener = ( if classof toFile != WindowStream AND classof toFile != Fi…

11 years ago
Forum
Reply
RE: loop through sub anims

fn RecurseSubAnims o = ( — do something print o — recurse for i = 1 to o.numsubs do RecurseSubAnims o[i] ) subanim 4 of an obje…

11 years ago
Forum
Reply
RE: Run script on multiple files automatically

yes my bad that’s what I meant

11 years ago
Forum
Reply
RE: Run script on multiple files automatically

rather than opening each file and using getclassinstances bitmaptexture you can use the getMaxFileObjectMetaData function to get texture, xref and oth…

11 years ago
Forum
Reply
RE: Getting max thumbnail issue.

can you remind me which assemblies you need to add in Visual Studio to use the Microsoft.VisualStudio.OLE.Interop namespace?

11 years ago
Forum
Reply
RE: Getting max thumbnail issue.

i like your namespace! anyway i got this working in c++ once but became busy with other things and forgot about it so didn’t try a C# version. i’ll t…

11 years ago
Forum
Reply
RE: Python 4 Max 2014

+1 for solid C# integration

11 years ago
Forum
Reply
RE: searching the masxscript help file

the online version is annoying at best imo. I highly recommend downloading and using the chm version.

11 years ago
Forum
Reply
RE: arc between two points?

circumcentre of 3 points posted in the geometric calculations thread here radius is just the distance from cc to any of the 3 points

12 years ago
Forum
Reply
RE: Using ProgressStart.. have to confirm twice to actually cancel

MaxscriptReference: [left]progressUpdate <percent> [/left] [left]Updates the bar display to show the given percentage complete (in the range…

12 years ago
Forum
Reply
RE: .NET button props in max rollout

i’m sure i posted another solution for this some time ago using reflection to set the corrrect property, maybe it was for the enabled property. either…

12 years ago
Forum
Reply
RE: 3dsMax-Style .NET Button DLL ?

he says ‘pusing down effect’ i take that to be a typo of ‘pushing down effect’ which in my mind includes the change in backcolor on-pressed

12 years ago
Forum
Reply
RE: 3dsMax-Style .NET Button DLL ?

this doesn’t have the backcolor change onpressed like max buttons do. I think that’s what feranti is getting at

12 years ago
Forum
Page 2 / 42