Gravey
@gravey
New Member
Joined: Feb 14, 2024
Topics: 51 / Replies: 575
Reply
RE: Strange problem of Scope ?

the reason is quite logical. basically the macroscript is being defined before your startup script which means that “monochrome” will be interpreted a…

15 years ago
Forum
Reply
RE: backburner spesified server assigning to job

i mis-spelled ‘matchpattern’ ( was spelt ‘mattchpattern’ ) fix the typo and it will work EDIT: also check out the ‘NetRender’ interface in the help. …

15 years ago
Forum
Reply
RE: backburner spesified server assigning to job

it’s pretty straight forward. first get all the servers and then collect the one(s) you want into a new array and pass that as the servers argument. …

15 years ago
Forum
Reply
RE: dotNet TreeView – Keeping selection/focus?

treeview.HideSelection = false MSDN is an invaluable resource for this type of thing:MSDN TreeView properties

15 years ago
Forum
Reply
RE: Help with max from command line

not really near Glebe. Getting a bit off topic, should take this to a PM. about to send you one now…

15 years ago
Forum
Reply
RE: Help with max from command line

yes you can! beer is good

15 years ago
Forum
Reply
RE: Help with max from command line

you appear the be missing some quotes in your script string and i think using loadmaxfile is not nessesary unless you’re planning on exporting from mu…

15 years ago
Forum
Reply
RE: dotNet controls .enabled property

i think its because dotnet’s System.Windows.Forms controls have an enabled property and standard maxscript controls including the ‘dotnetcontrol’ wrap…

15 years ago
Forum
Reply
RE: .dir property of objects

it seems to be that when you set the .dir property, it’s actually calculating a new transform matrix internally and applying that to the object. It wo…

15 years ago
Forum
Reply
RE: How to create an xml of the scene.

AdamMax: How would I go about having a just a text entry, like <root> <child> text </child> </root> the xml element’…

15 years ago
Forum
Reply
RE: How to create an xml of the scene.

I started to write a response but decided to link to Paul Neale’s xml tutorial instead since it does all the explaining for me and he’s likely to post…

15 years ago
Forum
Topic
Forum
Replies: 1
Views: 28
Reply
RE: C# Issue with 64 bit Max 2010

check the target framework in the project properties. if you have it set to .NET 4.0(which I think would be the default in VS 2010) then that’s most l…

15 years ago
Forum
Reply
RE: C# Issue with 64 bit Max 2010

I have had no problems with using C# Dlls in max both from Visual Studio 2008 and VS Express 2008. you load a dll by using dotnet.loadAssembly @”C:\…

15 years ago
Forum
Reply
RE: On ImgTag mouseOver issue

you can reference the PixelFormat enum using: PixelFormat = dotnetclass “System.Drawing.Imaging.PixelFormat” and pick the enum value you want using …

15 years ago
Forum
Page 14 / 42