概要:日本語
Reconstruct Switching driver's target Lip animation's FCurve created from vsq file
公式リリースと新しい開発ビルドでは、BlenderがAddOnとして認識するためのラベルが異なっています。
現在、この問題に対応するためラベルを2つ書いています。
Actionの登録に関して、bpy.types.Fcurve.keyframe_points.addを使っていましたが、開発ビルドではこの挙動が変更になり、bpy.types.Fcurve.keyframe_points.insertがその代替となっています。0.4として対策版をLOGにアップしています。
Addon Blender is recognized as a label in the official release "bl_addon_info", "bl_info" in SVN latest source has become.
In a GraphicAll.org build, there are both version.
I wrote both label in this script to be against that problem,now.
I had used 'bpy.types.Fcurve.keyframe_points.add" in setting Action,but it is "bpy.types.Fcurve.keyframe_points.insert" In developper version now. I uploaded the version against its change on LOG. |

左頬のポイントが顎と一緒に動かなかったのを修正