PLY exporter gives incorrect results #50221
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#50221
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
Windows 10, generic graphics card
Blender Version
Broken: 2.78a hash: e8299c8
Short description of error
The PLY exporter gives uncompressed and incorrect results. The geometric shape is correct, but oriented, positioned and scaled wrong, and the UVs are wrong.
Exact steps for others to reproduce the error
Just export the default blender scene of the cube. Notice that the vertices are not compressed. A cube needs only 8 vertices, not 24. To see that the UVs are wrong, export any object that needed seems to generate a UV unwrapping. A blend file is available upon request that shows the problem.
In the mean time, I'm resorting to trying to write my own PLY exporter in python.
Changed status to: 'Open'
Added subscriber: @stparkin
Added subscriber: @dfelinto
You can change the Up axis when exporting the model.
Also be ware of blender/blender#35892. Ply doesn't support object transformations so the transformations are "applied" to the objects.
I'm closing the report for now. If you have a file that still shows the problem even after the above topics being considered, please attach it and we can re-open it.
Changed status from 'Open' to: 'Archived'