We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when File > Export > Vircadia FBX
File > Export > Vircadia FBX
Traceback (most recent call last): File "/home/will/.config/blender/3.4/scripts/addons/metaverse_tools/ext/modified_fbx_tools/init.py", line 360, in execute return mod_export_fbx_bin.save(self, context, **keywords) File "/home/will/.config/blender/3.4/scripts/addons/metaverse_tools/ext/modified_fbx_tools/mod_export_fbx_bin.py", line 1047, in save ret = save_single(operator, context.scene, depsgraph, filepath, **kwargs_mod) File "/home/will/.config/blender/3.4/scripts/addons/metaverse_tools/ext/modified_fbx_tools/mod_export_fbx_bin.py", line 951, in save_single settings = FBXExportSettings( TypeError: FBXExportSettings.new() missing 2 required positional arguments: 'use_custom_props' and 'colors_type'
The text was updated successfully, but these errors were encountered:
Add requiredparams to FBXExportSettings
fc4c7a1
FIX overte-org#1
Successfully merging a pull request may close this issue.
Error when
File > Export > Vircadia FBX
The text was updated successfully, but these errors were encountered: