Kevin Kearney

Results 2 issues of Kevin Kearney

**SLADE Version**: (3.X.X.x) **Operating System**: (Windows/Linux/OSX) **Issue Details**: Whenever I use SLADE, my entire filesystem gets littered with .bak files that SLADE just spits out and does nothing to clean...

feature request

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...