Thank’s denis, that gave me an idea that fixed my problem.
I simplified my script a bit also got rid of the IF and ELSE statement. I still have the same problem though but it is easier to understand now… I li…
I don’t know how to explain it any better, I was completely through. Imm’a have to visually simplify this In the IF section, if there is 1 mesh …
Alright, here is the code in a sample file with a sample .max What im trying to do is that im trying to get the OBJECT_array to print correctly in th…
Problem with that is that I have other data that I didn’t include because it wasn’t necessary for this problem. I am trying to make a binary file and …
WHOA dude I would have never gotten that. You are a wizard. THANKS SO MUCH!
That doesn’t solve my problem. I am writing an exporter for a hex-binary file type and I need the array in numbers only. “has to be in the hlp loop on…
Because my question changed I am bumping this.
After looking at it 1000 times I narrowed the problem down. Maxscript seems to want to take your original position and then move it, every time it mov…
jonadb: Sorry I wasn’t clear then This issue I’m having is not pivot/vertex related. The obj position I’m getting from max in a ‘when transform’ …
From what I get out of your post, when you move an objects the verts change. Basically I see in your script it doesn’t account for pivot points. In ma…