Yes Doctor Thanks for the expanded explanation.
I think I have it working with this code: Similar to what I’m doing in Relink Bitmaps: ( mat = StandardMaterial name:”TestMaterial” mat.diffuseMa…
The problem isn’t limited to a filename starting with a $, the problem is when a filename contains a $ at all, because MAXScript tries to expand the s…
The really frustrating thing is you can’t even substitute the ‘$’ character out and back in directly, without max complaining: ( clearListener() m…
Thank you for both taking the time to respond to the issue. I agree, it’s probably just bad practice to have ‘$’s in a filename (which I didn’t know …
If I were doing what you are, I wouldn’t use persistent globals. For ease of use and simpleness I would create your box with a unique name and refer …
Jason, Excellent script. I’ll try it out at the office Monday! Thanks for your hard work.
If you’re using this on grouped objects as well you might need to check that they are in a group first and if they are, export them all at one time. …
Thanks DenisT! I will do this tomorrow.
Not really a maxscript question, just a general max question, but if you need to detach the faces or unweld the verts you’ll need to go through and se…
The tessellation needs to be as much as an accurarcy you need (really just for better visual feedback).
@SyncViewS, No problem! It’ll be useful for other users who search for this later to have the information available to them. We’ll keep this thread …
Solved Thanks for the suggestions guys.