Forum: Poser - OFFICIAL


Subject: PoserParser.pm : Perl Module in progress

_dodger opened this issue on May 08, 2003 ยท 34 posts


_dodger posted Sat, 10 May 2003 at 10:29 PM

Attached Link: http://www.dodger.org/ttt/poserParser/test6.html

First off, update: it actually parses now. It reads things into a data structure intelligently -- a data structutre that acts like it knows what it's talking about, as opposed to stage 1 which was just reading into a multidimensional set of key/value pairs. See link for example output.

Second, here's an overview of the project's goals, as if I were submitting this for a client, though more sloppy:

Project: Poser Parser Perl Extension

Uses for this extension are really only limited by the imagination of the Perl user who uses it. Examples include:

Other potentials for this module (together with the projected Wavefront OBJ parser) include the ability to create new morphs from morph target geometries outside of Poser, creation of geometry (interacting with a Fractal generator, prefab primitives, etc), and so on. All in all, the end goal is to simplify interacting with Poser documents when using Perl by providing an OO interface to them rather than treating them as arbitrary text documents (as is currently the only way to deal with them in Perl).