hi Miquel,
Sorry to bother you, but could you explain how to import and export set driven keys using ‘sdk_io’ in rigbits . Here is the process which i have been trying to use
from mgear.maya.rigbits import sdk_io
selection = [‘bShape_chiQ_lMouthSmile’,‘bShape_chiQ_lMouthSad’,‘bShape_chiQ_lSideOut’]
sdk_io.exportSDKs(selection, ‘/production/cirqusRoot/job/chiQ/work/chiq/base/rig/main/data/sdks/sdk.json’)
when i do this i’m getting a .json file but its completely empty.
The names in the list are ‘aninCurveUU’.
Thank You for your time.