@@ -8,18 +8,43 @@ The effect applies to the bone position and rotation in option.
88It's not production ready, it's mainly a toy to play with.
99User support is not granted for it considering this early state, it may be buggy but still fun to play with :)
1010
11- ## Installation
1211
13- - Download and install the spring_bones.py file in Blender 2.8
12+ ### System Requirements
13+
14+ | ** OS** | ** Blender** |
15+ | ------------- | ------------- |
16+ | OSX | Blender 2.80+ |
17+ | Windows | Blender 2.80+ |
18+ | Linux | Not Tested |
19+
20+
21+ ### Installation Process
22+
23+ 1 . Download the latest <b >[ release] ( https://github.com/artellblender/springbones/releases/ ) </b >
24+ 2 . If you downloaded the zip file.
25+ 3 . Open Blender.
26+ 4 . Go to File -> User Preferences -> Addons.
27+ 5 . At the bottom of the window, choose * Install From File* .
28+ 6 . Select the file ` SpringBones-VERSION.zip ` from your download location..
29+ 7 . Activate the checkbox for the plugin that you will now find in the list.
30+
31+ ## Usage
32+
1433- In Pose Mode, go to the "Spring Bones" panel in the Bone tools section on the right.
1534
16- ![ alt text] ( https://github.com/artellblender/springbones/blob/master/1 .png )
35+ ![ alt text] ( https://github.com/artellblender/springbones/blob/master/SpringBones-v091 .png )
1736
1837- Click "Enable Bone" to enable spring on a bone (must be a child bone)
1938- You can adjust the "Bouncy", "Speed" and other parameters parameters such as collision
2039- Click "Start" to enable the effect interactively, or "Start - Animation Mode" to enable it on frame change only (support baking)
2140- When moving the parent bone, the child will move dynamically with bouncy motion
2241- To bake, use the Blender baking tool: press F3 > type "bake" > NLA Bake
42+ - Multiple bones can be editted at once now, this makes for faster and easier experience.
43+ - Continous update makes it possible to make edits while animation plays. When OFF playmodes stop and need to enabled again manually.
44+ - Presets can be saved using the preset manager in the panel header. They are saved under userfiles > scripts > presets > springbones.
45+
2346
2447
48+ ### Changelog
2549
50+ [ Full Changelog] ( CHANGELOG.md )
0 commit comments