meshlib 3.0.5.213__py38.py39.py310.py311.py312.py313-none-manylinux_2_31_aarch64.whl → 3.0.6.229__py38.py39.py310.py311.py312.py313-none-manylinux_2_31_aarch64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of meshlib might be problematic. Click here for more details.

Files changed (28) hide show
  1. meshlib/libpybind11nonlimitedapi_meshlib_3.10.so +0 -0
  2. meshlib/libpybind11nonlimitedapi_meshlib_3.11.so +0 -0
  3. meshlib/libpybind11nonlimitedapi_meshlib_3.12.so +0 -0
  4. meshlib/libpybind11nonlimitedapi_meshlib_3.13.so +0 -0
  5. meshlib/libpybind11nonlimitedapi_meshlib_3.8.so +0 -0
  6. meshlib/libpybind11nonlimitedapi_meshlib_3.9.so +0 -0
  7. meshlib/mrcudapy.pyi +33 -22
  8. meshlib/mrcudapy.so +0 -0
  9. meshlib/mrmeshnumpy.so +0 -0
  10. meshlib/mrmeshpy.pyi +15395 -6705
  11. meshlib/mrmeshpy.so +0 -0
  12. meshlib/mrviewerpy.pyi +6 -6
  13. meshlib/mrviewerpy.so +0 -0
  14. {meshlib-3.0.5.213.dist-info → meshlib-3.0.6.229.dist-info}/METADATA +23 -22
  15. {meshlib-3.0.5.213.dist-info → meshlib-3.0.6.229.dist-info}/RECORD +26 -26
  16. {meshlib-3.0.5.213.dist-info → meshlib-3.0.6.229.dist-info}/WHEEL +1 -1
  17. meshlib.libs/libMRCuda-40791052.so +0 -0
  18. meshlib.libs/{libMRIOExtras-24af0399.so → libMRIOExtras-7c80a38a.so} +0 -0
  19. meshlib.libs/{libMRMesh-d200ed90.so → libMRMesh-ababe5a8.so} +0 -0
  20. meshlib.libs/libMRPython-c37a2047.so +0 -0
  21. meshlib.libs/{libMRSymbolMesh-cc7287d3.so → libMRSymbolMesh-01088e7c.so} +0 -0
  22. meshlib.libs/{libMRViewer-cacd6268.so → libMRViewer-dc1eb362.so} +0 -0
  23. meshlib.libs/{libMRVoxels-2667e79e.so → libMRVoxels-8617d062.so} +0 -0
  24. meshlib.libs/libpybind11nonlimitedapi_stubs-901293a2.so +0 -0
  25. meshlib.libs/libMRCuda-f0a9f4cc.so +0 -0
  26. meshlib.libs/libpybind11nonlimitedapi_stubs-415a6253.so +0 -0
  27. {meshlib-3.0.5.213.dist-info → meshlib-3.0.6.229.dist-info}/licenses/LICENSE +0 -0
  28. {meshlib-3.0.5.213.dist-info → meshlib-3.0.6.229.dist-info}/top_level.txt +0 -0
meshlib/mrmeshpy.so CHANGED
Binary file
meshlib/mrviewerpy.pyi CHANGED
@@ -461,11 +461,11 @@ def getSelectedDistanceMaps() -> meshlib.mrmeshpy.std_vector_DistanceMap:
461
461
  """
462
462
  Get copies of all selected voxel grids in the scene.
463
463
  """
464
- def getSelectedMeshEdges() -> meshlib.mrmeshpy.std_vector_TaggedBitSet_UndirectedEdgeTag:
464
+ def getSelectedMeshEdges() -> meshlib.mrmeshpy.std_vector_TypedBitSet_Id_UndirectedEdgeTag:
465
465
  """
466
466
  Get selected edge bitsets of the selected mesh objects.
467
467
  """
468
- def getSelectedMeshFaces() -> meshlib.mrmeshpy.std_vector_TaggedBitSet_FaceTag:
468
+ def getSelectedMeshFaces() -> meshlib.mrmeshpy.std_vector_TypedBitSet_Id_FaceTag:
469
469
  """
470
470
  Get selected face bitsets of the selected mesh objects.
471
471
  """
@@ -475,7 +475,7 @@ def getSelectedMeshes() -> meshlib.mrmeshpy.std_vector_Mesh:
475
475
  """
476
476
  def getSelectedObjects() -> meshlib.mrmeshpy.std_vector_std_shared_ptr_Object:
477
477
  ...
478
- def getSelectedPointCloudPoints() -> meshlib.mrmeshpy.std_vector_TaggedBitSet_VertTag:
478
+ def getSelectedPointCloudPoints() -> meshlib.mrmeshpy.std_vector_TypedBitSet_Id_VertTag:
479
479
  """
480
480
  Get selected point bitsets of the selected point cloud objects.
481
481
  """
@@ -508,15 +508,15 @@ def selectByType(typeName: str) -> None:
508
508
  string typeName: {"Meshes", "Points", "Voxels"}
509
509
  objects in scene tree with given type, unselect others
510
510
  """
511
- def setSelectedMeshEdges(arg0: meshlib.mrmeshpy.std_vector_TaggedBitSet_UndirectedEdgeTag) -> None:
511
+ def setSelectedMeshEdges(arg0: meshlib.mrmeshpy.std_vector_TypedBitSet_Id_UndirectedEdgeTag) -> None:
512
512
  """
513
513
  Set selected edge bitsets of the selected mesh objects.
514
514
  """
515
- def setSelectedMeshFaces(arg0: meshlib.mrmeshpy.std_vector_TaggedBitSet_FaceTag) -> None:
515
+ def setSelectedMeshFaces(arg0: meshlib.mrmeshpy.std_vector_TypedBitSet_Id_FaceTag) -> None:
516
516
  """
517
517
  Set selected face bitsets of the selected mesh objects.
518
518
  """
519
- def setSelectedPointCloudPoints(arg0: meshlib.mrmeshpy.std_vector_TaggedBitSet_VertTag) -> None:
519
+ def setSelectedPointCloudPoints(arg0: meshlib.mrmeshpy.std_vector_TypedBitSet_Id_VertTag) -> None:
520
520
  """
521
521
  Set selected point bitsets of the selected point cloud objects.
522
522
  """
meshlib/mrviewerpy.so CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: meshlib
3
- Version: 3.0.5.213
3
+ Version: 3.0.6.229
4
4
  Summary: 3d processing library
5
5
  Author-email: MeshLib Team <support@meshinspector.com>
6
6
  License: NON-COMMERCIAL & education LICENSE AGREEMENT
@@ -190,33 +190,34 @@ Dynamic: license-file
190
190
  </picture>
191
191
  </p>
192
192
 
193
- # MeshLib: An SDK to Supercharge Your 3D Data Processing Efficiency
194
193
 
195
- The MeshLib SDK is an open-source library that provides advanced algorithms for 3D data processing. It assists developers and engineers in achieving precise results while delivering significant resource savings. Whether you are working on 3D printing, scanning, inspection, automation, robotics, scientific visualization, or medical devices, MeshLib is ideally suited to meet your needs thanks to its potent capabilities and broad applicability.
194
+ # MeshLib: An SDK to Supercharge Your 3D Data Processing Efficiency
196
195
 
197
- ![MeshLib_SDK_Mesh_Processing_Library](https://github.com/user-attachments/assets/3be4bc4e-7657-4ba0-9246-17182c3ea5e6)
196
+ Official Website: [**https://meshlib.io**](https://meshlib.io/)
198
197
 
199
- ## Why Choose MeshLib
198
+ The MeshLib SDK is an open-source library that provides advanced algorithms for 3D data processing. It assists developers and engineers in achieving precise results while delivering significant resource savings. Whether you are working on 3D printing, scanning, inspection, automation, robotics, scientific visualization, or medical devices, our 3D data processing library is ideally suited to meet your needs thanks to its potent capabilities and broad applicability.
199
+ ![MeshLib_SDK_Mesh_Processing_Library](https://github.com/user-attachments/assets/a65dc95f-675d-4fb8-ac17-6857c9a91554)
200
+ ## Why Choose Us
200
201
 
201
- **Fully Open Source.** MeshLib is open to your ideas—help the team review, improve, or extend the library to better suit your project needs. You can also fork the code for your own unique use cases.
202
+ **Fully Open Source.** You can also fork the code for your own unique use cases.
202
203
 
203
- **Multi-Language Support.** Written in C++ with bindings for C, C#, and Python, MeshLib integrates easily into AI pipelines and cross-platform workflows.
204
+ **Multi-Language Support.** Written in C++ with bindings for C, C#, and Python, our library integrates easily into AI pipelines and workflows.
204
205
 
205
- **High Performance.** Internal benchmarks show up to 10x faster execution compared to alternative SDKs—especially in 3D boolean operations. [See performance data](https://meshlib.io/blog/).
206
+ **High Performance.** Internal benchmarks show up to 10x faster execution compared to alternative SDKs especially in mesh boolean operations and simplification. [See performance data](https://meshlib.io/blog/).
206
207
 
207
208
  **GPU-Accelerated Architecture.** Built with speed and scalability in mind, MeshLib supports GPU acceleration and CUDA for high-performance computing.
208
209
 
209
- **Cross-Platform Ready.** MeshLib runs on Windows, macOS, Linux, and WebAssembly, offering flexibility for any development environment.
210
+ **Cross-Platform Ready.** The SDK runs on Windows, macOS, Linux, and WebAssembly, offering flexibility for any development environment.
210
211
 
211
212
  **Developer Support.** Get timely assistance from our responsive support team for integration, usage, or troubleshooting.
212
213
 
213
- **Flexible Integration.** Use MeshLib as a standalone engine with UI components, or integrate selected algorithms into existing applications with minimal dependencies.
214
+ **Flexible Integration.** Use our toolkit as a standalone engine with UI components, or integrate selected algorithms into existing applications with minimal dependencies.
214
215
 
215
- ## Wrapping Up
216
+ ## What We Offer
216
217
 
217
- MeshLib provides a robust foundation for 3D data processing, supporting all essential formats like point clouds, meshes, and volumes continuously generated by modern sensors. Our powerful half-edge data structure ensures manifold compliance for precise, reliable mesh representation. Plus, our repository includes clear code samples to help you get started quickly and explore advanced features with ease.
218
+ We provide a robust foundation for 3D data processing, supporting all essential formats like point clouds, meshes, and volumes continuously generated by modern sensors. Our powerful half-edge data structure ensures manifold compliance for precise, reliable mesh representation. Plus, our repository includes clear code samples to help you get started quickly and explore advanced features with ease.
218
219
 
219
- ## Key Available Algorithms with MeshLib
220
+ ## Key Available Algorithms
220
221
 
221
222
  - **3D Boolean** performs fast, highly optimized mesh- and voxel-based operations.
222
223
  - **Mesh Repair** eliminates self-intersections, fills holes, and removes degeneracies.
@@ -231,18 +232,18 @@ MeshLib provides a robust foundation for 3D data processing, supporting all esse
231
232
  - **Deformation** applies Laplacian, freeform, and relaxation smoothing for fine mesh adjustments.
232
233
  - **Support of Distance Maps and Polylines** allows to generate distance maps and iso-lines and performs projection and intersection.
233
234
 
234
- For detailed information, explore our [MeshLib website section](https://meshlib.io/features/) or refer to the corresponding sections in our [documentation](https://meshlib.io/documentation/index.html).
235
+ For detailed information, explore our [website section](https://meshlib.io/features/) or refer to the corresponding sections in our [documentation](https://meshlib.io/documentation/index.html).
235
236
 
236
- ## How to Get Started with MeshLib
237
+ ## How to Get Started
237
238
 
238
- - **Evaluate MeshLib.** Start by exploring MeshLib for free under our [educational and non-commercial license](https://github.com/MeshInspector/MeshLib?tab=License-1-ov-file#readme). You’ll get access to the [documentation](https://meshlib.io/documentation/index.html), installation guide, example code, and can run scripts locally to see how it fits your workflow.
239
- - **Try MeshInspector.** Put MeshLib to the test using [MeshInspector](https://meshinspector.com/), our GUI built on top of the SDK. It's available as a standalone desktop and web app with a 30-day trial.
239
+ - **Evaluate MeshLib.** Start by exploring our library for free under our [educational and non-commercial license](https://github.com/MeshInspector/MeshLib?tab=License-1-ov-file#readme). You’ll get access to the [documentation](https://meshlib.io/documentation/index.html), installation guide, example code, and can run scripts locally to see how it fits your workflow.
240
+ - **Try software built with the MeshLib SDK.** Put our toolkit to the test using [MeshInspector](https://meshinspector.com/), our GUI built on top of the SDK. It's available as a standalone desktop and web app with a 30-day trial.
240
241
  - [**Request a Demo**](https://meshlib.io/book-a-call/). Get expert-level guidance, ask questions about integration, and receive complete licensing information tailored to your needs.
241
242
  - **Visit our blog.** Explore [articles and tutorials](https://meshlib.io/blog/) covering 3D data processing workflows, occasional comparisons with other tools, and practical insights from the field.
242
243
 
243
244
  ## Installation
244
245
 
245
- For Python, simply install via pip:
246
+ For Python, simply install via pip:
246
247
 
247
248
  ```
248
249
  pip install meshlib
@@ -250,14 +251,14 @@ pip install meshlib
250
251
 
251
252
  If your chose is C++, C or C#, check out our [Installation Guide](https://meshlib.io/documentation/InstallationGuide.html).
252
253
 
253
- Here, you can find [MeshLib's tutorials](https://meshlib.io/documentation/Tutorials.html) and [code samples](https://meshlib.io/documentation/Examples.html) to master our SDK quickly and with ease.
254
+ Here, you can find our [tutorials](https://meshlib.io/documentation/Tutorials.html) and [code samples](https://meshlib.io/documentation/Examples.html) to master our SDK quickly and with ease.
254
255
 
255
256
  ## **License**
256
257
 
257
- Here, you can access our [Non-Commercial Free License](https://github.com/MeshInspector/MeshLib?tab=License-1-ov-file#readme) with a Commercial License Requirement. Also, see extra details on [MeshLib license page](https://meshlib.io/license/).
258
+ Here, you can access our [Non-Commercial Free License](https://github.com/MeshInspector/MeshLib?tab=License-1-ov-file#readme) with a Commercial License Requirement. Also, see extra details on the [license page](https://meshlib.io/license/).
258
259
 
259
260
  ## **Reporting**
260
261
 
261
- Report bugs via our [GitHub Issues Form](https://www.notion.so/Synchronize-messaging-on-the-website-and-on-github-readme-1ba37b78f273802bae15c430c8e14594?pvs=21) for efficient tracking and resolution.
262
+ Report bugs via our [GitHub Issues Form](https://github.com/MeshInspector/MeshLib/issues/) for efficient tracking and resolution.
262
263
 
263
- Join the [GitHub Discussions](https://www.notion.so/Synchronize-messaging-on-the-website-and-on-github-readme-1ba37b78f273802bae15c430c8e14594?pvs=21) to connect with developers, share ideas, and stay updated on MeshLib.
264
+ Join the [GitHub Discussions](https://github.com/MeshInspector/MeshLib?tab=readme-ov-file#:~:text=GitHub%20Discussions%20page) to connect with developers, share ideas, and stay updated on MeshLib.
@@ -3,20 +3,20 @@ meshlib/MRLightTheme.json,sha256=8LiK3fcjFmpZ5K0qhmaH8X2AvtvOrGmBPVx7D15dLmg,659
3
3
  meshlib/NotoSansSC-Regular.otf,sha256=ork-bC2wXWu79vJ9QT7HMmlzW3tnkBnIpaqWcP8P-_I,8482020
4
4
  meshlib/__init__.py,sha256=wvHbg87n5KmBeXJ3KjzqRR20SEdG_hgcpUDW_iNMrXY,457
5
5
  meshlib/fa-solid-900.ttf,sha256=r2OXUD_O-9YTl2whrVweNymMGLvgfQltsDzNOvbgW6g,202744
6
- meshlib/libpybind11nonlimitedapi_meshlib_3.10.so,sha256=TBD8ORLbuhhlyiNJ6Xt7XqTBnYBHjqqEqF_ezNVdgVs,276272
7
- meshlib/libpybind11nonlimitedapi_meshlib_3.11.so,sha256=3ZjZurqTvD7QChqqpZry0oiWlgP3F0QfVWnU3Byicbo,276296
8
- meshlib/libpybind11nonlimitedapi_meshlib_3.12.so,sha256=razFdGZ6dBq7U97_MMre7_9AmekSLz7lyYvinzM58SE,276296
9
- meshlib/libpybind11nonlimitedapi_meshlib_3.13.so,sha256=bhv0xhKTaj8eVrY2e90StCgTZbvcoa6xmlKf5Z8P8NE,276368
10
- meshlib/libpybind11nonlimitedapi_meshlib_3.8.so,sha256=teNfoo_G7yM6REw3ALUqtN6v_yIKffq-UrHCbf253W0,276200
11
- meshlib/libpybind11nonlimitedapi_meshlib_3.9.so,sha256=umVaeLcPNb-PaiAI0z-dDZ9AOPrrlkYKJUFjWP3u5Sw,276336
12
- meshlib/mrcudapy.pyi,sha256=sF5VvpYC7llQJvXNR9AsdJ03nMVO7kziU6im5xA3erI,13091
13
- meshlib/mrcudapy.so,sha256=ErLqctsmQiSM1uxJb3NHU3x5hVgpzQlhVtZRa0O1-sY,750352
6
+ meshlib/libpybind11nonlimitedapi_meshlib_3.10.so,sha256=yb_QfOODoQAb-FPiscB8VWYYxGySsWCc1FbwRL26ZZk,276272
7
+ meshlib/libpybind11nonlimitedapi_meshlib_3.11.so,sha256=VkNKGMqGn89NQrxhm5yO1h8SIC71jVAcZA8bAiaHSxs,276296
8
+ meshlib/libpybind11nonlimitedapi_meshlib_3.12.so,sha256=i6L1e4Bfy9Lfpsg_ea9koO7JUeRkpBQGMXHB7rVP2h0,276296
9
+ meshlib/libpybind11nonlimitedapi_meshlib_3.13.so,sha256=pdjrKeNWbFhFVmBk4sugIsgPuYrSAyKKaPpohxplSog,276368
10
+ meshlib/libpybind11nonlimitedapi_meshlib_3.8.so,sha256=uDEkgjbWM5OtoQIe7uQ1TpgY38gUwoNCsjtwIR34uCM,276200
11
+ meshlib/libpybind11nonlimitedapi_meshlib_3.9.so,sha256=VnBPYE2pbEyD4zIfwiK-HE9muu12IDtQX555xd01pPM,276336
12
+ meshlib/mrcudapy.pyi,sha256=OWlZe4NoZ-JjmZLaJPFJ2mRvOyq8m4KOMgFm38t8fks,13374
13
+ meshlib/mrcudapy.so,sha256=qhov-uj7ggBzRl75wu97vRYwpsIrOnbNx5_zS0H-yBY,817024
14
14
  meshlib/mrmeshnumpy.pyi,sha256=0oVwfUXVdZRlTHT3Z9q244doAdff7djIMoYPjywy5pU,4270
15
- meshlib/mrmeshnumpy.so,sha256=3fLY5d5mahwXUmZLjljZ3DccU6MOBK744t5h0dgZAA8,403496
16
- meshlib/mrmeshpy.pyi,sha256=Hs2Aw6OTQBvmmIMazc4lBpbkUHllgxRKCx09L1z8i08,2841740
17
- meshlib/mrmeshpy.so,sha256=k8j8M92m3a4eCyALFE52zbjJUC3DNw6p167KfyfedI0,42122848
18
- meshlib/mrviewerpy.pyi,sha256=4hcW1f0fHm0LkZrwwOSRAhbYQHpAirWlUe4L-XG7bxY,19408
19
- meshlib/mrviewerpy.so,sha256=SDyD3ELcGApXM4qepUbs_tgiTOlRFFPu31XTj8pvxN0,1424584
15
+ meshlib/mrmeshnumpy.so,sha256=ewH3dak3QwYp9OWRf-tJVVPIHTHb6Koig_uw2GXDK-E,403544
16
+ meshlib/mrmeshpy.pyi,sha256=wxhdlSoV29ottomT073mt5SP6cVix9DLQVbE9VhpfZs,3145216
17
+ meshlib/mrmeshpy.so,sha256=M-OIpG-zO_GIYGGxCfCmzQZ8aFhHuTBaJ0kPvp8pIwY,49294352
18
+ meshlib/mrviewerpy.pyi,sha256=LQeoYEMi1qKh06pe21RPF-z1GyPIrIdSV2so1KvkDLg,19420
19
+ meshlib/mrviewerpy.so,sha256=wlFHwaRXL1TfYboA70KBv7uDutmCx3dHHImQDjctgnY,1425016
20
20
  meshlib/resource/independent_icons/X1/Plane Import.png,sha256=yAMrbUupabC2zd41frnzLLoBozj7LEDbn1akfI67Czc,726
21
21
  meshlib/resource/independent_icons/X1/Plane XY.png,sha256=SiP-3jQaTm7qF9MMedNRvKB58Y3ALtDNU4Dp8TwshN4,718
22
22
  meshlib/resource/independent_icons/X1/Plane XZ.png,sha256=N6CvKc5m-58f6mULFZLo1ahqJ92c5hZEGfm-QmalBC4,629
@@ -68,13 +68,13 @@ meshlib/resource/textures/controller_cube_edges.png,sha256=eDlrOxLpfGVvLTrZjqj6m
68
68
  meshlib/resource/textures/controller_cube_sides.png,sha256=h1QNB_KoEjMJEh3kq18EL2FoKD778PHH4kc6H66NiZQ,34610
69
69
  meshlib.libs/libCharLS-75cd4a89.so.2.0,sha256=czc4XZ5uTSP73FpZPH3_s1tmNjEGVfJzpDrCVueWFxM,266712
70
70
  meshlib.libs/libE57Format-ea142626.so.3.2.0,sha256=0ApOjaotgihIBCK5xkerImi-WRM7Fn0IkOBi6vaHiUc,1098208
71
- meshlib.libs/libMRCuda-f0a9f4cc.so,sha256=vC5XxRO_8OZDtF06c-nqgfVdbxSbzzicVIJ6tWrDjBE,1983920
72
- meshlib.libs/libMRIOExtras-24af0399.so,sha256=j4RRXtHA2xHEl0hDvv2OipV5R6oo28XNPzpbW1tZTIc,1934736
73
- meshlib.libs/libMRMesh-d200ed90.so,sha256=xcy4baGoRJJHgdFLrU302eJGJIOQc-OQcn6zQ9SyMqg,13062936
74
- meshlib.libs/libMRPython-c37a2047.so,sha256=DI8owd55X6Ej92hrrkSGXhmUUBTNfj0tlg-RjJSAgIg,334600
75
- meshlib.libs/libMRSymbolMesh-cc7287d3.so,sha256=SuTpZEGlb58CBvePwzlsnc4n6gmxJDi-KfAhC6wX-v0,341712
76
- meshlib.libs/libMRViewer-cacd6268.so,sha256=091ovGUYYiP4LkpA-0cRbhT4smHN3tuHUGuX9mtHWB8,9588120
77
- meshlib.libs/libMRVoxels-2667e79e.so,sha256=ObhV0uxo8Aos5Qym3E99tyduQfRSwSIumEKnq6bajjw,8700288
71
+ meshlib.libs/libMRCuda-40791052.so,sha256=8L1dYTOfFI-nMPTKEL7wCG8Huq_9zgzVd-onvm1-dkg,1984008
72
+ meshlib.libs/libMRIOExtras-7c80a38a.so,sha256=ubY8InLQ7fIV7NnozcpgVQsLQXCy7n8iT85dkJ6TAu4,1935288
73
+ meshlib.libs/libMRMesh-ababe5a8.so,sha256=xlhtiOI172QiV9m0U2x0f9WY4nMzQguYRhOIxa7-JoQ,12932264
74
+ meshlib.libs/libMRPython-c37a2047.so,sha256=pzwhq6SSnRxahuCa0cxayxEcbrEvi7m6JxEUNmZHCEE,334600
75
+ meshlib.libs/libMRSymbolMesh-01088e7c.so,sha256=HlqMT8DsF5R0Z0UpKujfLF_hhPOo2QwcmNNt_NvfuD0,341528
76
+ meshlib.libs/libMRViewer-dc1eb362.so,sha256=LXEz_NgfvIgBOBXKkoCIzB-6T-JEn-ROzDrPEM8aRwQ,9739448
77
+ meshlib.libs/libMRVoxels-8617d062.so,sha256=Vvy2xRa9UKqJgE4j2YdqDQpnaRSQu0MFocdrPbrBpDA,8704864
78
78
  meshlib.libs/libOpenCTM-bd84ca8b.so,sha256=-0vr3KFP1QkQYLb9EQDE_CSsHVFfCIlsZXHRg4BF_IQ,134432
79
79
  meshlib.libs/libTKBRep-2b5eb62e.so.7.3.0,sha256=nypaKOew2-uhoGfYTiI6jYyFiFbOQUjxDR3kLGLF6-Y,1297640
80
80
  meshlib.libs/libTKG2d-d80e2a96.so.7.3.0,sha256=EycboupuZffIS7OK1q6IgUaB1jQUHzeIrGvAvNrXnN8,585016
@@ -126,7 +126,7 @@ meshlib.libs/liblzma-39295b2a.so.5.2.4,sha256=gR50PLSSA6oAdHjpLfXVe8U0OWoDQJLujS
126
126
  meshlib.libs/libopenjp2-57108286.so.2.3.1,sha256=zjr9ULXshkWn5ej27bvM7AB6Gdtv2VO3GifbLDBArSA,329936
127
127
  meshlib.libs/libopenvdb-ea703af3.so.9.1.0,sha256=ArAZPXgQjh1_ZU3SOOA-AkNNye3IvBBiFLTHu-DM5RE,19079760
128
128
  meshlib.libs/libpng16-14ba485f.so.16.37.0,sha256=6ZCP1x60-4-zLoERsqQjCfZbJhAR5I98wSYkkCxFPz4,270568
129
- meshlib.libs/libpybind11nonlimitedapi_stubs-415a6253.so,sha256=PPZLe8f8GoxUHuDOrYxDnY7N509bBQC-VWhM_lj9FBE,138912
129
+ meshlib.libs/libpybind11nonlimitedapi_stubs-901293a2.so,sha256=RnuRM345Ti7wtSobqF7za5yee0wagf2Q37XoKlP_Pr8,138736
130
130
  meshlib.libs/libsnappy-6ea4e715.so.1.1.8,sha256=tSY2E145XrxGHKzEi-cGFJZuQjRPU6bGsx7gv46Z2EI,69824
131
131
  meshlib.libs/libsocket++-937848fd.so.1.0.2,sha256=D-tQ0H8Pb-dYLGPvoyTXU_g1uxhUJKbbrat7J8Jr6DY,215328
132
132
  meshlib.libs/libspdlog-42d8c22c.so.1.5.0,sha256=bkhryZnSdlURMupylWCelRfN8O7WVHdHTiZRVWAo7tk,785968
@@ -142,8 +142,8 @@ meshlib.libs/libwebp-700338d5.so.6.0.2,sha256=GL5SjLQbQhotNhfBZyypZM6dOTJQS2t4AB
142
142
  meshlib.libs/libxcb-0be8eae2.so.1.1.0,sha256=cKDQKfbr54F1gVo3GZhy_wLp19cmPhd8CnFN4gqmQK8,280144
143
143
  meshlib.libs/libzip-5f10f33e.so.5.0,sha256=46-qidHEShc6R7K8laD7kc6wmzYvoqQ2omWwImbTI8Q,199568
144
144
  meshlib.libs/libzstd-2b6c1b1f.so.1.4.4,sha256=C4jcAMtOg6GY72GZMJr9RuBKNHzfJLYHHhUjg8mK8xY,662376
145
- meshlib-3.0.5.213.dist-info/METADATA,sha256=BB844I8ODpiKspJKXJhBiUClkvglCbHYOIepSTEGdB8,17334
146
- meshlib-3.0.5.213.dist-info/WHEEL,sha256=vdlpJ7ej_OP36HwiNcZ36g6868h9i44Y76ezu6MzEXo,328
147
- meshlib-3.0.5.213.dist-info/top_level.txt,sha256=qxFkGYDQ1Pc6TMlvS0PU9oUjvaFMs97gWbPYzzJxqiM,8
148
- meshlib-3.0.5.213.dist-info/RECORD,,
149
- meshlib-3.0.5.213.dist-info/licenses/LICENSE,sha256=sQZbvhjgrgYxqoOJNpBjj0mcH_hEhSeyj6eM9j1NUP8,7665
145
+ meshlib-3.0.6.229.dist-info/METADATA,sha256=-xGZWoCzA23uHbZaT84aDecAyYcu84l7-yVJSirFVJs,17201
146
+ meshlib-3.0.6.229.dist-info/WHEEL,sha256=LXqmoikK6wv7D_erb71230479_Rf4OXrL05xNJrW3a0,328
147
+ meshlib-3.0.6.229.dist-info/top_level.txt,sha256=qxFkGYDQ1Pc6TMlvS0PU9oUjvaFMs97gWbPYzzJxqiM,8
148
+ meshlib-3.0.6.229.dist-info/RECORD,,
149
+ meshlib-3.0.6.229.dist-info/licenses/LICENSE,sha256=sQZbvhjgrgYxqoOJNpBjj0mcH_hEhSeyj6eM9j1NUP8,7665
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (79.0.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py38-none-manylinux_2_31_aarch64
5
5
  Tag: py39-none-manylinux_2_31_aarch64
Binary file
index 577ea9c..cb86daa 100755
Binary file
index b7b834b..cb65723 100755
Binary file
Binary file
index 189acd5..316a049 100755
Binary file
index 72d352f..4f0a333 100755
Binary file
index 6c739c7..e00a319 100755
Binary file
Binary file