fake-bpy-module 20240528__py3-none-any.whl → 20240530__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.
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +3 -3
- bl_operators/__init__.pyi +2 -0
- bl_operators/connect_to_output/__init__.pyi +325 -0
- bl_operators/image_as_planes/__init__.pyi +11 -5
- bl_operators/node_editor/__init__.pyi +6 -0
- bl_operators/node_editor/node_functions/__init__.pyi +23 -0
- bl_operators/presets/__init__.pyi +12 -12
- bl_operators/wm/__init__.pyi +24 -24
- bl_ui/__init__.pyi +12 -12
- bl_ui/anim/__init__.pyi +6 -6
- bl_ui/node_add_menu/__init__.pyi +6 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +108 -108
- bl_ui/node_add_menu_geometry/__init__.pyi +288 -288
- bl_ui/node_add_menu_shader/__init__.pyi +60 -60
- bl_ui/node_add_menu_texture/__init__.pyi +54 -54
- bl_ui/properties_collection/__init__.pyi +6 -6
- bl_ui/properties_data_armature/__init__.pyi +12 -12
- bl_ui/properties_data_camera/__init__.pyi +12 -12
- bl_ui/properties_data_curves/__init__.pyi +6 -6
- bl_ui/properties_data_gpencil/__init__.pyi +12 -12
- bl_ui/properties_data_grease_pencil/__init__.pyi +18 -18
- bl_ui/properties_data_mesh/__init__.pyi +24 -24
- bl_ui/properties_data_modifier/__init__.pyi +42 -42
- bl_ui/properties_data_pointcloud/__init__.pyi +6 -6
- bl_ui/properties_freestyle/__init__.pyi +6 -6
- bl_ui/properties_grease_pencil_common/__init__.pyi +72 -72
- bl_ui/properties_mask_common/__init__.pyi +36 -36
- bl_ui/properties_material/__init__.pyi +6 -6
- bl_ui/properties_material_gpencil/__init__.pyi +12 -12
- bl_ui/properties_object/__init__.pyi +6 -6
- bl_ui/properties_output/__init__.pyi +18 -18
- bl_ui/properties_paint_common/__init__.pyi +6 -6
- bl_ui/properties_particle/__init__.pyi +12 -12
- bl_ui/properties_physics_cloth/__init__.pyi +6 -6
- bl_ui/properties_physics_fluid/__init__.pyi +6 -6
- bl_ui/properties_render/__init__.pyi +6 -6
- bl_ui/properties_texture/__init__.pyi +6 -6
- bl_ui/properties_view_layer/__init__.pyi +6 -6
- bl_ui/space_clip/__init__.pyi +186 -186
- bl_ui/space_console/__init__.pyi +30 -30
- bl_ui/space_dopesheet/__init__.pyi +84 -84
- bl_ui/space_filebrowser/__init__.pyi +78 -78
- bl_ui/space_graph/__init__.pyi +96 -96
- bl_ui/space_image/__init__.pyi +138 -138
- bl_ui/space_info/__init__.pyi +30 -30
- bl_ui/space_nla/__init__.pyi +78 -78
- bl_ui/space_node/__init__.pyi +72 -72
- bl_ui/space_outliner/__init__.pyi +72 -72
- bl_ui/space_sequencer/__init__.pyi +204 -204
- bl_ui/space_text/__init__.pyi +72 -72
- bl_ui/space_time/__init__.pyi +24 -24
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -0
- bl_ui/space_topbar/__init__.pyi +114 -114
- bl_ui/space_userpref/__init__.pyi +36 -36
- bl_ui/space_view3d/__init__.pyi +1446 -1176
- bl_ui/space_view3d_toolbar/__init__.pyi +30 -30
- bl_ui/utils/__init__.pyi +6 -6
- bmesh/geometry/__init__.pyi +2 -2
- bmesh/ops/__init__.pyi +55 -54
- bmesh/types/__init__.pyi +171 -194
- bmesh/utils/__init__.pyi +2 -2
- bpy/app/handlers/__init__.pyi +37 -37
- bpy/app/icons/__init__.pyi +4 -4
- bpy/app/timers/__init__.pyi +6 -6
- bpy/ops/bl_pkg/__init__.pyi +4 -4
- bpy/ops/image/__init__.pyi +55 -55
- bpy/ops/node/__init__.pyi +18 -0
- bpy/ops/paint/__init__.pyi +66 -0
- bpy/ops/preferences/__init__.pyi +2 -2
- bpy/ops/sculpt/__init__.pyi +126 -0
- bpy/props/__init__.pyi +16 -14
- bpy/types/__init__.pyi +269 -54
- bpy/utils/__init__.pyi +2 -2
- bpy_extras/anim_utils/__init__.pyi +4 -4
- bpy_extras/io_utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/object_utils/__init__.pyi +8 -8
- bpy_types/__init__.pyi +12 -12
- {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/RECORD +92 -89
- freestyle/shaders/__init__.pyi +2 -2
- freestyle/types/__init__.pyi +64 -56
- gpu/matrix/__init__.pyi +6 -6
- gpu/types/__init__.pyi +10 -8
- imbuf/__init__.pyi +2 -2
- mathutils/__init__.pyi +176 -137
- mathutils/bvhtree/__init__.pyi +4 -4
- mathutils/geometry/__init__.pyi +139 -139
- mathutils/kdtree/__init__.pyi +14 -10
- mathutils/noise/__init__.pyi +26 -26
- {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/top_level.txt +0 -0
|
@@ -892,10 +892,10 @@ class OBJECT_MT_modifier_add(bpy_types.Menu, ModifierAddMenu, bpy_types._Generic
|
|
|
892
892
|
searchpaths: list[str],
|
|
893
893
|
operator: str,
|
|
894
894
|
props_default: dict = None,
|
|
895
|
-
prop_filepath: str = "filepath",
|
|
896
|
-
filter_ext:
|
|
895
|
+
prop_filepath: str | None = "filepath",
|
|
896
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
897
897
|
filter_path=None,
|
|
898
|
-
display_name:
|
|
898
|
+
display_name: collections.abc.Callable | None = None,
|
|
899
899
|
add_operator=None,
|
|
900
900
|
add_operator_props=None,
|
|
901
901
|
):
|
|
@@ -908,14 +908,14 @@ class OBJECT_MT_modifier_add(bpy_types.Menu, ModifierAddMenu, bpy_types._Generic
|
|
|
908
908
|
:param props_default: Properties to assign to each operator.
|
|
909
909
|
:type props_default: dict
|
|
910
910
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
911
|
-
:type prop_filepath: str
|
|
911
|
+
:type prop_filepath: str | None
|
|
912
912
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
913
913
|
|
|
914
914
|
Returning false excludes the file from the list.
|
|
915
|
-
:type filter_ext:
|
|
915
|
+
:type filter_ext: collections.abc.Callable | None
|
|
916
916
|
:param filter_path:
|
|
917
917
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
918
|
-
:type display_name:
|
|
918
|
+
:type display_name: collections.abc.Callable | None
|
|
919
919
|
:param add_operator:
|
|
920
920
|
:param add_operator_props:
|
|
921
921
|
"""
|
|
@@ -1176,10 +1176,10 @@ class OBJECT_MT_modifier_add_color(
|
|
|
1176
1176
|
searchpaths: list[str],
|
|
1177
1177
|
operator: str,
|
|
1178
1178
|
props_default: dict = None,
|
|
1179
|
-
prop_filepath: str = "filepath",
|
|
1180
|
-
filter_ext:
|
|
1179
|
+
prop_filepath: str | None = "filepath",
|
|
1180
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1181
1181
|
filter_path=None,
|
|
1182
|
-
display_name:
|
|
1182
|
+
display_name: collections.abc.Callable | None = None,
|
|
1183
1183
|
add_operator=None,
|
|
1184
1184
|
add_operator_props=None,
|
|
1185
1185
|
):
|
|
@@ -1192,14 +1192,14 @@ class OBJECT_MT_modifier_add_color(
|
|
|
1192
1192
|
:param props_default: Properties to assign to each operator.
|
|
1193
1193
|
:type props_default: dict
|
|
1194
1194
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1195
|
-
:type prop_filepath: str
|
|
1195
|
+
:type prop_filepath: str | None
|
|
1196
1196
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1197
1197
|
|
|
1198
1198
|
Returning false excludes the file from the list.
|
|
1199
|
-
:type filter_ext:
|
|
1199
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1200
1200
|
:param filter_path:
|
|
1201
1201
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1202
|
-
:type display_name:
|
|
1202
|
+
:type display_name: collections.abc.Callable | None
|
|
1203
1203
|
:param add_operator:
|
|
1204
1204
|
:param add_operator_props:
|
|
1205
1205
|
"""
|
|
@@ -1460,10 +1460,10 @@ class OBJECT_MT_modifier_add_deform(
|
|
|
1460
1460
|
searchpaths: list[str],
|
|
1461
1461
|
operator: str,
|
|
1462
1462
|
props_default: dict = None,
|
|
1463
|
-
prop_filepath: str = "filepath",
|
|
1464
|
-
filter_ext:
|
|
1463
|
+
prop_filepath: str | None = "filepath",
|
|
1464
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1465
1465
|
filter_path=None,
|
|
1466
|
-
display_name:
|
|
1466
|
+
display_name: collections.abc.Callable | None = None,
|
|
1467
1467
|
add_operator=None,
|
|
1468
1468
|
add_operator_props=None,
|
|
1469
1469
|
):
|
|
@@ -1476,14 +1476,14 @@ class OBJECT_MT_modifier_add_deform(
|
|
|
1476
1476
|
:param props_default: Properties to assign to each operator.
|
|
1477
1477
|
:type props_default: dict
|
|
1478
1478
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1479
|
-
:type prop_filepath: str
|
|
1479
|
+
:type prop_filepath: str | None
|
|
1480
1480
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1481
1481
|
|
|
1482
1482
|
Returning false excludes the file from the list.
|
|
1483
|
-
:type filter_ext:
|
|
1483
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1484
1484
|
:param filter_path:
|
|
1485
1485
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1486
|
-
:type display_name:
|
|
1486
|
+
:type display_name: collections.abc.Callable | None
|
|
1487
1487
|
:param add_operator:
|
|
1488
1488
|
:param add_operator_props:
|
|
1489
1489
|
"""
|
|
@@ -1744,10 +1744,10 @@ class OBJECT_MT_modifier_add_edit(
|
|
|
1744
1744
|
searchpaths: list[str],
|
|
1745
1745
|
operator: str,
|
|
1746
1746
|
props_default: dict = None,
|
|
1747
|
-
prop_filepath: str = "filepath",
|
|
1748
|
-
filter_ext:
|
|
1747
|
+
prop_filepath: str | None = "filepath",
|
|
1748
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1749
1749
|
filter_path=None,
|
|
1750
|
-
display_name:
|
|
1750
|
+
display_name: collections.abc.Callable | None = None,
|
|
1751
1751
|
add_operator=None,
|
|
1752
1752
|
add_operator_props=None,
|
|
1753
1753
|
):
|
|
@@ -1760,14 +1760,14 @@ class OBJECT_MT_modifier_add_edit(
|
|
|
1760
1760
|
:param props_default: Properties to assign to each operator.
|
|
1761
1761
|
:type props_default: dict
|
|
1762
1762
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1763
|
-
:type prop_filepath: str
|
|
1763
|
+
:type prop_filepath: str | None
|
|
1764
1764
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1765
1765
|
|
|
1766
1766
|
Returning false excludes the file from the list.
|
|
1767
|
-
:type filter_ext:
|
|
1767
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1768
1768
|
:param filter_path:
|
|
1769
1769
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1770
|
-
:type display_name:
|
|
1770
|
+
:type display_name: collections.abc.Callable | None
|
|
1771
1771
|
:param add_operator:
|
|
1772
1772
|
:param add_operator_props:
|
|
1773
1773
|
"""
|
|
@@ -2028,10 +2028,10 @@ class OBJECT_MT_modifier_add_generate(
|
|
|
2028
2028
|
searchpaths: list[str],
|
|
2029
2029
|
operator: str,
|
|
2030
2030
|
props_default: dict = None,
|
|
2031
|
-
prop_filepath: str = "filepath",
|
|
2032
|
-
filter_ext:
|
|
2031
|
+
prop_filepath: str | None = "filepath",
|
|
2032
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2033
2033
|
filter_path=None,
|
|
2034
|
-
display_name:
|
|
2034
|
+
display_name: collections.abc.Callable | None = None,
|
|
2035
2035
|
add_operator=None,
|
|
2036
2036
|
add_operator_props=None,
|
|
2037
2037
|
):
|
|
@@ -2044,14 +2044,14 @@ class OBJECT_MT_modifier_add_generate(
|
|
|
2044
2044
|
:param props_default: Properties to assign to each operator.
|
|
2045
2045
|
:type props_default: dict
|
|
2046
2046
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2047
|
-
:type prop_filepath: str
|
|
2047
|
+
:type prop_filepath: str | None
|
|
2048
2048
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2049
2049
|
|
|
2050
2050
|
Returning false excludes the file from the list.
|
|
2051
|
-
:type filter_ext:
|
|
2051
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2052
2052
|
:param filter_path:
|
|
2053
2053
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2054
|
-
:type display_name:
|
|
2054
|
+
:type display_name: collections.abc.Callable | None
|
|
2055
2055
|
:param add_operator:
|
|
2056
2056
|
:param add_operator_props:
|
|
2057
2057
|
"""
|
|
@@ -2312,10 +2312,10 @@ class OBJECT_MT_modifier_add_normals(
|
|
|
2312
2312
|
searchpaths: list[str],
|
|
2313
2313
|
operator: str,
|
|
2314
2314
|
props_default: dict = None,
|
|
2315
|
-
prop_filepath: str = "filepath",
|
|
2316
|
-
filter_ext:
|
|
2315
|
+
prop_filepath: str | None = "filepath",
|
|
2316
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2317
2317
|
filter_path=None,
|
|
2318
|
-
display_name:
|
|
2318
|
+
display_name: collections.abc.Callable | None = None,
|
|
2319
2319
|
add_operator=None,
|
|
2320
2320
|
add_operator_props=None,
|
|
2321
2321
|
):
|
|
@@ -2328,14 +2328,14 @@ class OBJECT_MT_modifier_add_normals(
|
|
|
2328
2328
|
:param props_default: Properties to assign to each operator.
|
|
2329
2329
|
:type props_default: dict
|
|
2330
2330
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2331
|
-
:type prop_filepath: str
|
|
2331
|
+
:type prop_filepath: str | None
|
|
2332
2332
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2333
2333
|
|
|
2334
2334
|
Returning false excludes the file from the list.
|
|
2335
|
-
:type filter_ext:
|
|
2335
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2336
2336
|
:param filter_path:
|
|
2337
2337
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2338
|
-
:type display_name:
|
|
2338
|
+
:type display_name: collections.abc.Callable | None
|
|
2339
2339
|
:param add_operator:
|
|
2340
2340
|
:param add_operator_props:
|
|
2341
2341
|
"""
|
|
@@ -2596,10 +2596,10 @@ class OBJECT_MT_modifier_add_physics(
|
|
|
2596
2596
|
searchpaths: list[str],
|
|
2597
2597
|
operator: str,
|
|
2598
2598
|
props_default: dict = None,
|
|
2599
|
-
prop_filepath: str = "filepath",
|
|
2600
|
-
filter_ext:
|
|
2599
|
+
prop_filepath: str | None = "filepath",
|
|
2600
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2601
2601
|
filter_path=None,
|
|
2602
|
-
display_name:
|
|
2602
|
+
display_name: collections.abc.Callable | None = None,
|
|
2603
2603
|
add_operator=None,
|
|
2604
2604
|
add_operator_props=None,
|
|
2605
2605
|
):
|
|
@@ -2612,14 +2612,14 @@ class OBJECT_MT_modifier_add_physics(
|
|
|
2612
2612
|
:param props_default: Properties to assign to each operator.
|
|
2613
2613
|
:type props_default: dict
|
|
2614
2614
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2615
|
-
:type prop_filepath: str
|
|
2615
|
+
:type prop_filepath: str | None
|
|
2616
2616
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2617
2617
|
|
|
2618
2618
|
Returning false excludes the file from the list.
|
|
2619
|
-
:type filter_ext:
|
|
2619
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2620
2620
|
:param filter_path:
|
|
2621
2621
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2622
|
-
:type display_name:
|
|
2622
|
+
:type display_name: collections.abc.Callable | None
|
|
2623
2623
|
:param add_operator:
|
|
2624
2624
|
:param add_operator_props:
|
|
2625
2625
|
"""
|
|
@@ -217,10 +217,10 @@ class POINTCLOUD_MT_add_attribute(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
217
217
|
searchpaths: list[str],
|
|
218
218
|
operator: str,
|
|
219
219
|
props_default: dict = None,
|
|
220
|
-
prop_filepath: str = "filepath",
|
|
221
|
-
filter_ext:
|
|
220
|
+
prop_filepath: str | None = "filepath",
|
|
221
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
222
222
|
filter_path=None,
|
|
223
|
-
display_name:
|
|
223
|
+
display_name: collections.abc.Callable | None = None,
|
|
224
224
|
add_operator=None,
|
|
225
225
|
add_operator_props=None,
|
|
226
226
|
):
|
|
@@ -233,14 +233,14 @@ class POINTCLOUD_MT_add_attribute(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
233
233
|
:param props_default: Properties to assign to each operator.
|
|
234
234
|
:type props_default: dict
|
|
235
235
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
236
|
-
:type prop_filepath: str
|
|
236
|
+
:type prop_filepath: str | None
|
|
237
237
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
238
238
|
|
|
239
239
|
Returning false excludes the file from the list.
|
|
240
|
-
:type filter_ext:
|
|
240
|
+
:type filter_ext: collections.abc.Callable | None
|
|
241
241
|
:param filter_path:
|
|
242
242
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
243
|
-
:type display_name:
|
|
243
|
+
:type display_name: collections.abc.Callable | None
|
|
244
244
|
:param add_operator:
|
|
245
245
|
:param add_operator_props:
|
|
246
246
|
"""
|
|
@@ -205,10 +205,10 @@ class RENDER_MT_lineset_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
205
205
|
searchpaths: list[str],
|
|
206
206
|
operator: str,
|
|
207
207
|
props_default: dict = None,
|
|
208
|
-
prop_filepath: str = "filepath",
|
|
209
|
-
filter_ext:
|
|
208
|
+
prop_filepath: str | None = "filepath",
|
|
209
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
210
210
|
filter_path=None,
|
|
211
|
-
display_name:
|
|
211
|
+
display_name: collections.abc.Callable | None = None,
|
|
212
212
|
add_operator=None,
|
|
213
213
|
add_operator_props=None,
|
|
214
214
|
):
|
|
@@ -221,14 +221,14 @@ class RENDER_MT_lineset_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
221
221
|
:param props_default: Properties to assign to each operator.
|
|
222
222
|
:type props_default: dict
|
|
223
223
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
224
|
-
:type prop_filepath: str
|
|
224
|
+
:type prop_filepath: str | None
|
|
225
225
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
226
226
|
|
|
227
227
|
Returning false excludes the file from the list.
|
|
228
|
-
:type filter_ext:
|
|
228
|
+
:type filter_ext: collections.abc.Callable | None
|
|
229
229
|
:param filter_path:
|
|
230
230
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
231
|
-
:type display_name:
|
|
231
|
+
:type display_name: collections.abc.Callable | None
|
|
232
232
|
:param add_operator:
|
|
233
233
|
:param add_operator_props:
|
|
234
234
|
"""
|