mgear-dev / rigbits

Rigging tools and boilerplate functions for rigging.
MIT License
10 stars 14 forks source link

RBF Manager: support for non-control objects #6

Closed miquelcampos closed 6 years ago

miquelcampos commented 6 years ago

Add support for non-control object.

For example gimmick joints: image

Maybe the simple solution is to add a new mode in settings, that change the add pose workflow to do it in 2 steps.

The user case will be like this:

  1. start the setup configuration as usual
  2. set the gimmick joint as driven
  3. Create new pose (instead of add new pose) : this will create the slot for the pose but the joint is not yet connected or will be disconnected if is not the first pose. So can be moved and adjust to the new position freely
  4. Consolidate pose: this will reconnect everything a the joint will be driven again by the rbf node

NOTE: We need to consider to way to avoid leave the joint disconnected if we stop the edition and not consolidate the pose. Or at less a way to continue and finish the consolidation.

miquelcampos commented 6 years ago

This issue was moved to mgear-dev/mgear#228