fake-bpy-module 20240715__py3-none-any.whl → 20240717__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_i18n_utils/utils/__init__.pyi +8 -4
- bl_operators/anim/__init__.pyi +10 -5
- bl_operators/assets/__init__.pyi +6 -3
- bl_operators/bone_selection_sets/__init__.pyi +6 -3
- bl_operators/clip/__init__.pyi +20 -10
- bl_operators/connect_to_output/__init__.pyi +12 -6
- bl_operators/console/__init__.pyi +10 -5
- bl_operators/constraint/__init__.pyi +8 -4
- bl_operators/freestyle/__init__.pyi +8 -4
- bl_operators/geometry_nodes/__init__.pyi +12 -6
- bl_operators/image/__init__.pyi +4 -2
- bl_operators/image_as_planes/__init__.pyi +5 -4
- bl_operators/mesh/__init__.pyi +6 -3
- bl_operators/node/__init__.pyi +20 -10
- bl_operators/node_editor/node_functions/__init__.pyi +2 -1
- bl_operators/object/__init__.pyi +22 -11
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +2 -1
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +10 -5
- bl_operators/rigidbody/__init__.pyi +6 -3
- bl_operators/sequencer/__init__.pyi +12 -6
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +12 -6
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -1
- bl_operators/uvcalc_transform/__init__.pyi +4 -2
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +18 -11
- bl_operators/wm/__init__.pyi +48 -25
- bl_operators/world/__init__.pyi +2 -1
- bl_ui/__init__.pyi +6 -3
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/properties_collection/__init__.pyi +2 -1
- bl_ui/properties_constraint/__init__.pyi +10 -5
- bl_ui/properties_data_armature/__init__.pyi +14 -7
- bl_ui/properties_data_bone/__init__.pyi +12 -6
- bl_ui/properties_data_camera/__init__.pyi +4 -2
- bl_ui/properties_data_curve/__init__.pyi +16 -8
- bl_ui/properties_data_curves/__init__.pyi +4 -2
- bl_ui/properties_data_empty/__init__.pyi +4 -2
- bl_ui/properties_data_gpencil/__init__.pyi +6 -3
- bl_ui/properties_data_grease_pencil/__init__.pyi +4 -2
- bl_ui/properties_data_lattice/__init__.pyi +2 -1
- bl_ui/properties_data_light/__init__.pyi +12 -6
- bl_ui/properties_data_lightprobe/__init__.pyi +8 -4
- bl_ui/properties_data_mesh/__init__.pyi +6 -3
- bl_ui/properties_data_metaball/__init__.pyi +4 -2
- bl_ui/properties_data_modifier/__init__.pyi +8 -4
- bl_ui/properties_data_pointcloud/__init__.pyi +4 -2
- bl_ui/properties_data_speaker/__init__.pyi +2 -1
- bl_ui/properties_data_volume/__init__.pyi +2 -1
- bl_ui/properties_freestyle/__init__.pyi +12 -6
- bl_ui/properties_grease_pencil_common/__init__.pyi +8 -4
- bl_ui/properties_mask_common/__init__.pyi +14 -7
- bl_ui/properties_material/__init__.pyi +15 -8
- bl_ui/properties_material_gpencil/__init__.pyi +4 -2
- bl_ui/properties_object/__init__.pyi +12 -6
- bl_ui/properties_output/__init__.pyi +12 -6
- bl_ui/properties_paint_common/__init__.pyi +31 -18
- bl_ui/properties_particle/__init__.pyi +82 -41
- bl_ui/properties_physics_cloth/__init__.pyi +2 -1
- bl_ui/properties_physics_common/__init__.pyi +6 -5
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +54 -27
- bl_ui/properties_physics_field/__init__.pyi +24 -12
- bl_ui/properties_physics_fluid/__init__.pyi +70 -35
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +4 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +16 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +26 -13
- bl_ui/properties_physics_softbody/__init__.pyi +2 -1
- bl_ui/properties_render/__init__.pyi +81 -41
- bl_ui/properties_scene/__init__.pyi +10 -5
- bl_ui/properties_texture/__init__.pyi +16 -8
- bl_ui/properties_view_layer/__init__.pyi +2 -1
- bl_ui/properties_world/__init__.pyi +14 -7
- bl_ui/space_clip/__init__.pyi +34 -17
- bl_ui/space_dopesheet/__init__.pyi +20 -10
- bl_ui/space_filebrowser/__init__.pyi +20 -10
- bl_ui/space_image/__init__.pyi +34 -17
- bl_ui/space_nla/__init__.pyi +2 -1
- bl_ui/space_node/__init__.pyi +18 -9
- bl_ui/space_outliner/__init__.pyi +8 -4
- bl_ui/space_sequencer/__init__.pyi +76 -38
- bl_ui/space_text/__init__.pyi +2 -1
- bl_ui/space_time/__init__.pyi +8 -4
- bl_ui/space_toolsystem_common/__init__.pyi +22 -13
- bl_ui/space_toolsystem_toolbar/__init__.pyi +66 -33
- bl_ui/space_topbar/__init__.pyi +12 -6
- bl_ui/space_userpref/__init__.pyi +44 -22
- bl_ui/space_view3d/__init__.pyi +93 -47
- bl_ui/space_view3d_toolbar/__init__.pyi +114 -57
- bl_ui/temp_anim_layers/__init__.pyi +2 -1
- bl_ui/utils/__init__.pyi +4 -2
- bpy/ops/image/__init__.pyi +14 -56
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/utils/__init__.pyi +31 -0
- bpy_extras/asset_utils/__init__.pyi +6 -3
- bpy_types/__init__.pyi +8 -4
- {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240717.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240717.dist-info}/RECORD +105 -105
- nodeitems_builtins/__init__.pyi +4 -2
- nodeitems_utils/__init__.pyi +6 -3
- rna_prop_ui/__init__.pyi +2 -1
- {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240717.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240715.dist-info → fake_bpy_module-20240717.dist-info}/top_level.txt +0 -0
bpy/utils/__init__.pyi
CHANGED
|
@@ -243,6 +243,24 @@ def register_cli_command(id: str | None, execute: collections.abc.Callable | Non
|
|
|
243
243
|
...
|
|
244
244
|
|
|
245
245
|
def register_manual_map(manual_hook): ...
|
|
246
|
+
def register_preset_path(path: str | None) -> bool:
|
|
247
|
+
"""Register a preset search path.
|
|
248
|
+
|
|
249
|
+
:param path: preset directory (must be an absolute path).
|
|
250
|
+
|
|
251
|
+
This path must contain a "presets" subdirectory which will typically contain presets for add-ons.
|
|
252
|
+
|
|
253
|
+
You may call bpy.utils.register_preset_path(os.path.dirname(__file__)) from an add-ons __init__.py file.
|
|
254
|
+
When the __init__.py is in the same location as a presets directory.
|
|
255
|
+
For example an operators preset would be located under: presets/operator/{operator.id}/
|
|
256
|
+
where operator.id is the bl_idname of the operator.
|
|
257
|
+
:type path: str | None
|
|
258
|
+
:return: success
|
|
259
|
+
:rtype: bool
|
|
260
|
+
"""
|
|
261
|
+
|
|
262
|
+
...
|
|
263
|
+
|
|
246
264
|
def register_submodule_factory(
|
|
247
265
|
module_name: str | None, submodule_names: list[str] | None
|
|
248
266
|
):
|
|
@@ -408,6 +426,19 @@ def unregister_cli_command(handle):
|
|
|
408
426
|
...
|
|
409
427
|
|
|
410
428
|
def unregister_manual_map(manual_hook): ...
|
|
429
|
+
def unregister_preset_path(path: str | None) -> bool:
|
|
430
|
+
"""Unregister a preset search path.
|
|
431
|
+
|
|
432
|
+
:param path: preset directory (must be an absolute path).
|
|
433
|
+
|
|
434
|
+
This must match the registered path exactly.
|
|
435
|
+
:type path: str | None
|
|
436
|
+
:return: success
|
|
437
|
+
:rtype: bool
|
|
438
|
+
"""
|
|
439
|
+
|
|
440
|
+
...
|
|
441
|
+
|
|
411
442
|
def unregister_tool(tool_cls): ...
|
|
412
443
|
def user_resource(
|
|
413
444
|
resource_type, *, path: str | None = "", create: bool | None = False
|
|
@@ -13,14 +13,16 @@ GenericType2 = typing.TypeVar("GenericType2")
|
|
|
13
13
|
class AssetBrowserPanel:
|
|
14
14
|
bl_space_type: typing.Any
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
@classmethod
|
|
17
|
+
def asset_browser_panel_poll(cls, context):
|
|
17
18
|
"""
|
|
18
19
|
|
|
19
20
|
:param context:
|
|
20
21
|
"""
|
|
21
22
|
...
|
|
22
23
|
|
|
23
|
-
|
|
24
|
+
@classmethod
|
|
25
|
+
def poll(cls, context):
|
|
24
26
|
"""
|
|
25
27
|
|
|
26
28
|
:param context:
|
|
@@ -31,7 +33,8 @@ class AssetMetaDataPanel:
|
|
|
31
33
|
bl_region_type: typing.Any
|
|
32
34
|
bl_space_type: typing.Any
|
|
33
35
|
|
|
34
|
-
|
|
36
|
+
@classmethod
|
|
37
|
+
def poll(cls, context):
|
|
35
38
|
"""
|
|
36
39
|
|
|
37
40
|
:param context:
|
bpy_types/__init__.pyi
CHANGED
|
@@ -6,7 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
class _GenericUI:
|
|
9
|
-
|
|
9
|
+
@classmethod
|
|
10
|
+
def append(cls, draw_func):
|
|
10
11
|
"""Append a draw function to this menu,
|
|
11
12
|
takes the same arguments as the menus draw function
|
|
12
13
|
|
|
@@ -14,8 +15,10 @@ class _GenericUI:
|
|
|
14
15
|
"""
|
|
15
16
|
...
|
|
16
17
|
|
|
17
|
-
|
|
18
|
-
def
|
|
18
|
+
@classmethod
|
|
19
|
+
def is_extended(cls): ...
|
|
20
|
+
@classmethod
|
|
21
|
+
def prepend(cls, draw_func):
|
|
19
22
|
"""Prepend a draw function to this menu, takes the same arguments as
|
|
20
23
|
the menus draw function
|
|
21
24
|
|
|
@@ -23,7 +26,8 @@ class _GenericUI:
|
|
|
23
26
|
"""
|
|
24
27
|
...
|
|
25
28
|
|
|
26
|
-
|
|
29
|
+
@classmethod
|
|
30
|
+
def remove(cls, draw_func):
|
|
27
31
|
"""Remove a draw function that has been added to this menu
|
|
28
32
|
|
|
29
33
|
:param draw_func:
|
|
@@ -31,7 +31,7 @@ bl_i18n_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
31
31
|
bl_i18n_utils/bl_extract_messages/__init__.pyi,sha256=BbbeY0QHwgH26Sgj8haq_ymY8JOtSBUCizidMlrrIWc,1243
|
|
32
32
|
bl_i18n_utils/merge_po/__init__.pyi,sha256=VMKlY6sPPK4PDFJSwDgVOHQGPd0JXkBL6n5zDxJr61E,172
|
|
33
33
|
bl_i18n_utils/settings/__init__.pyi,sha256=Ijxcwlx3KrIdlmZg9xWI8HbDm3CwqtD4GiJ_rKS0LYQ,1005
|
|
34
|
-
bl_i18n_utils/utils/__init__.pyi,sha256=
|
|
34
|
+
bl_i18n_utils/utils/__init__.pyi,sha256=hZVpRb2IAQ5R8m0O3WmSgoIro3CYDfFlh7M88Jtj2Ik,8273
|
|
35
35
|
bl_i18n_utils/utils_cli/__init__.pyi,sha256=VPalRA-OIQSA853IsGx_YQvSMn2kCF1uvV0QmdJU7T4,356
|
|
36
36
|
bl_i18n_utils/utils_languages_menu/__init__.pyi,sha256=7pfg2Z03Ds3icuUkKjg79LswbxAhRpKvbTGpEWoCXLk,196
|
|
37
37
|
bl_i18n_utils/utils_rtl/__init__.pyi,sha256=G3ICiaXO4WBGanIhbP-A2GvmQoHsgeiUBvY2xtJrubI,480
|
|
@@ -47,41 +47,41 @@ bl_math/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
47
47
|
bl_operators/__init__.pyi,sha256=gApmkBWBVffsns41o8HbU5pj3Qnw--LKfFZOmhXCsno,1073
|
|
48
48
|
bl_operators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
49
49
|
bl_operators/add_mesh_torus/__init__.pyi,sha256=Ihnh2xIsBNiwJrIcs8v3Cm4_ndVoT0W1t7U3PwE09xM,6273
|
|
50
|
-
bl_operators/anim/__init__.pyi,sha256=
|
|
51
|
-
bl_operators/assets/__init__.pyi,sha256=
|
|
50
|
+
bl_operators/anim/__init__.pyi,sha256=7BVgrbxF_KXWkRWHow2LECCWfezJkWebp-bz7xu0Ah4,45112
|
|
51
|
+
bl_operators/assets/__init__.pyi,sha256=WC3rBHrMXqtmiwqFByIEgs1ZeUtyfDkfh4jn0FYTw_E,17304
|
|
52
52
|
bl_operators/bmesh/__init__.pyi,sha256=TTxFuupluK4SWciHIX8oHEZBpHZLDphBnlaM10xzn3k,183
|
|
53
53
|
bl_operators/bmesh/find_adjacent/__init__.pyi,sha256=GaTKWwdsYqXkDSr6GNrTgK7yFj8xia_vLcfhtRWLWbI,701
|
|
54
|
-
bl_operators/bone_selection_sets/__init__.pyi,sha256=
|
|
55
|
-
bl_operators/clip/__init__.pyi,sha256=
|
|
56
|
-
bl_operators/connect_to_output/__init__.pyi,sha256=
|
|
57
|
-
bl_operators/console/__init__.pyi,sha256=
|
|
58
|
-
bl_operators/constraint/__init__.pyi,sha256=
|
|
54
|
+
bl_operators/bone_selection_sets/__init__.pyi,sha256=foPIVTqdHbJWkViTaCA1NlJ5Vfs5vrikcnwP6a6nopQ,77766
|
|
55
|
+
bl_operators/clip/__init__.pyi,sha256=ayBTulLmeNmB9zlTYGXFjJ3xyWURNMwa00bHUUeV31k,56179
|
|
56
|
+
bl_operators/connect_to_output/__init__.pyi,sha256=gaeqzeTVd-0M0OAYj9qflrh-uTKzzVxugPlQS0Y--xA,8464
|
|
57
|
+
bl_operators/console/__init__.pyi,sha256=z7h_veEBm_GPEj7V6Hp7eM216pSxIsImNw7YMFo28hc,27788
|
|
58
|
+
bl_operators/constraint/__init__.pyi,sha256=1o7NQRN1mcIqLaSs8SHIcOq3nTiMW5FsEKZ2U6HcI3c,22506
|
|
59
59
|
bl_operators/file/__init__.pyi,sha256=D8TMZhU8YX29__kBgVhNvbNLmzaELCG98m1HkD0cy_0,16925
|
|
60
|
-
bl_operators/freestyle/__init__.pyi,sha256=
|
|
61
|
-
bl_operators/geometry_nodes/__init__.pyi,sha256=
|
|
62
|
-
bl_operators/image/__init__.pyi,sha256=
|
|
63
|
-
bl_operators/image_as_planes/__init__.pyi,sha256=
|
|
64
|
-
bl_operators/mesh/__init__.pyi,sha256=
|
|
65
|
-
bl_operators/node/__init__.pyi,sha256=
|
|
60
|
+
bl_operators/freestyle/__init__.pyi,sha256=kZR2mOO7NyLTz0Kfkh55KacFSyefhUCt5o5fD28u5yA,22725
|
|
61
|
+
bl_operators/geometry_nodes/__init__.pyi,sha256=IH9I2RBtyhTnr3qwxkSKa2EOqGEgXn0B4U-FalxV0oc,23391
|
|
62
|
+
bl_operators/image/__init__.pyi,sha256=HHxt-5zB06VOr7F35ihSdWlcyuBCVhyNFFcv3EU-jig,27104
|
|
63
|
+
bl_operators/image_as_planes/__init__.pyi,sha256=DBAwnoqvn3E2bC6wNuxItDhoqDIR9J3bGa0hXKtKCLA,17047
|
|
64
|
+
bl_operators/mesh/__init__.pyi,sha256=Uks3P_G5v_wnouSBRHF93RaPDxY5MPjo0xoVl0R3ChQ,16908
|
|
65
|
+
bl_operators/node/__init__.pyi,sha256=xcZRyo1bUwyppW17i7iVH0OT78XwXFxcz05M9izB_tg,57826
|
|
66
66
|
bl_operators/node_editor/__init__.pyi,sha256=kXQkNPH28RH3Xa1RFktdI2LaPFKO7PWUeKvyFa9yQw0,184
|
|
67
|
-
bl_operators/node_editor/node_functions/__init__.pyi,sha256=
|
|
68
|
-
bl_operators/object/__init__.pyi,sha256=
|
|
69
|
-
bl_operators/object_align/__init__.pyi,sha256=
|
|
70
|
-
bl_operators/object_quick_effects/__init__.pyi,sha256=
|
|
71
|
-
bl_operators/object_randomize_transform/__init__.pyi,sha256=
|
|
72
|
-
bl_operators/presets/__init__.pyi,sha256=
|
|
73
|
-
bl_operators/rigidbody/__init__.pyi,sha256=
|
|
67
|
+
bl_operators/node_editor/node_functions/__init__.pyi,sha256=fOnj8Y9mBqkYI3HjN7cj3gNf7zj1TAE14Zj4__m1x08,632
|
|
68
|
+
bl_operators/object/__init__.pyi,sha256=6oFaATGmOvit5dFGmgmR3vwjRsc77zXDH3W7Lb_XMGc,83576
|
|
69
|
+
bl_operators/object_align/__init__.pyi,sha256=CxDhEgf2bp4VyrV8UujMtYkuJXTUMJJUfPEvj1Xycrk,5886
|
|
70
|
+
bl_operators/object_quick_effects/__init__.pyi,sha256=MtoSaNRkuqNKGjxSs_peRBAJNjY1VESGoKe1ov06HJk,22568
|
|
71
|
+
bl_operators/object_randomize_transform/__init__.pyi,sha256=9kHCu1Rvb4p6cCdn7LzjMa9IypokwaK8Flz6z5u29p0,5806
|
|
72
|
+
bl_operators/presets/__init__.pyi,sha256=Un1_FIrzTOwPCOIjj5atvBGEZEI7E8FDJ7PhRLyTsEg,150221
|
|
73
|
+
bl_operators/rigidbody/__init__.pyi,sha256=YYGD7gqCioxOgoYulwcG0NRQdCcHQA2er2F4lLe25h8,16938
|
|
74
74
|
bl_operators/screen_play_rendered_anim/__init__.pyi,sha256=GnVEzUnM5STdxiYqdeauff7XhMB3UMcVSea2oyNQP9c,5644
|
|
75
|
-
bl_operators/sequencer/__init__.pyi,sha256
|
|
76
|
-
bl_operators/spreadsheet/__init__.pyi,sha256=
|
|
77
|
-
bl_operators/userpref/__init__.pyi,sha256=
|
|
78
|
-
bl_operators/uvcalc_follow_active/__init__.pyi,sha256=
|
|
79
|
-
bl_operators/uvcalc_lightmap/__init__.pyi,sha256=
|
|
80
|
-
bl_operators/uvcalc_transform/__init__.pyi,sha256=
|
|
81
|
-
bl_operators/vertexpaint_dirt/__init__.pyi,sha256=
|
|
82
|
-
bl_operators/view3d/__init__.pyi,sha256=
|
|
83
|
-
bl_operators/wm/__init__.pyi,sha256=
|
|
84
|
-
bl_operators/world/__init__.pyi,sha256=
|
|
75
|
+
bl_operators/sequencer/__init__.pyi,sha256=-grWfUOccijPjr_a1w9UQKh4yvW4kZx3T6DrEVN-tRk,45395
|
|
76
|
+
bl_operators/spreadsheet/__init__.pyi,sha256=l9TMoKvWublqGTZYIz6osZOUFn-mRxwbQAKK0CieHgs,5871
|
|
77
|
+
bl_operators/userpref/__init__.pyi,sha256=7INCu2NeRsEsV0ld0rYXc1e0rTZ9a2ueCK-HiEKO9Ks,136986
|
|
78
|
+
bl_operators/uvcalc_follow_active/__init__.pyi,sha256=1rUdVu1d4hIymNNf5n1k0AckasBuQdSzIopQmiGl4mA,5925
|
|
79
|
+
bl_operators/uvcalc_lightmap/__init__.pyi,sha256=VUFEfcO2tqFLpsbtUFFRGW_W2LGoTLOfr_3LgTyvOSg,6817
|
|
80
|
+
bl_operators/uvcalc_transform/__init__.pyi,sha256=HKI3nK5eBja1QAVbXlgX4M2p_cf7l1k32J1xpBTcMZc,13393
|
|
81
|
+
bl_operators/vertexpaint_dirt/__init__.pyi,sha256=9QvezdRFQfhlrfQxJX1fNjCRqGvX6lnMubQdqQFc7ho,5859
|
|
82
|
+
bl_operators/view3d/__init__.pyi,sha256=zxABWKA5oXDb02HVC4AsXa3bsaxLT9WJURLiLt-kGDU,43897
|
|
83
|
+
bl_operators/wm/__init__.pyi,sha256=9_mv8hPnHTRYznLNWHssTgqyooVYq90J8mKC25ETFl4,256870
|
|
84
|
+
bl_operators/world/__init__.pyi,sha256=ikOqz6aXZJIy_BD9cGbY2Zc8tMtlGdmT4RznPt26Oxg,5816
|
|
85
85
|
bl_previews_utils/__init__.pyi,sha256=bliTWVjIBYbTZvNehQMryYukMASj4f78ACq452w9DFA,188
|
|
86
86
|
bl_previews_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
87
87
|
bl_previews_utils/bl_previews_render/__init__.pyi,sha256=feJiSFYFj03aF0biletFpcQ7nATk_LOA0hdYOwjUjsQ,514
|
|
@@ -91,10 +91,10 @@ bl_rna_utils/data_path/__init__.pyi,sha256=XbB9XOPqq6ODjmDhr9t-Ugk1VVOSgAfBWBXWE
|
|
|
91
91
|
bl_text_utils/__init__.pyi,sha256=e0Rfb156MjISTkVRzxpZ7EWNmCxo1syZQuSBlxDnFNc,185
|
|
92
92
|
bl_text_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
93
93
|
bl_text_utils/external_editor/__init__.pyi,sha256=200ikH2qJ33GTvx7Zl_aCCBuSziJRyhaIg5TL1GxJkE,210
|
|
94
|
-
bl_ui/__init__.pyi,sha256=
|
|
94
|
+
bl_ui/__init__.pyi,sha256=JgkAsYExPvVFTHrAbpqKAdBIFCinq3PrCqcgSc9uMHE,20329
|
|
95
95
|
bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
96
96
|
bl_ui/anim/__init__.pyi,sha256=TDzJk5KxpHTCjYNniWj0nwnYm3lv7H7HunCVh0Kacjc,7688
|
|
97
|
-
bl_ui/asset_shelf/__init__.pyi,sha256=
|
|
97
|
+
bl_ui/asset_shelf/__init__.pyi,sha256=kw5OLLkTLKDILpF614idFHLb_s389gQN0r89MUbtvkc,5911
|
|
98
98
|
bl_ui/generic_ui_list/__init__.pyi,sha256=ThsRzlt7bsU1TTQ1kqOuBeBlKzQIZJNRQKAJvCcV-AY,19652
|
|
99
99
|
bl_ui/node_add_menu/__init__.pyi,sha256=6aUZITbrTOlAkxNB03NkGaUTyDNC2CAiTtL1bsZT5ME,8193
|
|
100
100
|
bl_ui/node_add_menu_compositor/__init__.pyi,sha256=yHHg-hjr8k83QYQ_N9G_K0SU5vOqZHW27p3AFZU5puY,135859
|
|
@@ -102,74 +102,74 @@ bl_ui/node_add_menu_geometry/__init__.pyi,sha256=KkAuygP9B3RSGEpaS-7cIL-Sp-fSbN9
|
|
|
102
102
|
bl_ui/node_add_menu_shader/__init__.pyi,sha256=5J1WQVgXBaOB0zKBgf0AbeZqbD7m4LlTil8BmlnZts0,75886
|
|
103
103
|
bl_ui/node_add_menu_texture/__init__.pyi,sha256=hBHn23bgovL1CcUkDArfb9tZJs1huEqHMmRHjAAa-Q8,68005
|
|
104
104
|
bl_ui/properties_animviz/__init__.pyi,sha256=ymd94X1m7kZxwMkkh20db94wpgADEAMSUjVS4m6b2QA,779
|
|
105
|
-
bl_ui/properties_collection/__init__.pyi,sha256=
|
|
106
|
-
bl_ui/properties_constraint/__init__.pyi,sha256=
|
|
107
|
-
bl_ui/properties_data_armature/__init__.pyi,sha256=
|
|
108
|
-
bl_ui/properties_data_bone/__init__.pyi,sha256=
|
|
109
|
-
bl_ui/properties_data_camera/__init__.pyi,sha256=
|
|
110
|
-
bl_ui/properties_data_curve/__init__.pyi,sha256
|
|
111
|
-
bl_ui/properties_data_curves/__init__.pyi,sha256=
|
|
112
|
-
bl_ui/properties_data_empty/__init__.pyi,sha256=
|
|
113
|
-
bl_ui/properties_data_gpencil/__init__.pyi,sha256=
|
|
114
|
-
bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=
|
|
115
|
-
bl_ui/properties_data_lattice/__init__.pyi,sha256=
|
|
116
|
-
bl_ui/properties_data_light/__init__.pyi,sha256=
|
|
117
|
-
bl_ui/properties_data_lightprobe/__init__.pyi,sha256=
|
|
118
|
-
bl_ui/properties_data_mesh/__init__.pyi,sha256=
|
|
119
|
-
bl_ui/properties_data_metaball/__init__.pyi,sha256=
|
|
120
|
-
bl_ui/properties_data_modifier/__init__.pyi,sha256=
|
|
121
|
-
bl_ui/properties_data_pointcloud/__init__.pyi,sha256=
|
|
105
|
+
bl_ui/properties_collection/__init__.pyi,sha256=CLVST5QWXqb1-OqkahWc1VMfgVZxPpkN2Eb6j1RDqIs,37086
|
|
106
|
+
bl_ui/properties_constraint/__init__.pyi,sha256=q0Ac_FFT5IVDOIdnSd-gP2s_13nb1Ti5l_jmrk-fAwE,705523
|
|
107
|
+
bl_ui/properties_data_armature/__init__.pyi,sha256=0M3d7imWqqcHuUalsCXOYH9jmm9-ehGSpIUwDStYTWo,108488
|
|
108
|
+
bl_ui/properties_data_bone/__init__.pyi,sha256=BdwwGTLUjnxgtf8SX4tYV2RgpPi22e56qdo1SIPmhR0,58946
|
|
109
|
+
bl_ui/properties_data_camera/__init__.pyi,sha256=99f48m0VUnmLZxgxnlC2v_FEPpW1UrHyiIM6zM5ngdU,86031
|
|
110
|
+
bl_ui/properties_data_curve/__init__.pyi,sha256=-Lm1jQnk462gYmpuLhlTXoC-x_oG7ZdNeIcaHUu06gQ,88873
|
|
111
|
+
bl_ui/properties_data_curves/__init__.pyi,sha256=lJyS6kfiDJG9NByknPcR7NKeQnZIcgxoPBSaEVnaXw4,37561
|
|
112
|
+
bl_ui/properties_data_empty/__init__.pyi,sha256=mwI8PxUCdO_9-CpgrJr14hNMCU2X2L1HP8tBByjR8pA,11956
|
|
113
|
+
bl_ui/properties_data_gpencil/__init__.pyi,sha256=BZC1fwGlmQStTI8_pHDEVGeJAoUuida9V7FTx5JUZhw,109723
|
|
114
|
+
bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=dsqIvoHcDun7uMA4-Sd-KAU6V5vTMiNUqJMFoxouaQU,88021
|
|
115
|
+
bl_ui/properties_data_lattice/__init__.pyi,sha256=hk4rTe7Vd8a_keFvJeULIksWa50psuKxNXHO2qt7F5A,17940
|
|
116
|
+
bl_ui/properties_data_light/__init__.pyi,sha256=7HKBAcf-i7NQVj0BHrnlGOtsrjG7XYpwrvmaTucQ6q0,70870
|
|
117
|
+
bl_ui/properties_data_lightprobe/__init__.pyi,sha256=226yPAKuWac0trT2bhkUUah3aZ6v1dMyZpWA9-MA7pI,76123
|
|
118
|
+
bl_ui/properties_data_mesh/__init__.pyi,sha256=2gPDj2SQq8sNSkX6R0Pei5HeFY40MREtxG_o38-MbP0,124732
|
|
119
|
+
bl_ui/properties_data_metaball/__init__.pyi,sha256=PWMzA940qad4v42v9rBJYpttnJzd2I7GGpMIKNL2aFo,29528
|
|
120
|
+
bl_ui/properties_data_modifier/__init__.pyi,sha256=85f6DwobQyu4TDKq2bnRjeO3nJpCUqg1EHS_aV0kTnI,72384
|
|
121
|
+
bl_ui/properties_data_pointcloud/__init__.pyi,sha256=EndpmLt8sF9cytVbWwUqk7nQutWFhPBS8sqab4XHk1I,31806
|
|
122
122
|
bl_ui/properties_data_shaderfx/__init__.pyi,sha256=GEDjE2nHlAYJcwwhxypSiKVWp57ar3Gkn2JGLPm7mFc,5995
|
|
123
|
-
bl_ui/properties_data_speaker/__init__.pyi,sha256=
|
|
124
|
-
bl_ui/properties_data_volume/__init__.pyi,sha256=
|
|
125
|
-
bl_ui/properties_freestyle/__init__.pyi,sha256=
|
|
126
|
-
bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=
|
|
127
|
-
bl_ui/properties_mask_common/__init__.pyi,sha256=
|
|
128
|
-
bl_ui/properties_material/__init__.pyi,sha256=
|
|
129
|
-
bl_ui/properties_material_gpencil/__init__.pyi,sha256=
|
|
130
|
-
bl_ui/properties_object/__init__.pyi,sha256=
|
|
131
|
-
bl_ui/properties_output/__init__.pyi,sha256=
|
|
132
|
-
bl_ui/properties_paint_common/__init__.pyi,sha256=
|
|
133
|
-
bl_ui/properties_particle/__init__.pyi,sha256=
|
|
134
|
-
bl_ui/properties_physics_cloth/__init__.pyi,sha256=
|
|
135
|
-
bl_ui/properties_physics_common/__init__.pyi,sha256=
|
|
136
|
-
bl_ui/properties_physics_dynamicpaint/__init__.pyi,sha256=
|
|
137
|
-
bl_ui/properties_physics_field/__init__.pyi,sha256=
|
|
138
|
-
bl_ui/properties_physics_fluid/__init__.pyi,sha256=
|
|
139
|
-
bl_ui/properties_physics_geometry_nodes/__init__.pyi,sha256=
|
|
140
|
-
bl_ui/properties_physics_rigidbody/__init__.pyi,sha256=
|
|
141
|
-
bl_ui/properties_physics_rigidbody_constraint/__init__.pyi,sha256=
|
|
142
|
-
bl_ui/properties_physics_softbody/__init__.pyi,sha256=
|
|
143
|
-
bl_ui/properties_render/__init__.pyi,sha256=
|
|
144
|
-
bl_ui/properties_scene/__init__.pyi,sha256=
|
|
145
|
-
bl_ui/properties_texture/__init__.pyi,sha256=
|
|
146
|
-
bl_ui/properties_view_layer/__init__.pyi,sha256=
|
|
123
|
+
bl_ui/properties_data_speaker/__init__.pyi,sha256=zfGKU-FTnoJpV2p_naOOneZB3AVZUx6viBiqSowg9FQ,29606
|
|
124
|
+
bl_ui/properties_data_volume/__init__.pyi,sha256=DlpIQnDJeAiLxrwIUBjMJzWcaBGZ5mgFeauRQ6gKUQg,47136
|
|
125
|
+
bl_ui/properties_freestyle/__init__.pyi,sha256=EnaPvKsW3xzRawx8GHIuQIDD4dBqSsl7lNOnTgqh39c,148424
|
|
126
|
+
bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=ArNIPfB6JkFHRueYZqADLgN-LaOJOale3XiRPWVQ8-s,116278
|
|
127
|
+
bl_ui/properties_mask_common/__init__.pyi,sha256=z0fHZK-KU2SvDUch_EsP9fJn_bF9lvW6fwL2VVZZ50M,52895
|
|
128
|
+
bl_ui/properties_material/__init__.pyi,sha256=Lais0UbcgVSXYr2ezxfYJKFrw5YRDxVD3nq8B-dbm5k,95647
|
|
129
|
+
bl_ui/properties_material_gpencil/__init__.pyi,sha256=JKFl-kycIKVDTA13ABjXVr3aq-oj6Omp96iMkhqMoLE,62443
|
|
130
|
+
bl_ui/properties_object/__init__.pyi,sha256=tYFk4-fGt5Fa7n4udEQn8og83qpTPn_sMr48ly6r1OE,83427
|
|
131
|
+
bl_ui/properties_output/__init__.pyi,sha256=auSdwE8HPOho_mI5pOrNFuo6bxDiZrY7sZy8yFzq758,111178
|
|
132
|
+
bl_ui/properties_paint_common/__init__.pyi,sha256=Fxc4jpZul46Sk5rPitSUixYCMGVRzj0lZsI6mTdveWo,28878
|
|
133
|
+
bl_ui/properties_particle/__init__.pyi,sha256=Gdgw8q2ab_iOVRQoRuV3uSwWeyrWIj3VKjW1OBK-Xi4,309018
|
|
134
|
+
bl_ui/properties_physics_cloth/__init__.pyi,sha256=BhHKyPL0czyJ12Y54Ec9peLIRcXRxcCifJOGq93ot3o,84130
|
|
135
|
+
bl_ui/properties_physics_common/__init__.pyi,sha256=CxaPkk40ENwGN6lA0I5bu1vZB4pjbqSl5aiUN40VNRA,6577
|
|
136
|
+
bl_ui/properties_physics_dynamicpaint/__init__.pyi,sha256=lEvl25Ne_ajiohag5ZdsGPYRfKdK8PtzrdwrmaU8goQ,143900
|
|
137
|
+
bl_ui/properties_physics_field/__init__.pyi,sha256=St-n1io1x4PJsys9WTWKYUif7sj9FdvT_OjYTBw0gyM,60912
|
|
138
|
+
bl_ui/properties_physics_fluid/__init__.pyi,sha256=kaamLynAu2oN-QPM3Qyh4UkOorTiBjnE25PdEiZIZdc,190660
|
|
139
|
+
bl_ui/properties_physics_geometry_nodes/__init__.pyi,sha256=swHtA6G6ou2E0Ggiw3OAQl48lW8TealEnIBTZ3VO8us,6094
|
|
140
|
+
bl_ui/properties_physics_rigidbody/__init__.pyi,sha256=dfge0GucjNC_ky1SwX7vLMYv3AukT1DvR8XF5zff_kA,47401
|
|
141
|
+
bl_ui/properties_physics_rigidbody_constraint/__init__.pyi,sha256=Qu8W_DUW6BBTz-3vQB3f_8NJTsGyVfYUUln6o0QRL5s,76982
|
|
142
|
+
bl_ui/properties_physics_softbody/__init__.pyi,sha256=Kha5iAS4OwV7lji1PAZ-1TTZbyu9B2tpOivZM8gvU0A,88515
|
|
143
|
+
bl_ui/properties_render/__init__.pyi,sha256=afpi6MorhdJ9_04W-r3Dzqv_aXZZTW2tzgpTX3NPOn0,326765
|
|
144
|
+
bl_ui/properties_scene/__init__.pyi,sha256=HME2iRBWTZbXOWNaxXNXuDe6i6zdWuCUzeLUFdhpDp0,88185
|
|
145
|
+
bl_ui/properties_texture/__init__.pyi,sha256=ScJMUiNQQoJcUfqHoVFo95THUUhiYCJveMF0B3lntTU,154870
|
|
146
|
+
bl_ui/properties_view_layer/__init__.pyi,sha256=1ipwXjG8tMQ2_p6MVasQnhhDztivvNBDgLFgzRoi0jE,106896
|
|
147
147
|
bl_ui/properties_workspace/__init__.pyi,sha256=pbRxipmRc0RX60BJjKCkAcr-Vk7kVjFSYio-ulQkZSc,23868
|
|
148
|
-
bl_ui/properties_world/__init__.pyi,sha256=
|
|
149
|
-
bl_ui/space_clip/__init__.pyi,sha256=
|
|
148
|
+
bl_ui/properties_world/__init__.pyi,sha256=g-nAPfExwyssVSBBPk_XQ1JKPKPRhYrIzUMNlRoK5r8,58944
|
|
149
|
+
bl_ui/space_clip/__init__.pyi,sha256=ZbSV7HWfEhhKmJ3aTndcAw7IVpehJhROwHXofvir7zQ,464951
|
|
150
150
|
bl_ui/space_console/__init__.pyi,sha256=-BqwjFOPXOAOtdaJP8EVAqkWPyYhMHkEX7JBalEqLOA,43280
|
|
151
|
-
bl_ui/space_dopesheet/__init__.pyi,sha256=
|
|
152
|
-
bl_ui/space_filebrowser/__init__.pyi,sha256=
|
|
151
|
+
bl_ui/space_dopesheet/__init__.pyi,sha256=SA-tcY5WT6Ytjh_IXOUhwloWFXJsWmLa4hUjMEEcpYE,206531
|
|
152
|
+
bl_ui/space_filebrowser/__init__.pyi,sha256=ERWssOIb4V9bCy78LFzrTi1I6tE3i_Km4APhnmZpDBE,192644
|
|
153
153
|
bl_ui/space_graph/__init__.pyi,sha256=S1v7sqasgG2RFCUfEw2ZTMNFVVzncvNZcAl84YFp4Ew,143057
|
|
154
|
-
bl_ui/space_image/__init__.pyi,sha256=
|
|
154
|
+
bl_ui/space_image/__init__.pyi,sha256=nr1awflS-jD51TpsLtoXZweFNFgdF6VO9SLuVaWlG2I,459082
|
|
155
155
|
bl_ui/space_info/__init__.pyi,sha256=Oc8iai5ec3deHVUic2nTwGb7ju1JdyoeOXYCRc5bu6U,43250
|
|
156
|
-
bl_ui/space_nla/__init__.pyi,sha256=
|
|
157
|
-
bl_ui/space_node/__init__.pyi,sha256=
|
|
158
|
-
bl_ui/space_outliner/__init__.pyi,sha256=
|
|
156
|
+
bl_ui/space_nla/__init__.pyi,sha256=D-qzgdMbecw3V-Poy8-_ckbB5wbivSbyXSLbuNlEDfk,120978
|
|
157
|
+
bl_ui/space_node/__init__.pyi,sha256=v9LR-QxZR6sJksNlwYeeuwKPlRKjOmhBAExFxhkv7YA,182524
|
|
158
|
+
bl_ui/space_outliner/__init__.pyi,sha256=o_oDdUrnGjraC9rWGonDZ5lUyfj4BCH-W167z3JBy10,101891
|
|
159
159
|
bl_ui/space_properties/__init__.pyi,sha256=ldhIOpJrqHrmwiStt1_z8eCWUqEkyX3LyUA9r1QBxZw,17061
|
|
160
|
-
bl_ui/space_sequencer/__init__.pyi,sha256=
|
|
160
|
+
bl_ui/space_sequencer/__init__.pyi,sha256=x5wFm_iMJ8JcuySEe6zAaP52UiarzWbwx4jLtvl8grU,515272
|
|
161
161
|
bl_ui/space_spreadsheet/__init__.pyi,sha256=IxBeDBZ1WrqaQhdWL3zAkRkm5-A9mspmMRM7Dc8zroQ,6657
|
|
162
162
|
bl_ui/space_statusbar/__init__.pyi,sha256=BdvZwbepdJKwHiVWoRtV_YQ6b83zYjdoGjsMRdoaxvk,5746
|
|
163
|
-
bl_ui/space_text/__init__.pyi,sha256=
|
|
164
|
-
bl_ui/space_time/__init__.pyi,sha256=
|
|
165
|
-
bl_ui/space_toolsystem_common/__init__.pyi,sha256=
|
|
166
|
-
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=
|
|
167
|
-
bl_ui/space_topbar/__init__.pyi,sha256=
|
|
168
|
-
bl_ui/space_userpref/__init__.pyi,sha256=
|
|
169
|
-
bl_ui/space_view3d/__init__.pyi,sha256=
|
|
170
|
-
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=
|
|
171
|
-
bl_ui/temp_anim_layers/__init__.pyi,sha256=
|
|
172
|
-
bl_ui/utils/__init__.pyi,sha256=
|
|
163
|
+
bl_ui/space_text/__init__.pyi,sha256=KHPBMryulBEGwCIWXW_Thx1dWMBcqtd6nRLOhMQM06o,112615
|
|
164
|
+
bl_ui/space_time/__init__.pyi,sha256=OD8tIc0_digzJ8lvBmPOioFr-c0t0M022OAVQxddFSY,48120
|
|
165
|
+
bl_ui/space_toolsystem_common/__init__.pyi,sha256=8DoCF4b9S1dnINDevc1gomXSi2_TsJmtVZLk7ikdI8Y,5714
|
|
166
|
+
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=RTNiSojmvFPiedx1aq_0QEl4TmNrciRcIh11Zdy2a6E,21589
|
|
167
|
+
bl_ui/space_topbar/__init__.pyi,sha256=gMiKiviYBF6f8SnffNmsw-I1Q2fo6oc1VLS7K4eLJPg,183351
|
|
168
|
+
bl_ui/space_userpref/__init__.pyi,sha256=PBYHAiYZ63bnETeGu4bv-eDjrBpYdKnYt2sm8_aVVok,558582
|
|
169
|
+
bl_ui/space_view3d/__init__.pyi,sha256=sGr4TFE3FiM03YP3pgxA3MeTBl6EeTEcGndVlSkyzfw,1956374
|
|
170
|
+
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=Pi-E_lrI5vlZd9a69GBY6oPLtFRf8dA-zOSU7OMUyLM,648303
|
|
171
|
+
bl_ui/temp_anim_layers/__init__.pyi,sha256=QRu_yoBz7N3FpPGGFud0pFRhbYO96_BffPPiammZNw8,5971
|
|
172
|
+
bl_ui/utils/__init__.pyi,sha256=DHuiijvlns67sxLJ0QaO12rZ2rAsQBiB4Opq_sx2yoM,2059
|
|
173
173
|
bl_ui_utils/__init__.pyi,sha256=vgXVU4nsCF3zhnHE_SDR6uStqs5xYYCgdthPIk1KigI,205
|
|
174
174
|
bl_ui_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
175
175
|
bl_ui_utils/bug_report_url/__init__.pyi,sha256=oOo0KzX3F0DLrqfoH0CO_g3wN-LQG5nYXmprJriLb9o,210
|
|
@@ -223,7 +223,7 @@ bpy/ops/gizmogroup/__init__.pyi,sha256=_h2xG2u0gb4KPmAn3DnBC9ERO2NJqiAXeeH4kGyi3
|
|
|
223
223
|
bpy/ops/gpencil/__init__.pyi,sha256=WQ_kmpacqzoGdpPqZds_43nNz8koeIjUy0CDn7m68es,107438
|
|
224
224
|
bpy/ops/graph/__init__.pyi,sha256=Yzrm-K3D0g2FehtRtf9TevKQIUvbXUpyvYtItgWGmXw,49912
|
|
225
225
|
bpy/ops/grease_pencil/__init__.pyi,sha256=IDKZGsfdH1TZxJWRgwnKF-NrryKkz9cyHPYgQblsm28,47450
|
|
226
|
-
bpy/ops/image/__init__.pyi,sha256=
|
|
226
|
+
bpy/ops/image/__init__.pyi,sha256=IuEU6nfl103qOKX0R45PjyFMtXYx2Hvy9ujW0c4q_X8,57772
|
|
227
227
|
bpy/ops/import_anim/__init__.pyi,sha256=sc5jYBSzFy-LM8137hRPNlOPeVGrjXCxIe80ZUpP_r8,2922
|
|
228
228
|
bpy/ops/import_curve/__init__.pyi,sha256=iE5haqhq6lCoqK39ir0DO88JQChanDbRw9EDcmVvB94,753
|
|
229
229
|
bpy/ops/import_scene/__init__.pyi,sha256=4qD2xJCf94OrfrH6oRwUUO7JAimc-I0RAH9xu4P4zNg,9517
|
|
@@ -253,7 +253,7 @@ bpy/ops/screen/__init__.pyi,sha256=aWm86gn-_I6ZfAZW2e-yNP5RdGYJAt2B7KE8kCCTW6A,2
|
|
|
253
253
|
bpy/ops/script/__init__.pyi,sha256=XRvMY2-mQ9tiatiG0A4spX3Y9D-RPExmFOvi2Y3MH34,1580
|
|
254
254
|
bpy/ops/sculpt/__init__.pyi,sha256=KQtr7Hg4s0Z39x4bXN8mOUPHIVnJH28bV1htcdPqtck,46916
|
|
255
255
|
bpy/ops/sculpt_curves/__init__.pyi,sha256=5l8WcoMJiFscK5RQvUfE-2y2mwhLJ4h3ZjtCBp3N8MY,3342
|
|
256
|
-
bpy/ops/sequencer/__init__.pyi,sha256=
|
|
256
|
+
bpy/ops/sequencer/__init__.pyi,sha256=gVj-8SRpIKSVzqjjNIZDiBaCZgVzHgYEGcc52i5iNOY,81985
|
|
257
257
|
bpy/ops/sound/__init__.pyi,sha256=pjqqeSdYxCGXNI-VNpFx-_X7EM9KBY5KYLddtP85LzI,16218
|
|
258
258
|
bpy/ops/spreadsheet/__init__.pyi,sha256=1LQaWmT8fVpJG3HibE1cfNJehn4-wJqhVfPU0yUOEwI,2132
|
|
259
259
|
bpy/ops/surface/__init__.pyi,sha256=-rnYWQwhKcd6DhyU7FlR-h6yNYHBF4YrqPF2DkJFLUY,10953
|
|
@@ -272,13 +272,13 @@ bpy/ops/world/__init__.pyi,sha256=_z3cX9CYV0nTmSiSQcC82nRiXYriWMcHomfxmSl2GxM,10
|
|
|
272
272
|
bpy/path/__init__.pyi,sha256=eHZZMKEe97JZsx7p5YzG8YtEJ6X7T2gVtMUO8oRFevU,5924
|
|
273
273
|
bpy/props/__init__.pyi,sha256=Ve1JEXbDvR1jPFE21dZEQQaBz15sdZ0IG-N3CVxtV40,29575
|
|
274
274
|
bpy/types/__init__.pyi,sha256=eL3mGCt_R4QSj0W0dVkd9vl8JlC7SzjGmFMr0_T4_uw,5266226
|
|
275
|
-
bpy/utils/__init__.pyi,sha256=
|
|
275
|
+
bpy/utils/__init__.pyi,sha256=rG2EBRXMb8Mzr99UoscRuEqtAQHYqRMob8vYyaRF6-g,13752
|
|
276
276
|
bpy/utils/previews/__init__.pyi,sha256=0mvcirUV7D4ByWzEUIBVEEJ1VTFhBjBcstllI7L6MRc,2439
|
|
277
277
|
bpy/utils/units/__init__.pyi,sha256=2OtqF54xi6peGyNeSGkuaLpytf2EESF753zqooe8bwc,2719
|
|
278
278
|
bpy_extras/__init__.pyi,sha256=2VLH9ypoDdQ26LNuGXzPoFLPKCf7sZWZJRBF1_mOV18,862
|
|
279
279
|
bpy_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
280
280
|
bpy_extras/anim_utils/__init__.pyi,sha256=COEr1AKPpB54o6u8_9HEOJUXDCUr2VK2Cp407anoANE,4293
|
|
281
|
-
bpy_extras/asset_utils/__init__.pyi,sha256=
|
|
281
|
+
bpy_extras/asset_utils/__init__.pyi,sha256=NBITB2b8z-nl31XqjfaGNHhLVro4ao7tUY6JreItS1g,713
|
|
282
282
|
bpy_extras/bmesh_utils/__init__.pyi,sha256=tW3hDYR0cPzfwxyS4MfnhgHKcF_LrRsqD56kmVEjvWs,558
|
|
283
283
|
bpy_extras/id_map_utils/__init__.pyi,sha256=fgiKQ8aasptohwqs3MfMBdJn1ug2mGegm-NK4Q7Oj4E,570
|
|
284
284
|
bpy_extras/image_utils/__init__.pyi,sha256=HbnlzXL7DBgIwMDwPuCthWg-a9abMi6uyUneyZeeyiQ,2161
|
|
@@ -293,7 +293,7 @@ bpy_extras/wm_utils/__init__.pyi,sha256=1b8BH4op3oa4DM-AlW0uB-8QeDqzP4J8_ZnB0DGt
|
|
|
293
293
|
bpy_extras/wm_utils/progress_report/__init__.pyi,sha256=FLxBFo7hzXv_Z9Rz3ktkytB9dMKq_7qviOcjH3TaJWI,1897
|
|
294
294
|
bpy_restrict_state/__init__.pyi,sha256=nVbNSr--KNZPaTtNSw_9uy_oOhSm6G3TMmF78GNnBBI,332
|
|
295
295
|
bpy_restrict_state/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
296
|
-
bpy_types/__init__.pyi,sha256=
|
|
296
|
+
bpy_types/__init__.pyi,sha256=GUmecTqE8tRLdnPjVCaQ5_LjgPDU_mh-KIcK9HpQdfE,850
|
|
297
297
|
bpy_types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
298
298
|
console_python/__init__.pyi,sha256=RA-YH1Fm7Mx3L6wKntdSB69lbDFf8xDu9sAX0tFPsKs,729
|
|
299
299
|
console_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -341,21 +341,21 @@ mathutils/geometry/__init__.pyi,sha256=V86d1sF454Aiu7gAfx4zWkaf4vrsgzDgz6Q_S9vRJ
|
|
|
341
341
|
mathutils/interpolate/__init__.pyi,sha256=Zl76R_uMDu1-zJkGvOiqlBKv2btUpJpcOG71RZVupn0,403
|
|
342
342
|
mathutils/kdtree/__init__.pyi,sha256=W86zDhpTYhp7pMN1FPJWWkM0vtGohS-FEE-H5HIq_IQ,2334
|
|
343
343
|
mathutils/noise/__init__.pyi,sha256=ViPYbgm865PRIwttOqSzUBl531ueEqabhln_rNoAYgs,12872
|
|
344
|
-
nodeitems_builtins/__init__.pyi,sha256=
|
|
344
|
+
nodeitems_builtins/__init__.pyi,sha256=hOKdpiTwfdHuiYQcGMuL99FRAQCbzeO_gdGm2yDdlt0,873
|
|
345
345
|
nodeitems_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
346
|
-
nodeitems_utils/__init__.pyi,sha256=
|
|
346
|
+
nodeitems_utils/__init__.pyi,sha256=81IIY6RJHw_nm6y_sYSlwLOTO8m4QRwOJfI3VBco2lk,864
|
|
347
347
|
nodeitems_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
348
348
|
rna_info/__init__.pyi,sha256=62FG3e4qywRjUOlOwmUs_dWsIVVtBU6HC_qyjQnQfec,3267
|
|
349
349
|
rna_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
350
350
|
rna_keymap_ui/__init__.pyi,sha256=afRrlsdVu21V0S82ArowWtLBSkeeKPrSyb8GHSKXAqA,506
|
|
351
351
|
rna_keymap_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
352
|
-
rna_prop_ui/__init__.pyi,sha256=
|
|
352
|
+
rna_prop_ui/__init__.pyi,sha256=Hikjpdi827dJUxkRwRWsTfrhggSL1OmQ7yql-xWh268,1407
|
|
353
353
|
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
354
354
|
rna_xml/__init__.pyi,sha256=aUk0kaxu1bMT5z1b2S_CnI0r-p7119GGYDjeV65sx6w,670
|
|
355
355
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
356
356
|
sys_info/__init__.pyi,sha256=-GCmGVtiditgEnxiqi7hwH2wbEMmrtUNGvMEbxVezU4,189
|
|
357
357
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
358
|
-
fake_bpy_module-
|
|
359
|
-
fake_bpy_module-
|
|
360
|
-
fake_bpy_module-
|
|
361
|
-
fake_bpy_module-
|
|
358
|
+
fake_bpy_module-20240717.dist-info/METADATA,sha256=yuRRKYTM_aHNazH3Q-cz-w79VmFMJNRlSyIcMXupJrk,7188
|
|
359
|
+
fake_bpy_module-20240717.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
|
|
360
|
+
fake_bpy_module-20240717.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
|
|
361
|
+
fake_bpy_module-20240717.dist-info/RECORD,,
|
nodeitems_builtins/__init__.pyi
CHANGED
|
@@ -7,7 +7,8 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
9
|
class CompositorNodeCategory(SortedNodeCategory, nodeitems_utils.NodeCategory):
|
|
10
|
-
|
|
10
|
+
@classmethod
|
|
11
|
+
def poll(cls, context):
|
|
11
12
|
"""
|
|
12
13
|
|
|
13
14
|
:param context:
|
|
@@ -15,7 +16,8 @@ class CompositorNodeCategory(SortedNodeCategory, nodeitems_utils.NodeCategory):
|
|
|
15
16
|
...
|
|
16
17
|
|
|
17
18
|
class ShaderNodeCategory(SortedNodeCategory, nodeitems_utils.NodeCategory):
|
|
18
|
-
|
|
19
|
+
@classmethod
|
|
20
|
+
def poll(cls, context):
|
|
19
21
|
"""
|
|
20
22
|
|
|
21
23
|
:param context:
|
nodeitems_utils/__init__.pyi
CHANGED
|
@@ -6,7 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
|
|
|
6
6
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
7
7
|
|
|
8
8
|
class NodeCategory:
|
|
9
|
-
|
|
9
|
+
@classmethod
|
|
10
|
+
def poll(cls, _context):
|
|
10
11
|
"""
|
|
11
12
|
|
|
12
13
|
:param _context:
|
|
@@ -17,9 +18,11 @@ class NodeItem:
|
|
|
17
18
|
label: typing.Any
|
|
18
19
|
translation_context: typing.Any
|
|
19
20
|
|
|
20
|
-
|
|
21
|
+
@staticmethod
|
|
22
|
+
def draw(self_, layout, _context):
|
|
21
23
|
"""
|
|
22
24
|
|
|
25
|
+
:param self_:
|
|
23
26
|
:param layout:
|
|
24
27
|
:param _context:
|
|
25
28
|
"""
|
|
@@ -27,7 +30,7 @@ class NodeItem:
|
|
|
27
30
|
|
|
28
31
|
class NodeItemCustom: ...
|
|
29
32
|
|
|
30
|
-
def draw_node_categories_menu(context): ...
|
|
33
|
+
def draw_node_categories_menu(self_, context): ...
|
|
31
34
|
def has_node_categories(context): ...
|
|
32
35
|
def node_categories_iter(context): ...
|
|
33
36
|
def node_items_iter(context): ...
|
rna_prop_ui/__init__.pyi
CHANGED
|
File without changes
|
|
File without changes
|