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

@@ -400,24 +400,6 @@ def package_upgrade_all(
400
400
 
401
401
  ...
402
402
 
403
- def repo_add_from_drop(
404
- override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
405
- execution_context: int | str | None = None,
406
- undo: bool | None = None,
407
- *,
408
- url: str = "",
409
- ):
410
- """Undocumented, consider contributing.
411
-
412
- :type override_context: bpy.types.Context | dict[str, typing.Any] | None
413
- :type execution_context: int | str | None
414
- :type undo: bool | None
415
- :param url: URL
416
- :type url: str
417
- """
418
-
419
- ...
420
-
421
403
  def repo_enable_from_drop(
422
404
  override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
423
405
  execution_context: int | str | None = None,
@@ -351,6 +351,27 @@ def layer_duplicate(
351
351
 
352
352
  ...
353
353
 
354
+ def layer_duplicate_object(
355
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
356
+ execution_context: int | str | None = None,
357
+ undo: bool | None = None,
358
+ *,
359
+ only_active: bool | None = True,
360
+ mode: str | None = "ALL",
361
+ ):
362
+ """Make a copy of the active Grease Pencil layer to selected object
363
+
364
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
365
+ :type execution_context: int | str | None
366
+ :type undo: bool | None
367
+ :param only_active: Only Active, Copy only active Layer, uncheck to append all layers
368
+ :type only_active: bool | None
369
+ :param mode: Mode
370
+ :type mode: str | None
371
+ """
372
+
373
+ ...
374
+
354
375
  def layer_group_add(
355
376
  override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
356
377
  execution_context: int | str | None = None,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240623
3
+ Version: 20240624
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
@@ -208,7 +208,7 @@ bpy/ops/dpaint/__init__.pyi,sha256=p2GNDiQaiN6ti8NDWiHfw_DEBoOegGy9HlMcPF-iWU4,2
208
208
  bpy/ops/ed/__init__.pyi,sha256=uFn4FE7i65AXTZj-spBc7Z_AEpYUMr6iOA6CFj-PCIY,8836
209
209
  bpy/ops/export_anim/__init__.pyi,sha256=dqdhbmF-AnFtIIHU5e9aoiWcVjlHYvK5Ys1G1hOMbCo,2150
210
210
  bpy/ops/export_scene/__init__.pyi,sha256=PpuB77uBIdpUBJCiQr6BiJv5ddq289n6qRPlxXQKskg,37174
211
- bpy/ops/extensions/__init__.pyi,sha256=2MkpVp0X45eSa0-t6-PqV9-Xtn3t-Cd37Q2z5W0OhHY,17899
211
+ bpy/ops/extensions/__init__.pyi,sha256=_CuHko4VvLIiZk3dCnCu3XE7q4DvvLLnKwFRfv-icpA,17436
212
212
  bpy/ops/file/__init__.pyi,sha256=2DNu_Qn5lcL73TWsZ-D1ki8WRRUC_eC-WPAwaV8YY5U,24731
213
213
  bpy/ops/fluid/__init__.pyi,sha256=HdnyYnIfdGBLAt4jwfrrYzclX3acnVy-WqjOWjXNjrI,5710
214
214
  bpy/ops/font/__init__.pyi,sha256=4YuXh-727IWOADXPEqwd1TY9fGPufDl4GHP3pBFX5Mo,17516
@@ -216,7 +216,7 @@ bpy/ops/geometry/__init__.pyi,sha256=TpPKIMdWhQ7NUtKUQE-OTMq8J8AQErxO-Wxpuj3h6UA
216
216
  bpy/ops/gizmogroup/__init__.pyi,sha256=fnAUG8GcriyWYEMoNhc8oKO8QJibejBcvhRyfKEZdqs,1681
217
217
  bpy/ops/gpencil/__init__.pyi,sha256=PiXHCq8DZFTaaycFsiCklyjsEo_hXFc8lhy6_rAZpHI,107036
218
218
  bpy/ops/graph/__init__.pyi,sha256=VHkIPGhf4ZgzwqDBzioCt9_SRCbWMjBTGQehl6QQdRI,49288
219
- bpy/ops/grease_pencil/__init__.pyi,sha256=3awp_jifb7H0y-OCsh47KneJG6AxoCgNfIYccpbT7_Q,44114
219
+ bpy/ops/grease_pencil/__init__.pyi,sha256=uJOY8b3xUM7828M0d9LAPR4X9GmSU8m4oFmdkVMp5Vo,44792
220
220
  bpy/ops/image/__init__.pyi,sha256=7jbaJWZkqWsgT01UBiAitkt3jWks3dZT0-9iCT6ECyc,58813
221
221
  bpy/ops/import_anim/__init__.pyi,sha256=MM5DninAYOhlSiNLbjTLs9oiFil6EXPwWaxl8d7iCxs,2897
222
222
  bpy/ops/import_curve/__init__.pyi,sha256=PTBm4qMGq22n_p2Eh4KXKaK0qZzASKxRjYALBrMfzkY,728
@@ -351,7 +351,7 @@ rna_xml/__init__.pyi,sha256=0qo0Lc6fTAAUSnHNIy0caLHVgK6-hk1havURr61jizM,601
351
351
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
352
352
  sys_info/__init__.pyi,sha256=9MR_HOycufd8IKZQf-QDqUqE8Aj1D8n_Pfvi9wEKtvo,164
353
353
  sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
354
- fake_bpy_module-20240623.dist-info/METADATA,sha256=bGYAFAB5oVkNADszF-gMzvUlX-IzPMyg4Drp12hxVLE,7194
355
- fake_bpy_module-20240623.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
356
- fake_bpy_module-20240623.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
357
- fake_bpy_module-20240623.dist-info/RECORD,,
354
+ fake_bpy_module-20240624.dist-info/METADATA,sha256=dsFE7UB6DRDekAMBoUa-TbH7TeKGfDobs56PUSYchPM,7194
355
+ fake_bpy_module-20240624.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
356
+ fake_bpy_module-20240624.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
357
+ fake_bpy_module-20240624.dist-info/RECORD,,