MeshParty icon indicating copy to clipboard operation
MeshParty copied to clipboard

Results 22 MeshParty issues
Sort by recently updated
recently updated
newest added

This adds a function to resample skeletons (while dropping non root connected components)

Hi, MeshParty team: I am trying to load a mesh file (can open in MeshLab) ``` meshFilePath="../data/Mesh.obj" mm = trimesh_io.MeshMeta() mesh = mm.mesh(filename = meshFilePath) ``` Then the following error...

``` ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. meshparty 1.8.0 requires...

Hi all, I am trying to install meshparty on my Mac Catalina using pip3 install mesh party but I have an error with building wheel for pykdtree and clang: error:...

``` segid = 720575940621647595 mm = trimesh_io.MeshMeta() mesh = mm.mesh(filename = "{}.obj".format(segid)) sk=skeletonize.skeletonize_mesh(mesh, invalidation_d=12000) sk.export_to_swc("{}.swc".format(segid)) ``` .obj file is [here](https://drive.google.com/file/d/1jM0sz_J_X8-6OhapHC1eBTM2pvzBevL0/view?usp=sharing) ``` In [16]: sk.export_to_swc("{}.swc".format(segid)) --------------------------------------------------------------------------- ValueError Traceback (most recent call...

During the course, it became clear how often and students want to apply masks to meshes and then reference synapses and or skeletons. One idea to support these use cases...

enhancement

Would it make sense to build interoperability between MeshParty and [PyVista](https://docs.pyvista.org)? Maybe for 3D viz at the least? I see you already have a VTK dependency... PyVista is simply a...

Hello! I was creating a new conda environment to interact with FANC/CaveClient with an M1 chip Mac. I installed caveclient, cloudvolume, but MeshParty had a couple errors when it tried...