I don’t know what is causing your problem, but could you do some ghetto macro of making a morpher modifier and pulling the new target, dialing it up t…
You could test to see if the filename that the script is currently using exists by doing a test on the openFile filestream command. essentially you c…
It looks like the script may be wanting to operate on a selection. “$” do you have the proper selection in viewport?
Any of this maxops command would be of help? maxOps.productAppID : enum : Read productAppID enums: {#none|#max|#viz|#gmax,#vizR} Returns the appl…
I don’t know about including fonts, but this is something that I have used to imbed bitmaps in MS, which I have used for icons etc… It is not pretty,…
originalText = “d:\ est0000.bmp” as string — sets your text string as a variable newTextPart = substring originalText (originalText.count-14)10 –cou…
I could take a look at including rotation, that would be pretty handy, I am a bit swamped at work for the next few days so I probably wont have a chan…