Today I wanna share an early preview of the rigging framework I've been working on, there's still a lot of work to do but I think the core concepts are there.
Thanks Toke, The layers are just a categorization thing, the solvers are internally working at a character/rig level. Anyway, I'm really interested in new ideas/perspectives, please feel free to share your pov on this :)
Of course, just add a SplineIKSolver to each segment and attach the manipulators via a new 'space' to the main joints. This is possible because the joints involved in the 'hose segments' are not the same as the ik/fk solver, so they can be enabled in both states without any problem :)
1. Are the states selection context aware? 2. Are you planning any other solvers? Dynamic tail, hind legs etc. 3. Is there an underlying meta data system? To traverse through the rig. 4. Import/export layers? Say you use the fk/ik setup a lot, and wanna quickly set that up on other limb or the mirror limb.
looks promising. like the simplicity of the stack. are the layers another level of the stack or just a categorization of the entire rig?
ReplyDeleteThanks Toke,
DeleteThe layers are just a categorization thing, the solvers are internally working at a character/rig level.
Anyway, I'm really interested in new ideas/perspectives, please feel free to share your pov on this :)
is it possible with the current system to have a solver follow another? in the case of the hose/cartoony arms/legs.
ReplyDeleteOf course, just add a SplineIKSolver to each segment and attach the manipulators via a new 'space' to the main joints.
DeleteThis is possible because the joints involved in the 'hose segments' are not the same as the ik/fk solver, so they can be enabled in both states without any problem :)
1. Are the states selection context aware?
ReplyDelete2. Are you planning any other solvers? Dynamic tail, hind legs etc.
3. Is there an underlying meta data system? To traverse through the rig.
4. Import/export layers? Say you use the fk/ik setup a lot, and wanna quickly set that up on other limb or the mirror limb.
Just throwing some thoughts out there:-)
Yes to 1, 2 and 3.
DeleteLove the idea of import/export layers! I have to figure out how to do it, but it's something I definitely will try :)
Thanks Toke!