fake-bpy-module 20241118__py3-none-any.whl → 20241120__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/ops/wm/__init__.pyi CHANGED
@@ -5105,6 +5105,7 @@ def usd_export(
5105
5105
  ]
5106
5106
  | None = "KEEP",
5107
5107
  usdz_downscale_custom_size: int | None = 128,
5108
+ merge_parent_xform: bool | None = False,
5108
5109
  ):
5109
5110
  """Export current scene in a USD archive
5110
5111
 
@@ -5345,6 +5346,8 @@ def usd_export(
5345
5346
  :type usdz_downscale_size: typing.Literal['KEEP','256','512','1024','2048','4096','CUSTOM'] | None
5346
5347
  :param usdz_downscale_custom_size: USDZ Custom Downscale Size, Custom size for downscaling exported textures
5347
5348
  :type usdz_downscale_custom_size: int | None
5349
+ :param merge_parent_xform: Merge parent Xform, Merge USD primitives with their Xform parent if possible: USD does not allow nested UsdGeomGprim. Intermediary Xform will be defined to keep the USD file valid.
5350
+ :type merge_parent_xform: bool | None
5348
5351
  """
5349
5352
 
5350
5353
  def usd_import(
bpy/types/__init__.pyi CHANGED
@@ -81009,6 +81009,8 @@ Notice __init__()
81009
81009
  are declared.
81010
81010
  For other operator types they are not useful but for modal operators they will
81011
81011
  be called before the Operator.invoke and after the operator finishes.
81012
+ Also see the
81013
+ class construction and destruction section <info_overview_class_construction_destruction>
81012
81014
 
81013
81015
  ```../examples/bpy.types.Operator.6.py```
81014
81016
 
bpy/typing/__init__.pyi CHANGED
@@ -2919,7 +2919,6 @@ type TransformModeTypeItems = typing.Literal[
2919
2919
  "BONE_ENVELOPE_DIST", # Bone Envelope Distance.
2920
2920
  "CURVE_SHRINKFATTEN", # Curve Shrink/Fatten.
2921
2921
  "MASK_SHRINKFATTEN", # Mask Shrink/Fatten.
2922
- "GPENCIL_SHRINKFATTEN", # Grease Pencil Shrink/Fatten.
2923
2922
  "BONE_ROLL", # Bone Roll.
2924
2923
  "TIME_TRANSLATE", # Time Translate.
2925
2924
  "TIME_SLIDE", # Time Slide.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20241118
3
+ Version: 20241120
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
@@ -270,13 +270,13 @@ bpy/ops/uilist/__init__.pyi,sha256=L4xQFB8gZEK8eR2tymJBIVwALoVQLh9gwGkIjDzORyI,2
270
270
  bpy/ops/uv/__init__.pyi,sha256=ociGOFaeH4aChcVFMtC167ZWtM4roFQveDgKiqbAK3c,52706
271
271
  bpy/ops/view2d/__init__.pyi,sha256=UWYslz64I_HIULKVyiYd9bVK38ypxss_9EZySgQkyuI,9137
272
272
  bpy/ops/view3d/__init__.pyi,sha256=2lr2OOlmYao1DxhG3UugV_WXB8IViYGBL5WXvxHUXOE,41228
273
- bpy/ops/wm/__init__.pyi,sha256=4_b4aN4AHyWvJmKpy0iaCzxrOFGx7m675twb22q6l28,231108
273
+ bpy/ops/wm/__init__.pyi,sha256=e0xoKjfY5DXDKcPUqZB3wuIOgaLLBboUZpfpdxJPA_M,231415
274
274
  bpy/ops/workspace/__init__.pyi,sha256=4qG0-HkVfaGfdBe9QvBCKUox03nb1ZfeV1fz-0b3KJY,3133
275
275
  bpy/ops/world/__init__.pyi,sha256=ytaDhwJ-K4SbWylChL1za6lvMNM2-RX1S0BR7892Afg,946
276
276
  bpy/path/__init__.pyi,sha256=b_M-IUy-VEWMDZJH0bP9P-HHcLLcQo59S1dARRQrP9E,5064
277
277
  bpy/props/__init__.pyi,sha256=TfulJGBHgbMIc1aadTzLWiL6Q2NQdeO9Q4_ePasNesU,30717
278
- bpy/types/__init__.pyi,sha256=14e3eENFYTNjfc-LFvsAzlhnL7s1GoPn8gbdTk2K300,5363164
279
- bpy/typing/__init__.pyi,sha256=gsUFQbZl7Gutj4Syr6Pqk3uZfsSsTa-vqvr2Mvq3AeY,138837
278
+ bpy/types/__init__.pyi,sha256=opIdXJosLau8NdHmgxfwMWHLmv4Y5UuN9u71hPspjC0,5363267
279
+ bpy/typing/__init__.pyi,sha256=iEHlPB_5tIFNKgWrrDB4dKNy3RP6qZS4ZR1rWptsS7E,138777
280
280
  bpy/utils/__init__.pyi,sha256=XXoE6J8aW13NQ-2FvnFORXyNVUFfO8hSno-xfgJ6ZNI,13078
281
281
  bpy/utils/previews/__init__.pyi,sha256=XEThA7jxMWet1sPTJ3mmngM6LdAdKiIVSZOKbCsbvzw,2217
282
282
  bpy/utils/units/__init__.pyi,sha256=-NsCsGdfcIsC2lnZwzUrQFe1CXdnSjA80MCWSSxwbbk,2578
@@ -358,7 +358,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
358
358
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
359
359
  rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
360
360
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
361
- fake_bpy_module-20241118.dist-info/METADATA,sha256=ryVQFjf6PsVD2HHTzu84U7w43qF4A2AXCQ_njMdCpxc,7289
362
- fake_bpy_module-20241118.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
363
- fake_bpy_module-20241118.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
364
- fake_bpy_module-20241118.dist-info/RECORD,,
361
+ fake_bpy_module-20241120.dist-info/METADATA,sha256=mqhtIVlKbZsuh3Sh9RKeEDdXk_0ak9x7bRBMSHJjRyM,7289
362
+ fake_bpy_module-20241120.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
363
+ fake_bpy_module-20241120.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
364
+ fake_bpy_module-20241120.dist-info/RECORD,,