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_image/__init__.pyi
CHANGED
|
@@ -732,10 +732,10 @@ class IMAGE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
732
732
|
searchpaths: list[str],
|
|
733
733
|
operator: str,
|
|
734
734
|
props_default: dict = None,
|
|
735
|
-
prop_filepath: str = "filepath",
|
|
736
|
-
filter_ext:
|
|
735
|
+
prop_filepath: str | None = "filepath",
|
|
736
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
737
737
|
filter_path=None,
|
|
738
|
-
display_name:
|
|
738
|
+
display_name: collections.abc.Callable | None = None,
|
|
739
739
|
add_operator=None,
|
|
740
740
|
add_operator_props=None,
|
|
741
741
|
):
|
|
@@ -748,14 +748,14 @@ class IMAGE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
748
748
|
:param props_default: Properties to assign to each operator.
|
|
749
749
|
:type props_default: dict
|
|
750
750
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
751
|
-
:type prop_filepath: str
|
|
751
|
+
:type prop_filepath: str | None
|
|
752
752
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
753
753
|
|
|
754
754
|
Returning false excludes the file from the list.
|
|
755
|
-
:type filter_ext:
|
|
755
|
+
:type filter_ext: collections.abc.Callable | None
|
|
756
756
|
:param filter_path:
|
|
757
757
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
758
|
-
:type display_name:
|
|
758
|
+
:type display_name: collections.abc.Callable | None
|
|
759
759
|
:param add_operator:
|
|
760
760
|
:param add_operator_props:
|
|
761
761
|
"""
|
|
@@ -1002,10 +1002,10 @@ class IMAGE_MT_image(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1002
1002
|
searchpaths: list[str],
|
|
1003
1003
|
operator: str,
|
|
1004
1004
|
props_default: dict = None,
|
|
1005
|
-
prop_filepath: str = "filepath",
|
|
1006
|
-
filter_ext:
|
|
1005
|
+
prop_filepath: str | None = "filepath",
|
|
1006
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1007
1007
|
filter_path=None,
|
|
1008
|
-
display_name:
|
|
1008
|
+
display_name: collections.abc.Callable | None = None,
|
|
1009
1009
|
add_operator=None,
|
|
1010
1010
|
add_operator_props=None,
|
|
1011
1011
|
):
|
|
@@ -1018,14 +1018,14 @@ class IMAGE_MT_image(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1018
1018
|
:param props_default: Properties to assign to each operator.
|
|
1019
1019
|
:type props_default: dict
|
|
1020
1020
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1021
|
-
:type prop_filepath: str
|
|
1021
|
+
:type prop_filepath: str | None
|
|
1022
1022
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1023
1023
|
|
|
1024
1024
|
Returning false excludes the file from the list.
|
|
1025
|
-
:type filter_ext:
|
|
1025
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1026
1026
|
:param filter_path:
|
|
1027
1027
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1028
|
-
:type display_name:
|
|
1028
|
+
:type display_name: collections.abc.Callable | None
|
|
1029
1029
|
:param add_operator:
|
|
1030
1030
|
:param add_operator_props:
|
|
1031
1031
|
"""
|
|
@@ -1272,10 +1272,10 @@ class IMAGE_MT_image_invert(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1272
1272
|
searchpaths: list[str],
|
|
1273
1273
|
operator: str,
|
|
1274
1274
|
props_default: dict = None,
|
|
1275
|
-
prop_filepath: str = "filepath",
|
|
1276
|
-
filter_ext:
|
|
1275
|
+
prop_filepath: str | None = "filepath",
|
|
1276
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1277
1277
|
filter_path=None,
|
|
1278
|
-
display_name:
|
|
1278
|
+
display_name: collections.abc.Callable | None = None,
|
|
1279
1279
|
add_operator=None,
|
|
1280
1280
|
add_operator_props=None,
|
|
1281
1281
|
):
|
|
@@ -1288,14 +1288,14 @@ class IMAGE_MT_image_invert(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1288
1288
|
:param props_default: Properties to assign to each operator.
|
|
1289
1289
|
:type props_default: dict
|
|
1290
1290
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1291
|
-
:type prop_filepath: str
|
|
1291
|
+
:type prop_filepath: str | None
|
|
1292
1292
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1293
1293
|
|
|
1294
1294
|
Returning false excludes the file from the list.
|
|
1295
|
-
:type filter_ext:
|
|
1295
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1296
1296
|
:param filter_path:
|
|
1297
1297
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1298
|
-
:type display_name:
|
|
1298
|
+
:type display_name: collections.abc.Callable | None
|
|
1299
1299
|
:param add_operator:
|
|
1300
1300
|
:param add_operator_props:
|
|
1301
1301
|
"""
|
|
@@ -1542,10 +1542,10 @@ class IMAGE_MT_image_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1542
1542
|
searchpaths: list[str],
|
|
1543
1543
|
operator: str,
|
|
1544
1544
|
props_default: dict = None,
|
|
1545
|
-
prop_filepath: str = "filepath",
|
|
1546
|
-
filter_ext:
|
|
1545
|
+
prop_filepath: str | None = "filepath",
|
|
1546
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1547
1547
|
filter_path=None,
|
|
1548
|
-
display_name:
|
|
1548
|
+
display_name: collections.abc.Callable | None = None,
|
|
1549
1549
|
add_operator=None,
|
|
1550
1550
|
add_operator_props=None,
|
|
1551
1551
|
):
|
|
@@ -1558,14 +1558,14 @@ class IMAGE_MT_image_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1558
1558
|
:param props_default: Properties to assign to each operator.
|
|
1559
1559
|
:type props_default: dict
|
|
1560
1560
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1561
|
-
:type prop_filepath: str
|
|
1561
|
+
:type prop_filepath: str | None
|
|
1562
1562
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1563
1563
|
|
|
1564
1564
|
Returning false excludes the file from the list.
|
|
1565
|
-
:type filter_ext:
|
|
1565
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1566
1566
|
:param filter_path:
|
|
1567
1567
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1568
|
-
:type display_name:
|
|
1568
|
+
:type display_name: collections.abc.Callable | None
|
|
1569
1569
|
:param add_operator:
|
|
1570
1570
|
:param add_operator_props:
|
|
1571
1571
|
"""
|
|
@@ -1812,10 +1812,10 @@ class IMAGE_MT_mask_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1812
1812
|
searchpaths: list[str],
|
|
1813
1813
|
operator: str,
|
|
1814
1814
|
props_default: dict = None,
|
|
1815
|
-
prop_filepath: str = "filepath",
|
|
1816
|
-
filter_ext:
|
|
1815
|
+
prop_filepath: str | None = "filepath",
|
|
1816
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1817
1817
|
filter_path=None,
|
|
1818
|
-
display_name:
|
|
1818
|
+
display_name: collections.abc.Callable | None = None,
|
|
1819
1819
|
add_operator=None,
|
|
1820
1820
|
add_operator_props=None,
|
|
1821
1821
|
):
|
|
@@ -1828,14 +1828,14 @@ class IMAGE_MT_mask_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1828
1828
|
:param props_default: Properties to assign to each operator.
|
|
1829
1829
|
:type props_default: dict
|
|
1830
1830
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1831
|
-
:type prop_filepath: str
|
|
1831
|
+
:type prop_filepath: str | None
|
|
1832
1832
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1833
1833
|
|
|
1834
1834
|
Returning false excludes the file from the list.
|
|
1835
|
-
:type filter_ext:
|
|
1835
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1836
1836
|
:param filter_path:
|
|
1837
1837
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1838
|
-
:type display_name:
|
|
1838
|
+
:type display_name: collections.abc.Callable | None
|
|
1839
1839
|
:param add_operator:
|
|
1840
1840
|
:param add_operator_props:
|
|
1841
1841
|
"""
|
|
@@ -2089,10 +2089,10 @@ class IMAGE_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2089
2089
|
searchpaths: list[str],
|
|
2090
2090
|
operator: str,
|
|
2091
2091
|
props_default: dict = None,
|
|
2092
|
-
prop_filepath: str = "filepath",
|
|
2093
|
-
filter_ext:
|
|
2092
|
+
prop_filepath: str | None = "filepath",
|
|
2093
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2094
2094
|
filter_path=None,
|
|
2095
|
-
display_name:
|
|
2095
|
+
display_name: collections.abc.Callable | None = None,
|
|
2096
2096
|
add_operator=None,
|
|
2097
2097
|
add_operator_props=None,
|
|
2098
2098
|
):
|
|
@@ -2105,14 +2105,14 @@ class IMAGE_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2105
2105
|
:param props_default: Properties to assign to each operator.
|
|
2106
2106
|
:type props_default: dict
|
|
2107
2107
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2108
|
-
:type prop_filepath: str
|
|
2108
|
+
:type prop_filepath: str | None
|
|
2109
2109
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2110
2110
|
|
|
2111
2111
|
Returning false excludes the file from the list.
|
|
2112
|
-
:type filter_ext:
|
|
2112
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2113
2113
|
:param filter_path:
|
|
2114
2114
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2115
|
-
:type display_name:
|
|
2115
|
+
:type display_name: collections.abc.Callable | None
|
|
2116
2116
|
:param add_operator:
|
|
2117
2117
|
:param add_operator_props:
|
|
2118
2118
|
"""
|
|
@@ -2359,10 +2359,10 @@ class IMAGE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2359
2359
|
searchpaths: list[str],
|
|
2360
2360
|
operator: str,
|
|
2361
2361
|
props_default: dict = None,
|
|
2362
|
-
prop_filepath: str = "filepath",
|
|
2363
|
-
filter_ext:
|
|
2362
|
+
prop_filepath: str | None = "filepath",
|
|
2363
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2364
2364
|
filter_path=None,
|
|
2365
|
-
display_name:
|
|
2365
|
+
display_name: collections.abc.Callable | None = None,
|
|
2366
2366
|
add_operator=None,
|
|
2367
2367
|
add_operator_props=None,
|
|
2368
2368
|
):
|
|
@@ -2375,14 +2375,14 @@ class IMAGE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2375
2375
|
:param props_default: Properties to assign to each operator.
|
|
2376
2376
|
:type props_default: dict
|
|
2377
2377
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2378
|
-
:type prop_filepath: str
|
|
2378
|
+
:type prop_filepath: str | None
|
|
2379
2379
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2380
2380
|
|
|
2381
2381
|
Returning false excludes the file from the list.
|
|
2382
|
-
:type filter_ext:
|
|
2382
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2383
2383
|
:param filter_path:
|
|
2384
2384
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2385
|
-
:type display_name:
|
|
2385
|
+
:type display_name: collections.abc.Callable | None
|
|
2386
2386
|
:param add_operator:
|
|
2387
2387
|
:param add_operator_props:
|
|
2388
2388
|
"""
|
|
@@ -2629,10 +2629,10 @@ class IMAGE_MT_select_linked(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2629
2629
|
searchpaths: list[str],
|
|
2630
2630
|
operator: str,
|
|
2631
2631
|
props_default: dict = None,
|
|
2632
|
-
prop_filepath: str = "filepath",
|
|
2633
|
-
filter_ext:
|
|
2632
|
+
prop_filepath: str | None = "filepath",
|
|
2633
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2634
2634
|
filter_path=None,
|
|
2635
|
-
display_name:
|
|
2635
|
+
display_name: collections.abc.Callable | None = None,
|
|
2636
2636
|
add_operator=None,
|
|
2637
2637
|
add_operator_props=None,
|
|
2638
2638
|
):
|
|
@@ -2645,14 +2645,14 @@ class IMAGE_MT_select_linked(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2645
2645
|
:param props_default: Properties to assign to each operator.
|
|
2646
2646
|
:type props_default: dict
|
|
2647
2647
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2648
|
-
:type prop_filepath: str
|
|
2648
|
+
:type prop_filepath: str | None
|
|
2649
2649
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2650
2650
|
|
|
2651
2651
|
Returning false excludes the file from the list.
|
|
2652
|
-
:type filter_ext:
|
|
2652
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2653
2653
|
:param filter_path:
|
|
2654
2654
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2655
|
-
:type display_name:
|
|
2655
|
+
:type display_name: collections.abc.Callable | None
|
|
2656
2656
|
:param add_operator:
|
|
2657
2657
|
:param add_operator_props:
|
|
2658
2658
|
"""
|
|
@@ -2899,10 +2899,10 @@ class IMAGE_MT_uvs(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2899
2899
|
searchpaths: list[str],
|
|
2900
2900
|
operator: str,
|
|
2901
2901
|
props_default: dict = None,
|
|
2902
|
-
prop_filepath: str = "filepath",
|
|
2903
|
-
filter_ext:
|
|
2902
|
+
prop_filepath: str | None = "filepath",
|
|
2903
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2904
2904
|
filter_path=None,
|
|
2905
|
-
display_name:
|
|
2905
|
+
display_name: collections.abc.Callable | None = None,
|
|
2906
2906
|
add_operator=None,
|
|
2907
2907
|
add_operator_props=None,
|
|
2908
2908
|
):
|
|
@@ -2915,14 +2915,14 @@ class IMAGE_MT_uvs(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2915
2915
|
:param props_default: Properties to assign to each operator.
|
|
2916
2916
|
:type props_default: dict
|
|
2917
2917
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2918
|
-
:type prop_filepath: str
|
|
2918
|
+
:type prop_filepath: str | None
|
|
2919
2919
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2920
2920
|
|
|
2921
2921
|
Returning false excludes the file from the list.
|
|
2922
|
-
:type filter_ext:
|
|
2922
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2923
2923
|
:param filter_path:
|
|
2924
2924
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2925
|
-
:type display_name:
|
|
2925
|
+
:type display_name: collections.abc.Callable | None
|
|
2926
2926
|
:param add_operator:
|
|
2927
2927
|
:param add_operator_props:
|
|
2928
2928
|
"""
|
|
@@ -3169,10 +3169,10 @@ class IMAGE_MT_uvs_align(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3169
3169
|
searchpaths: list[str],
|
|
3170
3170
|
operator: str,
|
|
3171
3171
|
props_default: dict = None,
|
|
3172
|
-
prop_filepath: str = "filepath",
|
|
3173
|
-
filter_ext:
|
|
3172
|
+
prop_filepath: str | None = "filepath",
|
|
3173
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3174
3174
|
filter_path=None,
|
|
3175
|
-
display_name:
|
|
3175
|
+
display_name: collections.abc.Callable | None = None,
|
|
3176
3176
|
add_operator=None,
|
|
3177
3177
|
add_operator_props=None,
|
|
3178
3178
|
):
|
|
@@ -3185,14 +3185,14 @@ class IMAGE_MT_uvs_align(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3185
3185
|
:param props_default: Properties to assign to each operator.
|
|
3186
3186
|
:type props_default: dict
|
|
3187
3187
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3188
|
-
:type prop_filepath: str
|
|
3188
|
+
:type prop_filepath: str | None
|
|
3189
3189
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3190
3190
|
|
|
3191
3191
|
Returning false excludes the file from the list.
|
|
3192
|
-
:type filter_ext:
|
|
3192
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3193
3193
|
:param filter_path:
|
|
3194
3194
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3195
|
-
:type display_name:
|
|
3195
|
+
:type display_name: collections.abc.Callable | None
|
|
3196
3196
|
:param add_operator:
|
|
3197
3197
|
:param add_operator_props:
|
|
3198
3198
|
"""
|
|
@@ -3439,10 +3439,10 @@ class IMAGE_MT_uvs_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3439
3439
|
searchpaths: list[str],
|
|
3440
3440
|
operator: str,
|
|
3441
3441
|
props_default: dict = None,
|
|
3442
|
-
prop_filepath: str = "filepath",
|
|
3443
|
-
filter_ext:
|
|
3442
|
+
prop_filepath: str | None = "filepath",
|
|
3443
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3444
3444
|
filter_path=None,
|
|
3445
|
-
display_name:
|
|
3445
|
+
display_name: collections.abc.Callable | None = None,
|
|
3446
3446
|
add_operator=None,
|
|
3447
3447
|
add_operator_props=None,
|
|
3448
3448
|
):
|
|
@@ -3455,14 +3455,14 @@ class IMAGE_MT_uvs_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3455
3455
|
:param props_default: Properties to assign to each operator.
|
|
3456
3456
|
:type props_default: dict
|
|
3457
3457
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3458
|
-
:type prop_filepath: str
|
|
3458
|
+
:type prop_filepath: str | None
|
|
3459
3459
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3460
3460
|
|
|
3461
3461
|
Returning false excludes the file from the list.
|
|
3462
|
-
:type filter_ext:
|
|
3462
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3463
3463
|
:param filter_path:
|
|
3464
3464
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3465
|
-
:type display_name:
|
|
3465
|
+
:type display_name: collections.abc.Callable | None
|
|
3466
3466
|
:param add_operator:
|
|
3467
3467
|
:param add_operator_props:
|
|
3468
3468
|
"""
|
|
@@ -3709,10 +3709,10 @@ class IMAGE_MT_uvs_merge(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3709
3709
|
searchpaths: list[str],
|
|
3710
3710
|
operator: str,
|
|
3711
3711
|
props_default: dict = None,
|
|
3712
|
-
prop_filepath: str = "filepath",
|
|
3713
|
-
filter_ext:
|
|
3712
|
+
prop_filepath: str | None = "filepath",
|
|
3713
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3714
3714
|
filter_path=None,
|
|
3715
|
-
display_name:
|
|
3715
|
+
display_name: collections.abc.Callable | None = None,
|
|
3716
3716
|
add_operator=None,
|
|
3717
3717
|
add_operator_props=None,
|
|
3718
3718
|
):
|
|
@@ -3725,14 +3725,14 @@ class IMAGE_MT_uvs_merge(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3725
3725
|
:param props_default: Properties to assign to each operator.
|
|
3726
3726
|
:type props_default: dict
|
|
3727
3727
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3728
|
-
:type prop_filepath: str
|
|
3728
|
+
:type prop_filepath: str | None
|
|
3729
3729
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3730
3730
|
|
|
3731
3731
|
Returning false excludes the file from the list.
|
|
3732
|
-
:type filter_ext:
|
|
3732
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3733
3733
|
:param filter_path:
|
|
3734
3734
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3735
|
-
:type display_name:
|
|
3735
|
+
:type display_name: collections.abc.Callable | None
|
|
3736
3736
|
:param add_operator:
|
|
3737
3737
|
:param add_operator_props:
|
|
3738
3738
|
"""
|
|
@@ -3979,10 +3979,10 @@ class IMAGE_MT_uvs_mirror(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3979
3979
|
searchpaths: list[str],
|
|
3980
3980
|
operator: str,
|
|
3981
3981
|
props_default: dict = None,
|
|
3982
|
-
prop_filepath: str = "filepath",
|
|
3983
|
-
filter_ext:
|
|
3982
|
+
prop_filepath: str | None = "filepath",
|
|
3983
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3984
3984
|
filter_path=None,
|
|
3985
|
-
display_name:
|
|
3985
|
+
display_name: collections.abc.Callable | None = None,
|
|
3986
3986
|
add_operator=None,
|
|
3987
3987
|
add_operator_props=None,
|
|
3988
3988
|
):
|
|
@@ -3995,14 +3995,14 @@ class IMAGE_MT_uvs_mirror(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3995
3995
|
:param props_default: Properties to assign to each operator.
|
|
3996
3996
|
:type props_default: dict
|
|
3997
3997
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3998
|
-
:type prop_filepath: str
|
|
3998
|
+
:type prop_filepath: str | None
|
|
3999
3999
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
4000
4000
|
|
|
4001
4001
|
Returning false excludes the file from the list.
|
|
4002
|
-
:type filter_ext:
|
|
4002
|
+
:type filter_ext: collections.abc.Callable | None
|
|
4003
4003
|
:param filter_path:
|
|
4004
4004
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
4005
|
-
:type display_name:
|
|
4005
|
+
:type display_name: collections.abc.Callable | None
|
|
4006
4006
|
:param add_operator:
|
|
4007
4007
|
:param add_operator_props:
|
|
4008
4008
|
"""
|
|
@@ -4249,10 +4249,10 @@ class IMAGE_MT_uvs_select_mode(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4249
4249
|
searchpaths: list[str],
|
|
4250
4250
|
operator: str,
|
|
4251
4251
|
props_default: dict = None,
|
|
4252
|
-
prop_filepath: str = "filepath",
|
|
4253
|
-
filter_ext:
|
|
4252
|
+
prop_filepath: str | None = "filepath",
|
|
4253
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
4254
4254
|
filter_path=None,
|
|
4255
|
-
display_name:
|
|
4255
|
+
display_name: collections.abc.Callable | None = None,
|
|
4256
4256
|
add_operator=None,
|
|
4257
4257
|
add_operator_props=None,
|
|
4258
4258
|
):
|
|
@@ -4265,14 +4265,14 @@ class IMAGE_MT_uvs_select_mode(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4265
4265
|
:param props_default: Properties to assign to each operator.
|
|
4266
4266
|
:type props_default: dict
|
|
4267
4267
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
4268
|
-
:type prop_filepath: str
|
|
4268
|
+
:type prop_filepath: str | None
|
|
4269
4269
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
4270
4270
|
|
|
4271
4271
|
Returning false excludes the file from the list.
|
|
4272
|
-
:type filter_ext:
|
|
4272
|
+
:type filter_ext: collections.abc.Callable | None
|
|
4273
4273
|
:param filter_path:
|
|
4274
4274
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
4275
|
-
:type display_name:
|
|
4275
|
+
:type display_name: collections.abc.Callable | None
|
|
4276
4276
|
:param add_operator:
|
|
4277
4277
|
:param add_operator_props:
|
|
4278
4278
|
"""
|
|
@@ -4519,10 +4519,10 @@ class IMAGE_MT_uvs_showhide(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4519
4519
|
searchpaths: list[str],
|
|
4520
4520
|
operator: str,
|
|
4521
4521
|
props_default: dict = None,
|
|
4522
|
-
prop_filepath: str = "filepath",
|
|
4523
|
-
filter_ext:
|
|
4522
|
+
prop_filepath: str | None = "filepath",
|
|
4523
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
4524
4524
|
filter_path=None,
|
|
4525
|
-
display_name:
|
|
4525
|
+
display_name: collections.abc.Callable | None = None,
|
|
4526
4526
|
add_operator=None,
|
|
4527
4527
|
add_operator_props=None,
|
|
4528
4528
|
):
|
|
@@ -4535,14 +4535,14 @@ class IMAGE_MT_uvs_showhide(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4535
4535
|
:param props_default: Properties to assign to each operator.
|
|
4536
4536
|
:type props_default: dict
|
|
4537
4537
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
4538
|
-
:type prop_filepath: str
|
|
4538
|
+
:type prop_filepath: str | None
|
|
4539
4539
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
4540
4540
|
|
|
4541
4541
|
Returning false excludes the file from the list.
|
|
4542
|
-
:type filter_ext:
|
|
4542
|
+
:type filter_ext: collections.abc.Callable | None
|
|
4543
4543
|
:param filter_path:
|
|
4544
4544
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
4545
|
-
:type display_name:
|
|
4545
|
+
:type display_name: collections.abc.Callable | None
|
|
4546
4546
|
:param add_operator:
|
|
4547
4547
|
:param add_operator_props:
|
|
4548
4548
|
"""
|
|
@@ -4789,10 +4789,10 @@ class IMAGE_MT_uvs_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4789
4789
|
searchpaths: list[str],
|
|
4790
4790
|
operator: str,
|
|
4791
4791
|
props_default: dict = None,
|
|
4792
|
-
prop_filepath: str = "filepath",
|
|
4793
|
-
filter_ext:
|
|
4792
|
+
prop_filepath: str | None = "filepath",
|
|
4793
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
4794
4794
|
filter_path=None,
|
|
4795
|
-
display_name:
|
|
4795
|
+
display_name: collections.abc.Callable | None = None,
|
|
4796
4796
|
add_operator=None,
|
|
4797
4797
|
add_operator_props=None,
|
|
4798
4798
|
):
|
|
@@ -4805,14 +4805,14 @@ class IMAGE_MT_uvs_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4805
4805
|
:param props_default: Properties to assign to each operator.
|
|
4806
4806
|
:type props_default: dict
|
|
4807
4807
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
4808
|
-
:type prop_filepath: str
|
|
4808
|
+
:type prop_filepath: str | None
|
|
4809
4809
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
4810
4810
|
|
|
4811
4811
|
Returning false excludes the file from the list.
|
|
4812
|
-
:type filter_ext:
|
|
4812
|
+
:type filter_ext: collections.abc.Callable | None
|
|
4813
4813
|
:param filter_path:
|
|
4814
4814
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
4815
|
-
:type display_name:
|
|
4815
|
+
:type display_name: collections.abc.Callable | None
|
|
4816
4816
|
:param add_operator:
|
|
4817
4817
|
:param add_operator_props:
|
|
4818
4818
|
"""
|
|
@@ -5059,10 +5059,10 @@ class IMAGE_MT_uvs_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5059
5059
|
searchpaths: list[str],
|
|
5060
5060
|
operator: str,
|
|
5061
5061
|
props_default: dict = None,
|
|
5062
|
-
prop_filepath: str = "filepath",
|
|
5063
|
-
filter_ext:
|
|
5062
|
+
prop_filepath: str | None = "filepath",
|
|
5063
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
5064
5064
|
filter_path=None,
|
|
5065
|
-
display_name:
|
|
5065
|
+
display_name: collections.abc.Callable | None = None,
|
|
5066
5066
|
add_operator=None,
|
|
5067
5067
|
add_operator_props=None,
|
|
5068
5068
|
):
|
|
@@ -5075,14 +5075,14 @@ class IMAGE_MT_uvs_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5075
5075
|
:param props_default: Properties to assign to each operator.
|
|
5076
5076
|
:type props_default: dict
|
|
5077
5077
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
5078
|
-
:type prop_filepath: str
|
|
5078
|
+
:type prop_filepath: str | None
|
|
5079
5079
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
5080
5080
|
|
|
5081
5081
|
Returning false excludes the file from the list.
|
|
5082
|
-
:type filter_ext:
|
|
5082
|
+
:type filter_ext: collections.abc.Callable | None
|
|
5083
5083
|
:param filter_path:
|
|
5084
5084
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
5085
|
-
:type display_name:
|
|
5085
|
+
:type display_name: collections.abc.Callable | None
|
|
5086
5086
|
:param add_operator:
|
|
5087
5087
|
:param add_operator_props:
|
|
5088
5088
|
"""
|
|
@@ -5329,10 +5329,10 @@ class IMAGE_MT_uvs_split(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5329
5329
|
searchpaths: list[str],
|
|
5330
5330
|
operator: str,
|
|
5331
5331
|
props_default: dict = None,
|
|
5332
|
-
prop_filepath: str = "filepath",
|
|
5333
|
-
filter_ext:
|
|
5332
|
+
prop_filepath: str | None = "filepath",
|
|
5333
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
5334
5334
|
filter_path=None,
|
|
5335
|
-
display_name:
|
|
5335
|
+
display_name: collections.abc.Callable | None = None,
|
|
5336
5336
|
add_operator=None,
|
|
5337
5337
|
add_operator_props=None,
|
|
5338
5338
|
):
|
|
@@ -5345,14 +5345,14 @@ class IMAGE_MT_uvs_split(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5345
5345
|
:param props_default: Properties to assign to each operator.
|
|
5346
5346
|
:type props_default: dict
|
|
5347
5347
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
5348
|
-
:type prop_filepath: str
|
|
5348
|
+
:type prop_filepath: str | None
|
|
5349
5349
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
5350
5350
|
|
|
5351
5351
|
Returning false excludes the file from the list.
|
|
5352
|
-
:type filter_ext:
|
|
5352
|
+
:type filter_ext: collections.abc.Callable | None
|
|
5353
5353
|
:param filter_path:
|
|
5354
5354
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
5355
|
-
:type display_name:
|
|
5355
|
+
:type display_name: collections.abc.Callable | None
|
|
5356
5356
|
:param add_operator:
|
|
5357
5357
|
:param add_operator_props:
|
|
5358
5358
|
"""
|
|
@@ -5599,10 +5599,10 @@ class IMAGE_MT_uvs_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5599
5599
|
searchpaths: list[str],
|
|
5600
5600
|
operator: str,
|
|
5601
5601
|
props_default: dict = None,
|
|
5602
|
-
prop_filepath: str = "filepath",
|
|
5603
|
-
filter_ext:
|
|
5602
|
+
prop_filepath: str | None = "filepath",
|
|
5603
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
5604
5604
|
filter_path=None,
|
|
5605
|
-
display_name:
|
|
5605
|
+
display_name: collections.abc.Callable | None = None,
|
|
5606
5606
|
add_operator=None,
|
|
5607
5607
|
add_operator_props=None,
|
|
5608
5608
|
):
|
|
@@ -5615,14 +5615,14 @@ class IMAGE_MT_uvs_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5615
5615
|
:param props_default: Properties to assign to each operator.
|
|
5616
5616
|
:type props_default: dict
|
|
5617
5617
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
5618
|
-
:type prop_filepath: str
|
|
5618
|
+
:type prop_filepath: str | None
|
|
5619
5619
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
5620
5620
|
|
|
5621
5621
|
Returning false excludes the file from the list.
|
|
5622
|
-
:type filter_ext:
|
|
5622
|
+
:type filter_ext: collections.abc.Callable | None
|
|
5623
5623
|
:param filter_path:
|
|
5624
5624
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
5625
|
-
:type display_name:
|
|
5625
|
+
:type display_name: collections.abc.Callable | None
|
|
5626
5626
|
:param add_operator:
|
|
5627
5627
|
:param add_operator_props:
|
|
5628
5628
|
"""
|
|
@@ -5869,10 +5869,10 @@ class IMAGE_MT_uvs_unwrap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5869
5869
|
searchpaths: list[str],
|
|
5870
5870
|
operator: str,
|
|
5871
5871
|
props_default: dict = None,
|
|
5872
|
-
prop_filepath: str = "filepath",
|
|
5873
|
-
filter_ext:
|
|
5872
|
+
prop_filepath: str | None = "filepath",
|
|
5873
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
5874
5874
|
filter_path=None,
|
|
5875
|
-
display_name:
|
|
5875
|
+
display_name: collections.abc.Callable | None = None,
|
|
5876
5876
|
add_operator=None,
|
|
5877
5877
|
add_operator_props=None,
|
|
5878
5878
|
):
|
|
@@ -5885,14 +5885,14 @@ class IMAGE_MT_uvs_unwrap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5885
5885
|
:param props_default: Properties to assign to each operator.
|
|
5886
5886
|
:type props_default: dict
|
|
5887
5887
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
5888
|
-
:type prop_filepath: str
|
|
5888
|
+
:type prop_filepath: str | None
|
|
5889
5889
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
5890
5890
|
|
|
5891
5891
|
Returning false excludes the file from the list.
|
|
5892
|
-
:type filter_ext:
|
|
5892
|
+
:type filter_ext: collections.abc.Callable | None
|
|
5893
5893
|
:param filter_path:
|
|
5894
5894
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
5895
|
-
:type display_name:
|
|
5895
|
+
:type display_name: collections.abc.Callable | None
|
|
5896
5896
|
:param add_operator:
|
|
5897
5897
|
:param add_operator_props:
|
|
5898
5898
|
"""
|
|
@@ -6139,10 +6139,10 @@ class IMAGE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6139
6139
|
searchpaths: list[str],
|
|
6140
6140
|
operator: str,
|
|
6141
6141
|
props_default: dict = None,
|
|
6142
|
-
prop_filepath: str = "filepath",
|
|
6143
|
-
filter_ext:
|
|
6142
|
+
prop_filepath: str | None = "filepath",
|
|
6143
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
6144
6144
|
filter_path=None,
|
|
6145
|
-
display_name:
|
|
6145
|
+
display_name: collections.abc.Callable | None = None,
|
|
6146
6146
|
add_operator=None,
|
|
6147
6147
|
add_operator_props=None,
|
|
6148
6148
|
):
|
|
@@ -6155,14 +6155,14 @@ class IMAGE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6155
6155
|
:param props_default: Properties to assign to each operator.
|
|
6156
6156
|
:type props_default: dict
|
|
6157
6157
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
6158
|
-
:type prop_filepath: str
|
|
6158
|
+
:type prop_filepath: str | None
|
|
6159
6159
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
6160
6160
|
|
|
6161
6161
|
Returning false excludes the file from the list.
|
|
6162
|
-
:type filter_ext:
|
|
6162
|
+
:type filter_ext: collections.abc.Callable | None
|
|
6163
6163
|
:param filter_path:
|
|
6164
6164
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
6165
|
-
:type display_name:
|
|
6165
|
+
:type display_name: collections.abc.Callable | None
|
|
6166
6166
|
:param add_operator:
|
|
6167
6167
|
:param add_operator_props:
|
|
6168
6168
|
"""
|
|
@@ -6409,10 +6409,10 @@ class IMAGE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6409
6409
|
searchpaths: list[str],
|
|
6410
6410
|
operator: str,
|
|
6411
6411
|
props_default: dict = None,
|
|
6412
|
-
prop_filepath: str = "filepath",
|
|
6413
|
-
filter_ext:
|
|
6412
|
+
prop_filepath: str | None = "filepath",
|
|
6413
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
6414
6414
|
filter_path=None,
|
|
6415
|
-
display_name:
|
|
6415
|
+
display_name: collections.abc.Callable | None = None,
|
|
6416
6416
|
add_operator=None,
|
|
6417
6417
|
add_operator_props=None,
|
|
6418
6418
|
):
|
|
@@ -6425,14 +6425,14 @@ class IMAGE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6425
6425
|
:param props_default: Properties to assign to each operator.
|
|
6426
6426
|
:type props_default: dict
|
|
6427
6427
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
6428
|
-
:type prop_filepath: str
|
|
6428
|
+
:type prop_filepath: str | None
|
|
6429
6429
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
6430
6430
|
|
|
6431
6431
|
Returning false excludes the file from the list.
|
|
6432
|
-
:type filter_ext:
|
|
6432
|
+
:type filter_ext: collections.abc.Callable | None
|
|
6433
6433
|
:param filter_path:
|
|
6434
6434
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
6435
|
-
:type display_name:
|
|
6435
|
+
:type display_name: collections.abc.Callable | None
|
|
6436
6436
|
:param add_operator:
|
|
6437
6437
|
:param add_operator_props:
|
|
6438
6438
|
"""
|
|
@@ -6679,10 +6679,10 @@ class IMAGE_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6679
6679
|
searchpaths: list[str],
|
|
6680
6680
|
operator: str,
|
|
6681
6681
|
props_default: dict = None,
|
|
6682
|
-
prop_filepath: str = "filepath",
|
|
6683
|
-
filter_ext:
|
|
6682
|
+
prop_filepath: str | None = "filepath",
|
|
6683
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
6684
6684
|
filter_path=None,
|
|
6685
|
-
display_name:
|
|
6685
|
+
display_name: collections.abc.Callable | None = None,
|
|
6686
6686
|
add_operator=None,
|
|
6687
6687
|
add_operator_props=None,
|
|
6688
6688
|
):
|
|
@@ -6695,14 +6695,14 @@ class IMAGE_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6695
6695
|
:param props_default: Properties to assign to each operator.
|
|
6696
6696
|
:type props_default: dict
|
|
6697
6697
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
6698
|
-
:type prop_filepath: str
|
|
6698
|
+
:type prop_filepath: str | None
|
|
6699
6699
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
6700
6700
|
|
|
6701
6701
|
Returning false excludes the file from the list.
|
|
6702
|
-
:type filter_ext:
|
|
6702
|
+
:type filter_ext: collections.abc.Callable | None
|
|
6703
6703
|
:param filter_path:
|
|
6704
6704
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
6705
|
-
:type display_name:
|
|
6705
|
+
:type display_name: collections.abc.Callable | None
|
|
6706
6706
|
:param add_operator:
|
|
6707
6707
|
:param add_operator_props:
|
|
6708
6708
|
"""
|