You should look at close_enough in the maxscript help: close_enough <float> <float> <int> Returns true if the two <float> v…
Spinner or Numeric UpDown? Numeric UpDown has a decimal places property. ex: num1.DecimalPlaces = 3
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…
Copy the data to a Max array. Sort the array, and re-write the data fields.
Add: grpBx_ImgBox.BackgroundImageLayout = grpBx_ImgBox.BackgroundImageLayout.none You can also use “Center”, “Strectch” and “Zoom” Are you just t…
In Max 2011 I got this error: — Error occurred in anonymous codeblock; filename: C:\Users\~Redacted~\; position: 195; line: 5 — Unable to convert: …
EMJAY: bmpLens = dotnetobject bitmapClass (iconDir + “ui icons_handa_lens_90x45.bmp”) Should read: bmpLens = mybitmapClass.fromFile (iconDir + “…
It’s been a while on updates. How did things go/how are they going?
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
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…
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…
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…
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…
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…