fake-bpy-module 20241114__py3-none-any.whl → 20241115__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.

@@ -952,7 +952,7 @@ def move_to_layer(
952
952
  execution_context: int | str | None = None,
953
953
  undo: bool | None = None,
954
954
  *,
955
- target_layer_name: str = "Layer",
955
+ target_layer_name: str = "",
956
956
  add_new_layer: bool | None = False,
957
957
  ):
958
958
  """Move selected strokes to another layer
bpy/ops/wm/__init__.pyi CHANGED
@@ -5419,6 +5419,7 @@ def usd_import(
5419
5419
  validate_meshes: bool | None = False,
5420
5420
  create_world_material: bool | None = True,
5421
5421
  import_defined_only: bool | None = True,
5422
+ merge_parent_xform: bool | None = True,
5422
5423
  ):
5423
5424
  """Import USD stage into current scene
5424
5425
 
@@ -5595,6 +5596,8 @@ def usd_import(
5595
5596
  :type create_world_material: bool | None
5596
5597
  :param import_defined_only: Defined Primitives Only, Import only defined USD primitives. When disabled this allows importing USD primitives which are not defined, such as those with an override specifier
5597
5598
  :type import_defined_only: bool | None
5599
+ :param merge_parent_xform: Merge parent Xform, Allow USD primitives to merge with their Xform parent if they are the only child in the hierarchy
5600
+ :type merge_parent_xform: bool | None
5598
5601
  """
5599
5602
 
5600
5603
  def window_close(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20241114
3
+ Version: 20241115
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
@@ -226,7 +226,7 @@ bpy/ops/geometry/__init__.pyi,sha256=Ix8MGXa5gZBQT3aWGmDfrKPx-MTtmloRflfwiHicuTU
226
226
  bpy/ops/gizmogroup/__init__.pyi,sha256=OFN5NNvr_HFc_L7pvjSWKY_D8nF2_Ue8z6nGjB-_xac,1595
227
227
  bpy/ops/gpencil/__init__.pyi,sha256=xef0m8m4jVKzqncUi9CezsXgqES8iAYJzcEKtDfTXTY,6112
228
228
  bpy/ops/graph/__init__.pyi,sha256=My3PsXepSrn3TGQ7ePFoYML5sjzTp8LRqsPqqng7iak,51523
229
- bpy/ops/grease_pencil/__init__.pyi,sha256=NG1Y5CtzffemN3i9cuEnZ3drH9cRuw3BkZ40D2YKes8,75451
229
+ bpy/ops/grease_pencil/__init__.pyi,sha256=8WHt2hHwMNSd5Oc_jOMX4t7b-e7nR-TjB5nB5nmFcQs,75446
230
230
  bpy/ops/image/__init__.pyi,sha256=SUn2SBcvRXEHMizauJfTVFY8KBvXV_7M2meGZDxEDu8,59838
231
231
  bpy/ops/import_anim/__init__.pyi,sha256=7BExOyxBpXdbfQQN_foBI0FIfqHte9U1nfWEvNKYH0Y,3216
232
232
  bpy/ops/import_curve/__init__.pyi,sha256=U3eiL0CsWblWZe8O58JOxSXhr2sgHRHKwVzozIMsck4,651
@@ -270,7 +270,7 @@ 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=EW3yAasqPJTycypXsoger-oi7pHORhP0nedTfPlkhnQ,230865
273
+ bpy/ops/wm/__init__.pyi,sha256=4_b4aN4AHyWvJmKpy0iaCzxrOFGx7m675twb22q6l28,231108
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
@@ -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-20241114.dist-info/METADATA,sha256=1tO2bER_L4lRVl2GqXVFOQTjY2xKkXJ5DEd1wUfhUoY,7289
362
- fake_bpy_module-20241114.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
363
- fake_bpy_module-20241114.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
364
- fake_bpy_module-20241114.dist-info/RECORD,,
361
+ fake_bpy_module-20241115.dist-info/METADATA,sha256=E5ZNKqxy_sSv4Emen8yZppOJupDvmgm9a3o-jyk5ZLU,7289
362
+ fake_bpy_module-20241115.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
363
+ fake_bpy_module-20241115.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
364
+ fake_bpy_module-20241115.dist-info/RECORD,,