Version 1.2.0 released! (Edit: Version 1.2.1)
Hey everyone!
Version 1.2.0 has just been released! There is only a couple big changes in this release: The very beginnings of the documentation for the plugin and new Jiggle bone changes!
Let's go over the changes real quick:
The documentation is now provided as part of the downloads. Currently there are only two pages of documentation provided: A landing page and a page about the Skeleton setup requirements. The landing page covers how to setup the plugin in a new Godot project, while the skeleton setup page covers some requirements that need to be met in the 3D skeleton for optimal results. I think both of these pages are probably the most important in the documentation, as they cover really fundamental aspects of the plugin.
All of the documentation pages are in Markdown files in the "Documentation" folder. I'm using Abricotine as my Markdown editor and viewer, but any Markdown viewer should work. You can also view the files using a normal text editor, however you will miss out on the images being shown alongside the text.
Please let me know what you think of the documentation currently! I plan to continue to write more pages and update the documentation as development continues.
The jiggle bone modifier also has undergone some changes and has some new features.
One new feature is that you can now set the target of the jiggle bone using a normalized Vector3, rather than having to use a target node. This should make it much easier to setup and use on things like dresses, hair, and anything else where you don't necessarily want to have individual target nodes. The feature has been tested and seems to be working in my test project, but please do not hesitate to report any issues or bugs! Huge thanks to Nate066 for the suggestion of adding this feature!
Once this feature was added, I realized there was a bug in how the jiggle modifier works. The problem is that the jiggle code didn't send the velocity of the joints earlier in the chain to those below, leading to joins further down the chain swinging wildly on longer joint chains. This leads to extra jiggle motion and while an interesting effect, it can be hard to control. This is actually an issue I had with the physical bone chain motor, so I had a hunch that sending the motion down the chain to child bones would fix it. After several days of testing and development, I found the solution and implemented it into the jiggle bone. Now there is an additional set of properties, "send_inertia_through_chain" and "send_inertia_through_all_bones_in_chain", that control how the velocity (called inertia in this case) is sent to child joints in the jiggle chain. By default, these options are disabled for compatibility, but in future versions they likely will be on by default. Both of these new properties have class reference documentation added that explains how they affect motion in the jiggle chain.
Edit: Just fixed an issue where a setup target node was still required for the Jiggle modifier to work, even if using a Vector3. Now when using a Vector3, it shouldn't require the target being setup anymore. Additionally, I fixed some typos in the error message logs. The current version is 1.2.1 now.
So, that's everything for this release. Moving forward, I will probably start looking at working on adding 2D support. Time to work on the plugin has been hard to find as of late, so I cannot give an ETA for 2D support but I'm hoping to have it implemented sooner rather than later.
Thanks for reading! If you have any feedback, suggestions, or just questions about the plugin, please do not hesitate to let me know either in the comments below or by making a new topic on the Twisted IK 2 discussion board!
Files
Get Twisted IK 2
Twisted IK 2
Enhanced IK for the Godot game engine
Status | Released |
Category | Tool |
Author | TwistedTwigleg |
More posts
- Version 2.8.0Jun 01, 2023
- Version 2.7.0 (Godot 4 support) released!Mar 19, 2023
- Version 2.6.0 released!Sep 12, 2021
- Version 2.5.0 released!Jun 18, 2021
- Version 2.4.0 and showcase project released!May 08, 2021
- Dev update: Version 2.4.0 comming soonApr 24, 2021
- Version 2.3.0 ReleasedApr 02, 2021
- Version 2.2.0 Released!Mar 19, 2021
- Version 2.1.0 released!Feb 27, 2021
- Twisted IK 2.0.0 released- 2D SUPPORTFeb 06, 2021
Comments
Log in with itch.io to leave a comment.
Which Version of Godot is supported? 3.2? The 4.x-not-even-alpha? Will this work with the "normal" version or is Mono/GD-Native needed?
Hi ragnar0ek!
Twisted IK 2 supports Godot 3.2+ and requires the Mono version of Godot because the plugin is entirely written in C#. It will not work with GDNative or Godot standard version.
You can find this information and more by checking out the FAQ. If you have any other questions, please do not hesitate to ask. Thanks!
This might sound dumb, but itch.io-pages aren't that obvious to me, so, where do I find the FAQ?
No worries! Because each Itch.IO page is created by the user, so the layout and contents can vary wildly. 🙂
The FAQ is a community post, which you can find on the bottom of the plugin page or through this direct link: https://itch.io/t/1108772/frequently-asked-questions-faq
thanks