Menithal / Blender-Metaverse-Addon

Blender toolset for creating content for Metaverses like High Fidelity
GNU General Public License v3.0
69 stars 37 forks source link

no "hifi FBX" export in blender 2.81a #22

Closed SilverfishVR closed 4 years ago

SilverfishVR commented 4 years ago

after upgrading to current stable (2.81a) hifi FBX export no longer works for me.

Traceback (most recent call last):
  File "C:\Users\Silverfish\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\hifi_tools\ext\modified_fbx_tools\__init__.py", line 360, in execute
    return mod_export_fbx_bin.save(self, context, **keywords)
  File "C:\Users\Silverfish\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\hifi_tools\ext\modified_fbx_tools\mod_export_fbx_bin.py", line 1041, in save
    ret = save_single(operator, context.scene, depsgraph, filepath, **kwargs_mod)
  File "C:\Users\Silverfish\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\hifi_tools\ext\modified_fbx_tools\mod_export_fbx_bin.py", line 953, in save_single
    False, media_settings, use_custom_props,
TypeError: __new__() missing 1 required positional argument: 'use_custom_props'

location: <unknown location>:-1
Menithal commented 4 years ago

Thanks, Ill look into it after the xmas holiday.

Menithal commented 4 years ago

Fixed in the 2.0 version.