iCEE-HAM / io_import_lipSync-blender2.8

io_import_lipSync_Importer.py for Blender 2.8
33 stars 14 forks source link

Update to use asset library in works? #4

Open Bazmundi opened 1 year ago

Bazmundi commented 1 year ago

I think this is still a viable option for animation of bones. With pose libary being dropped from blender, is there an update of this addon to use assets instead please?

Sobollion commented 8 months ago

Yeah need to rewrite it for 3.6+ blender, they throw away a legacy pose_library

Python: Traceback (most recent call last): io_import_lipSync_Importer_2_93.py", line 450, in execute if scn.fpath!='': lipsyncerFlexRig() io_import_lipSync_Importer_2_93.py", line 135, in lipsyncerFlexRig state_poselib = obj.pose_library AttributeError: 'Object' object has no attribute 'pose_library'

Sobollion commented 8 months ago

We have two ways: build a workaroun thru an action (they still maintain a pose_markers) (that allows us using an old pose library datablock) or do it from new asset poses