PLY Exporter is broken on specific models #103199
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#103199
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Linux
Graphics card: RTX 3090
Blender Version
3.2.2 and 3.4.0 (latest)
PLY Exporter is broken on specific models, it exports half the mesh totally broken, something to do with the index buffer, even if I export as OBJ and then import and export at PLY to lose any formatting in bender the PLY still exports broken. The OBJ exports fine.
I am exporting as ASCII PLY, Selected Object, Vertex, Normal, UV.
model.ply
model.obj
Added subscriber: @billgoysa
Added subscriber: @HooglyBoogly
Changed status from 'Needs Triage' to: 'Needs User Info'
For a bug report we need public files uploaded here. There should be some way to simplify or "destroy" the file so it's unrecognizable while still keeping the issue.
Good idea, I added two files, the broken PLY export and the OBJ which is correct and can be exported to PLY to see it break.
Changed status from 'Needs User Info' to: 'Needs Triage'
Added subscribers: @MikhailRachinskiy, @PratikPB2123
Changed status from 'Needs Triage' to: 'Confirmed'
I can confirm. Like #103203 I think this is also affected by
94bd481980
cc @MikhailRachinskiy
Changed status from 'Confirmed' to: 'Resolved'
Resolved by
60299fcc23
It's not even funny how broken this is, it's still exporting broken UV coordinates, they work ONLY IN BENDER, aka, the exported UV's only work when you import the file back into blender, they DO NOT work anywhere else, do I need to make a new ticket?
Cross software compatibility is unrelated to the current issue, you have to create new one, tag me in it and provide simple example file in PLY ASCII format so I could compare the implementation.