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

UE5.4 Import ply error: ' Ply properties header format invalid, pls check it first ' #69

Open
ZTlucky95 opened this issue Nov 6, 2024 · 4 comments

Comments

@ZTlucky95
Copy link

No description provided.

@wsAndy
Copy link
Contributor

wsAndy commented Nov 7, 2024

We have just updated the version to support point cloud files with spherical harmonic orders from 0 to 3. Point cloud files(.*ply ) in non-Gaussian format are not currently supported.

@notthesame23
Copy link

notthesame23 commented Nov 10, 2024

Same here, also on UE 5.4 on Win 10, I have a Gaussian Splat *.ply file that can be opened with "https://playcanvas.com/supersplat/editor/" without any issues. File is an uncompressed *.ply file.
When trying to open it I get the error about: "Ply properties header format invalid, pls check it first".

Unfortunately I can not share the file atm.

But here's the header part of the file that gives the error:

ply
format binary_little_endian 1.0
element vertex 1656760
property float x
property float y
property float z
property float f_dc_0
property float f_dc_1
property float f_dc_2
property float opacity
property float scale_0
property float scale_1
property float scale_2
property float rot_0
property float rot_1
property float rot_2
property float rot_3
end_header

I hope this gives you a hint that would allow you to point me in the right direction for troubleshooting.
Thank you !

@MarcusVH98
Copy link

allow you to point me in the right directio

I have the exact same header information for a file I am trying to use, and are also getting the error "ply properties header format invalid, pls check it first"

@Eliseohz
Copy link

Eliseohz commented Dec 4, 2024

Hey guys have the same header information for a file, error "ply properties header format invalid, pls check it first"

Any solution?
I tried the last version available 1.5
Same error.

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

5 participants