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
|
@@ -587,10 +587,10 @@ class USERPREF_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
587
587
|
searchpaths: list[str],
|
|
588
588
|
operator: str,
|
|
589
589
|
props_default: dict = None,
|
|
590
|
-
prop_filepath: str = "filepath",
|
|
591
|
-
filter_ext:
|
|
590
|
+
prop_filepath: str | None = "filepath",
|
|
591
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
592
592
|
filter_path=None,
|
|
593
|
-
display_name:
|
|
593
|
+
display_name: collections.abc.Callable | None = None,
|
|
594
594
|
add_operator=None,
|
|
595
595
|
add_operator_props=None,
|
|
596
596
|
):
|
|
@@ -603,14 +603,14 @@ class USERPREF_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
603
603
|
:param props_default: Properties to assign to each operator.
|
|
604
604
|
:type props_default: dict
|
|
605
605
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
606
|
-
:type prop_filepath: str
|
|
606
|
+
:type prop_filepath: str | None
|
|
607
607
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
608
608
|
|
|
609
609
|
Returning false excludes the file from the list.
|
|
610
|
-
:type filter_ext:
|
|
610
|
+
:type filter_ext: collections.abc.Callable | None
|
|
611
611
|
:param filter_path:
|
|
612
612
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
613
|
-
:type display_name:
|
|
613
|
+
:type display_name: collections.abc.Callable | None
|
|
614
614
|
:param add_operator:
|
|
615
615
|
:param add_operator_props:
|
|
616
616
|
"""
|
|
@@ -861,10 +861,10 @@ class USERPREF_MT_interface_theme_presets(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
861
861
|
searchpaths: list[str],
|
|
862
862
|
operator: str,
|
|
863
863
|
props_default: dict = None,
|
|
864
|
-
prop_filepath: str = "filepath",
|
|
865
|
-
filter_ext:
|
|
864
|
+
prop_filepath: str | None = "filepath",
|
|
865
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
866
866
|
filter_path=None,
|
|
867
|
-
display_name:
|
|
867
|
+
display_name: collections.abc.Callable | None = None,
|
|
868
868
|
add_operator=None,
|
|
869
869
|
add_operator_props=None,
|
|
870
870
|
):
|
|
@@ -877,14 +877,14 @@ class USERPREF_MT_interface_theme_presets(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
877
877
|
:param props_default: Properties to assign to each operator.
|
|
878
878
|
:type props_default: dict
|
|
879
879
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
880
|
-
:type prop_filepath: str
|
|
880
|
+
:type prop_filepath: str | None
|
|
881
881
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
882
882
|
|
|
883
883
|
Returning false excludes the file from the list.
|
|
884
|
-
:type filter_ext:
|
|
884
|
+
:type filter_ext: collections.abc.Callable | None
|
|
885
885
|
:param filter_path:
|
|
886
886
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
887
|
-
:type display_name:
|
|
887
|
+
:type display_name: collections.abc.Callable | None
|
|
888
888
|
:param add_operator:
|
|
889
889
|
:param add_operator_props:
|
|
890
890
|
"""
|
|
@@ -1149,10 +1149,10 @@ class USERPREF_MT_keyconfigs(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1149
1149
|
searchpaths: list[str],
|
|
1150
1150
|
operator: str,
|
|
1151
1151
|
props_default: dict = None,
|
|
1152
|
-
prop_filepath: str = "filepath",
|
|
1153
|
-
filter_ext:
|
|
1152
|
+
prop_filepath: str | None = "filepath",
|
|
1153
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1154
1154
|
filter_path=None,
|
|
1155
|
-
display_name:
|
|
1155
|
+
display_name: collections.abc.Callable | None = None,
|
|
1156
1156
|
add_operator=None,
|
|
1157
1157
|
add_operator_props=None,
|
|
1158
1158
|
):
|
|
@@ -1165,14 +1165,14 @@ class USERPREF_MT_keyconfigs(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1165
1165
|
:param props_default: Properties to assign to each operator.
|
|
1166
1166
|
:type props_default: dict
|
|
1167
1167
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1168
|
-
:type prop_filepath: str
|
|
1168
|
+
:type prop_filepath: str | None
|
|
1169
1169
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1170
1170
|
|
|
1171
1171
|
Returning false excludes the file from the list.
|
|
1172
|
-
:type filter_ext:
|
|
1172
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1173
1173
|
:param filter_path:
|
|
1174
1174
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1175
|
-
:type display_name:
|
|
1175
|
+
:type display_name: collections.abc.Callable | None
|
|
1176
1176
|
:param add_operator:
|
|
1177
1177
|
:param add_operator_props:
|
|
1178
1178
|
"""
|
|
@@ -1419,10 +1419,10 @@ class USERPREF_MT_save_load(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1419
1419
|
searchpaths: list[str],
|
|
1420
1420
|
operator: str,
|
|
1421
1421
|
props_default: dict = None,
|
|
1422
|
-
prop_filepath: str = "filepath",
|
|
1423
|
-
filter_ext:
|
|
1422
|
+
prop_filepath: str | None = "filepath",
|
|
1423
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1424
1424
|
filter_path=None,
|
|
1425
|
-
display_name:
|
|
1425
|
+
display_name: collections.abc.Callable | None = None,
|
|
1426
1426
|
add_operator=None,
|
|
1427
1427
|
add_operator_props=None,
|
|
1428
1428
|
):
|
|
@@ -1435,14 +1435,14 @@ class USERPREF_MT_save_load(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1435
1435
|
:param props_default: Properties to assign to each operator.
|
|
1436
1436
|
:type props_default: dict
|
|
1437
1437
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1438
|
-
:type prop_filepath: str
|
|
1438
|
+
:type prop_filepath: str | None
|
|
1439
1439
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1440
1440
|
|
|
1441
1441
|
Returning false excludes the file from the list.
|
|
1442
|
-
:type filter_ext:
|
|
1442
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1443
1443
|
:param filter_path:
|
|
1444
1444
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1445
|
-
:type display_name:
|
|
1445
|
+
:type display_name: collections.abc.Callable | None
|
|
1446
1446
|
:param add_operator:
|
|
1447
1447
|
:param add_operator_props:
|
|
1448
1448
|
"""
|
|
@@ -1689,10 +1689,10 @@ class USERPREF_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1689
1689
|
searchpaths: list[str],
|
|
1690
1690
|
operator: str,
|
|
1691
1691
|
props_default: dict = None,
|
|
1692
|
-
prop_filepath: str = "filepath",
|
|
1693
|
-
filter_ext:
|
|
1692
|
+
prop_filepath: str | None = "filepath",
|
|
1693
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1694
1694
|
filter_path=None,
|
|
1695
|
-
display_name:
|
|
1695
|
+
display_name: collections.abc.Callable | None = None,
|
|
1696
1696
|
add_operator=None,
|
|
1697
1697
|
add_operator_props=None,
|
|
1698
1698
|
):
|
|
@@ -1705,14 +1705,14 @@ class USERPREF_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1705
1705
|
:param props_default: Properties to assign to each operator.
|
|
1706
1706
|
:type props_default: dict
|
|
1707
1707
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1708
|
-
:type prop_filepath: str
|
|
1708
|
+
:type prop_filepath: str | None
|
|
1709
1709
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1710
1710
|
|
|
1711
1711
|
Returning false excludes the file from the list.
|
|
1712
|
-
:type filter_ext:
|
|
1712
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1713
1713
|
:param filter_path:
|
|
1714
1714
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1715
|
-
:type display_name:
|
|
1715
|
+
:type display_name: collections.abc.Callable | None
|
|
1716
1716
|
:param add_operator:
|
|
1717
1717
|
:param add_operator_props:
|
|
1718
1718
|
"""
|
|
@@ -3073,10 +3073,10 @@ class USERPREF_PT_text_editor_presets(
|
|
|
3073
3073
|
searchpaths: list[str],
|
|
3074
3074
|
operator: str,
|
|
3075
3075
|
props_default: dict = None,
|
|
3076
|
-
prop_filepath: str = "filepath",
|
|
3077
|
-
filter_ext:
|
|
3076
|
+
prop_filepath: str | None = "filepath",
|
|
3077
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3078
3078
|
filter_path=None,
|
|
3079
|
-
display_name:
|
|
3079
|
+
display_name: collections.abc.Callable | None = None,
|
|
3080
3080
|
add_operator=None,
|
|
3081
3081
|
add_operator_props=None,
|
|
3082
3082
|
):
|
|
@@ -3089,14 +3089,14 @@ class USERPREF_PT_text_editor_presets(
|
|
|
3089
3089
|
:param props_default: Properties to assign to each operator.
|
|
3090
3090
|
:type props_default: dict
|
|
3091
3091
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3092
|
-
:type prop_filepath: str
|
|
3092
|
+
:type prop_filepath: str | None
|
|
3093
3093
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3094
3094
|
|
|
3095
3095
|
Returning false excludes the file from the list.
|
|
3096
|
-
:type filter_ext:
|
|
3096
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3097
3097
|
:param filter_path:
|
|
3098
3098
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3099
|
-
:type display_name:
|
|
3099
|
+
:type display_name: collections.abc.Callable | None
|
|
3100
3100
|
:param add_operator:
|
|
3101
3101
|
:param add_operator_props:
|
|
3102
3102
|
"""
|