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.
- meshlib/libpybind11nonlimitedapi_meshlib_3.10.so +0 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.11.so +0 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.12.so +0 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.13.so +0 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.8.so +0 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.9.so +0 -0
- meshlib/mrcudapy.pyi +33 -22
- meshlib/mrcudapy.so +0 -0
- meshlib/mrmeshnumpy.so +0 -0
- meshlib/mrmeshpy.pyi +15395 -6705
- meshlib/mrmeshpy.so +0 -0
- meshlib/mrviewerpy.pyi +6 -6
- meshlib/mrviewerpy.so +0 -0
- {meshlib-3.0.5.213.dist-info → meshlib-3.0.6.229.dist-info}/METADATA +23 -22
- {meshlib-3.0.5.213.dist-info → meshlib-3.0.6.229.dist-info}/RECORD +26 -26
- {meshlib-3.0.5.213.dist-info → meshlib-3.0.6.229.dist-info}/WHEEL +1 -1
- meshlib.libs/libMRCuda-40791052.so +0 -0
- meshlib.libs/{libMRIOExtras-24af0399.so → libMRIOExtras-7c80a38a.so} +0 -0
- meshlib.libs/{libMRMesh-d200ed90.so → libMRMesh-ababe5a8.so} +0 -0
- meshlib.libs/libMRPython-c37a2047.so +0 -0
- meshlib.libs/{libMRSymbolMesh-cc7287d3.so → libMRSymbolMesh-01088e7c.so} +0 -0
- meshlib.libs/{libMRViewer-cacd6268.so → libMRViewer-dc1eb362.so} +0 -0
- meshlib.libs/{libMRVoxels-2667e79e.so → libMRVoxels-8617d062.so} +0 -0
- meshlib.libs/libpybind11nonlimitedapi_stubs-901293a2.so +0 -0
- meshlib.libs/libMRCuda-f0a9f4cc.so +0 -0
- meshlib.libs/libpybind11nonlimitedapi_stubs-415a6253.so +0 -0
- {meshlib-3.0.5.213.dist-info → meshlib-3.0.6.229.dist-info}/licenses/LICENSE +0 -0
- {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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
-
|
|
194
|
+
# MeshLib: An SDK to Supercharge Your 3D Data Processing Efficiency
|
|
196
195
|
|
|
197
|
-
|
|
196
|
+
Official Website: [**https://meshlib.io**](https://meshlib.io/)
|
|
198
197
|
|
|
199
|
-
|
|
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
|
+

|
|
200
|
+
## Why Choose Us
|
|
200
201
|
|
|
201
|
-
**Fully Open Source.**
|
|
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,
|
|
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
|
|
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.**
|
|
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
|
|
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
|
-
##
|
|
216
|
+
## What We Offer
|
|
216
217
|
|
|
217
|
-
|
|
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
|
|
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 [
|
|
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
|
|
237
|
+
## How to Get Started
|
|
237
238
|
|
|
238
|
-
- **Evaluate MeshLib.** Start by exploring
|
|
239
|
-
- **Try
|
|
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 [
|
|
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 [
|
|
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://
|
|
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://
|
|
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=
|
|
7
|
-
meshlib/libpybind11nonlimitedapi_meshlib_3.11.so,sha256=
|
|
8
|
-
meshlib/libpybind11nonlimitedapi_meshlib_3.12.so,sha256=
|
|
9
|
-
meshlib/libpybind11nonlimitedapi_meshlib_3.13.so,sha256=
|
|
10
|
-
meshlib/libpybind11nonlimitedapi_meshlib_3.8.so,sha256=
|
|
11
|
-
meshlib/libpybind11nonlimitedapi_meshlib_3.9.so,sha256=
|
|
12
|
-
meshlib/mrcudapy.pyi,sha256=
|
|
13
|
-
meshlib/mrcudapy.so,sha256=
|
|
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=
|
|
16
|
-
meshlib/mrmeshpy.pyi,sha256=
|
|
17
|
-
meshlib/mrmeshpy.so,sha256=
|
|
18
|
-
meshlib/mrviewerpy.pyi,sha256=
|
|
19
|
-
meshlib/mrviewerpy.so,sha256=
|
|
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-
|
|
72
|
-
meshlib.libs/libMRIOExtras-
|
|
73
|
-
meshlib.libs/libMRMesh-
|
|
74
|
-
meshlib.libs/libMRPython-c37a2047.so,sha256=
|
|
75
|
-
meshlib.libs/libMRSymbolMesh-
|
|
76
|
-
meshlib.libs/libMRViewer-
|
|
77
|
-
meshlib.libs/libMRVoxels-
|
|
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-
|
|
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.
|
|
146
|
-
meshlib-3.0.
|
|
147
|
-
meshlib-3.0.
|
|
148
|
-
meshlib-3.0.
|
|
149
|
-
meshlib-3.0.
|
|
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
|
|
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
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|