vini-guerrero / godot_game_tools

This is a blender add-on that contains tools to ease the creation/import process of assets into Godot Game Engine
GNU General Public License v2.0
364 stars 34 forks source link

Error while adding root animation to character #55

Closed jangirst closed 2 years ago

jangirst commented 2 years ago

Python: Traceback (most recent call last): File ".../Library/Application Support/Blender/3.1/scripts/addons/src/operators/rootmotion_controller.py", line 309, in execute bpy.context.scene.frame_end = bpy.context.object.animation_data.action.frame_range[-1] TypeError: bpy_struct: item.attr = val: Scene.frame_end expected an int type, not float

location: :-1