Skip to content
New issue

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 exporting edited splat #10

Open
timhc22 opened this issue Nov 2, 2023 · 1 comment
Open

Error when exporting edited splat #10

timhc22 opened this issue Nov 2, 2023 · 1 comment

Comments

@timhc22
Copy link

timhc22 commented Nov 2, 2023

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'
@MikeTkachuk
Copy link
Contributor

Hi

  1. latest version of the add-on currently only works with blender 4.0+
  2. apart from 1) it is weird that your object does not have position attribute since it is in-built
  3. keep in mind that export works incorrectly with edited scenes. the fix is currently under review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants