Offset a whole animation from a single starting pose. It keeps you from repositionning each animation curves in the graph editor. Now a bit obsolete because of anim layers but it's a good way to preserve a simple to edit animation with this process.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
/////// offsetAnmFromPose.mel version 1.0 ///////// // // //Author: Christophe Brugal (tof@grabulle.com) //Copyright (C) 2009 Christophe Brugal //www.grabulle.com // //Version: 1.0 // // Function : // Offset a whole animation from a single starting pose. It keeps you from repositionning each animation curves in the graph editor. Now a bit obsolete because of anim layers but it's a good way to preserve a simple to edit animation with this process. // // // Usage : // Source "offsetAnm.mel"; offsetAnm(); // // Create an animation key in front of the animated objects from where you like it to start. // Select the animated objects you wish to offset. Set the actual time at the offset key. // Proceed with script. Now the animation start from this values. // The offset key has to be deleted manually. // // To Do : // - Automatic deletion of the offset key // - Make the offset pose at any time with no need to set a key. // ////////////////////////////////////////////////
Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.