Adding support to meshes without object specification and per vertex color
See original GitHub issueI’m dealing with a couple of obj file which are not being being properly parsed by PyWaveFront.
The traits are:
- vertex information is provided without providing an object name per the
okeyword, i.e. it’s a single nameless object. - they have per vertex color (see last two sentences of the “spec” entry).
I’m gonna extend the library to support these for my use case. Should I submit them here as well? I believe they’re both still within the specification.
Issue Analytics
- State:
- Created 6 years ago
- Comments:36 (28 by maintainers)
Top Results From Across the Web
Vertex Color Adjustments - Unity Forum
Tool calculates color adjustments using script per-vertex. It has no difference whether it is used on mobile or any other platform. Performance ...
Read more >Scripting API: Mesh.colors - Unity - Manual
Description. Vertex colors of the Mesh. If no vertex colors are available, an empty array will be returned. // Sets the vertex color...
Read more >Transfer color data between meshes | Maya 2018
You can transfer color per vertex data (CPV) between color meshes that have differing mesh topologies using the Transfer Attributes feature ...
Read more >How can I include vertex color information in .OBJ files?
Blender can export PLY files (.ply), which are text-based, very easy to parse, and include vertices colors. The hard way is to change...
Read more >Vertex Color Materials | Unreal Engine 4.27 Documentation
This page describes how to set up materials that utilize Vertex Color so that you can paint colors in Mesh Paint Mode.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@SergioRAgostinho yes they are triggered automatically, but only on commits to master. I need to reconfigure it to test PRs too, and post the results. I’m guessing it won’t take long to do, I just have to actually “do” it 😄
Thanks for the PRs! I feel smarter by proximity to the comments here 😉
I merged #31 and #33 from @einarf.
I don’t have the “official” circleci status up or documented yet, but note that I got some new failures:
https://circleci.com/gh/greenmoss/PyWavefront/21
Compare to previous iteration, which has only a failed gl call:
https://circleci.com/gh/greenmoss/PyWavefront/20