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 - Blender #8

Open
Fanie-Visagie opened this issue Oct 23, 2023 · 2 comments
Open

Error - Blender #8

Fanie-Visagie opened this issue Oct 23, 2023 · 2 comments

Comments

@Fanie-Visagie
Copy link

Not sure why I get this...

Python: Traceback (most recent call last):
File "C:\Users\perso\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender-addon\plyfile.py", line 160, in read
data = PlyData._parse_header(stream)
File "C:\Users\perso\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender-addon\plyfile.py", line 121, in _parse_header
parser = _PlyHeaderParser(_PlyHeaderLines(stream))
File "C:\Users\perso\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blender-addon\plyfile.py", line 1270, in init
raise PlyHeaderParseError("expected 'ply'", 1)
blender-addon.plyfile.PlyHeaderParseError: line 1: expected 'ply'

importing a splat file called vessel.splat and using Blender 4.0 ??

Appreciate being pointed in the right direction ... (",)

@clement-chupin
Copy link

clement-chupin commented Oct 23, 2023

Currently work only in blender 3.4, change your version of blender, import the gaussian splatting that you want, and if you want to use blender 4.0, save your project and re-open it with blender 4.0

PS : you can see the blender version supported in blender-addon/init.py

@Fanie-Visagie
Copy link
Author

Fanie-Visagie commented Oct 23, 2023 via email

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