fake-bpy-module 20240707__py3-none-any.whl → 20240709__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_internal/__init__.pyi +1 -0
- _bpy_internal/addons/__init__.pyi +7 -0
- _bpy_internal/addons/cli/__init__.pyi +8 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- _bpy_internal/freedesktop/__init__.pyi +1 -1
- addon_utils/__init__.pyi +6 -5
- bl_app_override/__init__.pyi +2 -1
- bl_app_template_utils/__init__.pyi +4 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -1
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
- bl_console_utils/autocomplete/intellisense/__init__.pyi +3 -1
- bl_keymap_utils/io/__init__.pyi +4 -2
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -1
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -1
- bl_operators/anim/__init__.pyi +8 -8
- bl_operators/assets/__init__.pyi +3 -3
- bl_operators/bone_selection_sets/__init__.pyi +2986 -0
- bl_operators/clip/__init__.pyi +11 -11
- bl_operators/connect_to_output/__init__.pyi +1 -1
- bl_operators/console/__init__.pyi +5 -5
- bl_operators/constraint/__init__.pyi +4 -4
- bl_operators/file/__init__.pyi +3 -3
- bl_operators/freestyle/__init__.pyi +4 -4
- bl_operators/geometry_nodes/__init__.pyi +4 -4
- bl_operators/image/__init__.pyi +4 -4
- bl_operators/image_as_planes/__init__.pyi +2 -2
- bl_operators/mesh/__init__.pyi +3 -3
- bl_operators/node/__init__.pyi +8 -8
- bl_operators/object/__init__.pyi +15 -15
- bl_operators/object_align/__init__.pyi +1 -1
- bl_operators/object_quick_effects/__init__.pyi +4 -4
- bl_operators/object_randomize_transform/__init__.pyi +1 -1
- bl_operators/presets/__init__.pyi +25 -23
- bl_operators/rigidbody/__init__.pyi +3 -3
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -1
- bl_operators/sequencer/__init__.pyi +5 -5
- bl_operators/spreadsheet/__init__.pyi +1 -1
- bl_operators/userpref/__init__.pyi +25 -25
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -2
- bl_operators/uvcalc_transform/__init__.pyi +2 -2
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -1
- bl_operators/view3d/__init__.pyi +5 -5
- bl_operators/wm/__init__.pyi +46 -42
- bl_operators/world/__init__.pyi +1 -1
- bl_ui/__init__.pyi +2 -0
- bl_ui/anim/__init__.pyi +1 -0
- bl_ui/generic_ui_list/__init__.pyi +5 -4
- bl_ui/node_add_menu/__init__.pyi +2 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -0
- bl_ui/node_add_menu_geometry/__init__.pyi +49 -0
- bl_ui/node_add_menu_shader/__init__.pyi +10 -0
- bl_ui/node_add_menu_texture/__init__.pyi +9 -0
- bl_ui/properties_collection/__init__.pyi +1 -0
- bl_ui/properties_data_armature/__init__.pyi +1273 -0
- bl_ui/properties_data_camera/__init__.pyi +2 -0
- bl_ui/properties_data_curves/__init__.pyi +1 -0
- bl_ui/properties_data_gpencil/__init__.pyi +2 -0
- bl_ui/properties_data_grease_pencil/__init__.pyi +3 -0
- bl_ui/properties_data_mesh/__init__.pyi +4 -0
- bl_ui/properties_data_modifier/__init__.pyi +8 -1
- bl_ui/properties_data_pointcloud/__init__.pyi +1 -0
- bl_ui/properties_freestyle/__init__.pyi +1 -0
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -1
- bl_ui/properties_mask_common/__init__.pyi +6 -0
- bl_ui/properties_material/__init__.pyi +1 -0
- bl_ui/properties_material_gpencil/__init__.pyi +2 -0
- bl_ui/properties_object/__init__.pyi +1 -0
- bl_ui/properties_output/__init__.pyi +3 -0
- bl_ui/properties_paint_common/__init__.pyi +48 -17
- bl_ui/properties_particle/__init__.pyi +2 -0
- bl_ui/properties_physics_cloth/__init__.pyi +1 -0
- bl_ui/properties_physics_fluid/__init__.pyi +1 -0
- bl_ui/properties_render/__init__.pyi +2 -0
- bl_ui/properties_texture/__init__.pyi +1 -0
- bl_ui/properties_view_layer/__init__.pyi +1 -0
- bl_ui/space_clip/__init__.pyi +31 -0
- bl_ui/space_console/__init__.pyi +5 -0
- bl_ui/space_dopesheet/__init__.pyi +14 -0
- bl_ui/space_filebrowser/__init__.pyi +13 -0
- bl_ui/space_graph/__init__.pyi +16 -0
- bl_ui/space_image/__init__.pyi +313 -11
- bl_ui/space_info/__init__.pyi +5 -0
- bl_ui/space_nla/__init__.pyi +13 -0
- bl_ui/space_node/__init__.pyi +12 -0
- bl_ui/space_outliner/__init__.pyi +12 -0
- bl_ui/space_sequencer/__init__.pyi +34 -0
- bl_ui/space_text/__init__.pyi +12 -0
- bl_ui/space_time/__init__.pyi +4 -0
- bl_ui/space_toolsystem_common/__init__.pyi +7 -6
- bl_ui/space_toolsystem_toolbar/__init__.pyi +18 -13
- bl_ui/space_topbar/__init__.pyi +20 -1
- bl_ui/space_userpref/__init__.pyi +8 -0
- bl_ui/space_view3d/__init__.pyi +3477 -1372
- bl_ui/space_view3d_toolbar/__init__.pyi +1706 -880
- bl_ui/utils/__init__.pyi +1 -0
- bl_ui_utils/bug_report_url/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +48 -0
- bpy/ops/brush/__init__.pyi +185 -11
- bpy/ops/gpencil/__init__.pyi +0 -28
- bpy/ops/paint/__init__.pyi +0 -48
- bpy/ops/pose/__init__.pyi +176 -0
- bpy/ops/wm/__init__.pyi +18 -0
- bpy/path/__init__.pyi +6 -6
- bpy/types/__init__.pyi +2544 -1063
- bpy/utils/__init__.pyi +14 -12
- bpy_extras/anim_utils/__init__.pyi +3 -3
- bpy_extras/view3d_utils/__init__.pyi +2 -0
- {fake_bpy_module-20240707.dist-info → fake_bpy_module-20240709.dist-info}/METADATA +4 -4
- {fake_bpy_module-20240707.dist-info → fake_bpy_module-20240709.dist-info}/RECORD +118 -115
- mathutils/__init__.pyi +0 -44
- rna_info/__init__.pyi +1 -0
- rna_prop_ui/__init__.pyi +2 -1
- rna_xml/__init__.pyi +2 -2
- {fake_bpy_module-20240707.dist-info → fake_bpy_module-20240709.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240707.dist-info → fake_bpy_module-20240709.dist-info}/top_level.txt +0 -0
|
@@ -37,7 +37,7 @@ class IMAGE_PT_tools_active(
|
|
|
37
37
|
...
|
|
38
38
|
|
|
39
39
|
def draw_active_tool_fallback(
|
|
40
|
-
self, context, layout, tool, is_horizontal_layout=False
|
|
40
|
+
self, context, layout, tool, *, is_horizontal_layout=False
|
|
41
41
|
):
|
|
42
42
|
"""
|
|
43
43
|
|
|
@@ -49,7 +49,7 @@ class IMAGE_PT_tools_active(
|
|
|
49
49
|
...
|
|
50
50
|
|
|
51
51
|
def draw_active_tool_header(
|
|
52
|
-
self, context, layout, show_tool_icon_always=False, tool_key=None
|
|
52
|
+
self, context, layout, *, show_tool_icon_always=False, tool_key=None
|
|
53
53
|
):
|
|
54
54
|
"""
|
|
55
55
|
|
|
@@ -178,7 +178,7 @@ class NODE_PT_tools_active(
|
|
|
178
178
|
...
|
|
179
179
|
|
|
180
180
|
def draw_active_tool_fallback(
|
|
181
|
-
self, context, layout, tool, is_horizontal_layout=False
|
|
181
|
+
self, context, layout, tool, *, is_horizontal_layout=False
|
|
182
182
|
):
|
|
183
183
|
"""
|
|
184
184
|
|
|
@@ -190,7 +190,7 @@ class NODE_PT_tools_active(
|
|
|
190
190
|
...
|
|
191
191
|
|
|
192
192
|
def draw_active_tool_header(
|
|
193
|
-
self, context, layout, show_tool_icon_always=False, tool_key=None
|
|
193
|
+
self, context, layout, *, show_tool_icon_always=False, tool_key=None
|
|
194
194
|
):
|
|
195
195
|
"""
|
|
196
196
|
|
|
@@ -319,7 +319,7 @@ class SEQUENCER_PT_tools_active(
|
|
|
319
319
|
...
|
|
320
320
|
|
|
321
321
|
def draw_active_tool_fallback(
|
|
322
|
-
self, context, layout, tool, is_horizontal_layout=False
|
|
322
|
+
self, context, layout, tool, *, is_horizontal_layout=False
|
|
323
323
|
):
|
|
324
324
|
"""
|
|
325
325
|
|
|
@@ -331,7 +331,7 @@ class SEQUENCER_PT_tools_active(
|
|
|
331
331
|
...
|
|
332
332
|
|
|
333
333
|
def draw_active_tool_header(
|
|
334
|
-
self, context, layout, show_tool_icon_always=False, tool_key=None
|
|
334
|
+
self, context, layout, *, show_tool_icon_always=False, tool_key=None
|
|
335
335
|
):
|
|
336
336
|
"""
|
|
337
337
|
|
|
@@ -460,7 +460,7 @@ class VIEW3D_PT_tools_active(
|
|
|
460
460
|
...
|
|
461
461
|
|
|
462
462
|
def draw_active_tool_fallback(
|
|
463
|
-
self, context, layout, tool, is_horizontal_layout=False
|
|
463
|
+
self, context, layout, tool, *, is_horizontal_layout=False
|
|
464
464
|
):
|
|
465
465
|
"""
|
|
466
466
|
|
|
@@ -472,7 +472,7 @@ class VIEW3D_PT_tools_active(
|
|
|
472
472
|
...
|
|
473
473
|
|
|
474
474
|
def draw_active_tool_header(
|
|
475
|
-
self, context, layout, show_tool_icon_always=False, tool_key=None
|
|
475
|
+
self, context, layout, *, show_tool_icon_always=False, tool_key=None
|
|
476
476
|
):
|
|
477
477
|
"""
|
|
478
478
|
|
|
@@ -732,13 +732,17 @@ class _defs_grease_pencil_paint:
|
|
|
732
732
|
circle: typing.Any
|
|
733
733
|
curve: typing.Any
|
|
734
734
|
cutter: typing.Any
|
|
735
|
-
draw: typing.Any
|
|
736
|
-
erase: typing.Any
|
|
737
|
-
fill: typing.Any
|
|
738
735
|
line: typing.Any
|
|
739
736
|
polyline: typing.Any
|
|
740
737
|
tint: typing.Any
|
|
741
738
|
|
|
739
|
+
def generate_from_brushes(self, context):
|
|
740
|
+
"""
|
|
741
|
+
|
|
742
|
+
:param context:
|
|
743
|
+
"""
|
|
744
|
+
...
|
|
745
|
+
|
|
742
746
|
def grease_pencil_primitive_toolbar(self, context, layout, _tool, props):
|
|
743
747
|
"""
|
|
744
748
|
|
|
@@ -935,7 +939,7 @@ class _defs_view3d_add:
|
|
|
935
939
|
ico_sphere_add: typing.Any
|
|
936
940
|
uv_sphere_add: typing.Any
|
|
937
941
|
|
|
938
|
-
def description_interactive_add(self, context, _item, _km, prefix):
|
|
942
|
+
def description_interactive_add(self, context, _item, _km, *, prefix):
|
|
939
943
|
"""
|
|
940
944
|
|
|
941
945
|
:param context:
|
|
@@ -989,9 +993,10 @@ class _template_widget:
|
|
|
989
993
|
def VIEW3D_GGT_xform_extrude(self): ...
|
|
990
994
|
def VIEW3D_GGT_xform_gizmo(self): ...
|
|
991
995
|
|
|
992
|
-
def curve_draw_settings(context, layout, tool, extra=False): ...
|
|
996
|
+
def curve_draw_settings(context, layout, tool, *, extra=False): ...
|
|
993
997
|
def generate_from_enum_ex(
|
|
994
998
|
_context,
|
|
999
|
+
*,
|
|
995
1000
|
idname_prefix,
|
|
996
1001
|
icon_prefix,
|
|
997
1002
|
type,
|
bl_ui/space_topbar/__init__.pyi
CHANGED
|
@@ -423,6 +423,7 @@ class TOPBAR_MT_blender(bpy_types._GenericUI):
|
|
|
423
423
|
self,
|
|
424
424
|
searchpaths: list[str],
|
|
425
425
|
operator: str,
|
|
426
|
+
*,
|
|
426
427
|
props_default: dict = None,
|
|
427
428
|
prop_filepath: str | None = "filepath",
|
|
428
429
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -693,6 +694,7 @@ class TOPBAR_MT_blender_system(bpy_types._GenericUI):
|
|
|
693
694
|
self,
|
|
694
695
|
searchpaths: list[str],
|
|
695
696
|
operator: str,
|
|
697
|
+
*,
|
|
696
698
|
props_default: dict = None,
|
|
697
699
|
prop_filepath: str | None = "filepath",
|
|
698
700
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -963,6 +965,7 @@ class TOPBAR_MT_edit(bpy_types._GenericUI):
|
|
|
963
965
|
self,
|
|
964
966
|
searchpaths: list[str],
|
|
965
967
|
operator: str,
|
|
968
|
+
*,
|
|
966
969
|
props_default: dict = None,
|
|
967
970
|
prop_filepath: str | None = "filepath",
|
|
968
971
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -1234,6 +1237,7 @@ class TOPBAR_MT_editor_menus(bpy_types._GenericUI):
|
|
|
1234
1237
|
self,
|
|
1235
1238
|
searchpaths: list[str],
|
|
1236
1239
|
operator: str,
|
|
1240
|
+
*,
|
|
1237
1241
|
props_default: dict = None,
|
|
1238
1242
|
prop_filepath: str | None = "filepath",
|
|
1239
1243
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -1504,6 +1508,7 @@ class TOPBAR_MT_file(bpy_types._GenericUI):
|
|
|
1504
1508
|
self,
|
|
1505
1509
|
searchpaths: list[str],
|
|
1506
1510
|
operator: str,
|
|
1511
|
+
*,
|
|
1507
1512
|
props_default: dict = None,
|
|
1508
1513
|
prop_filepath: str | None = "filepath",
|
|
1509
1514
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -1774,6 +1779,7 @@ class TOPBAR_MT_file_cleanup(bpy_types._GenericUI):
|
|
|
1774
1779
|
self,
|
|
1775
1780
|
searchpaths: list[str],
|
|
1776
1781
|
operator: str,
|
|
1782
|
+
*,
|
|
1777
1783
|
props_default: dict = None,
|
|
1778
1784
|
prop_filepath: str | None = "filepath",
|
|
1779
1785
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -2044,6 +2050,7 @@ class TOPBAR_MT_file_context_menu(bpy_types._GenericUI):
|
|
|
2044
2050
|
self,
|
|
2045
2051
|
searchpaths: list[str],
|
|
2046
2052
|
operator: str,
|
|
2053
|
+
*,
|
|
2047
2054
|
props_default: dict = None,
|
|
2048
2055
|
prop_filepath: str | None = "filepath",
|
|
2049
2056
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -2314,6 +2321,7 @@ class TOPBAR_MT_file_defaults(bpy_types._GenericUI):
|
|
|
2314
2321
|
self,
|
|
2315
2322
|
searchpaths: list[str],
|
|
2316
2323
|
operator: str,
|
|
2324
|
+
*,
|
|
2317
2325
|
props_default: dict = None,
|
|
2318
2326
|
prop_filepath: str | None = "filepath",
|
|
2319
2327
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -2586,6 +2594,7 @@ class TOPBAR_MT_file_export(bpy_types._GenericUI):
|
|
|
2586
2594
|
self,
|
|
2587
2595
|
searchpaths: list[str],
|
|
2588
2596
|
operator: str,
|
|
2597
|
+
*,
|
|
2589
2598
|
props_default: dict = None,
|
|
2590
2599
|
prop_filepath: str | None = "filepath",
|
|
2591
2600
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -2856,6 +2865,7 @@ class TOPBAR_MT_file_external_data(bpy_types._GenericUI):
|
|
|
2856
2865
|
self,
|
|
2857
2866
|
searchpaths: list[str],
|
|
2858
2867
|
operator: str,
|
|
2868
|
+
*,
|
|
2859
2869
|
props_default: dict = None,
|
|
2860
2870
|
prop_filepath: str | None = "filepath",
|
|
2861
2871
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -3128,6 +3138,7 @@ class TOPBAR_MT_file_import(bpy_types._GenericUI):
|
|
|
3128
3138
|
self,
|
|
3129
3139
|
searchpaths: list[str],
|
|
3130
3140
|
operator: str,
|
|
3141
|
+
*,
|
|
3131
3142
|
props_default: dict = None,
|
|
3132
3143
|
prop_filepath: str | None = "filepath",
|
|
3133
3144
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -3265,7 +3276,7 @@ class TOPBAR_MT_file_new(bpy_types._GenericUI):
|
|
|
3265
3276
|
"""
|
|
3266
3277
|
...
|
|
3267
3278
|
|
|
3268
|
-
def draw_ex(self, layout, _context, use_splash=False, use_more=False):
|
|
3279
|
+
def draw_ex(self, layout, _context, *, use_splash=False, use_more=False):
|
|
3269
3280
|
"""
|
|
3270
3281
|
|
|
3271
3282
|
:param layout:
|
|
@@ -3409,6 +3420,7 @@ class TOPBAR_MT_file_new(bpy_types._GenericUI):
|
|
|
3409
3420
|
self,
|
|
3410
3421
|
searchpaths: list[str],
|
|
3411
3422
|
operator: str,
|
|
3423
|
+
*,
|
|
3412
3424
|
props_default: dict = None,
|
|
3413
3425
|
prop_filepath: str | None = "filepath",
|
|
3414
3426
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -3679,6 +3691,7 @@ class TOPBAR_MT_file_previews(bpy_types._GenericUI):
|
|
|
3679
3691
|
self,
|
|
3680
3692
|
searchpaths: list[str],
|
|
3681
3693
|
operator: str,
|
|
3694
|
+
*,
|
|
3682
3695
|
props_default: dict = None,
|
|
3683
3696
|
prop_filepath: str | None = "filepath",
|
|
3684
3697
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -3949,6 +3962,7 @@ class TOPBAR_MT_file_recover(bpy_types._GenericUI):
|
|
|
3949
3962
|
self,
|
|
3950
3963
|
searchpaths: list[str],
|
|
3951
3964
|
operator: str,
|
|
3965
|
+
*,
|
|
3952
3966
|
props_default: dict = None,
|
|
3953
3967
|
prop_filepath: str | None = "filepath",
|
|
3954
3968
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -4219,6 +4233,7 @@ class TOPBAR_MT_help(bpy_types._GenericUI):
|
|
|
4219
4233
|
self,
|
|
4220
4234
|
searchpaths: list[str],
|
|
4221
4235
|
operator: str,
|
|
4236
|
+
*,
|
|
4222
4237
|
props_default: dict = None,
|
|
4223
4238
|
prop_filepath: str | None = "filepath",
|
|
4224
4239
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -4489,6 +4504,7 @@ class TOPBAR_MT_render(bpy_types._GenericUI):
|
|
|
4489
4504
|
self,
|
|
4490
4505
|
searchpaths: list[str],
|
|
4491
4506
|
operator: str,
|
|
4507
|
+
*,
|
|
4492
4508
|
props_default: dict = None,
|
|
4493
4509
|
prop_filepath: str | None = "filepath",
|
|
4494
4510
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -4759,6 +4775,7 @@ class TOPBAR_MT_templates_more(bpy_types._GenericUI):
|
|
|
4759
4775
|
self,
|
|
4760
4776
|
searchpaths: list[str],
|
|
4761
4777
|
operator: str,
|
|
4778
|
+
*,
|
|
4762
4779
|
props_default: dict = None,
|
|
4763
4780
|
prop_filepath: str | None = "filepath",
|
|
4764
4781
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -5029,6 +5046,7 @@ class TOPBAR_MT_window(bpy_types._GenericUI):
|
|
|
5029
5046
|
self,
|
|
5030
5047
|
searchpaths: list[str],
|
|
5031
5048
|
operator: str,
|
|
5049
|
+
*,
|
|
5032
5050
|
props_default: dict = None,
|
|
5033
5051
|
prop_filepath: str | None = "filepath",
|
|
5034
5052
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -5299,6 +5317,7 @@ class TOPBAR_MT_workspace_menu(bpy_types._GenericUI):
|
|
|
5299
5317
|
self,
|
|
5300
5318
|
searchpaths: list[str],
|
|
5301
5319
|
operator: str,
|
|
5320
|
+
*,
|
|
5302
5321
|
props_default: dict = None,
|
|
5303
5322
|
prop_filepath: str | None = "filepath",
|
|
5304
5323
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -592,6 +592,7 @@ class USERPREF_MT_editor_menus(bpy_types._GenericUI):
|
|
|
592
592
|
self,
|
|
593
593
|
searchpaths: list[str],
|
|
594
594
|
operator: str,
|
|
595
|
+
*,
|
|
595
596
|
props_default: dict = None,
|
|
596
597
|
prop_filepath: str | None = "filepath",
|
|
597
598
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -862,6 +863,7 @@ class USERPREF_MT_extensions_active_repo(bpy_types._GenericUI):
|
|
|
862
863
|
self,
|
|
863
864
|
searchpaths: list[str],
|
|
864
865
|
operator: str,
|
|
866
|
+
*,
|
|
865
867
|
props_default: dict = None,
|
|
866
868
|
prop_filepath: str | None = "filepath",
|
|
867
869
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -1132,6 +1134,7 @@ class USERPREF_MT_extensions_active_repo_remove(bpy_types._GenericUI):
|
|
|
1132
1134
|
self,
|
|
1133
1135
|
searchpaths: list[str],
|
|
1134
1136
|
operator: str,
|
|
1137
|
+
*,
|
|
1135
1138
|
props_default: dict = None,
|
|
1136
1139
|
prop_filepath: str | None = "filepath",
|
|
1137
1140
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -1407,6 +1410,7 @@ class USERPREF_MT_interface_theme_presets(bpy_types._GenericUI):
|
|
|
1407
1410
|
self,
|
|
1408
1411
|
searchpaths: list[str],
|
|
1409
1412
|
operator: str,
|
|
1413
|
+
*,
|
|
1410
1414
|
props_default: dict = None,
|
|
1411
1415
|
prop_filepath: str | None = "filepath",
|
|
1412
1416
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -1695,6 +1699,7 @@ class USERPREF_MT_keyconfigs(bpy_types._GenericUI):
|
|
|
1695
1699
|
self,
|
|
1696
1700
|
searchpaths: list[str],
|
|
1697
1701
|
operator: str,
|
|
1702
|
+
*,
|
|
1698
1703
|
props_default: dict = None,
|
|
1699
1704
|
prop_filepath: str | None = "filepath",
|
|
1700
1705
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -1965,6 +1970,7 @@ class USERPREF_MT_save_load(bpy_types._GenericUI):
|
|
|
1965
1970
|
self,
|
|
1966
1971
|
searchpaths: list[str],
|
|
1967
1972
|
operator: str,
|
|
1973
|
+
*,
|
|
1968
1974
|
props_default: dict = None,
|
|
1969
1975
|
prop_filepath: str | None = "filepath",
|
|
1970
1976
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -2235,6 +2241,7 @@ class USERPREF_MT_view(bpy_types._GenericUI):
|
|
|
2235
2241
|
self,
|
|
2236
2242
|
searchpaths: list[str],
|
|
2237
2243
|
operator: str,
|
|
2244
|
+
*,
|
|
2238
2245
|
props_default: dict = None,
|
|
2239
2246
|
prop_filepath: str | None = "filepath",
|
|
2240
2247
|
filter_ext: collections.abc.Callable | None = None,
|
|
@@ -17310,6 +17317,7 @@ class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy_types._Generi
|
|
|
17310
17317
|
self,
|
|
17311
17318
|
searchpaths: list[str],
|
|
17312
17319
|
operator: str,
|
|
17320
|
+
*,
|
|
17313
17321
|
props_default: dict = None,
|
|
17314
17322
|
prop_filepath: str | None = "filepath",
|
|
17315
17323
|
filter_ext: collections.abc.Callable | None = None,
|