question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adding support to meshes without object specification and per vertex color

See original GitHub issue

I’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 o keyword, 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:closed
  • Created 6 years ago
  • Comments:36 (28 by maintainers)

github_iconTop GitHub Comments

1reaction
greenmosscommented, May 31, 2018

@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 😄

1reaction
greenmosscommented, May 31, 2018

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found