diff --git a/README.md b/README.md index 017a564..e5f5854 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,9 @@ Texture maps should be followed with specific names. Examples are provided - `mat_example_normal` - Normal Map, export as 16-bit if possible - `mat_example_opacity` - Opacity map, only use if necessary - `mat_example_mask` - Mask, only use if necessary + +## Animations +Guides for animation: +- [Setting Up a New Animation](docs/animation.md/#setting-up-a-new-animation) +- [Finalizing an Animation](docs/animation.md/#finalizing-an-animation) +- [Editing Existing Animations](docs/animation.md/#editing-existing-animations) diff --git a/docs/animation.md b/docs/animation.md new file mode 100644 index 0000000..913f374 --- /dev/null +++ b/docs/animation.md @@ -0,0 +1,42 @@ +# So you wanna animate in Blender? + +Various guides for animation. + +## Setting Up A New Animation +Upon animating the file, you need to add a new action to the rig. Click on the "New" button on the action editor. + +![](images/anim_setup1.png) + +Now, name your animation, and configure it to the expected framge range you'll need. The file's animations are currently set to 60 FPS, so 60 frames = 1 second of animation. Also, mark it as cyclic (if it is intended to loop). You can adjust this frame range later if necessary--it's just used for exporting. + +![](images/anim_setup2.png) + +Finally, hide the Rigify layers you don't want so you can focus more clearly on what you need for blocking out poses. This is the default setup I suggest. + +![](images/anim_setup3.png) + +Now you're ready to start animating! + +## Finalizing an Animation +When you're done with your animation (or want to look at others), go ahead and push it to the NLA stack. You'll have to be on the "AnimationFull" workspace to do this step (see the tabs at the top of the window). + +![](images/anim_finalize1.png) + +If you're done working on it, mute the track so it doesn't play while working on other animations. + +![](images/anim_finalize2.png) + +Finally, to reset your rig for further animation, re-enable all the Rigify layers, select all bones in the 3D viewport with the 'A' key (or `Select > All` at the top of the viewport), and then `Pose > Clear Transform > All` to reset bone transforms. + +![](images/anim_finalize3.png) + +Your rig should be A-posed and ready for more animation! + +## Editing Existing Animations +If you want to go back and tweak an already-pushed animation, simply double-click the track, and start it so you can see the preview. + +![](images/anim_editing1.png) + +When you're done, deselect the track and unstar it. + +![](images/anim_editing2.png) diff --git a/docs/images/anim_editing1.png b/docs/images/anim_editing1.png new file mode 100644 index 0000000..a74cae2 --- /dev/null +++ b/docs/images/anim_editing1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c407e6741446adf2d3bf55a97d1303707cc0d4f67cba0079798d3d1b3cd4da33 +size 13726 diff --git a/docs/images/anim_editing2.png b/docs/images/anim_editing2.png new file mode 100644 index 0000000..e135315 --- /dev/null +++ b/docs/images/anim_editing2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3767d946e17bb59f755b90b3ed19e1b756d522b1208b7b7c7327fb01fee7e86 +size 11651 diff --git a/docs/images/anim_finalize1.png b/docs/images/anim_finalize1.png new file mode 100644 index 0000000..02dd6bb --- /dev/null +++ b/docs/images/anim_finalize1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ba14f313160a093b5154f1ae7673e14902ac9270cf249ca5455890b31975c3 +size 44365 diff --git a/docs/images/anim_finalize2.png b/docs/images/anim_finalize2.png new file mode 100644 index 0000000..5d8e4e0 --- /dev/null +++ b/docs/images/anim_finalize2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a509b8771c4e364260469710f4099a656eb6c078fde08fc85e5b001da77bb1 +size 16176 diff --git a/docs/images/anim_finalize3.png b/docs/images/anim_finalize3.png new file mode 100644 index 0000000..451dd53 --- /dev/null +++ b/docs/images/anim_finalize3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981b814e975b51e9d34b92fe64cd710ad14e58c803dbb1c645976439633d303a +size 171068 diff --git a/docs/images/anim_setup1.png b/docs/images/anim_setup1.png new file mode 100644 index 0000000..5acfb50 --- /dev/null +++ b/docs/images/anim_setup1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26587a0cd0aa78726067ea380c838c29e9784d7efa36fdc551b062c3f8ca6e74 +size 60649 diff --git a/docs/images/anim_setup2.png b/docs/images/anim_setup2.png new file mode 100644 index 0000000..5cf0a54 --- /dev/null +++ b/docs/images/anim_setup2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2bffaf332fc27693be31c2dcb0e3cfc63b4962c09346d3fc76fa4e76e6f8cc5 +size 55460 diff --git a/docs/images/anim_setup3.png b/docs/images/anim_setup3.png new file mode 100644 index 0000000..3bfcc1a --- /dev/null +++ b/docs/images/anim_setup3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4a962c46e8ceb0b7188fbccec28dc19cf4a06dd0810ec103318c6485f29321 +size 240645