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
Getting the following error when trying to export a splat which I edited, any ideas?
Python: Traceback (most recent call last): File "/Users/me/Library/Application Support/Blender/3.4/scripts/addons/blender-addon/__init__.py", line 1075, in execute xyz[i] = position_attr.data[i].vector.to_tuple() AttributeError: 'NoneType' object has no attribute 'data' Python: Traceback (most recent call last): File "/Users/me/Library/Application Support/Blender/3.4/scripts/addons/blender-addon/__init__.py", line 1075, in execute xyz[i] = position_attr.data[i].vector.to_tuple() AttributeError: 'NoneType' object has no attribute 'data'
The text was updated successfully, but these errors were encountered:
Hi
Sorry, something went wrong.
No branches or pull requests
Getting the following error when trying to export a splat which I edited, any ideas?
The text was updated successfully, but these errors were encountered: