AlexanderH
@alexanderh
New Member
Joined: Feb 14, 2024
Topics: 10 / Replies: 50
Reply
RE: Point3 and isolated verts

You should look at close_enough in the maxscript help: close_enough <float> <float> <int> Returns true if the two <float> v…

11 years ago
Forum
Topic
Forum
Replies: 0
Views: 10
Reply
RE: dotNet UI

Spinner or Numeric UpDown? Numeric UpDown has a decimal places property. ex: num1.DecimalPlaces = 3

12 years ago
Forum
Reply
RE: dotNet UI

It is just a matter of a quick loop. Sudo: for item in listbox, copy item to array, delete item. –Listbox should be empty sort array –as required fo…

12 years ago
Forum
Reply
RE: dotNet UI

Copy the data to a Max array. Sort the array, and re-write the data fields.

12 years ago
Forum
Reply
RE: dotNet UI

Add: grpBx_ImgBox.BackgroundImageLayout = grpBx_ImgBox.BackgroundImageLayout.none You can also use “Center”, “Strectch” and “Zoom” Are you just t…

12 years ago
Forum
Reply
RE: dotNet UI

In Max 2011 I got this error: — Error occurred in anonymous codeblock; filename: C:\Users\~Redacted~\; position: 195; line: 5 — Unable to convert: …

12 years ago
Forum
Reply
RE: dotNet UI

EMJAY: bmpLens = dotnetobject bitmapClass (iconDir + “ui icons_handa_lens_90x45.bmp”) Should read: bmpLens = mybitmapClass.fromFile (iconDir + “…

12 years ago
Forum
Reply
RE: dotNet UI

It’s been a while on updates. How did things go/how are they going?

12 years ago
Forum
Reply
RE: Create rollouts inside functions or not

Turns out that a simple definition change in Max 2011 is required to fix this. button bt this.name becomes button bt text:this.name

12 years ago
Forum
Reply
RE: Create rollouts inside functions or not

Maybe I am missing something, but I get this when I run that sample: — Error occurred in anonymous codeblock; filename: C:\Users\ahosking\Dropbox\3…

12 years ago
Forum
Reply
RE: Headless Vs Workstation

I have indeed. I gave up on them because they didn’t appear to be working at all. And until I get the code that I want working, their method of execut…

13 years ago
Forum
Reply
RE: Headless Vs Workstation

When I run through the command prompt I get confirmation of job completion. So I can verify running of, but not necessarily completion of all kinds of…

13 years ago
Forum
Reply
RE: Headless Vs Workstation

I’m not using any of the command line anymore. I spent enough time testing code to know that submissions are going through correctly. But as per your…

13 years ago
Forum
Reply
RE: Headless Vs Workstation

Headless meaning called by commandline, backburner, or Deadline to operate as a render node. An instance of 3DS max which does not require a workstati…

13 years ago
Forum
Page 2 / 4