Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
blender-iks-to-fks
Advanced tools
A Blender script that takes a mesh and armature that use IKs and other non-deformation bones and creates a new mesh and armature that uses only FK bones
A Blender Addon that takes a mesh and armature that use IKs and other non-deformation bones and creates a new mesh and armature that uses only FK bones.
I wrote a post a few months ago about converting IKs and constraints into FKs in Blender. The process was manual, tedious and very error prone. To the point where I would push of and procrastinate rigging because I dreaded the IK -> FK conversion.
This script automates the IK / Constraint bones -> FK bones conversion process.
It does this by generating a new mesh and FK rig that copy the animations of your original mesh and rig.
I wrote a reddit comment attempting to explain IK vs FK at a five year old level.
This Blender Addon is donationware, so please donate via PayPal if you've found this helpful!
Bake Action
, blender-iks-to-fks
does not create any additional keyframesThere are two ways to install the addon. By running a script, or by manually downloading and adding it into Blender
This method requires that Blender is added to your $PATH
npm install -g blender-iks-to-fks && ik2fk --install-blender
Manual installation instructions
You can run this addon via the Blender CLI as part of an automated conversion process. Here's how:
blender my-blender-file.blend --python `ik2fk`
Open an issue and lets sort it out!
Were you lost trying to find a way to convert your bones, but now you're found?
(c) 2017 Chinedu Francis Nwafili. MIT License
1.3.4
FAQs
A Blender script that takes a mesh and armature that use IKs and other non-deformation bones and creates a new mesh and armature that uses only FK bones
The npm package blender-iks-to-fks receives a total of 29 weekly downloads. As such, blender-iks-to-fks popularity was classified as not popular.
We found that blender-iks-to-fks demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.