Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Author Topic: File Input add to ASL in Build 1321  (Read 17047 times)

Steve

  • Administrator
  • Hero Member
  • *****
  • Posts: 2124
    • View Profile
File Input add to ASL in Build 1321
« on: March 15, 2018, 07:34:47 pm »

Build build 1321 dated March 15, 2018 supports text file input in ASL Object Command scripts.

The ASL spec 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.

Anim8or can prompt the user for the out file name and location with the #file Directive in an Object Command or an Untyped Command script.
« Last Edit: May 26, 2018, 04:49:05 pm by Steve »
Logged

Claude

  • Sr. Member
  • ****
  • Posts: 285
    • View Profile
Re: File Input add to ASL in Build 1321
« Reply #1 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?
Logged

Steve

  • Administrator
  • Hero Member
  • *****
  • Posts: 2124
    • View Profile
Re: File Input add to ASL in Build 1321
« Reply #2 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
Logged

Claude

  • Sr. Member
  • ****
  • Posts: 285
    • View Profile
Re: File Input add to ASL in Build 1321
« Reply #3 on: March 15, 2018, 11:42:38 pm »

I realized that ,but I couldn't bypass your firewall.:)
Logged

nemyax

  • Full Member
  • ***
  • Posts: 227
    • View Profile
Re: File Input add to ASL in Build 1321
« Reply #4 on: March 16, 2018, 07:59:01 am »

Steve
Will there be a binary scanner some day? And what about output?
Logged

Raxx

  • Administrator
  • Hero Member
  • *****
  • Posts: 1482
    • View Profile
Re: File Input add to ASL in Build 1321
« Reply #5 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?
Logged