fake-bpy-module 20240728__py3-none-any.whl → 20240729__py3-none-any.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 fake-bpy-module might be problematic. Click here for more details.

bpy/types/__init__.pyi CHANGED
@@ -225030,6 +225030,13 @@ class TransformSequence(EffectSequence, Sequence, bpy_struct):
225030
225030
  class TriangulateModifier(Modifier, bpy_struct):
225031
225031
  """Triangulate Mesh"""
225032
225032
 
225033
+ keep_custom_normals: bool
225034
+ """ Try to preserve custom normals.
225035
+ Warning: Depending on chosen triangulation method, shading may not be fully preserved, "Fixed" method usually gives the best result here
225036
+
225037
+ :type: bool
225038
+ """
225039
+
225033
225040
  min_vertices: int
225034
225041
  """ Triangulate only polygons with vertex count greater than or equal to this number
225035
225042
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240728
3
+ Version: 20240729
4
4
  Summary: Collection of the fake Blender Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com
@@ -271,7 +271,7 @@ bpy/ops/workspace/__init__.pyi,sha256=OSELKT_HUs2W6cOk2wOigZgkbieGezMVWTi45f4x-I
271
271
  bpy/ops/world/__init__.pyi,sha256=_z3cX9CYV0nTmSiSQcC82nRiXYriWMcHomfxmSl2GxM,1057
272
272
  bpy/path/__init__.pyi,sha256=eHZZMKEe97JZsx7p5YzG8YtEJ6X7T2gVtMUO8oRFevU,5924
273
273
  bpy/props/__init__.pyi,sha256=Ve1JEXbDvR1jPFE21dZEQQaBz15sdZ0IG-N3CVxtV40,29575
274
- bpy/types/__init__.pyi,sha256=N8UyEtV6B8Q2qKQ_zLBl6b8KGAx8bFUnqKIwAdNjSmk,5256778
274
+ bpy/types/__init__.pyi,sha256=xYY-5VTgAAdwd_ZB6sgRNa7gFQ0Jy5QUpz5wXY4iJmI,5257011
275
275
  bpy/utils/__init__.pyi,sha256=rG2EBRXMb8Mzr99UoscRuEqtAQHYqRMob8vYyaRF6-g,13752
276
276
  bpy/utils/previews/__init__.pyi,sha256=0mvcirUV7D4ByWzEUIBVEEJ1VTFhBjBcstllI7L6MRc,2439
277
277
  bpy/utils/units/__init__.pyi,sha256=2OtqF54xi6peGyNeSGkuaLpytf2EESF753zqooe8bwc,2719
@@ -355,7 +355,7 @@ rna_xml/__init__.pyi,sha256=aUk0kaxu1bMT5z1b2S_CnI0r-p7119GGYDjeV65sx6w,670
355
355
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
356
356
  sys_info/__init__.pyi,sha256=-GCmGVtiditgEnxiqi7hwH2wbEMmrtUNGvMEbxVezU4,189
357
357
  sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
358
- fake_bpy_module-20240728.dist-info/METADATA,sha256=WarTc4L-IKnCKzwbcVggRwypterxLZdhgCBOaDNBi3I,7188
359
- fake_bpy_module-20240728.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
360
- fake_bpy_module-20240728.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
361
- fake_bpy_module-20240728.dist-info/RECORD,,
358
+ fake_bpy_module-20240729.dist-info/METADATA,sha256=92PmucKkEWXM42oo3XFOWL7JDsvUsRSsogDMC9Wa8v4,7188
359
+ fake_bpy_module-20240729.dist-info/WHEEL,sha256=Rp8gFpivVLXx-k3U95ozHnQw8yDcPxmhOpn_Gx8d5nc,91
360
+ fake_bpy_module-20240729.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
361
+ fake_bpy_module-20240729.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.1.0)
2
+ Generator: setuptools (72.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5