mgear-dev / mgear4

mGear v.4.x.x (python 3 ready) https://mgear4.readthedocs.io
MIT License
266 stars 94 forks source link

Import anim school file #135

Open luckylyk opened 2 years ago

luckylyk commented 2 years ago

Hey, As you know, AnimSchool recently changed their licence policy about their picker. To fight this, we writed a pkr file parser at Dreamwall Animation. It converts ASP binary format to readable python dict. I'm doing some propaganda to push open source pickers to implement this conversion and reduce as much as possible the AnimSchoolPicker policy impact. :)

this is the parser: https://github.com/DreamWall-Animation/dwpicker/blob/main/dwpicker/ingest/animschool/parser.py function: parse_animschool_picker(picker_path, verbose=False)

Thanks again for your work. Good luck !

miquelcampos commented 2 years ago

Hi @luckylyk Thanks for reaching out. the idea of the parser is very interesting. I have added this ticket to mGear project 4.x. I will check it

Thanks!