PyWavefront icon indicating copy to clipboard operation
PyWavefront copied to clipboard

Python library for importing Wavefront .obj files

Results 31 PyWavefront issues
Sort by recently updated
recently updated
newest added

## Reproduce ```obj usemtl plane678 f 480/3598 489/3597 477/3599 f 115 1049 116 f 116 1049 128 f 1040 125 127 ``` ## Exception ```console Traceback (most recent call last):...

This behavior is only active when `collect_faces==True`. This flag indicates that the user is interested in playing with faces at the cost of additional memory. This change allows people to...

For some reason our script can parse the .mtl file & .png attached to it? It'd be very helpful if someone can look on this and explain what issue do...

in .nii format we get slices of 3D image , can we get same for .obj file format and if we can Can you please tell how.

Thanks for your input! Just managed to transform the outputs in the suitable format for PyQtGraph (extracted all faces into a separate array). (Print statements are just for debugging purposes.....

This causes a lot of confusion: https://github.com/pywavefront/PyWavefront/blob/7ae734c3317e2af59b93f3e24b68e5a57a2088ab/pywavefront/parser.py#L144

Hello, Could you please guide me how to interactively or even statically visualize the obj file inside Google Colab? ``` import pywavefront from pywavefront import visualization obj = pywavefront.Wavefront('Data/examples/plane.obj') visualization.draw(obj)...

As mentioned in #53, material files may not have the same name. Moreover, in my case, I don't have any `.mtl` files paired to my obj. files. I just want...

How do I extract the colors of each vertex after loading the .obj file? I am only able to extract the coordinates of each vertex using the code below. How...

Hello everyone, I am trying to use your library to open the .obj with the .mtl as the texture file here is my attempt. I could not find a way...