Anim8or Community

General Category => Ongoing Anim8or Development => Topic started by: Steve on March 15, 2018, 07:34:47 pm

Title: File Input add to ASL in Build 1321
Post by: Steve on March 15, 2018, 07:34:47 pm
Build build 1321 (http://www.anim8or.com/download/preview/files/animcl1321.zip) dated March 15, 2018 supports text file input in ASL Object Command scripts.

The ASL spec (http://www.anim8or.com/scripts/spec/index.html) has been updated to show the new features. I've attached some sample files as well with a bit of explaination.

file_read_obj.a8s - imports .obj data files.
file_read_tokenize.a8s - lists the contents of a file as tokens.

Here's a link to the part of the spec that describes how to use the text scanner (http://www.anim8or.com/scripts/spec/index.html#text_scanner).

Anim8or can prompt the user for the out file name and location with the #file Directive (http://www.anim8or.com/scripts/spec/index.html#file_directive) in an Object Command or an Untyped Command script.
Title: Re: File Input add to ASL in Build 1321
Post by: Claude on March 15, 2018, 10:19:32 pm
The ASL spec adress is wrong.
http://file///C:/Users/Steve/docs/RSG/Anim8or/website/scripts/spec/index.html
Have you updated the web site?
Title: Re: File Input add to ASL in Build 1321
Post by: Steve on March 15, 2018, 11:07:56 pm
Oops! That's where it is on my computer :) Try this one: http://www.anim8or.com/scripts/spec/index.html (http://www.anim8or.com/scripts/spec/index.html)
Title: Re: File Input add to ASL in Build 1321
Post by: Claude on March 15, 2018, 11:42:38 pm
I realized that ,but I couldn't bypass your firewall.:)
Title: Re: File Input add to ASL in Build 1321
Post by: nemyax on March 16, 2018, 07:59:01 am
Steve
Will there be a binary scanner some day? And what about output?
Title: Re: File Input add to ASL in Build 1321
Post by: Raxx on May 31, 2018, 12:55:27 pm
Awesome! I'm looking at creating an svg/eps import plugin using this new feature. Has spline creation via ASL been implemented yet?