SIsilicon / Goddard-ImportExport-Project

A blender addon to allow the editing of the mario goddard head in SM64 decompilation projects.
MIT License
19 stars 1 forks source link

'str' object cannot be interpreted as an integer #4

Open DMonitor opened 2 years ago

DMonitor commented 2 years ago

Seems like the problematic line is

curr_object = bpy.data.objects.new(hex(params[1]), bpy.data.armatures.new("n64_net"))

params[1] has some kind of string value that hex() does not work on. Might be a python versioning thing? What python version did you publish this with? I am currently on Blender 2.9, Python 3.10.2

DMonitor commented 2 years ago

Problematic Line

DMonitor commented 1 year ago

https://github.com/SIsilicon/Goddard-ImportExport-Project/issues/5#issuecomment-1296595722