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: Rendering Anim8or scenes in appleseed  (Read 6945 times)

wallyrut

  • Newbie
  • *
  • Posts: 6
    • View Profile
Rendering Anim8or scenes in appleseed
« on: December 03, 2016, 02:31:10 pm »

I am glad to see Anim8or is again undergoing active development. I had checked out this program a while back, but it looked like it was no longer being developed or supported, so stopped using it. I am experimenting now with the latest build, and it looks good. I have been using Poser, but was never happy with Poser rendering. I found appleseed (check it out at appleseedhq.net), a really great open source renderer that is generating a lot of interest in the cg community. Appleseed does rendering, but has no facilities for modelling/animating. Exporters have been written for Blender, Maya and 3ds Max. I wrote one for Poser using Poser's Python interface and have been very pleased with my appleseed renders of Poser scenes. I have just begun working on an Anim8or to appleseed exporter. So far I have verified that I can extract camera and object position vectors and orientation quaternions from a .an8 file and convert them to 4x4 pose matricies for appleseed. I have code for exporting Poser lights to appleseed lights, so I can adapt that for Anim8or. When I get things a little farther along I will release my Python script as open source so the Anim8or community can join Blender, Maya and 3ds Max users in experimenting with appleseed.

And now a question. It looks like I can only set the camera FOV property. All the other software I have used allows me to set the aspect ratio. Usually I can set focal length and film dimensions. I know I can set render width/height in the render tab, but is there some way to do this for the camera?

Wally
Logged

Steve

  • Administrator
  • Hero Member
  • *****
  • Posts: 2124
    • View Profile
Re: Rendering Anim8or scenes in appleseed
« Reply #1 on: December 03, 2016, 04:11:57 pm »

In the Scene->Properties dialog, click on the "Movie Image" button. This will show another dialog where you can set the camera aspect ratio and move image size.

Note: when you change the Width or the Height at the top, the other value is adjusted automatically to match the Aspect Ratio. So you should change the Aspect Ratio first if it's not what you want, then set the size (or choose one of the presets).

Note 2: Anim8or only supports square pixels. This isn't what all TV and movie data formats use, but that's all there is at the moment.
Logged

wallyrut

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Rendering Anim8or scenes in appleseed
« Reply #2 on: December 07, 2016, 02:45:49 pm »

Steve,

Thanks for the response. I got a preliminary version of my exporter working last weekend and have rendered some Anim8or scenes in appleseed. I note there is a scripting language for Anim8or. I've only taken a very brief look at i. Looks like it is C based. That's good for me, as I'm familiar with programming in C. My exporter is written in Python, because Poser has a Python interface. I was able to bring over a lot of code intact to use in my Anim8or project. It would be nice to be able to run my script directly out of Anim8or, instead of extracting information from the .an8 file, but I don't know if it makes sense to re-implement it in ASL. I am using Python modules to present a GUI for the user to interact with, and also to parse/write xml files, as appleseed scene files are xml.

Wally
Logged

Hypure

  • Full Member
  • ***
  • Posts: 124
    • View Profile
Re: Rendering Anim8or scenes in appleseed
« Reply #3 on: January 11, 2017, 09:22:17 pm »

This is a pretty exciting development!  I would have spent alot more time with anim8or had there been other options. looking forward to it Wallyrut
« Last Edit: January 16, 2017, 03:40:17 am by Hypure »
Logged