Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

When trying to export I get following error:

Python: Traceback (most recent call last):

  File "C:\Users\luket\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\src\operators\export_character_controller.py", line 118, in execute

    bpy.ops.wm_ggt.push_nlas('EXEC_DEFAULT')

  File "M:\SteamLibrary\steamapps\common\Blender\3.2\scripts\modules\bpy\ops.py", line 113, in __call__

    ret = _op_call(self.idname_py(), C_dict, kw, C_exec, C_undo)

RuntimeError: Error: Python: Traceback (most recent call last):

  File "C:\Users\luket\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\src\operators\export_character_controller.py", line 42, in execute

    track.strips.new(action.name, start, action)

TypeError: NlaStrips.new(): error with argument 2, "start" -  Function.start expected an int type, not float

Location: M:\SteamLibrary\steamapps\common\Blender\3.2\scripts\modules\bpy\ops.py:113


Have latest Blender and GGT version

Deleted 240 days ago

Hello!

Thanks for pointing the log out.

This issue has been fixed on the newer version 2.1.1.

Just update your add-on version and it should work well.

Newer version available either here on Itch or Github project page as well.

https://viniguerrero.itch.io/godot-game-tools

https://github.com/vini-guerrero/godot_game_tools/releases

Deleted 240 days ago