fake-bpy-module 20240707__py3-none-any.whl → 20240709__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.
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/addons/__init__.pyi +7 -0
- _bpy_internal/addons/cli/__init__.pyi +8 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- _bpy_internal/freedesktop/__init__.pyi +1 -1
- addon_utils/__init__.pyi +6 -5
- bl_app_override/__init__.pyi +2 -1
- bl_app_template_utils/__init__.pyi +4 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -1
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
- bl_console_utils/autocomplete/intellisense/__init__.pyi +3 -1
- bl_keymap_utils/io/__init__.pyi +4 -2
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -1
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -1
- bl_operators/anim/__init__.pyi +8 -8
- bl_operators/assets/__init__.pyi +3 -3
- bl_operators/bone_selection_sets/__init__.pyi +2986 -0
- bl_operators/clip/__init__.pyi +11 -11
- bl_operators/connect_to_output/__init__.pyi +1 -1
- bl_operators/console/__init__.pyi +5 -5
- bl_operators/constraint/__init__.pyi +4 -4
- bl_operators/file/__init__.pyi +3 -3
- bl_operators/freestyle/__init__.pyi +4 -4
- bl_operators/geometry_nodes/__init__.pyi +4 -4
- bl_operators/image/__init__.pyi +4 -4
- bl_operators/image_as_planes/__init__.pyi +2 -2
- bl_operators/mesh/__init__.pyi +3 -3
- bl_operators/node/__init__.pyi +8 -8
- bl_operators/object/__init__.pyi +15 -15
- bl_operators/object_align/__init__.pyi +1 -1
- bl_operators/object_quick_effects/__init__.pyi +4 -4
- bl_operators/object_randomize_transform/__init__.pyi +1 -1
- bl_operators/presets/__init__.pyi +25 -23
- bl_operators/rigidbody/__init__.pyi +3 -3
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -1
- bl_operators/sequencer/__init__.pyi +5 -5
- bl_operators/spreadsheet/__init__.pyi +1 -1
- bl_operators/userpref/__init__.pyi +25 -25
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -2
- bl_operators/uvcalc_transform/__init__.pyi +2 -2
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -1
- bl_operators/view3d/__init__.pyi +5 -5
- bl_operators/wm/__init__.pyi +46 -42
- bl_operators/world/__init__.pyi +1 -1
- bl_ui/__init__.pyi +2 -0
- bl_ui/anim/__init__.pyi +1 -0
- bl_ui/generic_ui_list/__init__.pyi +5 -4
- bl_ui/node_add_menu/__init__.pyi +2 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -0
- bl_ui/node_add_menu_geometry/__init__.pyi +49 -0
- bl_ui/node_add_menu_shader/__init__.pyi +10 -0
- bl_ui/node_add_menu_texture/__init__.pyi +9 -0
- bl_ui/properties_collection/__init__.pyi +1 -0
- bl_ui/properties_data_armature/__init__.pyi +1273 -0
- bl_ui/properties_data_camera/__init__.pyi +2 -0
- bl_ui/properties_data_curves/__init__.pyi +1 -0
- bl_ui/properties_data_gpencil/__init__.pyi +2 -0
- bl_ui/properties_data_grease_pencil/__init__.pyi +3 -0
- bl_ui/properties_data_mesh/__init__.pyi +4 -0
- bl_ui/properties_data_modifier/__init__.pyi +8 -1
- bl_ui/properties_data_pointcloud/__init__.pyi +1 -0
- bl_ui/properties_freestyle/__init__.pyi +1 -0
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -1
- bl_ui/properties_mask_common/__init__.pyi +6 -0
- bl_ui/properties_material/__init__.pyi +1 -0
- bl_ui/properties_material_gpencil/__init__.pyi +2 -0
- bl_ui/properties_object/__init__.pyi +1 -0
- bl_ui/properties_output/__init__.pyi +3 -0
- bl_ui/properties_paint_common/__init__.pyi +48 -17
- bl_ui/properties_particle/__init__.pyi +2 -0
- bl_ui/properties_physics_cloth/__init__.pyi +1 -0
- bl_ui/properties_physics_fluid/__init__.pyi +1 -0
- bl_ui/properties_render/__init__.pyi +2 -0
- bl_ui/properties_texture/__init__.pyi +1 -0
- bl_ui/properties_view_layer/__init__.pyi +1 -0
- bl_ui/space_clip/__init__.pyi +31 -0
- bl_ui/space_console/__init__.pyi +5 -0
- bl_ui/space_dopesheet/__init__.pyi +14 -0
- bl_ui/space_filebrowser/__init__.pyi +13 -0
- bl_ui/space_graph/__init__.pyi +16 -0
- bl_ui/space_image/__init__.pyi +313 -11
- bl_ui/space_info/__init__.pyi +5 -0
- bl_ui/space_nla/__init__.pyi +13 -0
- bl_ui/space_node/__init__.pyi +12 -0
- bl_ui/space_outliner/__init__.pyi +12 -0
- bl_ui/space_sequencer/__init__.pyi +34 -0
- bl_ui/space_text/__init__.pyi +12 -0
- bl_ui/space_time/__init__.pyi +4 -0
- bl_ui/space_toolsystem_common/__init__.pyi +7 -6
- bl_ui/space_toolsystem_toolbar/__init__.pyi +18 -13
- bl_ui/space_topbar/__init__.pyi +20 -1
- bl_ui/space_userpref/__init__.pyi +8 -0
- bl_ui/space_view3d/__init__.pyi +3477 -1372
- bl_ui/space_view3d_toolbar/__init__.pyi +1706 -880
- bl_ui/utils/__init__.pyi +1 -0
- bl_ui_utils/bug_report_url/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +48 -0
- bpy/ops/brush/__init__.pyi +185 -11
- bpy/ops/gpencil/__init__.pyi +0 -28
- bpy/ops/paint/__init__.pyi +0 -48
- bpy/ops/pose/__init__.pyi +176 -0
- bpy/ops/wm/__init__.pyi +18 -0
- bpy/path/__init__.pyi +6 -6
- bpy/types/__init__.pyi +2544 -1063
- bpy/utils/__init__.pyi +14 -12
- bpy_extras/anim_utils/__init__.pyi +3 -3
- bpy_extras/view3d_utils/__init__.pyi +2 -0
- {fake_bpy_module-20240707.dist-info → fake_bpy_module-20240709.dist-info}/METADATA +4 -4
- {fake_bpy_module-20240707.dist-info → fake_bpy_module-20240709.dist-info}/RECORD +118 -115
- mathutils/__init__.pyi +0 -44
- rna_info/__init__.pyi +1 -0
- rna_prop_ui/__init__.pyi +2 -1
- rna_xml/__init__.pyi +2 -2
- {fake_bpy_module-20240707.dist-info → fake_bpy_module-20240709.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240707.dist-info → fake_bpy_module-20240709.dist-info}/top_level.txt +0 -0
mathutils/__init__.pyi
CHANGED
|
@@ -1130,22 +1130,6 @@ class Matrix:
|
|
|
1130
1130
|
"""
|
|
1131
1131
|
...
|
|
1132
1132
|
|
|
1133
|
-
def __matmul__(
|
|
1134
|
-
self,
|
|
1135
|
-
other: Matrix
|
|
1136
|
-
| Vector
|
|
1137
|
-
| collections.abc.Sequence[collections.abc.Sequence[float]]
|
|
1138
|
-
| collections.abc.Sequence[float],
|
|
1139
|
-
) -> Matrix | Vector:
|
|
1140
|
-
"""
|
|
1141
|
-
|
|
1142
|
-
:param other:
|
|
1143
|
-
:type other: Matrix | Vector | collections.abc.Sequence[collections.abc.Sequence[float]] | collections.abc.Sequence[float]
|
|
1144
|
-
:return:
|
|
1145
|
-
:rtype: Matrix | Vector
|
|
1146
|
-
"""
|
|
1147
|
-
...
|
|
1148
|
-
|
|
1149
1133
|
def __radd__(
|
|
1150
1134
|
self, other: Matrix | collections.abc.Sequence[collections.abc.Sequence[float]]
|
|
1151
1135
|
) -> Matrix:
|
|
@@ -1576,18 +1560,6 @@ class Quaternion:
|
|
|
1576
1560
|
"""
|
|
1577
1561
|
...
|
|
1578
1562
|
|
|
1579
|
-
def __matmul__(
|
|
1580
|
-
self, other: Quaternion | Vector | collections.abc.Sequence[float]
|
|
1581
|
-
) -> Quaternion | Vector:
|
|
1582
|
-
"""
|
|
1583
|
-
|
|
1584
|
-
:param other:
|
|
1585
|
-
:type other: Quaternion | Vector | collections.abc.Sequence[float]
|
|
1586
|
-
:return:
|
|
1587
|
-
:rtype: Quaternion | Vector
|
|
1588
|
-
"""
|
|
1589
|
-
...
|
|
1590
|
-
|
|
1591
1563
|
def __radd__(
|
|
1592
1564
|
self, other: Quaternion | collections.abc.Sequence[float]
|
|
1593
1565
|
) -> Quaternion:
|
|
@@ -3160,22 +3132,6 @@ class Vector:
|
|
|
3160
3132
|
"""
|
|
3161
3133
|
...
|
|
3162
3134
|
|
|
3163
|
-
def __matmul__(
|
|
3164
|
-
self,
|
|
3165
|
-
other: Matrix
|
|
3166
|
-
| Vector
|
|
3167
|
-
| collections.abc.Sequence[collections.abc.Sequence[float]]
|
|
3168
|
-
| collections.abc.Sequence[float],
|
|
3169
|
-
) -> Vector | float:
|
|
3170
|
-
"""
|
|
3171
|
-
|
|
3172
|
-
:param other:
|
|
3173
|
-
:type other: Matrix | Vector | collections.abc.Sequence[collections.abc.Sequence[float]] | collections.abc.Sequence[float]
|
|
3174
|
-
:return:
|
|
3175
|
-
:rtype: Vector | float
|
|
3176
|
-
"""
|
|
3177
|
-
...
|
|
3178
|
-
|
|
3179
3135
|
def __radd__(self, other: Vector | collections.abc.Sequence[float]) -> Vector:
|
|
3180
3136
|
"""
|
|
3181
3137
|
|
rna_info/__init__.pyi
CHANGED
rna_prop_ui/__init__.pyi
CHANGED
|
@@ -28,13 +28,14 @@ class PropertyPanel:
|
|
|
28
28
|
"""
|
|
29
29
|
...
|
|
30
30
|
|
|
31
|
-
def draw(layout, context, context_member, property_type, use_edit=True): ...
|
|
31
|
+
def draw(layout, context, context_member, property_type, *, use_edit=True): ...
|
|
32
32
|
def rna_idprop_context_value(context, context_member, property_type): ...
|
|
33
33
|
def rna_idprop_has_properties(rna_item): ...
|
|
34
34
|
def rna_idprop_quote_path(prop): ...
|
|
35
35
|
def rna_idprop_ui_create(
|
|
36
36
|
item,
|
|
37
37
|
prop,
|
|
38
|
+
*,
|
|
38
39
|
default,
|
|
39
40
|
min=0,
|
|
40
41
|
max=1,
|
rna_xml/__init__.pyi
CHANGED
|
@@ -19,6 +19,6 @@ def rna2xml(
|
|
|
19
19
|
pretty_format=True,
|
|
20
20
|
method="DATA",
|
|
21
21
|
): ...
|
|
22
|
-
def xml2rna(root_xml, root_rna=None, secure_types=None): ...
|
|
22
|
+
def xml2rna(root_xml, *, root_rna=None, secure_types=None): ...
|
|
23
23
|
def xml_file_run(context, filepath, rna_map, secure_types=None): ...
|
|
24
|
-
def xml_file_write(context, filepath, rna_map, skip_typemap=None): ...
|
|
24
|
+
def xml_file_write(context, filepath, rna_map, *, skip_typemap=None): ...
|
|
File without changes
|
|
File without changes
|