[x]We're back! After a failure of the drives in our database server, all data has been restored from last night's backup. The last 24 hours or so of submissions will likely need to be re-made but everything else should be okay. Please let me now if you notice anything not working as it should though. Thanks! -Petie


Users browsing this thread: 3 Guest(s)
Super Smash Bros. Ultimate Ripping Project
Locate your Blender FBX exporter script ( something like scripts\addons\io_scene_fbx\export_fbx_bin.py ). Open it, comment out the code below. After that, your skeleton should export without the extra bone created.

elif ob_obj.type == 'EMPTY' or ob_obj.type == 'ARMATURE':
empty_key = data_empties[ob_obj]
connections.append((b"OO", get_fbx_uuid_from_key(empty_key), ob_obj.fbx_uuid, None))


To comment just put # in front of each line
Reply
Thanked by: Kold-Virus


Messages In This Thread
RE: Super Smash Bros. Ultimate Ripping Project - by Joschka - 08-18-2020, 05:47 PM

Forum Jump: