Michael Hogg

Results 17 comments of Michael Hogg

I second this request :+1:

This is what I wanted too! Do your heat methods actually calculate the geodesic path, in addition to the geodesic distance? On Fri, Mar 12, 2021, 3:38 AM Nicholas Sharp...

Hi @mherrmann, I think I have the same issue as described in this thread. I am running on macOS 11.5 using Python 3.8, PySide6 6.2 and fbs Pro 1.0.8. During...

That makes sense @mherrmann - thanks for your comment. In terms of testing - I only have access to Big Sur, but I might know someone who has an earlier...

I have been using fbs with Python 3.7.6 for my package for a while on Win 10. I have used various PyQt5 versions, including the latest 5.15. It works fine,...

Good "evening" Andreas, The pyoctree.cpp file is created from the pyoctree.pyx file using Cython. If you don't want to generate it yourself, download pyoctree from PyPi (i.e. download pyoctree-0.2.10.tar.gz from...

Hi asml, My meshes are generally in the order of 10,000-100,000 faces, and take only a second or so to construct the octree. Your 3 million faces could slow things...

Hi Andreas, I will look into this in the next few days. The obvious thing here is the use of a contiguous array to hold the tree data. Currently I...

Hi Andreas, I just created a new version that exposes the label of the intersected tris. See https://github.com/mhogg/pyoctree/releases/tag/v0.2.5_rc1. Note that this includes a Python 3.6 wheel (not sure what you...

Hi, Currently pyoctree only does tri faces, not points, so the answer to your question is no. Cheers, Michael