ScriptSpot

Blog post

Generating 3D images from a text file urgent

By funmie · 2007-10-10

Description

write a MAXsript that would a generate images from a text file i.e boy in a text file is picked from a text file and generated as a 3D image any help. i am new to MAXscripting

thanks

Comments (1)

zOffTy · 2007-12-08

hello :)
firt post!

I'm almost new too, but I think you can start with that to begin


--open the txt file
myFile = openFile "text.txt"
--take the first line
FilterText = readLine MyFile
--create the text
addmodifier (text text: FilterText ) (extrude amont:30)
--use quick render, F9
max quick render

same code in attachment with the "text.txt"

I hope it will help you ;)

zOf

Attachments