Purpose
This script will time-reverse the animation of the selected object / bone or with a whole figure
History
May 7th 2016 3 pm Release
Installation
The zip package is found at the bottom of this page
unzip it in your daz content folder,
typically :
C:\Users\USERNAME\Documents\DAZ 3D\Studio\My Library
once installed, it will appear in your content library, under
My Library / Scripts / mcasual
Starting with Windows 7 if you right click on the downloaded zip file
and select the [Extract All ....] pop-up menu item
you simply browse up to your Daz Studio Content Folder
and the files will fall in the proper folder
Use
Set your timeline's "playRange" ( Start Frame to End Frame ) for the range of frames you want to reverse-animate
Select a figure, an object or a bone
if you selected a figure, you may want to set the "Recurse" option ON, to process all the
bones of that figure, else only the root node of the figure will be reverse-animated
if you selected a bone, you may want to set the "Recurse" option ON, to process all the
child-bones of that bone, ex: the shin, foot, toe nodes when you select a thigh bone
if you selected a prop, you may want to set the "Recurse" option ON, to process all the
child nodes of that object
Note: this script only reverse animate the translation and rotations, not the morphs, not the rest
( yes i may add that in the future )
---------
License
// =====================================================================
// by mCasual/Jacques
// You can use this script freely for personal or commercial use.
// You may not sell, resell, sub-license or rent this script in any way.
// you may credit this script to mCasual/Jacques
// 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.
// =====================================================================