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
|
@@ -194,10 +194,10 @@ class NODE_MT_category_compositor_LAYOUT(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
194
194
|
searchpaths: list[str],
|
|
195
195
|
operator: str,
|
|
196
196
|
props_default: dict = None,
|
|
197
|
-
prop_filepath: str = "filepath",
|
|
198
|
-
filter_ext:
|
|
197
|
+
prop_filepath: str | None = "filepath",
|
|
198
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
199
199
|
filter_path=None,
|
|
200
|
-
display_name:
|
|
200
|
+
display_name: collections.abc.Callable | None = None,
|
|
201
201
|
add_operator=None,
|
|
202
202
|
add_operator_props=None,
|
|
203
203
|
):
|
|
@@ -210,14 +210,14 @@ class NODE_MT_category_compositor_LAYOUT(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
210
210
|
:param props_default: Properties to assign to each operator.
|
|
211
211
|
:type props_default: dict
|
|
212
212
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
213
|
-
:type prop_filepath: str
|
|
213
|
+
:type prop_filepath: str | None
|
|
214
214
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
215
215
|
|
|
216
216
|
Returning false excludes the file from the list.
|
|
217
|
-
:type filter_ext:
|
|
217
|
+
:type filter_ext: collections.abc.Callable | None
|
|
218
218
|
:param filter_path:
|
|
219
219
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
220
|
-
:type display_name:
|
|
220
|
+
:type display_name: collections.abc.Callable | None
|
|
221
221
|
:param add_operator:
|
|
222
222
|
:param add_operator_props:
|
|
223
223
|
"""
|
|
@@ -465,10 +465,10 @@ class NODE_MT_category_compositor_color(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
465
465
|
searchpaths: list[str],
|
|
466
466
|
operator: str,
|
|
467
467
|
props_default: dict = None,
|
|
468
|
-
prop_filepath: str = "filepath",
|
|
469
|
-
filter_ext:
|
|
468
|
+
prop_filepath: str | None = "filepath",
|
|
469
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
470
470
|
filter_path=None,
|
|
471
|
-
display_name:
|
|
471
|
+
display_name: collections.abc.Callable | None = None,
|
|
472
472
|
add_operator=None,
|
|
473
473
|
add_operator_props=None,
|
|
474
474
|
):
|
|
@@ -481,14 +481,14 @@ class NODE_MT_category_compositor_color(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
481
481
|
:param props_default: Properties to assign to each operator.
|
|
482
482
|
:type props_default: dict
|
|
483
483
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
484
|
-
:type prop_filepath: str
|
|
484
|
+
:type prop_filepath: str | None
|
|
485
485
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
486
486
|
|
|
487
487
|
Returning false excludes the file from the list.
|
|
488
|
-
:type filter_ext:
|
|
488
|
+
:type filter_ext: collections.abc.Callable | None
|
|
489
489
|
:param filter_path:
|
|
490
490
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
491
|
-
:type display_name:
|
|
491
|
+
:type display_name: collections.abc.Callable | None
|
|
492
492
|
:param add_operator:
|
|
493
493
|
:param add_operator_props:
|
|
494
494
|
"""
|
|
@@ -736,10 +736,10 @@ class NODE_MT_category_compositor_color_adjust(bpy_types.Menu, bpy_types._Generi
|
|
|
736
736
|
searchpaths: list[str],
|
|
737
737
|
operator: str,
|
|
738
738
|
props_default: dict = None,
|
|
739
|
-
prop_filepath: str = "filepath",
|
|
740
|
-
filter_ext:
|
|
739
|
+
prop_filepath: str | None = "filepath",
|
|
740
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
741
741
|
filter_path=None,
|
|
742
|
-
display_name:
|
|
742
|
+
display_name: collections.abc.Callable | None = None,
|
|
743
743
|
add_operator=None,
|
|
744
744
|
add_operator_props=None,
|
|
745
745
|
):
|
|
@@ -752,14 +752,14 @@ class NODE_MT_category_compositor_color_adjust(bpy_types.Menu, bpy_types._Generi
|
|
|
752
752
|
:param props_default: Properties to assign to each operator.
|
|
753
753
|
:type props_default: dict
|
|
754
754
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
755
|
-
:type prop_filepath: str
|
|
755
|
+
:type prop_filepath: str | None
|
|
756
756
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
757
757
|
|
|
758
758
|
Returning false excludes the file from the list.
|
|
759
|
-
:type filter_ext:
|
|
759
|
+
:type filter_ext: collections.abc.Callable | None
|
|
760
760
|
:param filter_path:
|
|
761
761
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
762
|
-
:type display_name:
|
|
762
|
+
:type display_name: collections.abc.Callable | None
|
|
763
763
|
:param add_operator:
|
|
764
764
|
:param add_operator_props:
|
|
765
765
|
"""
|
|
@@ -1007,10 +1007,10 @@ class NODE_MT_category_compositor_color_mix(bpy_types.Menu, bpy_types._GenericUI
|
|
|
1007
1007
|
searchpaths: list[str],
|
|
1008
1008
|
operator: str,
|
|
1009
1009
|
props_default: dict = None,
|
|
1010
|
-
prop_filepath: str = "filepath",
|
|
1011
|
-
filter_ext:
|
|
1010
|
+
prop_filepath: str | None = "filepath",
|
|
1011
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1012
1012
|
filter_path=None,
|
|
1013
|
-
display_name:
|
|
1013
|
+
display_name: collections.abc.Callable | None = None,
|
|
1014
1014
|
add_operator=None,
|
|
1015
1015
|
add_operator_props=None,
|
|
1016
1016
|
):
|
|
@@ -1023,14 +1023,14 @@ class NODE_MT_category_compositor_color_mix(bpy_types.Menu, bpy_types._GenericUI
|
|
|
1023
1023
|
:param props_default: Properties to assign to each operator.
|
|
1024
1024
|
:type props_default: dict
|
|
1025
1025
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1026
|
-
:type prop_filepath: str
|
|
1026
|
+
:type prop_filepath: str | None
|
|
1027
1027
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1028
1028
|
|
|
1029
1029
|
Returning false excludes the file from the list.
|
|
1030
|
-
:type filter_ext:
|
|
1030
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1031
1031
|
:param filter_path:
|
|
1032
1032
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1033
|
-
:type display_name:
|
|
1033
|
+
:type display_name: collections.abc.Callable | None
|
|
1034
1034
|
:param add_operator:
|
|
1035
1035
|
:param add_operator_props:
|
|
1036
1036
|
"""
|
|
@@ -1278,10 +1278,10 @@ class NODE_MT_category_compositor_filter(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1278
1278
|
searchpaths: list[str],
|
|
1279
1279
|
operator: str,
|
|
1280
1280
|
props_default: dict = None,
|
|
1281
|
-
prop_filepath: str = "filepath",
|
|
1282
|
-
filter_ext:
|
|
1281
|
+
prop_filepath: str | None = "filepath",
|
|
1282
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1283
1283
|
filter_path=None,
|
|
1284
|
-
display_name:
|
|
1284
|
+
display_name: collections.abc.Callable | None = None,
|
|
1285
1285
|
add_operator=None,
|
|
1286
1286
|
add_operator_props=None,
|
|
1287
1287
|
):
|
|
@@ -1294,14 +1294,14 @@ class NODE_MT_category_compositor_filter(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1294
1294
|
:param props_default: Properties to assign to each operator.
|
|
1295
1295
|
:type props_default: dict
|
|
1296
1296
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1297
|
-
:type prop_filepath: str
|
|
1297
|
+
:type prop_filepath: str | None
|
|
1298
1298
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1299
1299
|
|
|
1300
1300
|
Returning false excludes the file from the list.
|
|
1301
|
-
:type filter_ext:
|
|
1301
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1302
1302
|
:param filter_path:
|
|
1303
1303
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1304
|
-
:type display_name:
|
|
1304
|
+
:type display_name: collections.abc.Callable | None
|
|
1305
1305
|
:param add_operator:
|
|
1306
1306
|
:param add_operator_props:
|
|
1307
1307
|
"""
|
|
@@ -1549,10 +1549,10 @@ class NODE_MT_category_compositor_filter_blur(bpy_types.Menu, bpy_types._Generic
|
|
|
1549
1549
|
searchpaths: list[str],
|
|
1550
1550
|
operator: str,
|
|
1551
1551
|
props_default: dict = None,
|
|
1552
|
-
prop_filepath: str = "filepath",
|
|
1553
|
-
filter_ext:
|
|
1552
|
+
prop_filepath: str | None = "filepath",
|
|
1553
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1554
1554
|
filter_path=None,
|
|
1555
|
-
display_name:
|
|
1555
|
+
display_name: collections.abc.Callable | None = None,
|
|
1556
1556
|
add_operator=None,
|
|
1557
1557
|
add_operator_props=None,
|
|
1558
1558
|
):
|
|
@@ -1565,14 +1565,14 @@ class NODE_MT_category_compositor_filter_blur(bpy_types.Menu, bpy_types._Generic
|
|
|
1565
1565
|
:param props_default: Properties to assign to each operator.
|
|
1566
1566
|
:type props_default: dict
|
|
1567
1567
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1568
|
-
:type prop_filepath: str
|
|
1568
|
+
:type prop_filepath: str | None
|
|
1569
1569
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1570
1570
|
|
|
1571
1571
|
Returning false excludes the file from the list.
|
|
1572
|
-
:type filter_ext:
|
|
1572
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1573
1573
|
:param filter_path:
|
|
1574
1574
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1575
|
-
:type display_name:
|
|
1575
|
+
:type display_name: collections.abc.Callable | None
|
|
1576
1576
|
:param add_operator:
|
|
1577
1577
|
:param add_operator_props:
|
|
1578
1578
|
"""
|
|
@@ -1820,10 +1820,10 @@ class NODE_MT_category_compositor_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1820
1820
|
searchpaths: list[str],
|
|
1821
1821
|
operator: str,
|
|
1822
1822
|
props_default: dict = None,
|
|
1823
|
-
prop_filepath: str = "filepath",
|
|
1824
|
-
filter_ext:
|
|
1823
|
+
prop_filepath: str | None = "filepath",
|
|
1824
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1825
1825
|
filter_path=None,
|
|
1826
|
-
display_name:
|
|
1826
|
+
display_name: collections.abc.Callable | None = None,
|
|
1827
1827
|
add_operator=None,
|
|
1828
1828
|
add_operator_props=None,
|
|
1829
1829
|
):
|
|
@@ -1836,14 +1836,14 @@ class NODE_MT_category_compositor_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1836
1836
|
:param props_default: Properties to assign to each operator.
|
|
1837
1837
|
:type props_default: dict
|
|
1838
1838
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1839
|
-
:type prop_filepath: str
|
|
1839
|
+
:type prop_filepath: str | None
|
|
1840
1840
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1841
1841
|
|
|
1842
1842
|
Returning false excludes the file from the list.
|
|
1843
|
-
:type filter_ext:
|
|
1843
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1844
1844
|
:param filter_path:
|
|
1845
1845
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1846
|
-
:type display_name:
|
|
1846
|
+
:type display_name: collections.abc.Callable | None
|
|
1847
1847
|
:param add_operator:
|
|
1848
1848
|
:param add_operator_props:
|
|
1849
1849
|
"""
|
|
@@ -2091,10 +2091,10 @@ class NODE_MT_category_compositor_input(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2091
2091
|
searchpaths: list[str],
|
|
2092
2092
|
operator: str,
|
|
2093
2093
|
props_default: dict = None,
|
|
2094
|
-
prop_filepath: str = "filepath",
|
|
2095
|
-
filter_ext:
|
|
2094
|
+
prop_filepath: str | None = "filepath",
|
|
2095
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2096
2096
|
filter_path=None,
|
|
2097
|
-
display_name:
|
|
2097
|
+
display_name: collections.abc.Callable | None = None,
|
|
2098
2098
|
add_operator=None,
|
|
2099
2099
|
add_operator_props=None,
|
|
2100
2100
|
):
|
|
@@ -2107,14 +2107,14 @@ class NODE_MT_category_compositor_input(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2107
2107
|
:param props_default: Properties to assign to each operator.
|
|
2108
2108
|
:type props_default: dict
|
|
2109
2109
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2110
|
-
:type prop_filepath: str
|
|
2110
|
+
:type prop_filepath: str | None
|
|
2111
2111
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2112
2112
|
|
|
2113
2113
|
Returning false excludes the file from the list.
|
|
2114
|
-
:type filter_ext:
|
|
2114
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2115
2115
|
:param filter_path:
|
|
2116
2116
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2117
|
-
:type display_name:
|
|
2117
|
+
:type display_name: collections.abc.Callable | None
|
|
2118
2118
|
:param add_operator:
|
|
2119
2119
|
:param add_operator_props:
|
|
2120
2120
|
"""
|
|
@@ -2362,10 +2362,10 @@ class NODE_MT_category_compositor_input_constant(bpy_types.Menu, bpy_types._Gene
|
|
|
2362
2362
|
searchpaths: list[str],
|
|
2363
2363
|
operator: str,
|
|
2364
2364
|
props_default: dict = None,
|
|
2365
|
-
prop_filepath: str = "filepath",
|
|
2366
|
-
filter_ext:
|
|
2365
|
+
prop_filepath: str | None = "filepath",
|
|
2366
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2367
2367
|
filter_path=None,
|
|
2368
|
-
display_name:
|
|
2368
|
+
display_name: collections.abc.Callable | None = None,
|
|
2369
2369
|
add_operator=None,
|
|
2370
2370
|
add_operator_props=None,
|
|
2371
2371
|
):
|
|
@@ -2378,14 +2378,14 @@ class NODE_MT_category_compositor_input_constant(bpy_types.Menu, bpy_types._Gene
|
|
|
2378
2378
|
:param props_default: Properties to assign to each operator.
|
|
2379
2379
|
:type props_default: dict
|
|
2380
2380
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2381
|
-
:type prop_filepath: str
|
|
2381
|
+
:type prop_filepath: str | None
|
|
2382
2382
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2383
2383
|
|
|
2384
2384
|
Returning false excludes the file from the list.
|
|
2385
|
-
:type filter_ext:
|
|
2385
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2386
2386
|
:param filter_path:
|
|
2387
2387
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2388
|
-
:type display_name:
|
|
2388
|
+
:type display_name: collections.abc.Callable | None
|
|
2389
2389
|
:param add_operator:
|
|
2390
2390
|
:param add_operator_props:
|
|
2391
2391
|
"""
|
|
@@ -2633,10 +2633,10 @@ class NODE_MT_category_compositor_input_scene(bpy_types.Menu, bpy_types._Generic
|
|
|
2633
2633
|
searchpaths: list[str],
|
|
2634
2634
|
operator: str,
|
|
2635
2635
|
props_default: dict = None,
|
|
2636
|
-
prop_filepath: str = "filepath",
|
|
2637
|
-
filter_ext:
|
|
2636
|
+
prop_filepath: str | None = "filepath",
|
|
2637
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2638
2638
|
filter_path=None,
|
|
2639
|
-
display_name:
|
|
2639
|
+
display_name: collections.abc.Callable | None = None,
|
|
2640
2640
|
add_operator=None,
|
|
2641
2641
|
add_operator_props=None,
|
|
2642
2642
|
):
|
|
@@ -2649,14 +2649,14 @@ class NODE_MT_category_compositor_input_scene(bpy_types.Menu, bpy_types._Generic
|
|
|
2649
2649
|
:param props_default: Properties to assign to each operator.
|
|
2650
2650
|
:type props_default: dict
|
|
2651
2651
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2652
|
-
:type prop_filepath: str
|
|
2652
|
+
:type prop_filepath: str | None
|
|
2653
2653
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2654
2654
|
|
|
2655
2655
|
Returning false excludes the file from the list.
|
|
2656
|
-
:type filter_ext:
|
|
2656
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2657
2657
|
:param filter_path:
|
|
2658
2658
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2659
|
-
:type display_name:
|
|
2659
|
+
:type display_name: collections.abc.Callable | None
|
|
2660
2660
|
:param add_operator:
|
|
2661
2661
|
:param add_operator_props:
|
|
2662
2662
|
"""
|
|
@@ -2904,10 +2904,10 @@ class NODE_MT_category_compositor_keying(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2904
2904
|
searchpaths: list[str],
|
|
2905
2905
|
operator: str,
|
|
2906
2906
|
props_default: dict = None,
|
|
2907
|
-
prop_filepath: str = "filepath",
|
|
2908
|
-
filter_ext:
|
|
2907
|
+
prop_filepath: str | None = "filepath",
|
|
2908
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2909
2909
|
filter_path=None,
|
|
2910
|
-
display_name:
|
|
2910
|
+
display_name: collections.abc.Callable | None = None,
|
|
2911
2911
|
add_operator=None,
|
|
2912
2912
|
add_operator_props=None,
|
|
2913
2913
|
):
|
|
@@ -2920,14 +2920,14 @@ class NODE_MT_category_compositor_keying(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2920
2920
|
:param props_default: Properties to assign to each operator.
|
|
2921
2921
|
:type props_default: dict
|
|
2922
2922
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2923
|
-
:type prop_filepath: str
|
|
2923
|
+
:type prop_filepath: str | None
|
|
2924
2924
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2925
2925
|
|
|
2926
2926
|
Returning false excludes the file from the list.
|
|
2927
|
-
:type filter_ext:
|
|
2927
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2928
2928
|
:param filter_path:
|
|
2929
2929
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2930
|
-
:type display_name:
|
|
2930
|
+
:type display_name: collections.abc.Callable | None
|
|
2931
2931
|
:param add_operator:
|
|
2932
2932
|
:param add_operator_props:
|
|
2933
2933
|
"""
|
|
@@ -3175,10 +3175,10 @@ class NODE_MT_category_compositor_mask(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3175
3175
|
searchpaths: list[str],
|
|
3176
3176
|
operator: str,
|
|
3177
3177
|
props_default: dict = None,
|
|
3178
|
-
prop_filepath: str = "filepath",
|
|
3179
|
-
filter_ext:
|
|
3178
|
+
prop_filepath: str | None = "filepath",
|
|
3179
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3180
3180
|
filter_path=None,
|
|
3181
|
-
display_name:
|
|
3181
|
+
display_name: collections.abc.Callable | None = None,
|
|
3182
3182
|
add_operator=None,
|
|
3183
3183
|
add_operator_props=None,
|
|
3184
3184
|
):
|
|
@@ -3191,14 +3191,14 @@ class NODE_MT_category_compositor_mask(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3191
3191
|
:param props_default: Properties to assign to each operator.
|
|
3192
3192
|
:type props_default: dict
|
|
3193
3193
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3194
|
-
:type prop_filepath: str
|
|
3194
|
+
:type prop_filepath: str | None
|
|
3195
3195
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3196
3196
|
|
|
3197
3197
|
Returning false excludes the file from the list.
|
|
3198
|
-
:type filter_ext:
|
|
3198
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3199
3199
|
:param filter_path:
|
|
3200
3200
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3201
|
-
:type display_name:
|
|
3201
|
+
:type display_name: collections.abc.Callable | None
|
|
3202
3202
|
:param add_operator:
|
|
3203
3203
|
:param add_operator_props:
|
|
3204
3204
|
"""
|
|
@@ -3446,10 +3446,10 @@ class NODE_MT_category_compositor_output(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3446
3446
|
searchpaths: list[str],
|
|
3447
3447
|
operator: str,
|
|
3448
3448
|
props_default: dict = None,
|
|
3449
|
-
prop_filepath: str = "filepath",
|
|
3450
|
-
filter_ext:
|
|
3449
|
+
prop_filepath: str | None = "filepath",
|
|
3450
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3451
3451
|
filter_path=None,
|
|
3452
|
-
display_name:
|
|
3452
|
+
display_name: collections.abc.Callable | None = None,
|
|
3453
3453
|
add_operator=None,
|
|
3454
3454
|
add_operator_props=None,
|
|
3455
3455
|
):
|
|
@@ -3462,14 +3462,14 @@ class NODE_MT_category_compositor_output(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3462
3462
|
:param props_default: Properties to assign to each operator.
|
|
3463
3463
|
:type props_default: dict
|
|
3464
3464
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3465
|
-
:type prop_filepath: str
|
|
3465
|
+
:type prop_filepath: str | None
|
|
3466
3466
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3467
3467
|
|
|
3468
3468
|
Returning false excludes the file from the list.
|
|
3469
|
-
:type filter_ext:
|
|
3469
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3470
3470
|
:param filter_path:
|
|
3471
3471
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3472
|
-
:type display_name:
|
|
3472
|
+
:type display_name: collections.abc.Callable | None
|
|
3473
3473
|
:param add_operator:
|
|
3474
3474
|
:param add_operator_props:
|
|
3475
3475
|
"""
|
|
@@ -3718,10 +3718,10 @@ class NODE_MT_category_compositor_tracking(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
3718
3718
|
searchpaths: list[str],
|
|
3719
3719
|
operator: str,
|
|
3720
3720
|
props_default: dict = None,
|
|
3721
|
-
prop_filepath: str = "filepath",
|
|
3722
|
-
filter_ext:
|
|
3721
|
+
prop_filepath: str | None = "filepath",
|
|
3722
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3723
3723
|
filter_path=None,
|
|
3724
|
-
display_name:
|
|
3724
|
+
display_name: collections.abc.Callable | None = None,
|
|
3725
3725
|
add_operator=None,
|
|
3726
3726
|
add_operator_props=None,
|
|
3727
3727
|
):
|
|
@@ -3734,14 +3734,14 @@ class NODE_MT_category_compositor_tracking(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
3734
3734
|
:param props_default: Properties to assign to each operator.
|
|
3735
3735
|
:type props_default: dict
|
|
3736
3736
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3737
|
-
:type prop_filepath: str
|
|
3737
|
+
:type prop_filepath: str | None
|
|
3738
3738
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3739
3739
|
|
|
3740
3740
|
Returning false excludes the file from the list.
|
|
3741
|
-
:type filter_ext:
|
|
3741
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3742
3742
|
:param filter_path:
|
|
3743
3743
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3744
|
-
:type display_name:
|
|
3744
|
+
:type display_name: collections.abc.Callable | None
|
|
3745
3745
|
:param add_operator:
|
|
3746
3746
|
:param add_operator_props:
|
|
3747
3747
|
"""
|
|
@@ -3989,10 +3989,10 @@ class NODE_MT_category_compositor_transform(bpy_types.Menu, bpy_types._GenericUI
|
|
|
3989
3989
|
searchpaths: list[str],
|
|
3990
3990
|
operator: str,
|
|
3991
3991
|
props_default: dict = None,
|
|
3992
|
-
prop_filepath: str = "filepath",
|
|
3993
|
-
filter_ext:
|
|
3992
|
+
prop_filepath: str | None = "filepath",
|
|
3993
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3994
3994
|
filter_path=None,
|
|
3995
|
-
display_name:
|
|
3995
|
+
display_name: collections.abc.Callable | None = None,
|
|
3996
3996
|
add_operator=None,
|
|
3997
3997
|
add_operator_props=None,
|
|
3998
3998
|
):
|
|
@@ -4005,14 +4005,14 @@ class NODE_MT_category_compositor_transform(bpy_types.Menu, bpy_types._GenericUI
|
|
|
4005
4005
|
:param props_default: Properties to assign to each operator.
|
|
4006
4006
|
:type props_default: dict
|
|
4007
4007
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
4008
|
-
:type prop_filepath: str
|
|
4008
|
+
:type prop_filepath: str | None
|
|
4009
4009
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
4010
4010
|
|
|
4011
4011
|
Returning false excludes the file from the list.
|
|
4012
|
-
:type filter_ext:
|
|
4012
|
+
:type filter_ext: collections.abc.Callable | None
|
|
4013
4013
|
:param filter_path:
|
|
4014
4014
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
4015
|
-
:type display_name:
|
|
4015
|
+
:type display_name: collections.abc.Callable | None
|
|
4016
4016
|
:param add_operator:
|
|
4017
4017
|
:param add_operator_props:
|
|
4018
4018
|
"""
|
|
@@ -4260,10 +4260,10 @@ class NODE_MT_category_compositor_utilities(bpy_types.Menu, bpy_types._GenericUI
|
|
|
4260
4260
|
searchpaths: list[str],
|
|
4261
4261
|
operator: str,
|
|
4262
4262
|
props_default: dict = None,
|
|
4263
|
-
prop_filepath: str = "filepath",
|
|
4264
|
-
filter_ext:
|
|
4263
|
+
prop_filepath: str | None = "filepath",
|
|
4264
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
4265
4265
|
filter_path=None,
|
|
4266
|
-
display_name:
|
|
4266
|
+
display_name: collections.abc.Callable | None = None,
|
|
4267
4267
|
add_operator=None,
|
|
4268
4268
|
add_operator_props=None,
|
|
4269
4269
|
):
|
|
@@ -4276,14 +4276,14 @@ class NODE_MT_category_compositor_utilities(bpy_types.Menu, bpy_types._GenericUI
|
|
|
4276
4276
|
:param props_default: Properties to assign to each operator.
|
|
4277
4277
|
:type props_default: dict
|
|
4278
4278
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
4279
|
-
:type prop_filepath: str
|
|
4279
|
+
:type prop_filepath: str | None
|
|
4280
4280
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
4281
4281
|
|
|
4282
4282
|
Returning false excludes the file from the list.
|
|
4283
|
-
:type filter_ext:
|
|
4283
|
+
:type filter_ext: collections.abc.Callable | None
|
|
4284
4284
|
:param filter_path:
|
|
4285
4285
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
4286
|
-
:type display_name:
|
|
4286
|
+
:type display_name: collections.abc.Callable | None
|
|
4287
4287
|
:param add_operator:
|
|
4288
4288
|
:param add_operator_props:
|
|
4289
4289
|
"""
|
|
@@ -4531,10 +4531,10 @@ class NODE_MT_category_compositor_vector(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4531
4531
|
searchpaths: list[str],
|
|
4532
4532
|
operator: str,
|
|
4533
4533
|
props_default: dict = None,
|
|
4534
|
-
prop_filepath: str = "filepath",
|
|
4535
|
-
filter_ext:
|
|
4534
|
+
prop_filepath: str | None = "filepath",
|
|
4535
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
4536
4536
|
filter_path=None,
|
|
4537
|
-
display_name:
|
|
4537
|
+
display_name: collections.abc.Callable | None = None,
|
|
4538
4538
|
add_operator=None,
|
|
4539
4539
|
add_operator_props=None,
|
|
4540
4540
|
):
|
|
@@ -4547,14 +4547,14 @@ class NODE_MT_category_compositor_vector(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4547
4547
|
:param props_default: Properties to assign to each operator.
|
|
4548
4548
|
:type props_default: dict
|
|
4549
4549
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
4550
|
-
:type prop_filepath: str
|
|
4550
|
+
:type prop_filepath: str | None
|
|
4551
4551
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
4552
4552
|
|
|
4553
4553
|
Returning false excludes the file from the list.
|
|
4554
|
-
:type filter_ext:
|
|
4554
|
+
:type filter_ext: collections.abc.Callable | None
|
|
4555
4555
|
:param filter_path:
|
|
4556
4556
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
4557
|
-
:type display_name:
|
|
4557
|
+
:type display_name: collections.abc.Callable | None
|
|
4558
4558
|
:param add_operator:
|
|
4559
4559
|
:param add_operator_props:
|
|
4560
4560
|
"""
|
|
@@ -4802,10 +4802,10 @@ class NODE_MT_compositor_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4802
4802
|
searchpaths: list[str],
|
|
4803
4803
|
operator: str,
|
|
4804
4804
|
props_default: dict = None,
|
|
4805
|
-
prop_filepath: str = "filepath",
|
|
4806
|
-
filter_ext:
|
|
4805
|
+
prop_filepath: str | None = "filepath",
|
|
4806
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
4807
4807
|
filter_path=None,
|
|
4808
|
-
display_name:
|
|
4808
|
+
display_name: collections.abc.Callable | None = None,
|
|
4809
4809
|
add_operator=None,
|
|
4810
4810
|
add_operator_props=None,
|
|
4811
4811
|
):
|
|
@@ -4818,14 +4818,14 @@ class NODE_MT_compositor_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4818
4818
|
:param props_default: Properties to assign to each operator.
|
|
4819
4819
|
:type props_default: dict
|
|
4820
4820
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
4821
|
-
:type prop_filepath: str
|
|
4821
|
+
:type prop_filepath: str | None
|
|
4822
4822
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
4823
4823
|
|
|
4824
4824
|
Returning false excludes the file from the list.
|
|
4825
|
-
:type filter_ext:
|
|
4825
|
+
:type filter_ext: collections.abc.Callable | None
|
|
4826
4826
|
:param filter_path:
|
|
4827
4827
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
4828
|
-
:type display_name:
|
|
4828
|
+
:type display_name: collections.abc.Callable | None
|
|
4829
4829
|
:param add_operator:
|
|
4830
4830
|
:param add_operator_props:
|
|
4831
4831
|
"""
|