fake-bpy-module 20240528__py3-none-any.whl → 20240529__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 +43 -33
- 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-20240529.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240529.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-20240529.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240529.dist-info}/top_level.txt +0 -0
|
@@ -194,10 +194,10 @@ class NODE_MT_category_shader_color(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_shader_color(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_shader_converter(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_shader_converter(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_shader_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
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_shader_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
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_shader_input(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_shader_input(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_shader_output(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_shader_output(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_shader_script(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
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_shader_script(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
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_shader_shader(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_shader_shader(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_shader_texture(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_shader_texture(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_shader_vector(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
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_shader_vector(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
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_shader_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
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_shader_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
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
|
"""
|
|
@@ -194,10 +194,10 @@ class NODE_MT_category_texture_color(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_texture_color(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_texture_converter(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_texture_converter(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_texture_distort(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
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_texture_distort(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
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_texture_group(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_texture_group(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_texture_input(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_texture_input(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_texture_output(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
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_texture_output(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
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_texture_pattern(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_texture_pattern(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_texture_texture(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_texture_texture(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_texture_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
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_texture_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
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
|
"""
|
|
@@ -194,10 +194,10 @@ class COLLECTION_MT_context_menu_instance_offset(bpy_types.Menu, bpy_types._Gene
|
|
|
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 COLLECTION_MT_context_menu_instance_offset(bpy_types.Menu, bpy_types._Gene
|
|
|
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
|
"""
|