meshlib 3.0.6.229__py39.py310.py311.py312.py313-none-macosx_13_0_x86_64.whl → 3.0.7.226__py39.py310.py311.py312.py313-none-macosx_13_0_x86_64.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 (43) hide show
  1. meshlib/.dylibs/libMRIOExtras.dylib +0 -0
  2. meshlib/.dylibs/libMRMesh.dylib +0 -0
  3. meshlib/.dylibs/libMRSymbolMesh.dylib +0 -0
  4. meshlib/.dylibs/libMRViewer.dylib +0 -0
  5. meshlib/.dylibs/libMRVoxels.dylib +0 -0
  6. meshlib/.dylibs/libTKBO.7.9.1.dylib +0 -0
  7. meshlib/.dylibs/libTKGeomBase.7.9.1.dylib +0 -0
  8. meshlib/.dylibs/libTKMath.7.9.1.dylib +0 -0
  9. meshlib/.dylibs/libTKTopAlgo.7.9.1.dylib +0 -0
  10. meshlib/.dylibs/libTKV3d.7.9.1.dylib +0 -0
  11. meshlib/.dylibs/libTKernel.7.9.1.dylib +0 -0
  12. meshlib/.dylibs/libcrypto.3.dylib +0 -0
  13. meshlib/.dylibs/{libopenvdb.12.0.1.dylib → libopenvdb.12.1.0.dylib} +0 -0
  14. meshlib/.dylibs/libpng16.16.dylib +0 -0
  15. meshlib/.dylibs/libssl.3.dylib +0 -0
  16. meshlib/.dylibs/{libtbb.12.15.dylib → libtbb.12.16.dylib} +0 -0
  17. meshlib/.dylibs/{libtbbmalloc.2.15.dylib → libtbbmalloc.2.16.dylib} +0 -0
  18. meshlib/MRDarkTheme.json +6 -2
  19. meshlib/MRLightTheme.json +6 -0
  20. meshlib/libpybind11nonlimitedapi_meshlib_3.10.dylib +0 -0
  21. meshlib/libpybind11nonlimitedapi_meshlib_3.11.dylib +0 -0
  22. meshlib/libpybind11nonlimitedapi_meshlib_3.12.dylib +0 -0
  23. meshlib/libpybind11nonlimitedapi_meshlib_3.13.dylib +0 -0
  24. meshlib/libpybind11nonlimitedapi_meshlib_3.9.dylib +0 -0
  25. meshlib/mrcudapy.pyi +9 -0
  26. meshlib/mrcudapy.so +0 -0
  27. meshlib/mrmeshnumpy.pyi +10 -6
  28. meshlib/mrmeshnumpy.so +0 -0
  29. meshlib/mrmeshpy.pyi +5887 -4288
  30. meshlib/mrmeshpy.so +0 -0
  31. meshlib/mrviewerpy.pyi +6 -2
  32. meshlib/mrviewerpy.so +0 -0
  33. meshlib/resource/independent_icons/X1/mouse left.png +0 -0
  34. meshlib/resource/independent_icons/X1/mouse right.png +0 -0
  35. meshlib/resource/independent_icons/X1/mouse scroll.png +0 -0
  36. meshlib/resource/independent_icons/X3/mouse left.png +0 -0
  37. meshlib/resource/independent_icons/X3/mouse right.png +0 -0
  38. meshlib/resource/independent_icons/X3/mouse scroll.png +0 -0
  39. {meshlib-3.0.6.229.dist-info → meshlib-3.0.7.226.dist-info}/METADATA +1 -1
  40. {meshlib-3.0.6.229.dist-info → meshlib-3.0.7.226.dist-info}/RECORD +43 -35
  41. {meshlib-3.0.6.229.dist-info → meshlib-3.0.7.226.dist-info}/WHEEL +0 -0
  42. {meshlib-3.0.6.229.dist-info → meshlib-3.0.7.226.dist-info}/licenses/LICENSE +0 -0
  43. {meshlib-3.0.6.229.dist-info → meshlib-3.0.7.226.dist-info}/top_level.txt +0 -0
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
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
@@ -211,6 +211,12 @@
211
211
  "g": 255,
212
212
  "r": 255
213
213
  },
214
+ "TopPanelSearchBackground": {
215
+ "a": 255,
216
+ "b": 244,
217
+ "g": 237,
218
+ "r": 236
219
+ },
214
220
  "QuickAccessBackground": {
215
221
  "a": 255,
216
222
  "b": 255,
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', 'getNumpyCurvatureGradient', 'getNumpyFaces', 'getNumpyVerts', 'meshFromFacesVerts', 'meshFromUVPoints', 'pointCloudFromPoints', 'polyline2FromPoints', 'simpleVolumeFrom3Darray', 'toNumpyArray', 'undirectedEdgeBitSetFromBools', 'vertBitSetFromBools']
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 valid vertex of given mesh
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