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
bl_ui/space_graph/__init__.pyi
CHANGED
|
@@ -410,10 +410,10 @@ class GRAPH_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
410
410
|
searchpaths: list[str],
|
|
411
411
|
operator: str,
|
|
412
412
|
props_default: dict = None,
|
|
413
|
-
prop_filepath: str = "filepath",
|
|
414
|
-
filter_ext:
|
|
413
|
+
prop_filepath: str | None = "filepath",
|
|
414
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
415
415
|
filter_path=None,
|
|
416
|
-
display_name:
|
|
416
|
+
display_name: collections.abc.Callable | None = None,
|
|
417
417
|
add_operator=None,
|
|
418
418
|
add_operator_props=None,
|
|
419
419
|
):
|
|
@@ -426,14 +426,14 @@ class GRAPH_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
426
426
|
:param props_default: Properties to assign to each operator.
|
|
427
427
|
:type props_default: dict
|
|
428
428
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
429
|
-
:type prop_filepath: str
|
|
429
|
+
:type prop_filepath: str | None
|
|
430
430
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
431
431
|
|
|
432
432
|
Returning false excludes the file from the list.
|
|
433
|
-
:type filter_ext:
|
|
433
|
+
:type filter_ext: collections.abc.Callable | None
|
|
434
434
|
:param filter_path:
|
|
435
435
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
436
|
-
:type display_name:
|
|
436
|
+
:type display_name: collections.abc.Callable | None
|
|
437
437
|
:param add_operator:
|
|
438
438
|
:param add_operator_props:
|
|
439
439
|
"""
|
|
@@ -680,10 +680,10 @@ class GRAPH_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
680
680
|
searchpaths: list[str],
|
|
681
681
|
operator: str,
|
|
682
682
|
props_default: dict = None,
|
|
683
|
-
prop_filepath: str = "filepath",
|
|
684
|
-
filter_ext:
|
|
683
|
+
prop_filepath: str | None = "filepath",
|
|
684
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
685
685
|
filter_path=None,
|
|
686
|
-
display_name:
|
|
686
|
+
display_name: collections.abc.Callable | None = None,
|
|
687
687
|
add_operator=None,
|
|
688
688
|
add_operator_props=None,
|
|
689
689
|
):
|
|
@@ -696,14 +696,14 @@ class GRAPH_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
696
696
|
:param props_default: Properties to assign to each operator.
|
|
697
697
|
:type props_default: dict
|
|
698
698
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
699
|
-
:type prop_filepath: str
|
|
699
|
+
:type prop_filepath: str | None
|
|
700
700
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
701
701
|
|
|
702
702
|
Returning false excludes the file from the list.
|
|
703
|
-
:type filter_ext:
|
|
703
|
+
:type filter_ext: collections.abc.Callable | None
|
|
704
704
|
:param filter_path:
|
|
705
705
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
706
|
-
:type display_name:
|
|
706
|
+
:type display_name: collections.abc.Callable | None
|
|
707
707
|
:param add_operator:
|
|
708
708
|
:param add_operator_props:
|
|
709
709
|
"""
|
|
@@ -950,10 +950,10 @@ class GRAPH_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
950
950
|
searchpaths: list[str],
|
|
951
951
|
operator: str,
|
|
952
952
|
props_default: dict = None,
|
|
953
|
-
prop_filepath: str = "filepath",
|
|
954
|
-
filter_ext:
|
|
953
|
+
prop_filepath: str | None = "filepath",
|
|
954
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
955
955
|
filter_path=None,
|
|
956
|
-
display_name:
|
|
956
|
+
display_name: collections.abc.Callable | None = None,
|
|
957
957
|
add_operator=None,
|
|
958
958
|
add_operator_props=None,
|
|
959
959
|
):
|
|
@@ -966,14 +966,14 @@ class GRAPH_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
966
966
|
:param props_default: Properties to assign to each operator.
|
|
967
967
|
:type props_default: dict
|
|
968
968
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
969
|
-
:type prop_filepath: str
|
|
969
|
+
:type prop_filepath: str | None
|
|
970
970
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
971
971
|
|
|
972
972
|
Returning false excludes the file from the list.
|
|
973
|
-
:type filter_ext:
|
|
973
|
+
:type filter_ext: collections.abc.Callable | None
|
|
974
974
|
:param filter_path:
|
|
975
975
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
976
|
-
:type display_name:
|
|
976
|
+
:type display_name: collections.abc.Callable | None
|
|
977
977
|
:param add_operator:
|
|
978
978
|
:param add_operator_props:
|
|
979
979
|
"""
|
|
@@ -1221,10 +1221,10 @@ class GRAPH_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1221
1221
|
searchpaths: list[str],
|
|
1222
1222
|
operator: str,
|
|
1223
1223
|
props_default: dict = None,
|
|
1224
|
-
prop_filepath: str = "filepath",
|
|
1225
|
-
filter_ext:
|
|
1224
|
+
prop_filepath: str | None = "filepath",
|
|
1225
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1226
1226
|
filter_path=None,
|
|
1227
|
-
display_name:
|
|
1227
|
+
display_name: collections.abc.Callable | None = None,
|
|
1228
1228
|
add_operator=None,
|
|
1229
1229
|
add_operator_props=None,
|
|
1230
1230
|
):
|
|
@@ -1237,14 +1237,14 @@ class GRAPH_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1237
1237
|
:param props_default: Properties to assign to each operator.
|
|
1238
1238
|
:type props_default: dict
|
|
1239
1239
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1240
|
-
:type prop_filepath: str
|
|
1240
|
+
:type prop_filepath: str | None
|
|
1241
1241
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1242
1242
|
|
|
1243
1243
|
Returning false excludes the file from the list.
|
|
1244
|
-
:type filter_ext:
|
|
1244
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1245
1245
|
:param filter_path:
|
|
1246
1246
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1247
|
-
:type display_name:
|
|
1247
|
+
:type display_name: collections.abc.Callable | None
|
|
1248
1248
|
:param add_operator:
|
|
1249
1249
|
:param add_operator_props:
|
|
1250
1250
|
"""
|
|
@@ -1491,10 +1491,10 @@ class GRAPH_MT_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1491
1491
|
searchpaths: list[str],
|
|
1492
1492
|
operator: str,
|
|
1493
1493
|
props_default: dict = None,
|
|
1494
|
-
prop_filepath: str = "filepath",
|
|
1495
|
-
filter_ext:
|
|
1494
|
+
prop_filepath: str | None = "filepath",
|
|
1495
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1496
1496
|
filter_path=None,
|
|
1497
|
-
display_name:
|
|
1497
|
+
display_name: collections.abc.Callable | None = None,
|
|
1498
1498
|
add_operator=None,
|
|
1499
1499
|
add_operator_props=None,
|
|
1500
1500
|
):
|
|
@@ -1507,14 +1507,14 @@ class GRAPH_MT_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1507
1507
|
:param props_default: Properties to assign to each operator.
|
|
1508
1508
|
:type props_default: dict
|
|
1509
1509
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1510
|
-
:type prop_filepath: str
|
|
1510
|
+
:type prop_filepath: str | None
|
|
1511
1511
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1512
1512
|
|
|
1513
1513
|
Returning false excludes the file from the list.
|
|
1514
|
-
:type filter_ext:
|
|
1514
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1515
1515
|
:param filter_path:
|
|
1516
1516
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1517
|
-
:type display_name:
|
|
1517
|
+
:type display_name: collections.abc.Callable | None
|
|
1518
1518
|
:param add_operator:
|
|
1519
1519
|
:param add_operator_props:
|
|
1520
1520
|
"""
|
|
@@ -1761,10 +1761,10 @@ class GRAPH_MT_key_blending(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1761
1761
|
searchpaths: list[str],
|
|
1762
1762
|
operator: str,
|
|
1763
1763
|
props_default: dict = None,
|
|
1764
|
-
prop_filepath: str = "filepath",
|
|
1765
|
-
filter_ext:
|
|
1764
|
+
prop_filepath: str | None = "filepath",
|
|
1765
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1766
1766
|
filter_path=None,
|
|
1767
|
-
display_name:
|
|
1767
|
+
display_name: collections.abc.Callable | None = None,
|
|
1768
1768
|
add_operator=None,
|
|
1769
1769
|
add_operator_props=None,
|
|
1770
1770
|
):
|
|
@@ -1777,14 +1777,14 @@ class GRAPH_MT_key_blending(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1777
1777
|
:param props_default: Properties to assign to each operator.
|
|
1778
1778
|
:type props_default: dict
|
|
1779
1779
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1780
|
-
:type prop_filepath: str
|
|
1780
|
+
:type prop_filepath: str | None
|
|
1781
1781
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1782
1782
|
|
|
1783
1783
|
Returning false excludes the file from the list.
|
|
1784
|
-
:type filter_ext:
|
|
1784
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1785
1785
|
:param filter_path:
|
|
1786
1786
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1787
|
-
:type display_name:
|
|
1787
|
+
:type display_name: collections.abc.Callable | None
|
|
1788
1788
|
:param add_operator:
|
|
1789
1789
|
:param add_operator_props:
|
|
1790
1790
|
"""
|
|
@@ -2031,10 +2031,10 @@ class GRAPH_MT_key_density(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2031
2031
|
searchpaths: list[str],
|
|
2032
2032
|
operator: str,
|
|
2033
2033
|
props_default: dict = None,
|
|
2034
|
-
prop_filepath: str = "filepath",
|
|
2035
|
-
filter_ext:
|
|
2034
|
+
prop_filepath: str | None = "filepath",
|
|
2035
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2036
2036
|
filter_path=None,
|
|
2037
|
-
display_name:
|
|
2037
|
+
display_name: collections.abc.Callable | None = None,
|
|
2038
2038
|
add_operator=None,
|
|
2039
2039
|
add_operator_props=None,
|
|
2040
2040
|
):
|
|
@@ -2047,14 +2047,14 @@ class GRAPH_MT_key_density(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2047
2047
|
:param props_default: Properties to assign to each operator.
|
|
2048
2048
|
:type props_default: dict
|
|
2049
2049
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2050
|
-
:type prop_filepath: str
|
|
2050
|
+
:type prop_filepath: str | None
|
|
2051
2051
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2052
2052
|
|
|
2053
2053
|
Returning false excludes the file from the list.
|
|
2054
|
-
:type filter_ext:
|
|
2054
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2055
2055
|
:param filter_path:
|
|
2056
2056
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2057
|
-
:type display_name:
|
|
2057
|
+
:type display_name: collections.abc.Callable | None
|
|
2058
2058
|
:param add_operator:
|
|
2059
2059
|
:param add_operator_props:
|
|
2060
2060
|
"""
|
|
@@ -2301,10 +2301,10 @@ class GRAPH_MT_key_smoothing(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2301
2301
|
searchpaths: list[str],
|
|
2302
2302
|
operator: str,
|
|
2303
2303
|
props_default: dict = None,
|
|
2304
|
-
prop_filepath: str = "filepath",
|
|
2305
|
-
filter_ext:
|
|
2304
|
+
prop_filepath: str | None = "filepath",
|
|
2305
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2306
2306
|
filter_path=None,
|
|
2307
|
-
display_name:
|
|
2307
|
+
display_name: collections.abc.Callable | None = None,
|
|
2308
2308
|
add_operator=None,
|
|
2309
2309
|
add_operator_props=None,
|
|
2310
2310
|
):
|
|
@@ -2317,14 +2317,14 @@ class GRAPH_MT_key_smoothing(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2317
2317
|
:param props_default: Properties to assign to each operator.
|
|
2318
2318
|
:type props_default: dict
|
|
2319
2319
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2320
|
-
:type prop_filepath: str
|
|
2320
|
+
:type prop_filepath: str | None
|
|
2321
2321
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2322
2322
|
|
|
2323
2323
|
Returning false excludes the file from the list.
|
|
2324
|
-
:type filter_ext:
|
|
2324
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2325
2325
|
:param filter_path:
|
|
2326
2326
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2327
|
-
:type display_name:
|
|
2327
|
+
:type display_name: collections.abc.Callable | None
|
|
2328
2328
|
:param add_operator:
|
|
2329
2329
|
:param add_operator_props:
|
|
2330
2330
|
"""
|
|
@@ -2571,10 +2571,10 @@ class GRAPH_MT_key_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2571
2571
|
searchpaths: list[str],
|
|
2572
2572
|
operator: str,
|
|
2573
2573
|
props_default: dict = None,
|
|
2574
|
-
prop_filepath: str = "filepath",
|
|
2575
|
-
filter_ext:
|
|
2574
|
+
prop_filepath: str | None = "filepath",
|
|
2575
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2576
2576
|
filter_path=None,
|
|
2577
|
-
display_name:
|
|
2577
|
+
display_name: collections.abc.Callable | None = None,
|
|
2578
2578
|
add_operator=None,
|
|
2579
2579
|
add_operator_props=None,
|
|
2580
2580
|
):
|
|
@@ -2587,14 +2587,14 @@ class GRAPH_MT_key_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2587
2587
|
:param props_default: Properties to assign to each operator.
|
|
2588
2588
|
:type props_default: dict
|
|
2589
2589
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2590
|
-
:type prop_filepath: str
|
|
2590
|
+
:type prop_filepath: str | None
|
|
2591
2591
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2592
2592
|
|
|
2593
2593
|
Returning false excludes the file from the list.
|
|
2594
|
-
:type filter_ext:
|
|
2594
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2595
2595
|
:param filter_path:
|
|
2596
2596
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2597
|
-
:type display_name:
|
|
2597
|
+
:type display_name: collections.abc.Callable | None
|
|
2598
2598
|
:param add_operator:
|
|
2599
2599
|
:param add_operator_props:
|
|
2600
2600
|
"""
|
|
@@ -2841,10 +2841,10 @@ class GRAPH_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2841
2841
|
searchpaths: list[str],
|
|
2842
2842
|
operator: str,
|
|
2843
2843
|
props_default: dict = None,
|
|
2844
|
-
prop_filepath: str = "filepath",
|
|
2845
|
-
filter_ext:
|
|
2844
|
+
prop_filepath: str | None = "filepath",
|
|
2845
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2846
2846
|
filter_path=None,
|
|
2847
|
-
display_name:
|
|
2847
|
+
display_name: collections.abc.Callable | None = None,
|
|
2848
2848
|
add_operator=None,
|
|
2849
2849
|
add_operator_props=None,
|
|
2850
2850
|
):
|
|
@@ -2857,14 +2857,14 @@ class GRAPH_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2857
2857
|
:param props_default: Properties to assign to each operator.
|
|
2858
2858
|
:type props_default: dict
|
|
2859
2859
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2860
|
-
:type prop_filepath: str
|
|
2860
|
+
:type prop_filepath: str | None
|
|
2861
2861
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2862
2862
|
|
|
2863
2863
|
Returning false excludes the file from the list.
|
|
2864
|
-
:type filter_ext:
|
|
2864
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2865
2865
|
:param filter_path:
|
|
2866
2866
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2867
|
-
:type display_name:
|
|
2867
|
+
:type display_name: collections.abc.Callable | None
|
|
2868
2868
|
:param add_operator:
|
|
2869
2869
|
:param add_operator_props:
|
|
2870
2870
|
"""
|
|
@@ -3111,10 +3111,10 @@ class GRAPH_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3111
3111
|
searchpaths: list[str],
|
|
3112
3112
|
operator: str,
|
|
3113
3113
|
props_default: dict = None,
|
|
3114
|
-
prop_filepath: str = "filepath",
|
|
3115
|
-
filter_ext:
|
|
3114
|
+
prop_filepath: str | None = "filepath",
|
|
3115
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3116
3116
|
filter_path=None,
|
|
3117
|
-
display_name:
|
|
3117
|
+
display_name: collections.abc.Callable | None = None,
|
|
3118
3118
|
add_operator=None,
|
|
3119
3119
|
add_operator_props=None,
|
|
3120
3120
|
):
|
|
@@ -3127,14 +3127,14 @@ class GRAPH_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3127
3127
|
:param props_default: Properties to assign to each operator.
|
|
3128
3128
|
:type props_default: dict
|
|
3129
3129
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3130
|
-
:type prop_filepath: str
|
|
3130
|
+
:type prop_filepath: str | None
|
|
3131
3131
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3132
3132
|
|
|
3133
3133
|
Returning false excludes the file from the list.
|
|
3134
|
-
:type filter_ext:
|
|
3134
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3135
3135
|
:param filter_path:
|
|
3136
3136
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3137
|
-
:type display_name:
|
|
3137
|
+
:type display_name: collections.abc.Callable | None
|
|
3138
3138
|
:param add_operator:
|
|
3139
3139
|
:param add_operator_props:
|
|
3140
3140
|
"""
|
|
@@ -3381,10 +3381,10 @@ class GRAPH_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3381
3381
|
searchpaths: list[str],
|
|
3382
3382
|
operator: str,
|
|
3383
3383
|
props_default: dict = None,
|
|
3384
|
-
prop_filepath: str = "filepath",
|
|
3385
|
-
filter_ext:
|
|
3384
|
+
prop_filepath: str | None = "filepath",
|
|
3385
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3386
3386
|
filter_path=None,
|
|
3387
|
-
display_name:
|
|
3387
|
+
display_name: collections.abc.Callable | None = None,
|
|
3388
3388
|
add_operator=None,
|
|
3389
3389
|
add_operator_props=None,
|
|
3390
3390
|
):
|
|
@@ -3397,14 +3397,14 @@ class GRAPH_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3397
3397
|
:param props_default: Properties to assign to each operator.
|
|
3398
3398
|
:type props_default: dict
|
|
3399
3399
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3400
|
-
:type prop_filepath: str
|
|
3400
|
+
:type prop_filepath: str | None
|
|
3401
3401
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3402
3402
|
|
|
3403
3403
|
Returning false excludes the file from the list.
|
|
3404
|
-
:type filter_ext:
|
|
3404
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3405
3405
|
:param filter_path:
|
|
3406
3406
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3407
|
-
:type display_name:
|
|
3407
|
+
:type display_name: collections.abc.Callable | None
|
|
3408
3408
|
:param add_operator:
|
|
3409
3409
|
:param add_operator_props:
|
|
3410
3410
|
"""
|
|
@@ -3651,10 +3651,10 @@ class GRAPH_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3651
3651
|
searchpaths: list[str],
|
|
3652
3652
|
operator: str,
|
|
3653
3653
|
props_default: dict = None,
|
|
3654
|
-
prop_filepath: str = "filepath",
|
|
3655
|
-
filter_ext:
|
|
3654
|
+
prop_filepath: str | None = "filepath",
|
|
3655
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3656
3656
|
filter_path=None,
|
|
3657
|
-
display_name:
|
|
3657
|
+
display_name: collections.abc.Callable | None = None,
|
|
3658
3658
|
add_operator=None,
|
|
3659
3659
|
add_operator_props=None,
|
|
3660
3660
|
):
|
|
@@ -3667,14 +3667,14 @@ class GRAPH_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3667
3667
|
:param props_default: Properties to assign to each operator.
|
|
3668
3668
|
:type props_default: dict
|
|
3669
3669
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3670
|
-
:type prop_filepath: str
|
|
3670
|
+
:type prop_filepath: str | None
|
|
3671
3671
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3672
3672
|
|
|
3673
3673
|
Returning false excludes the file from the list.
|
|
3674
|
-
:type filter_ext:
|
|
3674
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3675
3675
|
:param filter_path:
|
|
3676
3676
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3677
|
-
:type display_name:
|
|
3677
|
+
:type display_name: collections.abc.Callable | None
|
|
3678
3678
|
:param add_operator:
|
|
3679
3679
|
:param add_operator_props:
|
|
3680
3680
|
"""
|
|
@@ -3921,10 +3921,10 @@ class GRAPH_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3921
3921
|
searchpaths: list[str],
|
|
3922
3922
|
operator: str,
|
|
3923
3923
|
props_default: dict = None,
|
|
3924
|
-
prop_filepath: str = "filepath",
|
|
3925
|
-
filter_ext:
|
|
3924
|
+
prop_filepath: str | None = "filepath",
|
|
3925
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3926
3926
|
filter_path=None,
|
|
3927
|
-
display_name:
|
|
3927
|
+
display_name: collections.abc.Callable | None = None,
|
|
3928
3928
|
add_operator=None,
|
|
3929
3929
|
add_operator_props=None,
|
|
3930
3930
|
):
|
|
@@ -3937,14 +3937,14 @@ class GRAPH_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3937
3937
|
:param props_default: Properties to assign to each operator.
|
|
3938
3938
|
:type props_default: dict
|
|
3939
3939
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3940
|
-
:type prop_filepath: str
|
|
3940
|
+
:type prop_filepath: str | None
|
|
3941
3941
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3942
3942
|
|
|
3943
3943
|
Returning false excludes the file from the list.
|
|
3944
|
-
:type filter_ext:
|
|
3944
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3945
3945
|
:param filter_path:
|
|
3946
3946
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3947
|
-
:type display_name:
|
|
3947
|
+
:type display_name: collections.abc.Callable | None
|
|
3948
3948
|
:param add_operator:
|
|
3949
3949
|
:param add_operator_props:
|
|
3950
3950
|
"""
|
|
@@ -4191,10 +4191,10 @@ class GRAPH_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4191
4191
|
searchpaths: list[str],
|
|
4192
4192
|
operator: str,
|
|
4193
4193
|
props_default: dict = None,
|
|
4194
|
-
prop_filepath: str = "filepath",
|
|
4195
|
-
filter_ext:
|
|
4194
|
+
prop_filepath: str | None = "filepath",
|
|
4195
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
4196
4196
|
filter_path=None,
|
|
4197
|
-
display_name:
|
|
4197
|
+
display_name: collections.abc.Callable | None = None,
|
|
4198
4198
|
add_operator=None,
|
|
4199
4199
|
add_operator_props=None,
|
|
4200
4200
|
):
|
|
@@ -4207,14 +4207,14 @@ class GRAPH_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4207
4207
|
:param props_default: Properties to assign to each operator.
|
|
4208
4208
|
:type props_default: dict
|
|
4209
4209
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
4210
|
-
:type prop_filepath: str
|
|
4210
|
+
:type prop_filepath: str | None
|
|
4211
4211
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
4212
4212
|
|
|
4213
4213
|
Returning false excludes the file from the list.
|
|
4214
|
-
:type filter_ext:
|
|
4214
|
+
:type filter_ext: collections.abc.Callable | None
|
|
4215
4215
|
:param filter_path:
|
|
4216
4216
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
4217
|
-
:type display_name:
|
|
4217
|
+
:type display_name: collections.abc.Callable | None
|
|
4218
4218
|
:param add_operator:
|
|
4219
4219
|
:param add_operator_props:
|
|
4220
4220
|
"""
|
|
@@ -4461,10 +4461,10 @@ class GRAPH_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4461
4461
|
searchpaths: list[str],
|
|
4462
4462
|
operator: str,
|
|
4463
4463
|
props_default: dict = None,
|
|
4464
|
-
prop_filepath: str = "filepath",
|
|
4465
|
-
filter_ext:
|
|
4464
|
+
prop_filepath: str | None = "filepath",
|
|
4465
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
4466
4466
|
filter_path=None,
|
|
4467
|
-
display_name:
|
|
4467
|
+
display_name: collections.abc.Callable | None = None,
|
|
4468
4468
|
add_operator=None,
|
|
4469
4469
|
add_operator_props=None,
|
|
4470
4470
|
):
|
|
@@ -4477,14 +4477,14 @@ class GRAPH_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4477
4477
|
:param props_default: Properties to assign to each operator.
|
|
4478
4478
|
:type props_default: dict
|
|
4479
4479
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
4480
|
-
:type prop_filepath: str
|
|
4480
|
+
:type prop_filepath: str | None
|
|
4481
4481
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
4482
4482
|
|
|
4483
4483
|
Returning false excludes the file from the list.
|
|
4484
|
-
:type filter_ext:
|
|
4484
|
+
:type filter_ext: collections.abc.Callable | None
|
|
4485
4485
|
:param filter_path:
|
|
4486
4486
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
4487
|
-
:type display_name:
|
|
4487
|
+
:type display_name: collections.abc.Callable | None
|
|
4488
4488
|
:param add_operator:
|
|
4489
4489
|
:param add_operator_props:
|
|
4490
4490
|
"""
|