meshlib 3.0.6.229__py38.py39.py310.py311.py312.py313-none-macosx_12_0_arm64.whl → 3.0.7.226__py38.py39.py310.py311.py312.py313-none-macosx_12_0_arm64.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/.dylibs/libMRIOExtras.dylib +0 -0
- meshlib/.dylibs/libMRMesh.dylib +0 -0
- meshlib/.dylibs/libMRSymbolMesh.dylib +0 -0
- meshlib/.dylibs/libMRViewer.dylib +0 -0
- meshlib/.dylibs/libMRVoxels.dylib +0 -0
- meshlib/.dylibs/libTKBO.7.9.1.dylib +0 -0
- meshlib/.dylibs/libTKGeomBase.7.9.1.dylib +0 -0
- meshlib/.dylibs/libTKMath.7.9.1.dylib +0 -0
- meshlib/.dylibs/libTKTopAlgo.7.9.1.dylib +0 -0
- meshlib/.dylibs/libTKV3d.7.9.1.dylib +0 -0
- meshlib/.dylibs/libTKernel.7.9.1.dylib +0 -0
- meshlib/.dylibs/libcrypto.3.dylib +0 -0
- meshlib/.dylibs/{libopenvdb.12.0.1.dylib → libopenvdb.12.1.0.dylib} +0 -0
- meshlib/.dylibs/libpng16.16.dylib +0 -0
- meshlib/.dylibs/libssl.3.dylib +0 -0
- meshlib/.dylibs/{libtbb.12.15.dylib → libtbb.12.16.dylib} +0 -0
- meshlib/.dylibs/{libtbbmalloc.2.15.dylib → libtbbmalloc.2.16.dylib} +0 -0
- meshlib/MRDarkTheme.json +6 -2
- meshlib/MRLightTheme.json +6 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.10.dylib +0 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.11.dylib +0 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.12.dylib +0 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.13.dylib +0 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.8.dylib +0 -0
- meshlib/libpybind11nonlimitedapi_meshlib_3.9.dylib +0 -0
- meshlib/mrcudapy.pyi +9 -0
- meshlib/mrcudapy.so +0 -0
- meshlib/mrmeshnumpy.pyi +10 -6
- meshlib/mrmeshnumpy.so +0 -0
- meshlib/mrmeshpy.pyi +5869 -4270
- meshlib/mrmeshpy.so +0 -0
- meshlib/mrviewerpy.pyi +6 -2
- meshlib/mrviewerpy.so +0 -0
- meshlib/resource/independent_icons/X1/mouse left.png +0 -0
- meshlib/resource/independent_icons/X1/mouse right.png +0 -0
- meshlib/resource/independent_icons/X1/mouse scroll.png +0 -0
- meshlib/resource/independent_icons/X3/mouse left.png +0 -0
- meshlib/resource/independent_icons/X3/mouse right.png +0 -0
- meshlib/resource/independent_icons/X3/mouse scroll.png +0 -0
- {meshlib-3.0.6.229.dist-info → meshlib-3.0.7.226.dist-info}/METADATA +1 -1
- {meshlib-3.0.6.229.dist-info → meshlib-3.0.7.226.dist-info}/RECORD +44 -36
- {meshlib-3.0.6.229.dist-info → meshlib-3.0.7.226.dist-info}/WHEEL +0 -0
- {meshlib-3.0.6.229.dist-info → meshlib-3.0.7.226.dist-info}/licenses/LICENSE +0 -0
- {meshlib-3.0.6.229.dist-info → meshlib-3.0.7.226.dist-info}/top_level.txt +0 -0
|
Binary file
|
meshlib/.dylibs/libMRMesh.dylib
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
meshlib/.dylibs/libssl.3.dylib
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
meshlib/MRDarkTheme.json
CHANGED
|
@@ -211,6 +211,12 @@
|
|
|
211
211
|
"g": 31,
|
|
212
212
|
"r": 28
|
|
213
213
|
},
|
|
214
|
+
"TopPanelSearchBackground": {
|
|
215
|
+
"a": 255,
|
|
216
|
+
"b": 58,
|
|
217
|
+
"g": 52,
|
|
218
|
+
"r": 48
|
|
219
|
+
},
|
|
214
220
|
"QuickAccessBackground": {
|
|
215
221
|
"a": 255,
|
|
216
222
|
"b": 58,
|
|
@@ -265,14 +271,12 @@
|
|
|
265
271
|
"g": 77,
|
|
266
272
|
"r": 0
|
|
267
273
|
},
|
|
268
|
-
|
|
269
274
|
"TextContrastBackground": {
|
|
270
275
|
"a": 0,
|
|
271
276
|
"b": 0,
|
|
272
277
|
"g": 0,
|
|
273
278
|
"r": 0
|
|
274
279
|
},
|
|
275
|
-
|
|
276
280
|
"GradBtnStart": {
|
|
277
281
|
"a": 255,
|
|
278
282
|
"b": 255,
|
meshlib/MRLightTheme.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
meshlib/mrcudapy.pyi
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
import meshlib.mrmeshpy
|
|
3
|
+
from meshlib.mrmeshpy import int_output
|
|
4
|
+
__all__: list[str] = ['int_output', 'isCudaAvailable']
|
|
5
|
+
def isCudaAvailable(driverVersion: meshlib.mrmeshpy.int_output = None, runtimeVersion: meshlib.mrmeshpy.int_output = None, computeMajor: meshlib.mrmeshpy.int_output = None, computeMinor: meshlib.mrmeshpy.int_output = None) -> bool:
|
|
6
|
+
"""
|
|
7
|
+
Returns true if Cuda is present on this GPU.
|
|
8
|
+
Since Cuda is not supported on this platform, this function always returns false.
|
|
9
|
+
"""
|
meshlib/mrcudapy.so
ADDED
|
Binary file
|
meshlib/mrmeshnumpy.pyi
CHANGED
|
@@ -3,7 +3,7 @@ import meshlib.mrmeshpy
|
|
|
3
3
|
import numpy
|
|
4
4
|
import typing
|
|
5
5
|
import typing_extensions
|
|
6
|
-
__all__ = ['edgeBitSetFromBools', 'faceBitSetFromBools', 'fromNumpyArray', 'getNumpy3Darray', 'getNumpyBitSet', 'getNumpyCurvature', '
|
|
6
|
+
__all__: list[str] = ['edgeBitSetFromBools', 'faceBitSetFromBools', 'fromNumpyArray', 'getNumpy3Darray', 'getNumpyBitSet', 'getNumpyCurvature', 'getNumpyFaces', 'getNumpyGaussianCurvature', 'getNumpyMeanCurvature', 'getNumpyVerts', 'meshFromFacesVerts', 'meshFromUVPoints', 'pointCloudFromPoints', 'polyline2FromPoints', 'simpleVolumeFrom3Darray', 'toNumpyArray', 'undirectedEdgeBitSetFromBools', 'vertBitSetFromBools']
|
|
7
7
|
def edgeBitSetFromBools(boolArray: typing_extensions.Buffer) -> meshlib.mrmeshpy.EdgeBitSet:
|
|
8
8
|
"""
|
|
9
9
|
returns EdgeBitSet from numpy array with bools
|
|
@@ -26,16 +26,20 @@ def getNumpyBitSet(bitset: meshlib.mrmeshpy.BitSet) -> numpy.ndarray[bool]:
|
|
|
26
26
|
"""
|
|
27
27
|
def getNumpyCurvature(mesh: meshlib.mrmeshpy.Mesh) -> numpy.ndarray[numpy.float64]:
|
|
28
28
|
"""
|
|
29
|
-
retunrs numpy array with curvature for each
|
|
30
|
-
"""
|
|
31
|
-
def getNumpyCurvatureGradient(mesh: meshlib.mrmeshpy.Mesh) -> numpy.ndarray[numpy.float64]:
|
|
32
|
-
"""
|
|
33
|
-
returns numpy array shapes [num verts,3] which represents gradient of mean curvature of mesh valid points
|
|
29
|
+
retunrs numpy array with discrete mean curvature for each vertex of a mesh
|
|
34
30
|
"""
|
|
35
31
|
def getNumpyFaces(topology: meshlib.mrmeshpy.MeshTopology) -> numpy.ndarray[numpy.int32]:
|
|
36
32
|
"""
|
|
37
33
|
returns numpy array shapes [num faces,3] which represents vertices of mesh valid faces
|
|
38
34
|
"""
|
|
35
|
+
def getNumpyGaussianCurvature(mesh: meshlib.mrmeshpy.Mesh) -> numpy.ndarray[numpy.float64]:
|
|
36
|
+
"""
|
|
37
|
+
retunrs numpy array with discrete Gaussian curvature for each vertex of a mesh
|
|
38
|
+
"""
|
|
39
|
+
def getNumpyMeanCurvature(mesh: meshlib.mrmeshpy.Mesh) -> numpy.ndarray[numpy.float64]:
|
|
40
|
+
"""
|
|
41
|
+
retunrs numpy array with discrete mean curvature for each vertex of a mesh
|
|
42
|
+
"""
|
|
39
43
|
def getNumpyVerts(mesh: meshlib.mrmeshpy.Mesh) -> numpy.ndarray[numpy.float64]:
|
|
40
44
|
"""
|
|
41
45
|
returns numpy array shapes [num verts,3] which represents coordinates of all mesh points (including invalid ones)
|
meshlib/mrmeshnumpy.so
CHANGED
|
Binary file
|