Eric Thivierge The technical side of animation.

21Mar/11Off

AnimStore v1.35

Fixed a bug which caused a layout error in the Pose List GUI. It wuld error out and not build the GUI if you had more than 3 poses in a category. Fixed now.

Download (Right click, save target as)

Filed under: AnimStore, Daily Comments Off
1Oct/10Off

AnimStore v1.2

Just fixed a bug which wouldn't find the viewport manager in the layout if you're using a custom layout and changed the view manager frame's name to something other than "vm". I search for it now using the view's Type instead. Thanks to Florian Eberle from PiXABLE in Germany for the heads up!

Download (Right click, save target as)

10Sep/10Off

AnimStore v2 Started!

I decided to start working on the next version of my ET_AnimStore addon tonight. This past week I've been doodling around with some new Python toys that I found. One of particular interest is sqlite. This is a lightweight sql database that stores databases in files on hard disk. I found out while looking into it, that Python ships with the sqlite module used to communicate with sqlite databases natively. This means that if I choose to use sqlite for any aspect of ET_AnimStore v02 I won't have to worry about distributing Python modules with it, it will just work!

I have also started planning out a new file structure for the system too. I think I got a bit too carried away with the first implementation concerning the depth of the directory hierarchy. I need to keep it simple.

Tonight I made a small script that will allow me to pop open a window that has a camera view docked in the upper portion and a custom property loaded in the bottom portion. This will help keep an intuitive work flow for storing poses. Users won't have to worry about ensuring that a certain viewport is set to the pose cam. I actually found another fix / workaround for that while developing another iteration of my system on a recent job. None the less, it will be a much easier system to use this time around.

Filed under: AnimStore Comments Off
6Jun/10Off

AnimStore v1.1

Updated the plug-in which I believe fixes the issue where now you don't have to edit the __init__.py file. Please post any issues.

I also fixed the bit where the warning message about not having the pose cam actually displays at the bottom of the screen.
I also stored the original selection and re-select it after importing the camera.

Download (Right click, save target as)

31May/10Off

AnimStore v1.0

I'm finally releasing the first version of my ET_AnimStore plug-in. This plug-in allows you to store poses for a character and use them at a later time.  Please watch the video below and download the plug-in as well. Please give me your feedback as I'm still trying to develop this to be as universal as possible.