In Blender 4.4 it works fine. But when i installed in Blender 5.0.1, i get the following error.
Python: Traceback (most recent call last):
File "C:\Users\bhave\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\iocgpoly_lip_sync\Operators\LIPSYNC2D_OT_AnalyzeAudio.py", line 95, in execute
self.auto_insert_keyframes(
File "C:\Users\bhave\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\iocgpoly_lip_sync\Operators\LIPSYNC2D_OT_AnalyzeAudio.py", line 144, in auto_insert_keyframes
auto_obj.insert_keyframes(
File "C:\Users\bhave\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\iocgpoly_lip_sync\Core\Animator\LIPSYNC2D_PoseAssetsAnimator.py", line 150, in insert_keyframes
self.insert_silences(visemes_data, word_index)
File "C:\Users\bhave\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\iocgpoly_lip_sync\Core\Animator\LIPSYNC2D_PoseAssetsAnimator.py", line 260, in insert_silences
self.insert_keyframe_points(action, int(frame))
File "C:\Users\bhave\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\iocgpoly_lip_sync\Core\Animator\LIPSYNC2D_PoseAssetsAnimator.py", line 181, in insert_keyframe_points
pose_asset_fcurve = pose_action.fcurves.find(
^^^^^^^^^^^^^^^^^^^
AttributeError: 'Action' object has no attribute 'fcurves'
In Blender 4.4 it works fine. But when i installed in Blender 5.0.1, i get the following error. Python: Traceback (most recent call last): File "C:\Users\bhave\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\iocgpoly_lip_sync\Operators\LIPSYNC2D_OT_AnalyzeAudio.py", line 95, in execute self.auto_insert_keyframes( File "C:\Users\bhave\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\iocgpoly_lip_sync\Operators\LIPSYNC2D_OT_AnalyzeAudio.py", line 144, in auto_insert_keyframes auto_obj.insert_keyframes( File "C:\Users\bhave\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\iocgpoly_lip_sync\Core\Animator\LIPSYNC2D_PoseAssetsAnimator.py", line 150, in insert_keyframes self.insert_silences(visemes_data, word_index) File "C:\Users\bhave\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\iocgpoly_lip_sync\Core\Animator\LIPSYNC2D_PoseAssetsAnimator.py", line 260, in insert_silences self.insert_keyframe_points(action, int(frame)) File "C:\Users\bhave\AppData\Roaming\Blender Foundation\Blender\5.0\extensions\blender_org\iocgpoly_lip_sync\Core\Animator\LIPSYNC2D_PoseAssetsAnimator.py", line 181, in insert_keyframe_points pose_asset_fcurve = pose_action.fcurves.find( ^^^^^^^^^^^^^^^^^^^ AttributeError: 'Action' object has no attribute 'fcurves'