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 …
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…
mapped fn formatPropNames o recursive:false inset:0 maxDepth:2 toFile:Listener = ( if classof toFile != WindowStream AND classof toFile != Fi…
fn RecurseSubAnims o = ( — do something print o — recurse for i = 1 to o.numsubs do RecurseSubAnims o[i] ) subanim 4 of an obje…
yes my bad that’s what I meant
rather than opening each file and using getclassinstances bitmaptexture you can use the getMaxFileObjectMetaData function to get texture, xref and oth…
can you remind me which assemblies you need to add in Visual Studio to use the Microsoft.VisualStudio.OLE.Interop namespace?
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…
+1 for solid C# integration
the online version is annoying at best imo. I highly recommend downloading and using the chm version.
circumcentre of 3 points posted in the geometric calculations thread here radius is just the distance from cc to any of the 3 points
MaxscriptReference: [left]progressUpdate <percent> [/left] [left]Updates the bar display to show the given percentage complete (in the range…
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…
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
this doesn’t have the backcolor change onpressed like max buttons do. I think that’s what feranti is getting at