fake-bpy-module 20240207__py3-none-any.whl → 20240209__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.
Files changed (43) hide show
  1. bl_console_utils/autocomplete/__init__.pyi +1 -1
  2. bl_i18n_utils/__init__.pyi +3 -3
  3. bl_keymap_utils/__init__.pyi +2 -2
  4. bl_operators/__init__.pyi +20 -20
  5. bl_operators/presets/__init__.pyi +37 -0
  6. bl_ui/__init__.pyi +62 -62
  7. bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
  8. bl_ui/node_add_menu_geometry/__init__.pyi +49 -0
  9. bl_ui/properties_data_grease_pencil/__init__.pyi +93 -0
  10. bl_ui/properties_view_layer/__init__.pyi +41 -0
  11. bl_ui/space_clip/__init__.pyi +2 -1
  12. bl_ui/space_nla/__init__.pyi +1 -0
  13. bl_ui/space_view3d/__init__.pyi +2 -1
  14. bmesh/__init__.pyi +1 -1
  15. bpy/__init__.pyi +2 -2
  16. bpy/app/__init__.pyi +4 -4
  17. bpy/ops/__init__.pyi +63 -63
  18. bpy/ops/camera/__init__.pyi +2 -2
  19. bpy/ops/clip/__init__.pyi +3 -3
  20. bpy/ops/cloth/__init__.pyi +1 -1
  21. bpy/ops/fluid/__init__.pyi +1 -1
  22. bpy/ops/grease_pencil/__init__.pyi +20 -0
  23. bpy/ops/mesh/__init__.pyi +23 -0
  24. bpy/ops/node/__init__.pyi +1 -1
  25. bpy/ops/object/__init__.pyi +67 -1
  26. bpy/ops/particle/__init__.pyi +1 -1
  27. bpy/ops/preferences/__init__.pyi +60 -28
  28. bpy/ops/render/__init__.pyi +6 -6
  29. bpy/ops/scene/__init__.pyi +2 -2
  30. bpy/ops/script/__init__.pyi +1 -1
  31. bpy/ops/text_editor/__init__.pyi +1 -1
  32. bpy/ops/wm/__init__.pyi +29 -4
  33. bpy/types/__init__.pyi +808 -429
  34. bpy/utils/__init__.pyi +1 -1
  35. bpy_extras/__init__.pyi +7 -7
  36. bpy_extras/anim_utils/__init__.pyi +2 -2
  37. {fake_bpy_module-20240207.dist-info → fake_bpy_module-20240209.dist-info}/METADATA +1 -1
  38. {fake_bpy_module-20240207.dist-info → fake_bpy_module-20240209.dist-info}/RECORD +43 -43
  39. freestyle/__init__.pyi +3 -3
  40. gpu/__init__.pyi +4 -4
  41. mathutils/__init__.pyi +2 -2
  42. {fake_bpy_module-20240207.dist-info → fake_bpy_module-20240209.dist-info}/WHEEL +0 -0
  43. {fake_bpy_module-20240207.dist-info → fake_bpy_module-20240209.dist-info}/top_level.txt +0 -0
@@ -15,7 +15,7 @@ def cycles_integrator_preset_add(
15
15
  remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
16
16
  remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
17
17
  ):
18
- """Add an Integrator Preset :File: `startup/bl_operators/presets.py\:75 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L75>`__
18
+ """Add an Integrator Preset :File: `startup/bl_operators/presets.py\:77 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L77>`__
19
19
 
20
20
  :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
21
21
  :type execution_context: typing.Optional[typing.Union[str, int]]
@@ -41,7 +41,7 @@ def cycles_performance_preset_add(
41
41
  remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
42
42
  remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
43
43
  ):
44
- """Add an Performance Preset :File: `startup/bl_operators/presets.py\:75 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L75>`__
44
+ """Add an Performance Preset :File: `startup/bl_operators/presets.py\:77 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L77>`__
45
45
 
46
46
  :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
47
47
  :type execution_context: typing.Optional[typing.Union[str, int]]
@@ -67,7 +67,7 @@ def cycles_sampling_preset_add(
67
67
  remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
68
68
  remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
69
69
  ):
70
- """Add a Sampling Preset :File: `startup/bl_operators/presets.py\:75 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L75>`__
70
+ """Add a Sampling Preset :File: `startup/bl_operators/presets.py\:77 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L77>`__
71
71
 
72
72
  :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
73
73
  :type execution_context: typing.Optional[typing.Union[str, int]]
@@ -93,7 +93,7 @@ def cycles_viewport_sampling_preset_add(
93
93
  remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
94
94
  remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
95
95
  ):
96
- """Add a Viewport Sampling Preset :File: `startup/bl_operators/presets.py\:75 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L75>`__
96
+ """Add a Viewport Sampling Preset :File: `startup/bl_operators/presets.py\:77 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L77>`__
97
97
 
98
98
  :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
99
99
  :type execution_context: typing.Optional[typing.Union[str, int]]
@@ -119,7 +119,7 @@ def eevee_raytracing_preset_add(
119
119
  remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
120
120
  remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
121
121
  ):
122
- """Add or remove an EEVEE ray-tracing preset :File: `startup/bl_operators/presets.py\:75 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L75>`__
122
+ """Add or remove an EEVEE ray-tracing preset :File: `startup/bl_operators/presets.py\:77 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L77>`__
123
123
 
124
124
  :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
125
125
  :type execution_context: typing.Optional[typing.Union[str, int]]
@@ -193,7 +193,7 @@ def preset_add(
193
193
  remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
194
194
  remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
195
195
  ):
196
- """Add or remove a Render Preset :File: `startup/bl_operators/presets.py\:75 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L75>`__
196
+ """Add or remove a Render Preset :File: `startup/bl_operators/presets.py\:77 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L77>`__
197
197
 
198
198
  :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
199
199
  :type execution_context: typing.Optional[typing.Union[str, int]]
@@ -425,7 +425,7 @@ def gpencil_brush_preset_add(
425
425
  remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
426
426
  remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
427
427
  ):
428
- """Add or remove grease pencil brush preset :File: `startup/bl_operators/presets.py\:75 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L75>`__
428
+ """Add or remove grease pencil brush preset :File: `startup/bl_operators/presets.py\:77 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L77>`__
429
429
 
430
430
  :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
431
431
  :type execution_context: typing.Optional[typing.Union[str, int]]
@@ -451,7 +451,7 @@ def gpencil_material_preset_add(
451
451
  remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
452
452
  remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
453
453
  ):
454
- """Add or remove grease pencil material preset :File: `startup/bl_operators/presets.py\:75 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L75>`__
454
+ """Add or remove grease pencil material preset :File: `startup/bl_operators/presets.py\:77 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L77>`__
455
455
 
456
456
  :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
457
457
  :type execution_context: typing.Optional[typing.Union[str, int]]
@@ -14,7 +14,7 @@ def execute_preset(
14
14
  filepath: typing.Union[str, typing.Any] = "",
15
15
  menu_idname: typing.Union[str, typing.Any] = "",
16
16
  ):
17
- """Load a preset :File: `startup/bl_operators/presets.py\:233 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L233>`__
17
+ """Load a preset :File: `startup/bl_operators/presets.py\:235 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L235>`__
18
18
 
19
19
  :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
20
20
  :type execution_context: typing.Optional[typing.Union[str, int]]
@@ -15,7 +15,7 @@ def preset_add(
15
15
  remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
16
16
  remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
17
17
  ):
18
- """Add or remove a Text Editor Preset :File: `startup/bl_operators/presets.py\:75 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L75>`__
18
+ """Add or remove a Text Editor Preset :File: `startup/bl_operators/presets.py\:77 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L77>`__
19
19
 
20
20
  :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
21
21
  :type execution_context: typing.Optional[typing.Union[str, int]]
bpy/ops/wm/__init__.pyi CHANGED
@@ -1341,7 +1341,7 @@ def drop_blend_file(
1341
1341
  *,
1342
1342
  filepath: typing.Union[str, typing.Any] = "",
1343
1343
  ):
1344
- """Undocumented, consider `contributing <https://developer.blender.org/>`__. :File: `startup/bl_operators/wm.py\:3509 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/wm.py#L3509>`__
1344
+ """Undocumented, consider `contributing <https://developer.blender.org/>`__. :File: `startup/bl_operators/wm.py\:3510 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/wm.py#L3510>`__
1345
1345
 
1346
1346
  :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1347
1347
  :type execution_context: typing.Optional[typing.Union[str, int]]
@@ -1684,7 +1684,7 @@ def interface_theme_preset_add(
1684
1684
  remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
1685
1685
  remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
1686
1686
  ):
1687
- """Add or remove a theme preset :File: `startup/bl_operators/presets.py\:75 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L75>`__
1687
+ """Add or remove a theme preset :File: `startup/bl_operators/presets.py\:77 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L77>`__
1688
1688
 
1689
1689
  :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1690
1690
  :type execution_context: typing.Optional[typing.Union[str, int]]
@@ -1710,7 +1710,7 @@ def keyconfig_preset_add(
1710
1710
  remove_name: typing.Optional[typing.Union[bool, typing.Any]] = False,
1711
1711
  remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
1712
1712
  ):
1713
- """Add or remove a Key-config Preset :File: `startup/bl_operators/presets.py\:75 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L75>`__
1713
+ """Add or remove a Key-config Preset :File: `startup/bl_operators/presets.py\:77 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L77>`__
1714
1714
 
1715
1715
  :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1716
1716
  :type execution_context: typing.Optional[typing.Union[str, int]]
@@ -2498,7 +2498,7 @@ def operator_preset_add(
2498
2498
  remove_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
2499
2499
  operator: typing.Union[str, typing.Any] = "",
2500
2500
  ):
2501
- """Add or remove an Operator Preset :File: `startup/bl_operators/presets.py\:75 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L75>`__
2501
+ """Add or remove an Operator Preset :File: `startup/bl_operators/presets.py\:77 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L77>`__
2502
2502
 
2503
2503
  :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2504
2504
  :type execution_context: typing.Optional[typing.Union[str, int]]
@@ -2515,6 +2515,31 @@ def operator_preset_add(
2515
2515
 
2516
2516
  ...
2517
2517
 
2518
+ def operator_presets_cleanup(
2519
+ override_context: typing.Optional[
2520
+ typing.Union[typing.Dict, "bpy.types.Context"]
2521
+ ] = None,
2522
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2523
+ undo: typing.Optional[bool] = None,
2524
+ *,
2525
+ operator: typing.Union[str, typing.Any] = "",
2526
+ properties: typing.Optional[
2527
+ bpy.types.bpy_prop_collection["bpy.types.OperatorFileListElement"]
2528
+ ] = None,
2529
+ ):
2530
+ """Remove outdated operator properties from presets that may cause problems :File: `startup/bl_operators/presets.py\:696 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/presets.py#L696>`__
2531
+
2532
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2533
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2534
+ :type undo: typing.Optional[bool]
2535
+ :param operator: operator
2536
+ :type operator: typing.Union[str, typing.Any]
2537
+ :param properties: properties
2538
+ :type properties: typing.Optional[bpy.types.bpy_prop_collection['bpy.types.OperatorFileListElement']]
2539
+ """
2540
+
2541
+ ...
2542
+
2518
2543
  def owner_disable(
2519
2544
  override_context: typing.Optional[
2520
2545
  typing.Union[typing.Dict, "bpy.types.Context"]