fake-bpy-module 20240421__py3-none-any.whl → 20240423__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_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +52 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +333 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +580 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +331 -330
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2418 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +105733 -102298
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +21 -18
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/top_level.txt +0 -0
|
@@ -60,11 +60,11 @@ bl_math/__init__.pyi,sha256=cAv_Aq_-Q8S6yqpJsQrEjXf1_P5AOFu_UJ3GRare3Yc,1622
|
|
|
60
60
|
bl_math/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
61
61
|
bl_operators/__init__.pyi,sha256=asCidWfjJqJylyiBl5t0Xx0lRLCi65aL8CB1kvQ4_d0,870
|
|
62
62
|
bl_operators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
63
|
-
bl_operators/add_mesh_torus/__init__.pyi,sha256=
|
|
63
|
+
bl_operators/add_mesh_torus/__init__.pyi,sha256=RoKdCBO0EiDsywrJIDcdoe769gx6XIuH_t9yFKuhvys,2734
|
|
64
64
|
bl_operators/add_mesh_torus/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
65
65
|
bl_operators/anim/__init__.pyi,sha256=oHk4CjK8cbVViWrBK2pSgv5OwdIKWmL-tjN_BgYToKE,16675
|
|
66
66
|
bl_operators/anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
67
|
-
bl_operators/assets/__init__.pyi,sha256=
|
|
67
|
+
bl_operators/assets/__init__.pyi,sha256=EGvHEBAi8sZMgXCHmaJ_OOWyyyjSXGoQh1TGpKuApOY,6662
|
|
68
68
|
bl_operators/assets/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
69
69
|
bl_operators/bmesh/__init__.pyi,sha256=9MnjysTZZe8oY_2L1JtSvysNunPlTRru3pItPRoqsRE,87
|
|
70
70
|
bl_operators/bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -80,23 +80,23 @@ bl_operators/file/__init__.pyi,sha256=1B8TvIJuGgP1KIauaINQ6HxTlnsLBcWIP32u6WkHza
|
|
|
80
80
|
bl_operators/file/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
81
81
|
bl_operators/freestyle/__init__.pyi,sha256=Gs1gowiygpqR3hOwY__BRklxk3inhrqWWHF3fP3fIKY,8360
|
|
82
82
|
bl_operators/freestyle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
83
|
-
bl_operators/geometry_nodes/__init__.pyi,sha256=
|
|
83
|
+
bl_operators/geometry_nodes/__init__.pyi,sha256=wGqnwj2QbUmbvMt5i5bZ8pXkZ8d96QyoXM5HB4wiCPQ,36844
|
|
84
84
|
bl_operators/geometry_nodes/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
85
85
|
bl_operators/image/__init__.pyi,sha256=yxWhXopr1V2QhEvNAq-CtSBGVU-ElTFXoZLNYNxKqss,5960
|
|
86
86
|
bl_operators/image/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
87
87
|
bl_operators/mesh/__init__.pyi,sha256=Eemb1Dj1F7NxrV40PUyOGI5EVRg7toiit0TlzFxMLiY,6233
|
|
88
88
|
bl_operators/mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
89
|
-
bl_operators/node/__init__.pyi,sha256=
|
|
89
|
+
bl_operators/node/__init__.pyi,sha256=lJO51CFWwSFOI9V62rslCnLRNBFU62_pcRr-C4ME8YU,27202
|
|
90
90
|
bl_operators/node/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
91
91
|
bl_operators/object/__init__.pyi,sha256=y0g2VOQlxkkhUGFe6FzL1UFnEsG7PcBFFnmgI_y9dPY,30487
|
|
92
92
|
bl_operators/object/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
93
93
|
bl_operators/object_align/__init__.pyi,sha256=GzRSXfHUkX5SVBbih2tDDKDj4VWq3j0VLcjB-6vqKMM,2358
|
|
94
94
|
bl_operators/object_align/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
95
|
-
bl_operators/object_quick_effects/__init__.pyi,sha256=
|
|
95
|
+
bl_operators/object_quick_effects/__init__.pyi,sha256=jHVysOtef2LSqycLqI3YWjV75pWLFaq4G9ru8eZqBWA,8506
|
|
96
96
|
bl_operators/object_quick_effects/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
97
97
|
bl_operators/object_randomize_transform/__init__.pyi,sha256=JtlJ1AUjd7Ap0ES0Ryiq3STK5vbk1eUb5E0vTLIY6fQ,2202
|
|
98
98
|
bl_operators/object_randomize_transform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
99
|
-
bl_operators/presets/__init__.pyi,sha256=
|
|
99
|
+
bl_operators/presets/__init__.pyi,sha256=fEHJOmPtzVc990M7XN7T85SBv2-RHPp4lOI_02p-rNE,59212
|
|
100
100
|
bl_operators/presets/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
101
101
|
bl_operators/rigidbody/__init__.pyi,sha256=S_vGz6oUFYqdyq1s7K8jMQNezWPaUxEuFJBAva0c3s8,6248
|
|
102
102
|
bl_operators/rigidbody/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -118,7 +118,7 @@ bl_operators/vertexpaint_dirt/__init__.pyi,sha256=McFf_on3v-XlEW3fQEgwpvpgxVHIrC
|
|
|
118
118
|
bl_operators/vertexpaint_dirt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
119
119
|
bl_operators/view3d/__init__.pyi,sha256=CtrOEo54-Izd6G4KjVgHNy8pI4ACCxsyYvHcjfpD-Tk,14652
|
|
120
120
|
bl_operators/view3d/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
121
|
-
bl_operators/wm/__init__.pyi,sha256=
|
|
121
|
+
bl_operators/wm/__init__.pyi,sha256=9ttm9paDfHwwhXWDhxso9WfpwgOBpWXygf1XbLQHacw,95068
|
|
122
122
|
bl_operators/wm/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
123
123
|
bl_previews_utils/__init__.pyi,sha256=p3ziz8G6uAf8yslPB8MclRs0QYdNodhWOytQUjztaFs,92
|
|
124
124
|
bl_previews_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -132,159 +132,159 @@ bl_text_utils/__init__.pyi,sha256=TrRE9vmWOSvvVZqBkxJ1UsIv52vkJOjbcyKxK4ysYAY,89
|
|
|
132
132
|
bl_text_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
133
133
|
bl_text_utils/external_editor/__init__.pyi,sha256=t_OmNSGM6gEivQylIwph-5TMykgvrVbcUYyDEDiGT9M,131
|
|
134
134
|
bl_text_utils/external_editor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
135
|
-
bl_ui/__init__.pyi,sha256=
|
|
135
|
+
bl_ui/__init__.pyi,sha256=NeyUnhCwh5EMrtZkiuwH4ahuODllkBZgsLd3TFeXq-8,11077
|
|
136
136
|
bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
137
|
-
bl_ui/anim/__init__.pyi,sha256=
|
|
137
|
+
bl_ui/anim/__init__.pyi,sha256=ttzz3Icbt-pX_xPPBCHNETIB2lRw7V8sXvy9CnVgR9I,2908
|
|
138
138
|
bl_ui/anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
139
|
-
bl_ui/asset_shelf/__init__.pyi,sha256=
|
|
139
|
+
bl_ui/asset_shelf/__init__.pyi,sha256=UdEtgbb849aceivRSI6uZRANMwiK-x-hLECU1yv95Ws,2310
|
|
140
140
|
bl_ui/asset_shelf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
141
|
-
bl_ui/generic_ui_list/__init__.pyi,sha256=
|
|
141
|
+
bl_ui/generic_ui_list/__init__.pyi,sha256=EFx1FtcfzRFcvICzUoLeGQc5FVWZZGRTdbcjFO3AlhE,7544
|
|
142
142
|
bl_ui/generic_ui_list/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
143
|
-
bl_ui/node_add_menu/__init__.pyi,sha256=
|
|
143
|
+
bl_ui/node_add_menu/__init__.pyi,sha256=twop0fziFzooy6v_0cKFLHAMWwlRBwZz19rZQupVYII,3347
|
|
144
144
|
bl_ui/node_add_menu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
145
|
-
bl_ui/node_add_menu_compositor/__init__.pyi,sha256=
|
|
145
|
+
bl_ui/node_add_menu_compositor/__init__.pyi,sha256=80eF7i14HRUWa2oI33GCY_fYnzVavTPtIiywyqMPAaM,51987
|
|
146
146
|
bl_ui/node_add_menu_compositor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
147
|
-
bl_ui/node_add_menu_geometry/__init__.pyi,sha256=
|
|
147
|
+
bl_ui/node_add_menu_geometry/__init__.pyi,sha256=B7LNOFiwVyl6WVsBSNAqFdOIqocKPPt_i06KwfXHhMI,138421
|
|
148
148
|
bl_ui/node_add_menu_geometry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
149
|
-
bl_ui/node_add_menu_shader/__init__.pyi,sha256=
|
|
149
|
+
bl_ui/node_add_menu_shader/__init__.pyi,sha256=rnadGFcdSr57EQXcqCT0qjvhqNooiETVjRojpZO_hFw,29337
|
|
150
150
|
bl_ui/node_add_menu_shader/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
151
|
-
bl_ui/node_add_menu_texture/__init__.pyi,sha256=
|
|
151
|
+
bl_ui/node_add_menu_texture/__init__.pyi,sha256=HMkhOgrB0EdPDRHwVdtGlUT9wJKHcb6Xr8ndBDVFPUU,25967
|
|
152
152
|
bl_ui/node_add_menu_texture/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
153
153
|
bl_ui/properties_animviz/__init__.pyi,sha256=sjGTFcofvaj4GpngDZTZJXNEnFuQWl2k2dpo5d4IcBw,773
|
|
154
154
|
bl_ui/properties_animviz/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
155
|
-
bl_ui/properties_collection/__init__.pyi,sha256=
|
|
155
|
+
bl_ui/properties_collection/__init__.pyi,sha256=mp-kpspRtaf05hnk4-e1DnQH7SMHW5iJ4QT4oXEJbko,15026
|
|
156
156
|
bl_ui/properties_collection/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
157
|
-
bl_ui/properties_constraint/__init__.pyi,sha256=
|
|
157
|
+
bl_ui/properties_constraint/__init__.pyi,sha256=kU4W8PfZGKgYXfM0hgPumbNx_aaUXpgWhpw1RrJJyp4,432379
|
|
158
158
|
bl_ui/properties_constraint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
159
|
-
bl_ui/properties_data_armature/__init__.pyi,sha256=
|
|
159
|
+
bl_ui/properties_data_armature/__init__.pyi,sha256=dpNMAk36mynVAmICXasRgrqR3SDBLkVJad16JxftfQM,30187
|
|
160
160
|
bl_ui/properties_data_armature/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
161
|
-
bl_ui/properties_data_bone/__init__.pyi,sha256=
|
|
161
|
+
bl_ui/properties_data_bone/__init__.pyi,sha256=_hSftynllSwt47DnCIqnAP4seHslme6LdtJulRa9N2g,24240
|
|
162
162
|
bl_ui/properties_data_bone/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
163
|
-
bl_ui/properties_data_camera/__init__.pyi,sha256=
|
|
163
|
+
bl_ui/properties_data_camera/__init__.pyi,sha256=mDaOg7Vl8s92koiAW27_YqAxY8fqrct0ys_iJiS960w,36037
|
|
164
164
|
bl_ui/properties_data_camera/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
165
|
-
bl_ui/properties_data_curve/__init__.pyi,sha256=
|
|
165
|
+
bl_ui/properties_data_curve/__init__.pyi,sha256=TyI6P7VoTlhDuyMdiqBaQ79XNMMRAaCLDP8UPeWOmXI,37044
|
|
166
166
|
bl_ui/properties_data_curve/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
167
|
-
bl_ui/properties_data_curves/__init__.pyi,sha256=
|
|
167
|
+
bl_ui/properties_data_curves/__init__.pyi,sha256=RJL0_5DUTQ7gukpJLdNsczuS9swh6n_3l3JmKrI9z6k,15442
|
|
168
168
|
bl_ui/properties_data_curves/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
169
|
-
bl_ui/properties_data_empty/__init__.pyi,sha256=
|
|
169
|
+
bl_ui/properties_data_empty/__init__.pyi,sha256=4Gqr6psM0ZEEfTYsQtGTPryEnOanoJDOi35n7VVacJU,4957
|
|
170
170
|
bl_ui/properties_data_empty/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
171
|
-
bl_ui/properties_data_gpencil/__init__.pyi,sha256=
|
|
171
|
+
bl_ui/properties_data_gpencil/__init__.pyi,sha256=DLtAdrRhRJiZpo9pBA89pztdm2YrgMI34HAtHLK1L08,45197
|
|
172
172
|
bl_ui/properties_data_gpencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
173
|
-
bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=
|
|
173
|
+
bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=XJCxEUmwEgJOU4Wf0g5hRx5VHmyVPl2vxNBYhtcD82M,32542
|
|
174
174
|
bl_ui/properties_data_grease_pencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
175
|
-
bl_ui/properties_data_lattice/__init__.pyi,sha256=
|
|
175
|
+
bl_ui/properties_data_lattice/__init__.pyi,sha256=4wWnKSosd9LOT76IPwZeB_5s474EZTFKqHefbJc0ljk,7424
|
|
176
176
|
bl_ui/properties_data_lattice/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
177
|
-
bl_ui/properties_data_light/__init__.pyi,sha256=
|
|
177
|
+
bl_ui/properties_data_light/__init__.pyi,sha256=ngEVFwW4kEz0_oPjSG_943X_VUb5lg-ltrhUH46ZFuM,29472
|
|
178
178
|
bl_ui/properties_data_light/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
179
|
-
bl_ui/properties_data_lightprobe/__init__.pyi,sha256=
|
|
179
|
+
bl_ui/properties_data_lightprobe/__init__.pyi,sha256=0Rcg86bS3Hb9SR6EtQr97y4IccPYQheeF7sCVy6O0LU,31408
|
|
180
180
|
bl_ui/properties_data_lightprobe/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
181
|
-
bl_ui/properties_data_mesh/__init__.pyi,sha256=
|
|
181
|
+
bl_ui/properties_data_mesh/__init__.pyi,sha256=SlKxT4rZDOjSryI7Sdw-TboXWgJvbh-K9xC4_yoe_Rw,50531
|
|
182
182
|
bl_ui/properties_data_mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
183
|
-
bl_ui/properties_data_metaball/__init__.pyi,sha256=
|
|
183
|
+
bl_ui/properties_data_metaball/__init__.pyi,sha256=bK20TmezP3aqTXZOl3cNPAXwvR5Db5uAZXoDx7taGK0,12110
|
|
184
184
|
bl_ui/properties_data_metaball/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
185
|
-
bl_ui/properties_data_modifier/__init__.pyi,sha256=
|
|
185
|
+
bl_ui/properties_data_modifier/__init__.pyi,sha256=fwWYH0nMMcxaXmj4aTk4gsQseP20zlCp5vpTfCw7MOg,26507
|
|
186
186
|
bl_ui/properties_data_modifier/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
187
|
-
bl_ui/properties_data_pointcloud/__init__.pyi,sha256=
|
|
187
|
+
bl_ui/properties_data_pointcloud/__init__.pyi,sha256=lw04yQ9FCspOkPbkIQuvm1XDCDSjN3m6Qi99SFh4vjU,13139
|
|
188
188
|
bl_ui/properties_data_pointcloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
189
|
-
bl_ui/properties_data_shaderfx/__init__.pyi,sha256=
|
|
189
|
+
bl_ui/properties_data_shaderfx/__init__.pyi,sha256=_pEI_uiIjxtgmmMI8GvIezwA1a2FeRYwZkRNGk4UU8E,2487
|
|
190
190
|
bl_ui/properties_data_shaderfx/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
191
|
-
bl_ui/properties_data_speaker/__init__.pyi,sha256=
|
|
191
|
+
bl_ui/properties_data_speaker/__init__.pyi,sha256=8q-M8hqGA1qHpWu9VlcPGuN0j3Mb3d7m9IecSznmXrE,12250
|
|
192
192
|
bl_ui/properties_data_speaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
193
|
-
bl_ui/properties_data_volume/__init__.pyi,sha256=
|
|
193
|
+
bl_ui/properties_data_volume/__init__.pyi,sha256=1_kfEOTIp7B6ERBBRDlSVAHA7fH1SaTwTuVlBMvxvv8,19377
|
|
194
194
|
bl_ui/properties_data_volume/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
195
|
-
bl_ui/properties_freestyle/__init__.pyi,sha256=
|
|
195
|
+
bl_ui/properties_freestyle/__init__.pyi,sha256=OHZJDQ0GsaflUDkQIzp3qGvhNjrlJwuvHifMIxsf93Q,65422
|
|
196
196
|
bl_ui/properties_freestyle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
197
|
-
bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=
|
|
197
|
+
bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=YJXhzizTwzVRmWdm7bZenqyDMGKWvz5IkShUXYp9cxg,40766
|
|
198
198
|
bl_ui/properties_grease_pencil_common/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
199
|
-
bl_ui/properties_mask_common/__init__.pyi,sha256=
|
|
199
|
+
bl_ui/properties_mask_common/__init__.pyi,sha256=nsV25xsJ1XJWfyIYVvw1Qi3rNRnUq27KmlhISYTg5iA,21415
|
|
200
200
|
bl_ui/properties_mask_common/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
201
|
-
bl_ui/properties_material/__init__.pyi,sha256=
|
|
201
|
+
bl_ui/properties_material/__init__.pyi,sha256=OIkADTWaj_zD1U_4emeniq8LeE_Ly85Q1FUD_VdWL4Y,36818
|
|
202
202
|
bl_ui/properties_material/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
203
|
-
bl_ui/properties_material_gpencil/__init__.pyi,sha256=
|
|
203
|
+
bl_ui/properties_material_gpencil/__init__.pyi,sha256=h988Idv7H6xKGyt5JJhEBsc25LanugnQZexMV9s0WpI,25631
|
|
204
204
|
bl_ui/properties_material_gpencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
205
|
-
bl_ui/properties_object/__init__.pyi,sha256=
|
|
205
|
+
bl_ui/properties_object/__init__.pyi,sha256=taPxgaShGRFAItsfhWge4ncqKColUIiJkdQVoy1z9lc,33793
|
|
206
206
|
bl_ui/properties_object/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
207
|
-
bl_ui/properties_output/__init__.pyi,sha256=
|
|
207
|
+
bl_ui/properties_output/__init__.pyi,sha256=tab4BrItt_piZTGBhVSLC_wqfB4DEUCzhwfjSAHn_PE,45928
|
|
208
208
|
bl_ui/properties_output/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
209
|
-
bl_ui/properties_paint_common/__init__.pyi,sha256=
|
|
209
|
+
bl_ui/properties_paint_common/__init__.pyi,sha256=zDvUrn0e2BdPytMcpqN86akQeK6Zdr-5DN3lrk4vzaI,19066
|
|
210
210
|
bl_ui/properties_paint_common/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
211
|
-
bl_ui/properties_particle/__init__.pyi,sha256=
|
|
211
|
+
bl_ui/properties_particle/__init__.pyi,sha256=gX1xY6DIGvSXOrrIh7qnYU1p8600OI0GKlv6fuhHZMw,128155
|
|
212
212
|
bl_ui/properties_particle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
213
|
-
bl_ui/properties_physics_cloth/__init__.pyi,sha256=
|
|
213
|
+
bl_ui/properties_physics_cloth/__init__.pyi,sha256=Y89MULOeyZZk_Hl7k8swM0iQ7YUp_-yxRpRAyuo-DjM,35204
|
|
214
214
|
bl_ui/properties_physics_cloth/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
215
|
-
bl_ui/properties_physics_common/__init__.pyi,sha256=
|
|
215
|
+
bl_ui/properties_physics_common/__init__.pyi,sha256=V0nGv0nSSv0w_ZhD6c2qHvBO75i-sLnKF59JePCF9Pk,3145
|
|
216
216
|
bl_ui/properties_physics_common/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
217
|
-
bl_ui/properties_physics_dynamicpaint/__init__.pyi,sha256=
|
|
217
|
+
bl_ui/properties_physics_dynamicpaint/__init__.pyi,sha256=D-1sqlu2ZxNS1Zff8sUryPWWpsb9Lz2NYRF46CrPFjQ,68143
|
|
218
218
|
bl_ui/properties_physics_dynamicpaint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
219
|
-
bl_ui/properties_physics_field/__init__.pyi,sha256=
|
|
219
|
+
bl_ui/properties_physics_field/__init__.pyi,sha256=43ry7EQsNJEWk_7pzmCS2JzgXXuxigGHY39yERBS6CU,26369
|
|
220
220
|
bl_ui/properties_physics_field/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
221
|
-
bl_ui/properties_physics_fluid/__init__.pyi,sha256=
|
|
221
|
+
bl_ui/properties_physics_fluid/__init__.pyi,sha256=ZQMBXHO2fUYy5bESzhfDDrQnYjR2m3puXcfUX176ASk,93292
|
|
222
222
|
bl_ui/properties_physics_fluid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
223
|
-
bl_ui/properties_physics_geometry_nodes/__init__.pyi,sha256=
|
|
223
|
+
bl_ui/properties_physics_geometry_nodes/__init__.pyi,sha256=W6aPhPtr7jCLI6ipejReSqxwLrZQ2Bsb5QCdXdgQdjU,2503
|
|
224
224
|
bl_ui/properties_physics_geometry_nodes/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
225
|
-
bl_ui/properties_physics_rigidbody/__init__.pyi,sha256=
|
|
225
|
+
bl_ui/properties_physics_rigidbody/__init__.pyi,sha256=vgF81sVbg4QmK7qvzCvjuXU6KyGT8Sc8hmvWXnegb5o,19834
|
|
226
226
|
bl_ui/properties_physics_rigidbody/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
227
|
-
bl_ui/properties_physics_rigidbody_constraint/__init__.pyi,sha256=
|
|
227
|
+
bl_ui/properties_physics_rigidbody_constraint/__init__.pyi,sha256=yqu83nHLyrR5Z1Vxf4OIWolpW9I-ht_SqzZaIyeBqAc,32070
|
|
228
228
|
bl_ui/properties_physics_rigidbody_constraint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
229
|
-
bl_ui/properties_physics_softbody/__init__.pyi,sha256=
|
|
229
|
+
bl_ui/properties_physics_softbody/__init__.pyi,sha256=vnXIXB5hPXfnwaHc2RPJSnNmYzhpeQ7lib67_gRdyI4,37212
|
|
230
230
|
bl_ui/properties_physics_softbody/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
231
|
-
bl_ui/properties_render/__init__.pyi,sha256=
|
|
231
|
+
bl_ui/properties_render/__init__.pyi,sha256=_9p9vIGxx4pYLYnOwcXPVFZsQ5l9tQ5s6Yfa-e5KPYk,127404
|
|
232
232
|
bl_ui/properties_render/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
233
|
-
bl_ui/properties_scene/__init__.pyi,sha256=
|
|
233
|
+
bl_ui/properties_scene/__init__.pyi,sha256=H6lI8atFryT3C3xb_PP96V7IaZHjhlG7Fs46a_dEBv8,36308
|
|
234
234
|
bl_ui/properties_scene/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
235
|
-
bl_ui/properties_texture/__init__.pyi,sha256=
|
|
235
|
+
bl_ui/properties_texture/__init__.pyi,sha256=sw_gkOq0SMqHcvxeySRgEEnXQNaE4dXAX5n4UdLaIM8,64376
|
|
236
236
|
bl_ui/properties_texture/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
237
|
-
bl_ui/properties_view_layer/__init__.pyi,sha256=
|
|
237
|
+
bl_ui/properties_view_layer/__init__.pyi,sha256=3Yj5yipztd97mm05byUF3VnFEAGPtnWh9GbIybUi8yk,43552
|
|
238
238
|
bl_ui/properties_view_layer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
239
|
-
bl_ui/properties_workspace/__init__.pyi,sha256=
|
|
239
|
+
bl_ui/properties_workspace/__init__.pyi,sha256=gd8fYDbY7aMcHPKsX7TpwvvoTnl5xzhL9wgwoY-9nW0,9910
|
|
240
240
|
bl_ui/properties_workspace/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
241
|
-
bl_ui/properties_world/__init__.pyi,sha256=
|
|
241
|
+
bl_ui/properties_world/__init__.pyi,sha256=CmTE-gn3eiC-Q9tC-kTppBhDyEGc5zF390i2KMlVVfk,17128
|
|
242
242
|
bl_ui/properties_world/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
243
|
-
bl_ui/space_clip/__init__.pyi,sha256=
|
|
243
|
+
bl_ui/space_clip/__init__.pyi,sha256=tIKY-DLmWsKjpw4o_3KRiLwsckE0Rp876UmX-xotEPs,179951
|
|
244
244
|
bl_ui/space_clip/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
245
|
-
bl_ui/space_console/__init__.pyi,sha256=
|
|
245
|
+
bl_ui/space_console/__init__.pyi,sha256=0adLkSZMS82WEvGfafVbNk4prDu2I524z1CVCfx2zRk,16365
|
|
246
246
|
bl_ui/space_console/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
247
|
-
bl_ui/space_dopesheet/__init__.pyi,sha256=
|
|
247
|
+
bl_ui/space_dopesheet/__init__.pyi,sha256=dkobW5DVFteryamuSuu6LsO-NFOp8RapYbdHsGA5o0Q,69949
|
|
248
248
|
bl_ui/space_dopesheet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
249
|
-
bl_ui/space_filebrowser/__init__.pyi,sha256=
|
|
249
|
+
bl_ui/space_filebrowser/__init__.pyi,sha256=Aktdhqb1t-s8Oy0H3Q8TMerp1DXkIzxPV5iT-cwy9q8,75978
|
|
250
250
|
bl_ui/space_filebrowser/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
251
|
-
bl_ui/space_graph/__init__.pyi,sha256=
|
|
251
|
+
bl_ui/space_graph/__init__.pyi,sha256=SZmGw4JIWqELWtHsOh9wHC_GK1LVL6K7tzacBr6EWWc,54390
|
|
252
252
|
bl_ui/space_graph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
253
|
-
bl_ui/space_image/__init__.pyi,sha256=
|
|
253
|
+
bl_ui/space_image/__init__.pyi,sha256=ha4HavjbKvWI2CC1YuKsTMxgxm1DSMLdu3ouU8dL84w,196879
|
|
254
254
|
bl_ui/space_image/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
255
|
-
bl_ui/space_info/__init__.pyi,sha256
|
|
255
|
+
bl_ui/space_info/__init__.pyi,sha256=-zSdDutGke3wSxAlCssmRJLjP7qIa0NViKNtV4iwGkU,16331
|
|
256
256
|
bl_ui/space_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
257
|
-
bl_ui/space_nla/__init__.pyi,sha256=
|
|
257
|
+
bl_ui/space_nla/__init__.pyi,sha256=dNg2MbEWr4VPyOnWIWnDMJA6j-jwqArB9l7DqpKuaa8,46344
|
|
258
258
|
bl_ui/space_nla/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
259
|
-
bl_ui/space_node/__init__.pyi,sha256=
|
|
259
|
+
bl_ui/space_node/__init__.pyi,sha256=OOOskvPcRaNQc-l_H5kCoCnRnZKUj1roy5elDHkMT9s,90384
|
|
260
260
|
bl_ui/space_node/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
261
|
-
bl_ui/space_outliner/__init__.pyi,sha256=
|
|
261
|
+
bl_ui/space_outliner/__init__.pyi,sha256=F3FPcDW32r5OfbuOafAUqEm0otLlksccGpadjRBUars,38779
|
|
262
262
|
bl_ui/space_outliner/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
263
|
-
bl_ui/space_properties/__init__.pyi,sha256=
|
|
263
|
+
bl_ui/space_properties/__init__.pyi,sha256=UinQxegEVlaHM2kChYUjIKiydcTB_wcUkOJTo-JiAt4,6470
|
|
264
264
|
bl_ui/space_properties/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
265
|
-
bl_ui/space_sequencer/__init__.pyi,sha256=
|
|
265
|
+
bl_ui/space_sequencer/__init__.pyi,sha256=E1MWvV3i21t5jWEmBf0RV6JRAtExDKBIrQkFKhNWtTE,195733
|
|
266
266
|
bl_ui/space_sequencer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
267
|
-
bl_ui/space_spreadsheet/__init__.pyi,sha256=
|
|
267
|
+
bl_ui/space_spreadsheet/__init__.pyi,sha256=Qqn5v0g_C5hnS5V5jI5kb8G8AaQKCf_RFfzpOewN0Zc,3029
|
|
268
268
|
bl_ui/space_spreadsheet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
269
|
-
bl_ui/space_statusbar/__init__.pyi,sha256=
|
|
269
|
+
bl_ui/space_statusbar/__init__.pyi,sha256=_WB9EOYpa-CoZsWgcZxeqoc9bwVJnTYdoIL_xX7RJGs,2136
|
|
270
270
|
bl_ui/space_statusbar/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
271
|
-
bl_ui/space_text/__init__.pyi,sha256=
|
|
271
|
+
bl_ui/space_text/__init__.pyi,sha256=Or7a5OHhC6GEFtejuEocbuNSKzQNb39FlRJiYQd5GKM,42596
|
|
272
272
|
bl_ui/space_text/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
273
|
-
bl_ui/space_time/__init__.pyi,sha256=
|
|
273
|
+
bl_ui/space_time/__init__.pyi,sha256=dkaagkFhHYmq5rrPj9ujIEaTuKGYV-4gC7oaZVNdo0M,19012
|
|
274
274
|
bl_ui/space_time/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
275
|
-
bl_ui/space_toolsystem_common/__init__.pyi,sha256=
|
|
275
|
+
bl_ui/space_toolsystem_common/__init__.pyi,sha256=3NSHhm3bbYGSCE7U2aexYKvzhYhnCFmVcCABsO5W4Uc,6457
|
|
276
276
|
bl_ui/space_toolsystem_common/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
277
|
-
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=
|
|
277
|
+
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=EeHMWPe6RzJZHbq0Kgh34NWg-erm_km-2arK_61PiU8,25695
|
|
278
278
|
bl_ui/space_toolsystem_toolbar/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
279
|
-
bl_ui/space_topbar/__init__.pyi,sha256=
|
|
279
|
+
bl_ui/space_topbar/__init__.pyi,sha256=QEsZc7xfr-__L_urfSh-mu-7rSeZ6CYwWaIrE3JtOsI,70218
|
|
280
280
|
bl_ui/space_topbar/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
281
|
-
bl_ui/space_userpref/__init__.pyi,sha256=
|
|
281
|
+
bl_ui/space_userpref/__init__.pyi,sha256=MuQnQPa1Y_vKELzXKpNGDroNWT_VJ69sO4zKDwUXAaI,213407
|
|
282
282
|
bl_ui/space_userpref/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
283
|
-
bl_ui/space_view3d/__init__.pyi,sha256=
|
|
283
|
+
bl_ui/space_view3d/__init__.pyi,sha256=4LtzUIxOnO3Pru7noBDPuQdE8EKiDNm3Ean-oXqTZwk,708728
|
|
284
284
|
bl_ui/space_view3d/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
285
|
-
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=
|
|
285
|
+
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=1MP7iBMZqyv0oSDO2WSUUkgudpLfmfhOnFk556juRFk,266465
|
|
286
286
|
bl_ui/space_view3d_toolbar/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
287
|
-
bl_ui/temp_anim_layers/__init__.pyi,sha256=
|
|
287
|
+
bl_ui/temp_anim_layers/__init__.pyi,sha256=aT-YrE4jmtsn_OxkOPhDEVAsw7D05sTLNxTNpjdLOGM,2400
|
|
288
288
|
bl_ui/temp_anim_layers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
289
289
|
bl_ui/utils/__init__.pyi,sha256=qrfF4t_GhWRCkqqj37YoDIArlpdNsO29CVH9bBrEc0E,1067
|
|
290
290
|
bl_ui/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -304,195 +304,195 @@ bmesh/geometry/__init__.pyi,sha256=Wq8J78LNJXk9PMdUofmCD5V4X-e1XTQ844tksTHBZYk,6
|
|
|
304
304
|
bmesh/geometry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
305
305
|
bmesh/ops/__init__.pyi,sha256=noFp0qnNs7ZK1SQRF3sB02qfh-BkS02jf8jzMiiVw8Q,73746
|
|
306
306
|
bmesh/ops/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
307
|
-
bmesh/types/__init__.pyi,sha256=
|
|
307
|
+
bmesh/types/__init__.pyi,sha256=C06s2i6a_Yv-rGhOFN0DlbLdJ1KX_FMrBt0UdEmOj1c,40138
|
|
308
308
|
bmesh/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
309
309
|
bmesh/utils/__init__.pyi,sha256=5FPSJnyb0XL7E5Aw7oEM6Fs-Rc-mydaSTze4HDkoauQ,6157
|
|
310
310
|
bmesh/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
311
311
|
bpy/__init__.pyi,sha256=FwVgOmNFyREyKoHybvt0PJNE8mqRUwHc2mJrWZphEyI,401
|
|
312
312
|
bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
313
|
-
bpy/app/__init__.pyi,sha256=
|
|
313
|
+
bpy/app/__init__.pyi,sha256=8mLFV48Hx6hb7UWcVipCtYk_jWhH90zoSc4PlnrQ1Qo,7716
|
|
314
314
|
bpy/app/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
315
315
|
bpy/app/handlers/__init__.pyi,sha256=XhQzNDUDM11m6-ABA--LnzYYybzj7xYE1G9AV7JBMzE,6363
|
|
316
316
|
bpy/app/handlers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
317
|
-
bpy/app/icons/__init__.pyi,sha256=
|
|
317
|
+
bpy/app/icons/__init__.pyi,sha256=E7m464gzHwGVEyckFZfUDYTB0294r_aH5bj0nhVYsnc,1088
|
|
318
318
|
bpy/app/icons/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
319
|
-
bpy/app/timers/__init__.pyi,sha256=
|
|
319
|
+
bpy/app/timers/__init__.pyi,sha256=EhKx3lBn0tQi-XghSBIKe6d8IkOVR6QjzzG5gIhJx-U,2096
|
|
320
320
|
bpy/app/timers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
321
|
-
bpy/app/translations/__init__.pyi,sha256=
|
|
321
|
+
bpy/app/translations/__init__.pyi,sha256=27NqD6lI4NBCV-bbrz0Z3aioh2rxCflLlsG0Zivvd-I,6685
|
|
322
322
|
bpy/app/translations/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
323
|
-
bpy/msgbus/__init__.pyi,sha256=
|
|
323
|
+
bpy/msgbus/__init__.pyi,sha256=QxZBB8ppPD2_I9u8KLFbfFNWwA5w0T-U5tGY6X3mRj8,2648
|
|
324
324
|
bpy/msgbus/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
325
325
|
bpy/ops/__init__.pyi,sha256=RZz5LlK9yr_90yaLiSvaetn0An4QtTDkigOhgPLUlCM,4602
|
|
326
326
|
bpy/ops/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
327
|
-
bpy/ops/action/__init__.pyi,sha256=
|
|
327
|
+
bpy/ops/action/__init__.pyi,sha256=8FVD3qUCJSA137W0QQLhCSy8UrLPI2nlsiKCz_0yDVE,27877
|
|
328
328
|
bpy/ops/action/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
329
|
-
bpy/ops/anim/__init__.pyi,sha256=
|
|
329
|
+
bpy/ops/anim/__init__.pyi,sha256=0PXX3Qauju1q_EBLkJe8Znd59VhiGnvIv6gD-lQ1FWA,37249
|
|
330
330
|
bpy/ops/anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
331
|
-
bpy/ops/armature/__init__.pyi,sha256=
|
|
331
|
+
bpy/ops/armature/__init__.pyi,sha256=yGJYQ-zvFoVmzCqYU8oQk7dwH2i09c9y4BvGi6yI_80,32994
|
|
332
332
|
bpy/ops/armature/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
333
|
-
bpy/ops/asset/__init__.pyi,sha256=
|
|
333
|
+
bpy/ops/asset/__init__.pyi,sha256=I6VZJ-ycS0IIozHAnCwzy3ayaXWnwqgI0WQHllHO1ek,14376
|
|
334
334
|
bpy/ops/asset/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
335
|
-
bpy/ops/boid/__init__.pyi,sha256=
|
|
335
|
+
bpy/ops/boid/__init__.pyi,sha256=q09hi8RtTHgJ2IolAIIbby1M_x_1nvZRwcYS9GFhhg4,3929
|
|
336
336
|
bpy/ops/boid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
337
|
-
bpy/ops/brush/__init__.pyi,sha256=
|
|
337
|
+
bpy/ops/brush/__init__.pyi,sha256=_7t0YkrE6RanNzVd2WUcXUcYNLKIVPUoiRDZzz37rbw,5780
|
|
338
338
|
bpy/ops/brush/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
339
|
-
bpy/ops/buttons/__init__.pyi,sha256=
|
|
339
|
+
bpy/ops/buttons/__init__.pyi,sha256=tXMfCtgxgzh6ghi5nbMQ6BTquzpkMWWQfXChKu2IcWY,13384
|
|
340
340
|
bpy/ops/buttons/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
341
|
-
bpy/ops/cachefile/__init__.pyi,sha256=
|
|
341
|
+
bpy/ops/cachefile/__init__.pyi,sha256=bVPzhlSO9W8RcM8a9m2k8yD43Hy61Y0-NVm3GNSCWLI,13046
|
|
342
342
|
bpy/ops/cachefile/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
343
|
-
bpy/ops/camera/__init__.pyi,sha256=
|
|
343
|
+
bpy/ops/camera/__init__.pyi,sha256=ckv-4Y-SpLFdPwZJ-4XSdLDfmXZzwQb0r4yv76AycNw,2320
|
|
344
344
|
bpy/ops/camera/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
345
|
-
bpy/ops/clip/__init__.pyi,sha256=
|
|
345
|
+
bpy/ops/clip/__init__.pyi,sha256=_6xK7UENCAhQrRH0wkrhgR5znUFKNpSJfUjwS4CM3zw,68869
|
|
346
346
|
bpy/ops/clip/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
347
|
-
bpy/ops/cloth/__init__.pyi,sha256=
|
|
347
|
+
bpy/ops/cloth/__init__.pyi,sha256=1yFqxG5bAPxbvYsDv-mOXjB0GrHfMDh_t10NuuJEwvY,1068
|
|
348
348
|
bpy/ops/cloth/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
349
|
-
bpy/ops/collection/__init__.pyi,sha256
|
|
349
|
+
bpy/ops/collection/__init__.pyi,sha256=oMzNONORo3LxCFzL9f7-Ol3hMLO_gn3NZ9S0mcSCqus,5622
|
|
350
350
|
bpy/ops/collection/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
351
|
-
bpy/ops/console/__init__.pyi,sha256=
|
|
351
|
+
bpy/ops/console/__init__.pyi,sha256=S4oHTlR4f-Vh2gUJw5raMd87ameWv4LIrv1SWApm9Jg,12749
|
|
352
352
|
bpy/ops/console/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
353
|
-
bpy/ops/constraint/__init__.pyi,sha256=
|
|
353
|
+
bpy/ops/constraint/__init__.pyi,sha256=wRvEaRoaTpqp3wB0krWuPU6S9DeEgeJzAxS0UJmr548,16851
|
|
354
354
|
bpy/ops/constraint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
355
|
-
bpy/ops/curve/__init__.pyi,sha256=
|
|
355
|
+
bpy/ops/curve/__init__.pyi,sha256=Z7Gz6kOmsGBWI7YiehmpBTcx9NW97eiFRxIqpkM0xJs,41053
|
|
356
356
|
bpy/ops/curve/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
357
|
-
bpy/ops/curves/__init__.pyi,sha256=
|
|
357
|
+
bpy/ops/curves/__init__.pyi,sha256=J4dfciv9pxc7cKHX_wMN-zuqo54cm3nLJYvuv2Wm_YQ,21090
|
|
358
358
|
bpy/ops/curves/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
359
|
-
bpy/ops/cycles/__init__.pyi,sha256=
|
|
359
|
+
bpy/ops/cycles/__init__.pyi,sha256=1RhtlvoRjPefqdRX_-37e2g2XUVr4Iit4LQHbA2xYfU,2719
|
|
360
360
|
bpy/ops/cycles/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
361
|
-
bpy/ops/dpaint/__init__.pyi,sha256=
|
|
361
|
+
bpy/ops/dpaint/__init__.pyi,sha256=9SPO4WW1rVCsOnDqIUig0ABiIP186tsPolMZbAUf_aI,2711
|
|
362
362
|
bpy/ops/dpaint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
363
|
-
bpy/ops/ed/__init__.pyi,sha256=
|
|
363
|
+
bpy/ops/ed/__init__.pyi,sha256=n1FwXI-JQugrXG051akB0kUgm2TjAZj6W53xhPxAoX0,11480
|
|
364
364
|
bpy/ops/ed/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
365
|
-
bpy/ops/export_anim/__init__.pyi,sha256=
|
|
365
|
+
bpy/ops/export_anim/__init__.pyi,sha256=0IogQVQXsp9G7kyI5JtxOuFJWBg4MmEqK5Wz8ehlY-A,2530
|
|
366
366
|
bpy/ops/export_anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
367
|
-
bpy/ops/export_mesh/__init__.pyi,sha256=
|
|
367
|
+
bpy/ops/export_mesh/__init__.pyi,sha256=g-ly7MhwZagMZDhISeopxZ4mafvL7SAOZJ82kRr_uu8,3023
|
|
368
368
|
bpy/ops/export_mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
369
|
-
bpy/ops/export_scene/__init__.pyi,sha256=
|
|
369
|
+
bpy/ops/export_scene/__init__.pyi,sha256=oeqL1qx-Dt-Cltv1BO5VrTvhRzfMivsMjr1lKdH1cc0,48279
|
|
370
370
|
bpy/ops/export_scene/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
371
|
-
bpy/ops/file/__init__.pyi,sha256=
|
|
371
|
+
bpy/ops/file/__init__.pyi,sha256=oJ_cnxgkGpmc6T6XujhgxqGpl58UABapHlLv27yGl7U,30920
|
|
372
372
|
bpy/ops/file/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
373
|
-
bpy/ops/fluid/__init__.pyi,sha256=
|
|
373
|
+
bpy/ops/fluid/__init__.pyi,sha256=c3cs6Mj2MYBmYrlijzAK37WKGszp1qSv9hMs29-wmUg,6920
|
|
374
374
|
bpy/ops/fluid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
375
|
-
bpy/ops/font/__init__.pyi,sha256=
|
|
375
|
+
bpy/ops/font/__init__.pyi,sha256=vYLWm8ulkdcc0pdwX0Xtib9eP_S5xDk6vKqbF3dkmD8,22930
|
|
376
376
|
bpy/ops/font/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
377
|
-
bpy/ops/geometry/__init__.pyi,sha256=
|
|
377
|
+
bpy/ops/geometry/__init__.pyi,sha256=n-UCQja2zNE_xeuSnyE6q36o2c-MEtEAUucUIntDRE0,8373
|
|
378
378
|
bpy/ops/geometry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
379
|
-
bpy/ops/gizmogroup/__init__.pyi,sha256=
|
|
379
|
+
bpy/ops/gizmogroup/__init__.pyi,sha256=ykjX--OidDcNfQtSpft_JUOiwtRJFZE84aimQT1c09k,2119
|
|
380
380
|
bpy/ops/gizmogroup/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
381
|
-
bpy/ops/gpencil/__init__.pyi,sha256=
|
|
381
|
+
bpy/ops/gpencil/__init__.pyi,sha256=Q202DJBn5wEbFFU9nBtnqCgZS4uAmOCGSgPkuekb0lE,130832
|
|
382
382
|
bpy/ops/gpencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
383
|
-
bpy/ops/graph/__init__.pyi,sha256=
|
|
383
|
+
bpy/ops/graph/__init__.pyi,sha256=oA6Vhg4ya0fP9B6eU6_z6095wFUkUNXQRsnizuHhPPA,60320
|
|
384
384
|
bpy/ops/graph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
385
|
-
bpy/ops/grease_pencil/__init__.pyi,sha256=
|
|
385
|
+
bpy/ops/grease_pencil/__init__.pyi,sha256=oW827bPyBymryyBPcM-lXdgpeOGwP4Tnk5jsdT7PJ8M,43996
|
|
386
386
|
bpy/ops/grease_pencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
387
|
-
bpy/ops/image/__init__.pyi,sha256=
|
|
387
|
+
bpy/ops/image/__init__.pyi,sha256=N-E9zBT8k0nu5--cQTzoWxZzY7RGZzRMOEEuAEWCpAQ,57101
|
|
388
388
|
bpy/ops/image/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
389
|
-
bpy/ops/import_anim/__init__.pyi,sha256=
|
|
389
|
+
bpy/ops/import_anim/__init__.pyi,sha256=eSKuDvDjtSc8bkSC3asBXajWVsIsU-zB0jilvS_Om2g,3489
|
|
390
390
|
bpy/ops/import_anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
391
|
-
bpy/ops/import_curve/__init__.pyi,sha256=
|
|
391
|
+
bpy/ops/import_curve/__init__.pyi,sha256=84UNtHe7QTVpYYJLprZiikhJBQyaiM5QeZv24FL19Ew,832
|
|
392
392
|
bpy/ops/import_curve/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
393
|
-
bpy/ops/import_mesh/__init__.pyi,sha256
|
|
393
|
+
bpy/ops/import_mesh/__init__.pyi,sha256=-Nxg4e4joncUBuAJ4i5rdZU5a34SSvSWm_IPLg6a-_U,2145
|
|
394
394
|
bpy/ops/import_mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
395
|
-
bpy/ops/import_scene/__init__.pyi,sha256=
|
|
395
|
+
bpy/ops/import_scene/__init__.pyi,sha256=w4qeAvPR0Wc7Wx0N8yl-PsWj13jNnVqRmbnJQsWsxIE,12221
|
|
396
396
|
bpy/ops/import_scene/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
397
|
-
bpy/ops/info/__init__.pyi,sha256=
|
|
397
|
+
bpy/ops/info/__init__.pyi,sha256=R3GyyrcT_HdpdyXzz7dVfeicoP33mvM6mIbKGMCUqHc,5026
|
|
398
398
|
bpy/ops/info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
399
|
-
bpy/ops/lattice/__init__.pyi,sha256=
|
|
399
|
+
bpy/ops/lattice/__init__.pyi,sha256=zHMD3Z_oByMAtG9KN1T4FNwEIGGZB3iHuQpkfqsrIvs,5527
|
|
400
400
|
bpy/ops/lattice/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
401
|
-
bpy/ops/marker/__init__.pyi,sha256=
|
|
401
|
+
bpy/ops/marker/__init__.pyi,sha256=aA4_GGgbJKFF81pwiXtJvg-Tn61zWKV9LuJex2ttO4Q,8831
|
|
402
402
|
bpy/ops/marker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
403
|
-
bpy/ops/mask/__init__.pyi,sha256=
|
|
403
|
+
bpy/ops/mask/__init__.pyi,sha256=xvNYGTlsi2haZ6mle4dIDo0HceiUe_IIdd2W9S5eUb0,26881
|
|
404
404
|
bpy/ops/mask/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
405
|
-
bpy/ops/material/__init__.pyi,sha256=
|
|
405
|
+
bpy/ops/material/__init__.pyi,sha256=LDB1fHDSc_IlPTaf9hNkRo9Cpn0piPL5kJ1aICu7DIo,1445
|
|
406
406
|
bpy/ops/material/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
407
|
-
bpy/ops/mball/__init__.pyi,sha256=
|
|
407
|
+
bpy/ops/mball/__init__.pyi,sha256=AuChtWVSrHuEk3JuYc2bJhxsLJpbmlWgENwV93ISDO0,6207
|
|
408
408
|
bpy/ops/mball/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
409
|
-
bpy/ops/mesh/__init__.pyi,sha256
|
|
409
|
+
bpy/ops/mesh/__init__.pyi,sha256=-jX4QanNDVYtcAaGC3q2jlgltNqfIDqmcu6U7QydqC4,181614
|
|
410
410
|
bpy/ops/mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
411
|
-
bpy/ops/nla/__init__.pyi,sha256=
|
|
411
|
+
bpy/ops/nla/__init__.pyi,sha256=Si8dALTRiu9_HKUPoad9KsNlVUavGbMsk_087HA3sQ8,29427
|
|
412
412
|
bpy/ops/nla/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
413
|
-
bpy/ops/node/__init__.pyi,sha256=
|
|
413
|
+
bpy/ops/node/__init__.pyi,sha256=gY_-t9QjNvFM1T_npBKgHKdVFQCIO0orT7bz-lEtMWg,75230
|
|
414
414
|
bpy/ops/node/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
415
|
-
bpy/ops/object/__init__.pyi,sha256=
|
|
415
|
+
bpy/ops/object/__init__.pyi,sha256=hnLN1nHP19FsppFC7liAH_KmFoFFzfhrBjoel4QQuo8,239527
|
|
416
416
|
bpy/ops/object/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
417
|
-
bpy/ops/outliner/__init__.pyi,sha256=
|
|
417
|
+
bpy/ops/outliner/__init__.pyi,sha256=yMS9P3QbET1dhQa4kx0-UFVreWYnhODX6WN6ix36HwE,44334
|
|
418
418
|
bpy/ops/outliner/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
419
|
-
bpy/ops/paint/__init__.pyi,sha256=
|
|
419
|
+
bpy/ops/paint/__init__.pyi,sha256=cBQdlvC2we4KZrsO7n30wN7XwqiQBqj0DsNYi7YPkoA,49037
|
|
420
420
|
bpy/ops/paint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
421
|
-
bpy/ops/paintcurve/__init__.pyi,sha256=
|
|
421
|
+
bpy/ops/paintcurve/__init__.pyi,sha256=M26_9SqIlhsL0d_Z-rK0U7K_Gt6xH6X_TWhax0T_ETw,5218
|
|
422
422
|
bpy/ops/paintcurve/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
423
|
-
bpy/ops/palette/__init__.pyi,sha256=
|
|
423
|
+
bpy/ops/palette/__init__.pyi,sha256=vc2Sb85o16LXLtbpUtXfjcPcMlpoIzfEszMqt5GPlqI,3803
|
|
424
424
|
bpy/ops/palette/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
425
|
-
bpy/ops/particle/__init__.pyi,sha256=
|
|
425
|
+
bpy/ops/particle/__init__.pyi,sha256=pC3NU-q4y2Hny40Srb7DkhQNqzZmAtjo9Mc0usHV5U8,22803
|
|
426
426
|
bpy/ops/particle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
427
|
-
bpy/ops/pose/__init__.pyi,sha256=
|
|
427
|
+
bpy/ops/pose/__init__.pyi,sha256=GaSY_wL5rl1oB6PlOjcuqWXGTYLOBlDWftAXwv37Esc,33112
|
|
428
428
|
bpy/ops/pose/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
429
|
-
bpy/ops/poselib/__init__.pyi,sha256=
|
|
429
|
+
bpy/ops/poselib/__init__.pyi,sha256=3nBBw3iWcPbfgQDh_6yWtdr_p1ZmPbyaawp8CAplOuI,6546
|
|
430
430
|
bpy/ops/poselib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
431
|
-
bpy/ops/preferences/__init__.pyi,sha256=
|
|
431
|
+
bpy/ops/preferences/__init__.pyi,sha256=I-64nzgONms0Vw6zaOZklyTVjJ7xGe28KPIe8H4imcc,32829
|
|
432
432
|
bpy/ops/preferences/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
433
|
-
bpy/ops/ptcache/__init__.pyi,sha256=
|
|
433
|
+
bpy/ops/ptcache/__init__.pyi,sha256=0rkgCHBeDtO0ZpUFsT1giuCh3H9nlg8MZNtv2J2Thks,3547
|
|
434
434
|
bpy/ops/ptcache/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
435
|
-
bpy/ops/render/__init__.pyi,sha256=
|
|
435
|
+
bpy/ops/render/__init__.pyi,sha256=AHi97IarmqdFn_S5-zLSzHTOhie7ryN7pOHfovW4b3Y,11417
|
|
436
436
|
bpy/ops/render/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
437
|
-
bpy/ops/rigidbody/__init__.pyi,sha256=
|
|
437
|
+
bpy/ops/rigidbody/__init__.pyi,sha256=64KtwYzvkpSw1798Gjlx72J4W3gfXOKY0WTvMD34GOE,9541
|
|
438
438
|
bpy/ops/rigidbody/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
439
|
-
bpy/ops/scene/__init__.pyi,sha256=
|
|
439
|
+
bpy/ops/scene/__init__.pyi,sha256=iTDn4rgRkDfobYvcFw1De24L1h_dlTwtaN9c2OOWAho,24345
|
|
440
440
|
bpy/ops/scene/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
441
|
-
bpy/ops/screen/__init__.pyi,sha256=
|
|
441
|
+
bpy/ops/screen/__init__.pyi,sha256=HWERXpcuatdnc1mlodbF2k0b093T_JBRm2lSSyzi4wQ,32832
|
|
442
442
|
bpy/ops/screen/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
443
|
-
bpy/ops/script/__init__.pyi,sha256=
|
|
443
|
+
bpy/ops/script/__init__.pyi,sha256=MOIKig_wQqP18-jVJxQeOIRJIi7hkIgSt9XFIMsUh6o,1860
|
|
444
444
|
bpy/ops/script/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
445
|
-
bpy/ops/sculpt/__init__.pyi,sha256=
|
|
445
|
+
bpy/ops/sculpt/__init__.pyi,sha256=VjV93u7OVVbnIrjckLTf0VMV4f5MTdwN7hJ4fefoLtk,42798
|
|
446
446
|
bpy/ops/sculpt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
447
|
-
bpy/ops/sculpt_curves/__init__.pyi,sha256=
|
|
447
|
+
bpy/ops/sculpt_curves/__init__.pyi,sha256=2wH48Nlv36qbV0i0yYFFmLYqCUT4t0TcRKk-b9lzjec,3794
|
|
448
448
|
bpy/ops/sculpt_curves/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
449
|
-
bpy/ops/sequencer/__init__.pyi,sha256=
|
|
449
|
+
bpy/ops/sequencer/__init__.pyi,sha256=WDPBgk1uOlvlR9p52gP0ZeSonC2sIHYnvlkojI4srcY,103195
|
|
450
450
|
bpy/ops/sequencer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
451
|
-
bpy/ops/sound/__init__.pyi,sha256=
|
|
451
|
+
bpy/ops/sound/__init__.pyi,sha256=LkOeVPd2YKtDd26ByZB_UFjFjqmc2mlNp1wOTUVPEd8,22422
|
|
452
452
|
bpy/ops/sound/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
453
|
-
bpy/ops/spreadsheet/__init__.pyi,sha256=
|
|
453
|
+
bpy/ops/spreadsheet/__init__.pyi,sha256=5zh6z8c5EFr3LcBpg8KujjzF_LR37GkHBoKgICkVTyY,2436
|
|
454
454
|
bpy/ops/spreadsheet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
455
|
-
bpy/ops/surface/__init__.pyi,sha256=
|
|
455
|
+
bpy/ops/surface/__init__.pyi,sha256=a9An9ZSwffGJktb3qlM5bDCG1Ty8SuHdfLa6IU_6C9U,10642
|
|
456
456
|
bpy/ops/surface/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
457
|
-
bpy/ops/text/__init__.pyi,sha256=
|
|
457
|
+
bpy/ops/text/__init__.pyi,sha256=Xrb-Opdn-3YPRpApQ_DpvhLzY-tOCDZead8VBo-YrDc,33286
|
|
458
458
|
bpy/ops/text/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
459
|
-
bpy/ops/text_editor/__init__.pyi,sha256=
|
|
459
|
+
bpy/ops/text_editor/__init__.pyi,sha256=J1GvqY21wjs8SYvmWcrNZ3cjky1JmXuUreKq_FV2sbg,1074
|
|
460
460
|
bpy/ops/text_editor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
461
|
-
bpy/ops/texture/__init__.pyi,sha256=
|
|
461
|
+
bpy/ops/texture/__init__.pyi,sha256=49aWASqQbVv3DMO9sIeEMpw-GH6CGtkSbXFYVrH2e-o,2033
|
|
462
462
|
bpy/ops/texture/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
463
|
-
bpy/ops/transform/__init__.pyi,sha256=
|
|
463
|
+
bpy/ops/transform/__init__.pyi,sha256=DkQKw5gBQzpX_s-dqlZNf4HB0L10R5wlb-_Yn0zMoH8,76434
|
|
464
464
|
bpy/ops/transform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
465
|
-
bpy/ops/ui/__init__.pyi,sha256=
|
|
465
|
+
bpy/ops/ui/__init__.pyi,sha256=QH8T9birZnnIOtt3x6a3P4CCfSErRwxP0_GcoKOaNWw,19228
|
|
466
466
|
bpy/ops/ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
467
|
-
bpy/ops/uilist/__init__.pyi,sha256=
|
|
467
|
+
bpy/ops/uilist/__init__.pyi,sha256=hKF6oNlP2ShtH1mJ2CxX9JxHeN6qfyBT6ySeoUe40tg,2620
|
|
468
468
|
bpy/ops/uilist/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
469
|
-
bpy/ops/uv/__init__.pyi,sha256=
|
|
469
|
+
bpy/ops/uv/__init__.pyi,sha256=7KJ0ciJVm1c4WT19hUhle0O5wnczNALqILdATAQLSE8,58919
|
|
470
470
|
bpy/ops/uv/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
471
|
-
bpy/ops/view2d/__init__.pyi,sha256=
|
|
471
|
+
bpy/ops/view2d/__init__.pyi,sha256=vFU-yoYN3kH9vaCblGHH7_Pt0KnHwQkDwBjpm6GN44g,11679
|
|
472
472
|
bpy/ops/view2d/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
473
|
-
bpy/ops/view3d/__init__.pyi,sha256=
|
|
473
|
+
bpy/ops/view3d/__init__.pyi,sha256=cwDjyV6LQC4iX3dKeLcN-Ksb3fIw1ETxAJfArUuZydE,49512
|
|
474
474
|
bpy/ops/view3d/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
475
|
-
bpy/ops/wm/__init__.pyi,sha256=
|
|
475
|
+
bpy/ops/wm/__init__.pyi,sha256=JJk_Idbht-9sl0V-GAgtMz4Ze6BbX0cfsNXgL18BvbU,278068
|
|
476
476
|
bpy/ops/wm/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
477
|
-
bpy/ops/workspace/__init__.pyi,sha256
|
|
477
|
+
bpy/ops/workspace/__init__.pyi,sha256=t0iiG4SC6A-837yZRxE6wZHU_E2ufWzJhULWmz6XMBM,3836
|
|
478
478
|
bpy/ops/workspace/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
479
|
-
bpy/ops/world/__init__.pyi,sha256=
|
|
479
|
+
bpy/ops/world/__init__.pyi,sha256=O2NXOxCFAX3-AHJzMX5sxmRNDbxXNZxLd6PGBZdrgZA,530
|
|
480
480
|
bpy/ops/world/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
481
|
-
bpy/path/__init__.pyi,sha256=
|
|
481
|
+
bpy/path/__init__.pyi,sha256=sZMxM2jeuZMbQOzNmFS4jlYHCnr-of5PN8XT5t6vg7M,7169
|
|
482
482
|
bpy/path/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
483
|
-
bpy/props/__init__.pyi,sha256=
|
|
483
|
+
bpy/props/__init__.pyi,sha256=FXgbYoK8g8h7efFV8tL9R7E6tPI1MjJzyRC9rJ_sYnw,31482
|
|
484
484
|
bpy/props/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
485
|
-
bpy/types/__init__.pyi,sha256=
|
|
485
|
+
bpy/types/__init__.pyi,sha256=xPxDMOMP0EajUrhlTIZtMHmbywODJxBuCDQrEigVZHo,5486517
|
|
486
486
|
bpy/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
487
|
-
bpy/utils/__init__.pyi,sha256=
|
|
487
|
+
bpy/utils/__init__.pyi,sha256=MtlLDnlInvRAEUqg7RVOZ49o6ncgLDgknamY1wr-hyI,13069
|
|
488
488
|
bpy/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
489
|
-
bpy/utils/previews/__init__.pyi,sha256=
|
|
489
|
+
bpy/utils/previews/__init__.pyi,sha256=ckbH_Hcikv3u19brIL8jv2f7-Wy0JcXt_uuqJ5t7xUY,1925
|
|
490
490
|
bpy/utils/previews/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
491
|
-
bpy/utils/units/__init__.pyi,sha256=
|
|
491
|
+
bpy/utils/units/__init__.pyi,sha256=LAcGjxwWKFDLja0HuuWPvFd9hW8Zc7x1L_M35kzGv00,2784
|
|
492
492
|
bpy/utils/units/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
493
493
|
bpy_extras/__init__.pyi,sha256=Sp0gVtrmtax_87lBqclTvucn72NRzW7Ta6UJWstZHJU,685
|
|
494
494
|
bpy_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
495
|
-
bpy_extras/anim_utils/__init__.pyi,sha256=
|
|
495
|
+
bpy_extras/anim_utils/__init__.pyi,sha256=Ob7-7NRBJ7PAI0vtUNItxlLE-JggUzKZlzw1H1mQCEg,1858
|
|
496
496
|
bpy_extras/anim_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
497
497
|
bpy_extras/asset_utils/__init__.pyi,sha256=rZwZbbvGDQMFu8R7e40i0TzIuUCu5-JPNGu0SMF5aqY,149
|
|
498
498
|
bpy_extras/asset_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -500,7 +500,7 @@ bpy_extras/id_map_utils/__init__.pyi,sha256=QalCz4QiTJoRZBNVRyyK_KzOOsqX91QeriCc
|
|
|
500
500
|
bpy_extras/id_map_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
501
501
|
bpy_extras/image_utils/__init__.pyi,sha256=nTjGCjGbHR-xAU-C1XyTAg3OGSPvb8y_76c6aFTEGAo,2065
|
|
502
502
|
bpy_extras/image_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
503
|
-
bpy_extras/io_utils/__init__.pyi,sha256=
|
|
503
|
+
bpy_extras/io_utils/__init__.pyi,sha256=nf00OtIhBmNSDmsYce3kzcpIJvZsmS3LSRbKYuoqZxo,5152
|
|
504
504
|
bpy_extras/io_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
505
505
|
bpy_extras/keyconfig_utils/__init__.pyi,sha256=JKxK5i4DlLDGFdWzZ8JWIvYcPDQjy0cmb6RFQTSDjG4,393
|
|
506
506
|
bpy_extras/keyconfig_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -510,11 +510,11 @@ bpy_extras/node_utils/__init__.pyi,sha256=0rSdqj4mdTcDqL0Su5eQ2hzKpkuk576WtII3Ky
|
|
|
510
510
|
bpy_extras/node_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
511
511
|
bpy_extras/object_utils/__init__.pyi,sha256=ey3w_d1U7MY5lT7EEgMOSVeUStPi_NwN8XJb-4kunV0,3295
|
|
512
512
|
bpy_extras/object_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
513
|
-
bpy_extras/view3d_utils/__init__.pyi,sha256=
|
|
513
|
+
bpy_extras/view3d_utils/__init__.pyi,sha256=iegI8KtX3o3PyMS2ctPmRng1tTUbvHqdhZVrnSBRJQc,3458
|
|
514
514
|
bpy_extras/view3d_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
515
515
|
bpy_restrict_state/__init__.pyi,sha256=z0wntJmk-6RiN6gW3oMlFkHOBRPIKGYfC_Q9SIoQRQ4,329
|
|
516
516
|
bpy_restrict_state/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
517
|
-
bpy_types/__init__.pyi,sha256=
|
|
517
|
+
bpy_types/__init__.pyi,sha256=wWlIdDYOcY7sHNV5mt6VjeV3Dwq2sUKwfmM1Axor-Zg,58258
|
|
518
518
|
bpy_types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
519
519
|
console_python/__init__.pyi,sha256=Inm6_DPDVMBeaDI8iLzuxyiUB_hOZ7ekIQ6zVDkmTs0,585
|
|
520
520
|
console_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -522,7 +522,7 @@ console_shell/__init__.pyi,sha256=bQPcR-rZuy_xHF_-FUValvEC7sl2KGKBfIucmrBIV5o,31
|
|
|
522
522
|
console_shell/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
523
523
|
freestyle/__init__.pyi,sha256=L1GXm7a_0C6-tq3hOWFZTMNVepr6HCaD0iWuMty-Qbw,636
|
|
524
524
|
freestyle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
525
|
-
freestyle/chainingiterators/__init__.pyi,sha256=
|
|
525
|
+
freestyle/chainingiterators/__init__.pyi,sha256=AtVvAyvqBG8_kCc087TqMd3ZtSUHKK5Smwq_py7dlO4,11129
|
|
526
526
|
freestyle/chainingiterators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
527
527
|
freestyle/functions/__init__.pyi,sha256=9cOM7b3iofJ9iwxPhCLMgXwP2_OyFTLJH5eeZus0lWo,49328
|
|
528
528
|
freestyle/functions/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -530,7 +530,7 @@ freestyle/predicates/__init__.pyi,sha256=t1r8JMa7NFShRIh63Cu2Kp3iEweFFMP9Un-LOFs
|
|
|
530
530
|
freestyle/predicates/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
531
531
|
freestyle/shaders/__init__.pyi,sha256=r9ApZsDHOt5XpYu2CXLpOjrdMlp1QAY8W_ihOyWBaSU,24805
|
|
532
532
|
freestyle/shaders/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
533
|
-
freestyle/types/__init__.pyi,sha256=
|
|
533
|
+
freestyle/types/__init__.pyi,sha256=qqwamK9MWrKC7uRY1sYAa3maMP96cDYTU78OZ6RYgDc,101926
|
|
534
534
|
freestyle/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
535
535
|
freestyle/utils/__init__.pyi,sha256=Xqa0uopKq8a81ZY34Yb4TgIukHvF_2XakXHUgWZtDv8,5377
|
|
536
536
|
freestyle/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -558,7 +558,7 @@ gpu_extras/__init__.pyi,sha256=SNtdAH5nD_mIrcCz-FdCOAr2dUV7ugbJcrPtJMPKgEU,270
|
|
|
558
558
|
gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
559
559
|
gpu_extras/batch/__init__.pyi,sha256=avok-3F-bY6PR2aqyQTQwP1FdsqlTBa32Cojf3FnIPI,1328
|
|
560
560
|
gpu_extras/batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
561
|
-
gpu_extras/presets/__init__.pyi,sha256=
|
|
561
|
+
gpu_extras/presets/__init__.pyi,sha256=OzWA-WcLdOpv603Zk91QbWeTOJE0ffsYks67PipLHT8,2931
|
|
562
562
|
gpu_extras/presets/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
563
563
|
graphviz_export/__init__.pyi,sha256=aSzuDNHRbYPNmLYNdQ0km25wroNOVDwv_NZn9rijhBM,219
|
|
564
564
|
graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -570,15 +570,15 @@ imbuf/__init__.pyi,sha256=LEEUqTcvh0HR0NCOQpk3yanmkvc2D4HBc0iSma6419c,1125
|
|
|
570
570
|
imbuf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
571
571
|
imbuf/types/__init__.pyi,sha256=P5DffDL17hiLofWUnC6FKnWjghrhOCkzNSMk-Tp-SDE,1242
|
|
572
572
|
imbuf/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
573
|
-
keyingsets_builtins/__init__.pyi,sha256=
|
|
573
|
+
keyingsets_builtins/__init__.pyi,sha256=dqXFWEEtoZ5Qy1cBdF8xNKe5Iu6UWHVecug0VM4FigQ,48378
|
|
574
574
|
keyingsets_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
575
575
|
keyingsets_utils/__init__.pyi,sha256=29-o4Z0jsPvFzDCgnpVs0X0DsOhnwgBPTLWNqCR7JP4,1018
|
|
576
576
|
keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
577
|
-
mathutils/__init__.pyi,sha256=
|
|
577
|
+
mathutils/__init__.pyi,sha256=NAu_jUiZay11gAQuyx5kLlJ_ni3cphNDeMarkXKCDck,74880
|
|
578
578
|
mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
579
579
|
mathutils/bvhtree/__init__.pyi,sha256=a1J3pqbuazrNj4d5yeQO4GLXKfJsb9DRQfetHZB36h0,4344
|
|
580
580
|
mathutils/bvhtree/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
581
|
-
mathutils/geometry/__init__.pyi,sha256=
|
|
581
|
+
mathutils/geometry/__init__.pyi,sha256=VeXDalLjJ2bppxD_VijVi6HEVoG74uhvRW2uAlDn3Fo,21507
|
|
582
582
|
mathutils/geometry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
583
583
|
mathutils/interpolate/__init__.pyi,sha256=CvBzpVTIf1rwilMUmdREPUSD5aCKxFEId_SwlpJAGCg,307
|
|
584
584
|
mathutils/interpolate/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -586,7 +586,7 @@ mathutils/kdtree/__init__.pyi,sha256=DkoBYGlkRrtLzQPLg1s1tD0bZBSnJdhmzGGY7pCVIuQ
|
|
|
586
586
|
mathutils/kdtree/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
587
587
|
mathutils/noise/__init__.pyi,sha256=zajkCUvZUjVOJ0o3WQsnMKybqPmy9JUWZHeyrSDa-eU,12880
|
|
588
588
|
mathutils/noise/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
589
|
-
nodeitems_builtins/__init__.pyi,sha256=
|
|
589
|
+
nodeitems_builtins/__init__.pyi,sha256=1EhOAQ6LiyweMaGsqrexDFVjEfTZdnIdgGpknRZr-Qo,873
|
|
590
590
|
nodeitems_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
591
591
|
nodeitems_utils/__init__.pyi,sha256=V4W3nVgpH60yd954tmLj_OiosEfs9ZIEEzgz6SPEsvI,892
|
|
592
592
|
nodeitems_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -600,7 +600,7 @@ rna_xml/__init__.pyi,sha256=12yOlLxfl-1hZ6MN5TCak3gGdgz4TknNjZ4OuoJE7x4,578
|
|
|
600
600
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
601
601
|
sys_info/__init__.pyi,sha256=5cKQiE7NFvOTsjdqB7pO7uflClATfF-90sCEeo9JOO8,110
|
|
602
602
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
603
|
-
fake_bpy_module-
|
|
604
|
-
fake_bpy_module-
|
|
605
|
-
fake_bpy_module-
|
|
606
|
-
fake_bpy_module-
|
|
603
|
+
fake_bpy_module-20240423.dist-info/METADATA,sha256=dNTQOWSH6KlyUmE4S7n8nOHp_2JfUC8zI4yc6tjRyEA,7008
|
|
604
|
+
fake_bpy_module-20240423.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
605
|
+
fake_bpy_module-20240423.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
|
|
606
|
+
fake_bpy_module-20240423.dist-info/RECORD,,
|