Home Maxscripts Contact

Maxscripts

Pose Store Maxscript

Pose Store Helper


A scripted helper plugin designed primarily for storing, animating and editing poses in a bone based facial rig, offering the control of a bone based rig and the speed of the morpher modifier.

Download
Version Requirement: 3ds Max 2008+

Version: 0.3
Last Update: 20/04/2010

The helper allows you to add control objects at any time, as well as edit poses while preserving any animation already completed. It works by freezing the control object(s) transforms and using a separate position and rotation controller for each pose. The weights of these controllers are then wired to the pose store helpers attributes for that pose. This is important to note, as adding a control object will reset the objects controllers. If your rig requires, say, a position controller, a simple workaround would be to setup these controllers on a point helper, and link the control object to the helper.

Included in the ZIP archive is the maxscript and readme file.


INSTALLATION:

Copy the "PoseStore.Helper.v0.3.ms" file to your <<3ds Max>>\Scripts\Startup directory. This will load the script on startup. If you have a previously installed version you must remove it before copying the current version.

Pose Store is a scripted helper plugin, and can be found under Helpers >> Pose Store within the Command Panel >> Create.


NEW IN VERSION 0.3

New Feature - Ability to mirror poses.
Improvement - Substantial rewrite of existing functionality, improving reliability and performance.
Bug Fix - Cloning a pose store helper now resets the helpers properties to the defaults, preventing errors with multiple helpers affecting the same control objects.
Bug Fix - Added check preventing adding a control object which is already a control object of another pose store helper.

NEW IN VERSION 0.24

Bug Fix - Improved handling of control objects which have been deleted from the scene.

NEW IN VERSION 0.23

Improvement - Shortened duplicate pose header to reduce the space used in the saved poses list.
Bug Fix - Add Control Objects button is now disabled until the helper is created in the scene.
Bug Fix - Modified selection filter to also exclude tape helpers, as their transforms cannot be frozen.

NEW IN VERSION 0.22

New Feature - Ability to duplicate poses based on the current multiplier.
Bug Fix - Multiplier slider now updates after deleting a pose.

NEW IN VERSION 0.21

New Feature - Ability to rename saved poses.
New Feature - Ability to remove control objects.
Bug Fix - setMesh error on loading file in new Max session.
Bug Fix - AnimTrack controller not being set active after editing a pose.