-
Notifications
You must be signed in to change notification settings - Fork 47
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
Comments
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 |
Thanks mate. Much appreciated and thanks. It works great. Blender 4 is bringing the point clouds hard.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Clément Chupin ***@***.***>
Sent: Monday, October 23, 2023 11:32:22 PM
To: ReshotAI/gaussian-splatting-blender-addon ***@***.***>
Cc: Fanie-Visagie ***@***.***>; Author ***@***.***>
Subject: Re: [ReshotAI/gaussian-splatting-blender-addon] Error - Blender (Issue #8)
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
—
Reply to this email directly, view it on GitHub<#8 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AZULW4RU2U5CFUL7V3VZERLYA2EYNAVCNFSM6AAAAAA6LYN4YWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZVGQ3DSNJRHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ... (",)
The text was updated successfully, but these errors were encountered: