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.

trimesh.show() invokes non-related code

See original GitHub issue

After using trimesh with some of my caffe code, every time I use trimesh.show(), that code will be invoked, even if trimesh is the only imported library and there are only two lines of code: mesh = trimesh.load(xxx) mesh.show()

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mikedhcommented, May 17, 2018

Cool- I’m going to close this as it appears to be pyglet’s fault 😄

0reactions
halimacccommented, May 17, 2018

It is import pyglet.gl as gl.

The problem occurs on Windows Anaconda python 2.7.15, with pyglet==1.3.2 from pip, but does not occur on python 2.7 with pyglet==1.2.4 from conda-forge, nor on python 3.6.

Read more comments on GitHub >

github_iconTop Results From Across the Web

trimesh 3.17.1 documentation
This is useful for getting nearby vertices for a given vertex, potentially for some simple smoothing techniques. mesh = trimesh.primitives.Box() graph = mesh....
Read more >
Looking for a simple example of a viewer with flags ... - GitHub
I'm trying to add some flags to the basic show() call. ... File "/home/paul/upwork/pick/code/test-trimesh.py", line 5, in <module> viewer ...
Read more >
abc — Abstract Base Classes — Python 3.11.1 documentation
Source code: Lib/abc.py This module provides the infrastructure for defining abstract base classes(ABCs) in Python, as outlined in PEP 3119; see the PEP...
Read more >
VMD 1.9.4 Development
Added notes about compiler versions that generate incorrect SVE code from intrinsics ... Corrected missing ospRelease() calls on the futures returned from ...
Read more >
MOOSE Framework Meshing Enhancements to Support ...
MOOSE-based physics codes require an input finite element mesh on which ... Finally, a series of verification problems were performed with ...
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