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/__init__.pyi
CHANGED
|
@@ -277,10 +277,10 @@ class UI_MT_button_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
277
277
|
searchpaths: list[str],
|
|
278
278
|
operator: str,
|
|
279
279
|
props_default: dict = None,
|
|
280
|
-
prop_filepath: str = "filepath",
|
|
281
|
-
filter_ext:
|
|
280
|
+
prop_filepath: str | None = "filepath",
|
|
281
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
282
282
|
filter_path=None,
|
|
283
|
-
display_name:
|
|
283
|
+
display_name: collections.abc.Callable | None = None,
|
|
284
284
|
add_operator=None,
|
|
285
285
|
add_operator_props=None,
|
|
286
286
|
):
|
|
@@ -293,14 +293,14 @@ class UI_MT_button_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
293
293
|
:param props_default: Properties to assign to each operator.
|
|
294
294
|
:type props_default: dict
|
|
295
295
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
296
|
-
:type prop_filepath: str
|
|
296
|
+
:type prop_filepath: str | None
|
|
297
297
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
298
298
|
|
|
299
299
|
Returning false excludes the file from the list.
|
|
300
|
-
:type filter_ext:
|
|
300
|
+
:type filter_ext: collections.abc.Callable | None
|
|
301
301
|
:param filter_path:
|
|
302
302
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
303
|
-
:type display_name:
|
|
303
|
+
:type display_name: collections.abc.Callable | None
|
|
304
304
|
:param add_operator:
|
|
305
305
|
:param add_operator_props:
|
|
306
306
|
"""
|
|
@@ -553,10 +553,10 @@ class UI_MT_list_item_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
553
553
|
searchpaths: list[str],
|
|
554
554
|
operator: str,
|
|
555
555
|
props_default: dict = None,
|
|
556
|
-
prop_filepath: str = "filepath",
|
|
557
|
-
filter_ext:
|
|
556
|
+
prop_filepath: str | None = "filepath",
|
|
557
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
558
558
|
filter_path=None,
|
|
559
|
-
display_name:
|
|
559
|
+
display_name: collections.abc.Callable | None = None,
|
|
560
560
|
add_operator=None,
|
|
561
561
|
add_operator_props=None,
|
|
562
562
|
):
|
|
@@ -569,14 +569,14 @@ class UI_MT_list_item_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
569
569
|
:param props_default: Properties to assign to each operator.
|
|
570
570
|
:type props_default: dict
|
|
571
571
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
572
|
-
:type prop_filepath: str
|
|
572
|
+
:type prop_filepath: str | None
|
|
573
573
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
574
574
|
|
|
575
575
|
Returning false excludes the file from the list.
|
|
576
|
-
:type filter_ext:
|
|
576
|
+
:type filter_ext: collections.abc.Callable | None
|
|
577
577
|
:param filter_path:
|
|
578
578
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
579
|
-
:type display_name:
|
|
579
|
+
:type display_name: collections.abc.Callable | None
|
|
580
580
|
:param add_operator:
|
|
581
581
|
:param add_operator_props:
|
|
582
582
|
"""
|
bl_ui/anim/__init__.pyi
CHANGED
|
@@ -193,10 +193,10 @@ class ANIM_MT_keyframe_insert_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
193
193
|
searchpaths: list[str],
|
|
194
194
|
operator: str,
|
|
195
195
|
props_default: dict = None,
|
|
196
|
-
prop_filepath: str = "filepath",
|
|
197
|
-
filter_ext:
|
|
196
|
+
prop_filepath: str | None = "filepath",
|
|
197
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
198
198
|
filter_path=None,
|
|
199
|
-
display_name:
|
|
199
|
+
display_name: collections.abc.Callable | None = None,
|
|
200
200
|
add_operator=None,
|
|
201
201
|
add_operator_props=None,
|
|
202
202
|
):
|
|
@@ -209,14 +209,14 @@ class ANIM_MT_keyframe_insert_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
209
209
|
:param props_default: Properties to assign to each operator.
|
|
210
210
|
:type props_default: dict
|
|
211
211
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
212
|
-
:type prop_filepath: str
|
|
212
|
+
:type prop_filepath: str | None
|
|
213
213
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
214
214
|
|
|
215
215
|
Returning false excludes the file from the list.
|
|
216
|
-
:type filter_ext:
|
|
216
|
+
:type filter_ext: collections.abc.Callable | None
|
|
217
217
|
:param filter_path:
|
|
218
218
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
219
|
-
:type display_name:
|
|
219
|
+
:type display_name: collections.abc.Callable | None
|
|
220
220
|
:param add_operator:
|
|
221
221
|
:param add_operator_props:
|
|
222
222
|
"""
|
bl_ui/node_add_menu/__init__.pyi
CHANGED
|
@@ -194,10 +194,10 @@ class NODE_MT_category_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_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
|
"""
|