Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

blender-iks-to-fks

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blender-iks-to-fks

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

  • 1.3.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
29
increased by141.67%
Maintainers
1
Weekly downloads
 
Created
Source

blender-iks-to-fks npm version Build Status

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.

example gif

Background / Initial motivation

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!

Benefits

  • Unlike Bake Action, blender-iks-to-fks does not create any additional keyframes
  • Your original mesh remains unmodified, preventing you from accidentally losing / overwriting your work

Install

There are two ways to install the addon. By running a script, or by manually downloading and adding it into Blender

Install via script

This method requires that Blender is added to your $PATH

npm install -g blender-iks-to-fks && ik2fk --install-blender

Manual Download Instructions

Manual installation instructions

Usage

In Blender Window:

  1. Select your mesh and it's armature in Object Mode
  2. Press Space
  3. Search for 'Convert IKs to FKs' and select it
  4. You should now have a new mesh and armature that use FKs

Via Blender CLI

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`

Have an idea? Confused?

Open an issue and lets sort it out!

Was this helpful?

Were you lost trying to find a way to convert your bones, but now you're found?

Support

License

(c) 2017 Chinedu Francis Nwafili. MIT License

Keywords

FAQs

Package last updated on 09 Sep 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc