Didn’t work… It just returns true. Edit: I can see that resets it as though no scale had been applied. I want to reset the object to it’s original si…
Job Done! Thanks
lo: googling “maxscript get files in folder” yields this as the first result: That should help you with step 1. Awesome, that was pretty much …
Pretty much everything except for: *** Get the dimensions *** Create a plane with these dimensions I’m not familiar with the code for the others and I…
Yes adding Copy() after the variable declaration does fix it. I have never used that before (and only just figured out how).
That text does seem to describe it but that seems like an insane thing to do. Why would maxscript creators allow completely unrelated variables to be …
I have replicated it in the simplified code below. The variable that SHOULD be unaffected is displayed in a messagebox at the end. Put 3 lines of t…
For 2 reasons: The “editing operations” is actually a very large amount of code (and would probably just confuse things). There is a certain amount …
That did the trick. Thanks for that
Thanks Denis but how do I get that to work with an editbox? I tried these: edt1.text = with printallelements on do (thearraydetails) edt1.text = (w…