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
Python: Traceback (most recent call last): File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\import-comp-to-blender.py", line 606, in execute self.import_property_spatial( File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\import-comp-to-blender.py", line 355, in import_property_spatial self.import_property( File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\import-comp-to-blender.py", line 252, in import_property prop_data['supersampling'], ~~~~~~~~~^^^^^^^^^^^^^^^^^ KeyError: 'supersampling'
The text was updated successfully, but these errors were encountered:
Can you share the .json file that isn't getting imported properly?
Sorry, something went wrong.
Try the latest version of the Blender addon (0.5.3) and let me know if it fixes the issue.
No branches or pull requests
Python: Traceback (most recent call last):
File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\import-comp-to-blender.py", line 606, in execute
self.import_property_spatial(
File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\import-comp-to-blender.py", line 355, in import_property_spatial
self.import_property(
File "C:\Users\name\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\import-comp-to-blender.py", line 252, in import_property
prop_data['supersampling'],
~~~~~~~~~^^^^^^^^^^^^^^^^^
KeyError: 'supersampling'
The text was updated successfully, but these errors were encountered: