mcjKeyframeEverything

Introduction

This script will keyframe everything in the scene at the current frame

you may also be interested in my other scripts

https://sites.google.com/site/mcasualsdazscripts5/mcjfreezethings

and

https://sites.google.com/site/mcasualsdazscripts9/mcjunanimatewholescene

History

August 8 2020 - Release

August 9 2020 - Version 2 because version 1 was in fact code that clears all keyframes and copies the current pose to frame 0

August 12 2020 - Version 3 the script was attempting to re-select the primary selection even if there was no primary selection

Installation

The zip package is found at the bottom of this page

unzip it in your daz content folder, typically

C:\Program Files\DAZ\Studio\content\

or

C:\Program Files (x86)\DAZ\Studio\content\

once installed, it will appear in your content library, under Studio / Scripts / mcasual

or

C:\Users\Public\Documents\My DAZ 3D Library\

once installed, it will appear in your content library, under My DAZ 3D Library / Scripts / mcasual

Use

run the script

you will be told what's going to happen and can decide not to do it

there is no undo

this is the equivalent of doing :

- memorize figure/restore figure on all figures

- and a memorize item / restore item on all non-figure non-bone item

License

// by mCasual/Jacques

// Copyright (c) 2015 <mCasual/Jacques>

// Permission is hereby granted, free of charge, to any person obtaining a copy

// of this software and associated documentation files ( mcjAutoLimb2014 ), 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.

// 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.