fake-bpy-module 20240516__py3-none-any.whl → 20240517__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.

Files changed (533) hide show
  1. _bpy_internal/freedesktop/__init__.pyi +2 -2
  2. addon_utils/__init__.pyi +43 -12
  3. animsys_refactor/__init__.pyi +4 -4
  4. aud/__init__.pyi +7 -7
  5. bgl/__init__.pyi +121 -183
  6. bl_app_override/__init__.pyi +5 -5
  7. bl_app_override/helpers/__init__.pyi +3 -1
  8. bl_app_template_utils/__init__.pyi +5 -5
  9. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +48 -10
  10. bl_console_utils/autocomplete/complete_import/__init__.pyi +27 -6
  11. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +40 -8
  12. bl_console_utils/autocomplete/intellisense/__init__.pyi +31 -4
  13. bl_i18n_utils/bl_extract_messages/__init__.pyi +5 -5
  14. bl_i18n_utils/settings/__init__.pyi +4 -2
  15. bl_i18n_utils/utils/__init__.pyi +86 -58
  16. bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
  17. bl_keymap_utils/io/__init__.pyi +4 -4
  18. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
  19. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  20. bl_operators/add_mesh_torus/__init__.pyi +126 -41
  21. bl_operators/anim/__init__.pyi +1001 -328
  22. bl_operators/assets/__init__.pyi +376 -123
  23. bl_operators/bmesh/find_adjacent/__init__.pyi +3 -3
  24. bl_operators/clip/__init__.pyi +1250 -409
  25. bl_operators/console/__init__.pyi +626 -205
  26. bl_operators/constraint/__init__.pyi +502 -165
  27. bl_operators/file/__init__.pyi +376 -123
  28. bl_operators/freestyle/__init__.pyi +501 -164
  29. bl_operators/geometry_nodes/__init__.pyi +501 -164
  30. bl_operators/image/__init__.pyi +621 -200
  31. bl_operators/mesh/__init__.pyi +376 -123
  32. bl_operators/node/__init__.pyi +1243 -402
  33. bl_operators/object/__init__.pyi +1876 -615
  34. bl_operators/object_align/__init__.pyi +126 -41
  35. bl_operators/object_quick_effects/__init__.pyi +502 -165
  36. bl_operators/object_randomize_transform/__init__.pyi +126 -41
  37. bl_operators/presets/__init__.pyi +3069 -1027
  38. bl_operators/rigidbody/__init__.pyi +376 -123
  39. bl_operators/screen_play_rendered_anim/__init__.pyi +126 -41
  40. bl_operators/sequencer/__init__.pyi +1009 -331
  41. bl_operators/spreadsheet/__init__.pyi +126 -41
  42. bl_operators/userpref/__init__.pyi +3263 -1078
  43. bl_operators/uvcalc_follow_active/__init__.pyi +126 -41
  44. bl_operators/uvcalc_lightmap/__init__.pyi +137 -47
  45. bl_operators/uvcalc_transform/__init__.pyi +289 -90
  46. bl_operators/vertexpaint_dirt/__init__.pyi +126 -41
  47. bl_operators/view3d/__init__.pyi +868 -279
  48. bl_operators/wm/__init__.pyi +5777 -1934
  49. bl_operators/world/__init__.pyi +126 -41
  50. bl_previews_utils/bl_previews_render/__init__.pyi +1 -1
  51. bl_rna_utils/data_path/__init__.pyi +8 -3
  52. bl_ui/__init__.pyi +338 -131
  53. bl_ui/anim/__init__.pyi +164 -64
  54. bl_ui/asset_shelf/__init__.pyi +129 -42
  55. bl_ui/generic_ui_list/__init__.pyi +412 -135
  56. bl_ui/node_add_menu/__init__.pyi +168 -68
  57. bl_ui/node_add_menu_compositor/__init__.pyi +2921 -1138
  58. bl_ui/node_add_menu_geometry/__init__.pyi +7785 -3032
  59. bl_ui/node_add_menu_shader/__init__.pyi +1621 -630
  60. bl_ui/node_add_menu_texture/__init__.pyi +1459 -567
  61. bl_ui/properties_animviz/__init__.pyi +2 -2
  62. bl_ui/properties_collection/__init__.pyi +806 -274
  63. bl_ui/properties_constraint/__init__.pyi +10253 -3458
  64. bl_ui/properties_data_armature/__init__.pyi +1615 -552
  65. bl_ui/properties_data_bone/__init__.pyi +1288 -425
  66. bl_ui/properties_data_camera/__init__.pyi +1854 -631
  67. bl_ui/properties_data_curve/__init__.pyi +1929 -636
  68. bl_ui/properties_data_curves/__init__.pyi +806 -274
  69. bl_ui/properties_data_empty/__init__.pyi +257 -84
  70. bl_ui/properties_data_gpencil/__init__.pyi +2380 -803
  71. bl_ui/properties_data_grease_pencil/__init__.pyi +1902 -656
  72. bl_ui/properties_data_lattice/__init__.pyi +388 -127
  73. bl_ui/properties_data_light/__init__.pyi +1541 -506
  74. bl_ui/properties_data_lightprobe/__init__.pyi +1667 -548
  75. bl_ui/properties_data_mesh/__init__.pyi +2704 -929
  76. bl_ui/properties_data_metaball/__init__.pyi +644 -211
  77. bl_ui/properties_data_modifier/__init__.pyi +1353 -502
  78. bl_ui/properties_data_pointcloud/__init__.pyi +679 -233
  79. bl_ui/properties_data_shaderfx/__init__.pyi +129 -42
  80. bl_ui/properties_data_speaker/__init__.pyi +644 -211
  81. bl_ui/properties_data_volume/__init__.pyi +1030 -339
  82. bl_ui/properties_freestyle/__init__.pyi +3113 -1035
  83. bl_ui/properties_grease_pencil_common/__init__.pyi +2464 -933
  84. bl_ui/properties_mask_common/__init__.pyi +1101 -420
  85. bl_ui/properties_material/__init__.pyi +2091 -699
  86. bl_ui/properties_material_gpencil/__init__.pyi +1350 -466
  87. bl_ui/properties_object/__init__.pyi +1838 -618
  88. bl_ui/properties_output/__init__.pyi +2414 -831
  89. bl_ui/properties_paint_common/__init__.pyi +412 -289
  90. bl_ui/properties_particle/__init__.pyi +6737 -2241
  91. bl_ui/properties_physics_cloth/__init__.pyi +1825 -612
  92. bl_ui/properties_physics_common/__init__.pyi +129 -42
  93. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2821 -928
  94. bl_ui/properties_physics_field/__init__.pyi +1283 -422
  95. bl_ui/properties_physics_fluid/__init__.pyi +3620 -1203
  96. bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -42
  97. bl_ui/properties_physics_rigidbody/__init__.pyi +1027 -338
  98. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1667 -548
  99. bl_ui/properties_physics_softbody/__init__.pyi +1924 -633
  100. bl_ui/properties_render/__init__.pyi +6830 -2263
  101. bl_ui/properties_scene/__init__.pyi +1929 -636
  102. bl_ui/properties_texture/__init__.pyi +3370 -1118
  103. bl_ui/properties_view_layer/__init__.pyi +2346 -782
  104. bl_ui/properties_workspace/__init__.pyi +516 -169
  105. bl_ui/properties_world/__init__.pyi +1284 -421
  106. bl_ui/space_clip/__init__.pyi +10134 -3639
  107. bl_ui/space_console/__init__.pyi +939 -357
  108. bl_ui/space_dopesheet/__init__.pyi +4327 -1562
  109. bl_ui/space_filebrowser/__init__.pyi +4164 -1499
  110. bl_ui/space_graph/__init__.pyi +3108 -1179
  111. bl_ui/space_image/__init__.pyi +9766 -3596
  112. bl_ui/space_info/__init__.pyi +939 -357
  113. bl_ui/space_nla/__init__.pyi +2620 -988
  114. bl_ui/space_node/__init__.pyi +3994 -1434
  115. bl_ui/space_outliner/__init__.pyi +2203 -842
  116. bl_ui/space_properties/__init__.pyi +386 -127
  117. bl_ui/space_sequencer/__init__.pyi +10773 -3878
  118. bl_ui/space_spreadsheet/__init__.pyi +130 -43
  119. bl_ui/space_statusbar/__init__.pyi +129 -42
  120. bl_ui/space_text/__init__.pyi +2458 -925
  121. bl_ui/space_time/__init__.pyi +1033 -378
  122. bl_ui/space_toolsystem_common/__init__.pyi +20 -16
  123. bl_ui/space_toolsystem_toolbar/__init__.pyi +37 -21
  124. bl_ui/space_topbar/__init__.pyi +3980 -1496
  125. bl_ui/space_userpref/__init__.pyi +11373 -3797
  126. bl_ui/space_view3d/__init__.pyi +40865 -15356
  127. bl_ui/space_view3d_toolbar/__init__.pyi +12520 -4647
  128. bl_ui/temp_anim_layers/__init__.pyi +129 -42
  129. bl_ui/utils/__init__.pyi +28 -20
  130. bl_ui_utils/bug_report_url/__init__.pyi +1 -1
  131. bl_ui_utils/layout/__init__.pyi +1 -1
  132. blend_render_info/__init__.pyi +1 -1
  133. blf/__init__.pyi +4 -4
  134. bmesh/geometry/__init__.pyi +2 -3
  135. bmesh/ops/__init__.pyi +372 -419
  136. bmesh/types/__init__.pyi +38 -38
  137. bmesh/utils/__init__.pyi +10 -13
  138. bpy/app/__init__.pyi +4 -4
  139. bpy/app/handlers/__init__.pyi +36 -36
  140. bpy/app/icons/__init__.pyi +8 -8
  141. bpy/app/timers/__init__.pyi +10 -10
  142. bpy/app/translations/__init__.pyi +20 -22
  143. bpy/msgbus/__init__.pyi +2 -4
  144. bpy/ops/action/__init__.pyi +316 -394
  145. bpy/ops/anim/__init__.pyi +442 -548
  146. bpy/ops/armature/__init__.pyi +374 -470
  147. bpy/ops/asset/__init__.pyi +152 -184
  148. bpy/ops/bl_pkg/__init__.pyi +221 -272
  149. bpy/ops/boid/__init__.pyi +50 -66
  150. bpy/ops/brush/__init__.pyi +72 -90
  151. bpy/ops/buttons/__init__.pyi +132 -144
  152. bpy/ops/cachefile/__init__.pyi +128 -138
  153. bpy/ops/camera/__init__.pyi +26 -30
  154. bpy/ops/clip/__init__.pyi +777 -964
  155. bpy/ops/cloth/__init__.pyi +12 -14
  156. bpy/ops/collection/__init__.pyi +68 -86
  157. bpy/ops/console/__init__.pyi +158 -200
  158. bpy/ops/constraint/__init__.pyi +178 -214
  159. bpy/ops/curve/__init__.pyi +473 -576
  160. bpy/ops/curves/__init__.pyi +247 -302
  161. bpy/ops/cycles/__init__.pyi +28 -34
  162. bpy/ops/dpaint/__init__.pyi +34 -44
  163. bpy/ops/ed/__init__.pyi +126 -150
  164. bpy/ops/export_anim/__init__.pyi +22 -24
  165. bpy/ops/export_scene/__init__.pyi +302 -336
  166. bpy/ops/file/__init__.pyi +352 -432
  167. bpy/ops/fluid/__init__.pyi +90 -118
  168. bpy/ops/font/__init__.pyi +258 -304
  169. bpy/ops/geometry/__init__.pyi +100 -120
  170. bpy/ops/gizmogroup/__init__.pyi +22 -26
  171. bpy/ops/gpencil/__init__.pyi +1469 -1778
  172. bpy/ops/graph/__init__.pyi +644 -776
  173. bpy/ops/grease_pencil/__init__.pyi +597 -748
  174. bpy/ops/image/__init__.pyi +648 -744
  175. bpy/ops/import_anim/__init__.pyi +30 -32
  176. bpy/ops/import_curve/__init__.pyi +10 -12
  177. bpy/ops/import_scene/__init__.pyi +88 -96
  178. bpy/ops/info/__init__.pyi +60 -74
  179. bpy/ops/lattice/__init__.pyi +64 -80
  180. bpy/ops/marker/__init__.pyi +108 -130
  181. bpy/ops/mask/__init__.pyi +322 -402
  182. bpy/ops/material/__init__.pyi +18 -24
  183. bpy/ops/mball/__init__.pyi +70 -86
  184. bpy/ops/mesh/__init__.pyi +1986 -2322
  185. bpy/ops/nla/__init__.pyi +333 -411
  186. bpy/ops/node/__init__.pyi +886 -1100
  187. bpy/ops/object/__init__.pyi +2585 -3078
  188. bpy/ops/outliner/__init__.pyi +498 -636
  189. bpy/ops/paint/__init__.pyi +565 -680
  190. bpy/ops/paintcurve/__init__.pyi +64 -80
  191. bpy/ops/palette/__init__.pyi +50 -64
  192. bpy/ops/particle/__init__.pyi +267 -340
  193. bpy/ops/pose/__init__.pyi +336 -414
  194. bpy/ops/poselib/__init__.pyi +72 -90
  195. bpy/ops/preferences/__init__.pyi +386 -463
  196. bpy/ops/ptcache/__init__.pyi +46 -60
  197. bpy/ops/render/__init__.pyi +130 -154
  198. bpy/ops/rigidbody/__init__.pyi +102 -128
  199. bpy/ops/scene/__init__.pyi +280 -358
  200. bpy/ops/screen/__init__.pyi +382 -460
  201. bpy/ops/script/__init__.pyi +24 -30
  202. bpy/ops/sculpt/__init__.pyi +458 -532
  203. bpy/ops/sculpt_curves/__init__.pyi +41 -50
  204. bpy/ops/sequencer/__init__.pyi +1066 -1244
  205. bpy/ops/sound/__init__.pyi +216 -230
  206. bpy/ops/spreadsheet/__init__.pyi +30 -38
  207. bpy/ops/surface/__init__.pyi +108 -120
  208. bpy/ops/text/__init__.pyi +390 -476
  209. bpy/ops/text_editor/__init__.pyi +12 -14
  210. bpy/ops/texture/__init__.pyi +26 -34
  211. bpy/ops/transform/__init__.pyi +792 -878
  212. bpy/ops/ui/__init__.pyi +228 -294
  213. bpy/ops/uilist/__init__.pyi +32 -38
  214. bpy/ops/uv/__init__.pyi +602 -704
  215. bpy/ops/view2d/__init__.pyi +156 -184
  216. bpy/ops/view3d/__init__.pyi +582 -718
  217. bpy/ops/wm/__init__.pyi +2680 -2928
  218. bpy/ops/workspace/__init__.pyi +46 -60
  219. bpy/ops/world/__init__.pyi +12 -16
  220. bpy/path/__init__.pyi +179 -75
  221. bpy/props/__init__.pyi +261 -263
  222. bpy/types/__init__.pyi +17056 -21951
  223. bpy/utils/__init__.pyi +242 -118
  224. bpy/utils/previews/__init__.pyi +58 -28
  225. bpy/utils/units/__init__.pyi +20 -20
  226. bpy_extras/anim_utils/__init__.pyi +68 -28
  227. bpy_extras/bmesh_utils/__init__.pyi +8 -2
  228. bpy_extras/extensions/junction_module/__init__.pyi +5 -2
  229. bpy_extras/id_map_utils/__init__.pyi +3 -3
  230. bpy_extras/image_utils/__init__.pyi +44 -11
  231. bpy_extras/io_utils/__init__.pyi +113 -18
  232. bpy_extras/keyconfig_utils/__init__.pyi +2 -2
  233. bpy_extras/mesh_utils/__init__.pyi +71 -19
  234. bpy_extras/node_shader_utils/__init__.pyi +9 -4
  235. bpy_extras/node_utils/__init__.pyi +9 -2
  236. bpy_extras/object_utils/__init__.pyi +71 -12
  237. bpy_extras/view3d_utils/__init__.pyi +80 -10
  238. bpy_extras/wm_utils/progress_report/__init__.pyi +13 -10
  239. bpy_types/__init__.pyi +4197 -1333
  240. console_python/__init__.pyi +6 -1
  241. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/METADATA +1 -1
  242. fake_bpy_module-20240517.dist-info/RECORD +353 -0
  243. freestyle/chainingiterators/__init__.pyi +4 -4
  244. freestyle/shaders/__init__.pyi +2 -2
  245. freestyle/types/__init__.pyi +84 -96
  246. freestyle/utils/ContextFunctions/__init__.pyi +2 -2
  247. freestyle/utils/__init__.pyi +3 -3
  248. gpu/matrix/__init__.pyi +6 -8
  249. gpu/state/__init__.pyi +2 -2
  250. gpu/types/__init__.pyi +12 -12
  251. gpu_extras/presets/__init__.pyi +2 -5
  252. graphviz_export/__init__.pyi +4 -2
  253. idprop/types/__init__.pyi +2 -2
  254. imbuf/__init__.pyi +4 -4
  255. keyingsets_builtins/__init__.pyi +2688 -839
  256. mathutils/__init__.pyi +194 -238
  257. mathutils/bvhtree/__init__.pyi +4 -4
  258. mathutils/geometry/__init__.pyi +153 -155
  259. mathutils/kdtree/__init__.pyi +8 -12
  260. mathutils/noise/__init__.pyi +26 -26
  261. nodeitems_utils/__init__.pyi +1 -1
  262. rna_info/__init__.pyi +17 -15
  263. rna_keymap_ui/__init__.pyi +1 -1
  264. rna_prop_ui/__init__.pyi +16 -14
  265. rna_xml/__init__.pyi +12 -12
  266. _bpy_internal/freedesktop/py.typed +0 -0
  267. bl_app_override/helpers/py.typed +0 -0
  268. bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
  269. bl_console_utils/autocomplete/complete_import/py.typed +0 -0
  270. bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
  271. bl_console_utils/autocomplete/intellisense/py.typed +0 -0
  272. bl_console_utils/autocomplete/py.typed +0 -0
  273. bl_i18n_utils/bl_extract_messages/py.typed +0 -0
  274. bl_i18n_utils/merge_po/py.typed +0 -0
  275. bl_i18n_utils/settings/py.typed +0 -0
  276. bl_i18n_utils/utils/py.typed +0 -0
  277. bl_i18n_utils/utils_cli/py.typed +0 -0
  278. bl_i18n_utils/utils_languages_menu/py.typed +0 -0
  279. bl_i18n_utils/utils_rtl/py.typed +0 -0
  280. bl_keymap_utils/io/py.typed +0 -0
  281. bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
  282. bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
  283. bl_keymap_utils/platform_helpers/py.typed +0 -0
  284. bl_keymap_utils/versioning/py.typed +0 -0
  285. bl_operators/add_mesh_torus/py.typed +0 -0
  286. bl_operators/anim/py.typed +0 -0
  287. bl_operators/assets/py.typed +0 -0
  288. bl_operators/bmesh/find_adjacent/py.typed +0 -0
  289. bl_operators/bmesh/py.typed +0 -0
  290. bl_operators/clip/py.typed +0 -0
  291. bl_operators/console/py.typed +0 -0
  292. bl_operators/constraint/py.typed +0 -0
  293. bl_operators/file/py.typed +0 -0
  294. bl_operators/freestyle/py.typed +0 -0
  295. bl_operators/geometry_nodes/py.typed +0 -0
  296. bl_operators/image/py.typed +0 -0
  297. bl_operators/mesh/py.typed +0 -0
  298. bl_operators/node/py.typed +0 -0
  299. bl_operators/object/py.typed +0 -0
  300. bl_operators/object_align/py.typed +0 -0
  301. bl_operators/object_quick_effects/py.typed +0 -0
  302. bl_operators/object_randomize_transform/py.typed +0 -0
  303. bl_operators/presets/py.typed +0 -0
  304. bl_operators/rigidbody/py.typed +0 -0
  305. bl_operators/screen_play_rendered_anim/py.typed +0 -0
  306. bl_operators/sequencer/py.typed +0 -0
  307. bl_operators/spreadsheet/py.typed +0 -0
  308. bl_operators/userpref/py.typed +0 -0
  309. bl_operators/uvcalc_follow_active/py.typed +0 -0
  310. bl_operators/uvcalc_lightmap/py.typed +0 -0
  311. bl_operators/uvcalc_transform/py.typed +0 -0
  312. bl_operators/vertexpaint_dirt/py.typed +0 -0
  313. bl_operators/view3d/py.typed +0 -0
  314. bl_operators/wm/py.typed +0 -0
  315. bl_operators/world/py.typed +0 -0
  316. bl_previews_utils/bl_previews_render/py.typed +0 -0
  317. bl_rna_utils/data_path/py.typed +0 -0
  318. bl_text_utils/external_editor/py.typed +0 -0
  319. bl_ui/anim/py.typed +0 -0
  320. bl_ui/asset_shelf/py.typed +0 -0
  321. bl_ui/generic_ui_list/py.typed +0 -0
  322. bl_ui/node_add_menu/py.typed +0 -0
  323. bl_ui/node_add_menu_compositor/py.typed +0 -0
  324. bl_ui/node_add_menu_geometry/py.typed +0 -0
  325. bl_ui/node_add_menu_shader/py.typed +0 -0
  326. bl_ui/node_add_menu_texture/py.typed +0 -0
  327. bl_ui/properties_animviz/py.typed +0 -0
  328. bl_ui/properties_collection/py.typed +0 -0
  329. bl_ui/properties_constraint/py.typed +0 -0
  330. bl_ui/properties_data_armature/py.typed +0 -0
  331. bl_ui/properties_data_bone/py.typed +0 -0
  332. bl_ui/properties_data_camera/py.typed +0 -0
  333. bl_ui/properties_data_curve/py.typed +0 -0
  334. bl_ui/properties_data_curves/py.typed +0 -0
  335. bl_ui/properties_data_empty/py.typed +0 -0
  336. bl_ui/properties_data_gpencil/py.typed +0 -0
  337. bl_ui/properties_data_grease_pencil/py.typed +0 -0
  338. bl_ui/properties_data_lattice/py.typed +0 -0
  339. bl_ui/properties_data_light/py.typed +0 -0
  340. bl_ui/properties_data_lightprobe/py.typed +0 -0
  341. bl_ui/properties_data_mesh/py.typed +0 -0
  342. bl_ui/properties_data_metaball/py.typed +0 -0
  343. bl_ui/properties_data_modifier/py.typed +0 -0
  344. bl_ui/properties_data_pointcloud/py.typed +0 -0
  345. bl_ui/properties_data_shaderfx/py.typed +0 -0
  346. bl_ui/properties_data_speaker/py.typed +0 -0
  347. bl_ui/properties_data_volume/py.typed +0 -0
  348. bl_ui/properties_freestyle/py.typed +0 -0
  349. bl_ui/properties_grease_pencil_common/py.typed +0 -0
  350. bl_ui/properties_mask_common/py.typed +0 -0
  351. bl_ui/properties_material/py.typed +0 -0
  352. bl_ui/properties_material_gpencil/py.typed +0 -0
  353. bl_ui/properties_object/py.typed +0 -0
  354. bl_ui/properties_output/py.typed +0 -0
  355. bl_ui/properties_paint_common/py.typed +0 -0
  356. bl_ui/properties_particle/py.typed +0 -0
  357. bl_ui/properties_physics_cloth/py.typed +0 -0
  358. bl_ui/properties_physics_common/py.typed +0 -0
  359. bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
  360. bl_ui/properties_physics_field/py.typed +0 -0
  361. bl_ui/properties_physics_fluid/py.typed +0 -0
  362. bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
  363. bl_ui/properties_physics_rigidbody/py.typed +0 -0
  364. bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
  365. bl_ui/properties_physics_softbody/py.typed +0 -0
  366. bl_ui/properties_render/py.typed +0 -0
  367. bl_ui/properties_scene/py.typed +0 -0
  368. bl_ui/properties_texture/py.typed +0 -0
  369. bl_ui/properties_view_layer/py.typed +0 -0
  370. bl_ui/properties_workspace/py.typed +0 -0
  371. bl_ui/properties_world/py.typed +0 -0
  372. bl_ui/space_clip/py.typed +0 -0
  373. bl_ui/space_console/py.typed +0 -0
  374. bl_ui/space_dopesheet/py.typed +0 -0
  375. bl_ui/space_filebrowser/py.typed +0 -0
  376. bl_ui/space_graph/py.typed +0 -0
  377. bl_ui/space_image/py.typed +0 -0
  378. bl_ui/space_info/py.typed +0 -0
  379. bl_ui/space_nla/py.typed +0 -0
  380. bl_ui/space_node/py.typed +0 -0
  381. bl_ui/space_outliner/py.typed +0 -0
  382. bl_ui/space_properties/py.typed +0 -0
  383. bl_ui/space_sequencer/py.typed +0 -0
  384. bl_ui/space_spreadsheet/py.typed +0 -0
  385. bl_ui/space_statusbar/py.typed +0 -0
  386. bl_ui/space_text/py.typed +0 -0
  387. bl_ui/space_time/py.typed +0 -0
  388. bl_ui/space_toolsystem_common/py.typed +0 -0
  389. bl_ui/space_toolsystem_toolbar/py.typed +0 -0
  390. bl_ui/space_topbar/py.typed +0 -0
  391. bl_ui/space_userpref/py.typed +0 -0
  392. bl_ui/space_view3d/py.typed +0 -0
  393. bl_ui/space_view3d_toolbar/py.typed +0 -0
  394. bl_ui/temp_anim_layers/py.typed +0 -0
  395. bl_ui/utils/py.typed +0 -0
  396. bl_ui_utils/bug_report_url/py.typed +0 -0
  397. bl_ui_utils/layout/py.typed +0 -0
  398. bmesh/geometry/py.typed +0 -0
  399. bmesh/ops/py.typed +0 -0
  400. bmesh/types/py.typed +0 -0
  401. bmesh/utils/py.typed +0 -0
  402. bpy/app/handlers/py.typed +0 -0
  403. bpy/app/icons/py.typed +0 -0
  404. bpy/app/py.typed +0 -0
  405. bpy/app/timers/py.typed +0 -0
  406. bpy/app/translations/py.typed +0 -0
  407. bpy/msgbus/py.typed +0 -0
  408. bpy/ops/action/py.typed +0 -0
  409. bpy/ops/anim/py.typed +0 -0
  410. bpy/ops/armature/py.typed +0 -0
  411. bpy/ops/asset/py.typed +0 -0
  412. bpy/ops/bl_pkg/py.typed +0 -0
  413. bpy/ops/boid/py.typed +0 -0
  414. bpy/ops/brush/py.typed +0 -0
  415. bpy/ops/buttons/py.typed +0 -0
  416. bpy/ops/cachefile/py.typed +0 -0
  417. bpy/ops/camera/py.typed +0 -0
  418. bpy/ops/clip/py.typed +0 -0
  419. bpy/ops/cloth/py.typed +0 -0
  420. bpy/ops/collection/py.typed +0 -0
  421. bpy/ops/console/py.typed +0 -0
  422. bpy/ops/constraint/py.typed +0 -0
  423. bpy/ops/curve/py.typed +0 -0
  424. bpy/ops/curves/py.typed +0 -0
  425. bpy/ops/cycles/py.typed +0 -0
  426. bpy/ops/dpaint/py.typed +0 -0
  427. bpy/ops/ed/py.typed +0 -0
  428. bpy/ops/export_anim/py.typed +0 -0
  429. bpy/ops/export_scene/py.typed +0 -0
  430. bpy/ops/file/py.typed +0 -0
  431. bpy/ops/fluid/py.typed +0 -0
  432. bpy/ops/font/py.typed +0 -0
  433. bpy/ops/geometry/py.typed +0 -0
  434. bpy/ops/gizmogroup/py.typed +0 -0
  435. bpy/ops/gpencil/py.typed +0 -0
  436. bpy/ops/graph/py.typed +0 -0
  437. bpy/ops/grease_pencil/py.typed +0 -0
  438. bpy/ops/image/py.typed +0 -0
  439. bpy/ops/import_anim/py.typed +0 -0
  440. bpy/ops/import_curve/py.typed +0 -0
  441. bpy/ops/import_scene/py.typed +0 -0
  442. bpy/ops/info/py.typed +0 -0
  443. bpy/ops/lattice/py.typed +0 -0
  444. bpy/ops/marker/py.typed +0 -0
  445. bpy/ops/mask/py.typed +0 -0
  446. bpy/ops/material/py.typed +0 -0
  447. bpy/ops/mball/py.typed +0 -0
  448. bpy/ops/mesh/py.typed +0 -0
  449. bpy/ops/nla/py.typed +0 -0
  450. bpy/ops/node/py.typed +0 -0
  451. bpy/ops/object/py.typed +0 -0
  452. bpy/ops/outliner/py.typed +0 -0
  453. bpy/ops/paint/py.typed +0 -0
  454. bpy/ops/paintcurve/py.typed +0 -0
  455. bpy/ops/palette/py.typed +0 -0
  456. bpy/ops/particle/py.typed +0 -0
  457. bpy/ops/pose/py.typed +0 -0
  458. bpy/ops/poselib/py.typed +0 -0
  459. bpy/ops/preferences/py.typed +0 -0
  460. bpy/ops/ptcache/py.typed +0 -0
  461. bpy/ops/py.typed +0 -0
  462. bpy/ops/render/py.typed +0 -0
  463. bpy/ops/rigidbody/py.typed +0 -0
  464. bpy/ops/scene/py.typed +0 -0
  465. bpy/ops/screen/py.typed +0 -0
  466. bpy/ops/script/py.typed +0 -0
  467. bpy/ops/sculpt/py.typed +0 -0
  468. bpy/ops/sculpt_curves/py.typed +0 -0
  469. bpy/ops/sequencer/py.typed +0 -0
  470. bpy/ops/sound/py.typed +0 -0
  471. bpy/ops/spreadsheet/py.typed +0 -0
  472. bpy/ops/surface/py.typed +0 -0
  473. bpy/ops/text/py.typed +0 -0
  474. bpy/ops/text_editor/py.typed +0 -0
  475. bpy/ops/texture/py.typed +0 -0
  476. bpy/ops/transform/py.typed +0 -0
  477. bpy/ops/ui/py.typed +0 -0
  478. bpy/ops/uilist/py.typed +0 -0
  479. bpy/ops/uv/py.typed +0 -0
  480. bpy/ops/view2d/py.typed +0 -0
  481. bpy/ops/view3d/py.typed +0 -0
  482. bpy/ops/wm/py.typed +0 -0
  483. bpy/ops/workspace/py.typed +0 -0
  484. bpy/ops/world/py.typed +0 -0
  485. bpy/path/py.typed +0 -0
  486. bpy/props/py.typed +0 -0
  487. bpy/types/py.typed +0 -0
  488. bpy/utils/previews/py.typed +0 -0
  489. bpy/utils/py.typed +0 -0
  490. bpy/utils/units/py.typed +0 -0
  491. bpy_extras/anim_utils/py.typed +0 -0
  492. bpy_extras/asset_utils/py.typed +0 -0
  493. bpy_extras/bmesh_utils/py.typed +0 -0
  494. bpy_extras/extensions/junction_module/py.typed +0 -0
  495. bpy_extras/extensions/py.typed +0 -0
  496. bpy_extras/id_map_utils/py.typed +0 -0
  497. bpy_extras/image_utils/py.typed +0 -0
  498. bpy_extras/io_utils/py.typed +0 -0
  499. bpy_extras/keyconfig_utils/py.typed +0 -0
  500. bpy_extras/mesh_utils/py.typed +0 -0
  501. bpy_extras/node_shader_utils/py.typed +0 -0
  502. bpy_extras/node_utils/py.typed +0 -0
  503. bpy_extras/object_utils/py.typed +0 -0
  504. bpy_extras/view3d_utils/py.typed +0 -0
  505. bpy_extras/wm_utils/progress_report/py.typed +0 -0
  506. bpy_extras/wm_utils/py.typed +0 -0
  507. fake_bpy_module-20240516.dist-info/RECORD +0 -618
  508. freestyle/chainingiterators/py.typed +0 -0
  509. freestyle/functions/py.typed +0 -0
  510. freestyle/predicates/py.typed +0 -0
  511. freestyle/shaders/py.typed +0 -0
  512. freestyle/types/py.typed +0 -0
  513. freestyle/utils/ContextFunctions/py.typed +0 -0
  514. freestyle/utils/py.typed +0 -0
  515. gpu/capabilities/py.typed +0 -0
  516. gpu/matrix/py.typed +0 -0
  517. gpu/platform/py.typed +0 -0
  518. gpu/select/py.typed +0 -0
  519. gpu/shader/py.typed +0 -0
  520. gpu/state/py.typed +0 -0
  521. gpu/texture/py.typed +0 -0
  522. gpu/types/py.typed +0 -0
  523. gpu_extras/batch/py.typed +0 -0
  524. gpu_extras/presets/py.typed +0 -0
  525. idprop/types/py.typed +0 -0
  526. imbuf/types/py.typed +0 -0
  527. mathutils/bvhtree/py.typed +0 -0
  528. mathutils/geometry/py.typed +0 -0
  529. mathutils/interpolate/py.typed +0 -0
  530. mathutils/kdtree/py.typed +0 -0
  531. mathutils/noise/py.typed +0 -0
  532. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/WHEEL +0 -0
  533. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/top_level.txt +0 -0
@@ -1,618 +0,0 @@
1
- _bpy_internal/__init__.pyi,sha256=QMwj5sLgqZ-10wBklJV7oSICwcN-GDGlx0IjLtuLORc,85
2
- _bpy_internal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- _bpy_internal/freedesktop/__init__.pyi,sha256=-65_Us2GnAzNhgcmcGRibQdIs2YeKIxdsPYJAbvhg38,1080
4
- _bpy_internal/freedesktop/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- addon_utils/__init__.pyi,sha256=5vUTfM09g2CQcblaQ2tps-vBsoJQ2sYonYszqW7kr2A,740
6
- addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- animsys_refactor/__init__.pyi,sha256=CSzrkz-AQqjE7HWPNIzQV24Uv_2Z1H0IHla2GkMPvXU,657
8
- animsys_refactor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- aud/__init__.pyi,sha256=wzxZv5WIEndCv6Rj47cieqrAMWm0eH9glyUqX52VP84,33056
10
- aud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- bgl/__init__.pyi,sha256=4QgE3YERv__eJjTgySRSPXN_E8fHTbTH-vafK2v7Q_o,121351
12
- bgl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
- bl_app_override/__init__.pyi,sha256=T00GIndg9GAB1fsHa9F2s-Ihd8yO5W9BENx1lsrcbBU,373
14
- bl_app_override/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
- bl_app_override/helpers/__init__.pyi,sha256=C5P6wMxA0pZ4UZRhHP4w6CF6s6tXd6hKO1aH5BDyPOs,550
16
- bl_app_override/helpers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- bl_app_template_utils/__init__.pyi,sha256=_VfO4wJ6W67e0QoD0ZKzWZz9HlxLxjeRXcX5gmwqWfo,314
18
- bl_app_template_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
- bl_console_utils/__init__.pyi,sha256=C8aOOivd-epOf-5saWp8KTjQ3sc6IYI3ltA_mkDD6ss,86
20
- bl_console_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
- bl_console_utils/autocomplete/__init__.pyi,sha256=lnjx6NPD1xYRYEdwf4yM00sog5ABnJJ7bd9465jnd2M,180
22
- bl_console_utils/autocomplete/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi,sha256=Suagz6saEfbL95Iw1OAiXpmS9Py3g-o9TOKK6zKYHUU,326
24
- bl_console_utils/autocomplete/complete_calltip/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
- bl_console_utils/autocomplete/complete_import/__init__.pyi,sha256=4VJtacd5ozuFOeyBtUKruIexwdel4lgm9irBkHS4ZOc,192
26
- bl_console_utils/autocomplete/complete_import/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi,sha256=P_b14iLTPL4x0HO9Xe8gE_woSFbnNAg0_LrsuGv93Ls,338
28
- bl_console_utils/autocomplete/complete_namespace/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
- bl_console_utils/autocomplete/intellisense/__init__.pyi,sha256=VH-kmVB9cAPKV4jZr1TsG26D1aRi5sT4IPrHUsOxQkY,197
30
- bl_console_utils/autocomplete/intellisense/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
- bl_i18n_utils/__init__.pyi,sha256=7o2If1EpiNT8AYZlJyh2E6eTdSS90jOBJY-CFZTlA6I,242
32
- bl_i18n_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
- bl_i18n_utils/bl_extract_messages/__init__.pyi,sha256=P-rNXTbRsKHQzK8snuZX4i__2bC25f6kJa6cZgfLZ2o,1166
34
- bl_i18n_utils/bl_extract_messages/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
35
- bl_i18n_utils/merge_po/__init__.pyi,sha256=HfrsUQya5w4IqjpRZdW5xFt1GTeJ8cyaBApeaFSUjtM,93
36
- bl_i18n_utils/merge_po/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
- bl_i18n_utils/settings/__init__.pyi,sha256=oFPRtPqcMVailH2JTyL5jV33_lfnoItAKhxhbxCgBOM,941
38
- bl_i18n_utils/settings/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
- bl_i18n_utils/utils/__init__.pyi,sha256=vra4CvS2GZIdx4oZ7XKzpe7Dor5vxV3gDguTzwYwJMI,5416
40
- bl_i18n_utils/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
- bl_i18n_utils/utils_cli/__init__.pyi,sha256=dxuHBZ3rFVofvKtyvz8oo6egRo0pHO0L-iVhoSehkVE,367
42
- bl_i18n_utils/utils_cli/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
43
- bl_i18n_utils/utils_languages_menu/__init__.pyi,sha256=0zBtHYUDX0h-e6hOlX3GOnjbHn5OTXOjY83vdF-RcCM,117
44
- bl_i18n_utils/utils_languages_menu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
45
- bl_i18n_utils/utils_rtl/__init__.pyi,sha256=PDl4Us6reccLVyBlK4eHgV45bUi4w0ZYOGvoV9oM2mk,161
46
- bl_i18n_utils/utils_rtl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
- bl_keymap_utils/__init__.pyi,sha256=XmZMVrZIkgDPxo0M2aGe12CjDCQGSxwoVKtWUo8klEw,197
48
- bl_keymap_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
49
- bl_keymap_utils/io/__init__.pyi,sha256=v8JwBqsKqOdHr93Bt-PUmhT1idCrd857GXiHLrRx1fw,610
50
- bl_keymap_utils/io/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
51
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi,sha256=cEqMRrZFzhnsAw_Ge0B1y2AwwSm_POrt-cgsBP3_Zq8,146
52
- bl_keymap_utils/keymap_from_toolbar/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
53
- bl_keymap_utils/keymap_hierarchy/__init__.pyi,sha256=yhLom09rc590Z7Qa4VzzWVa1GngVKH7Rs6-Yv5Ny_ho,97
54
- bl_keymap_utils/keymap_hierarchy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
- bl_keymap_utils/platform_helpers/__init__.pyi,sha256=Fy646I4lUTOxAM7YVYWN5RrOepPY0OLJGnQ2EqtPWAg,236
56
- bl_keymap_utils/platform_helpers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
57
- bl_keymap_utils/versioning/__init__.pyi,sha256=ma5O3Uh4QzL1hjLaCCGdEpLx8TIZa0IsSF4sdGGCqSE,138
58
- bl_keymap_utils/versioning/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
59
- bl_math/__init__.pyi,sha256=cAv_Aq_-Q8S6yqpJsQrEjXf1_P5AOFu_UJ3GRare3Yc,1622
60
- bl_math/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
61
- bl_operators/__init__.pyi,sha256=JRtpKmoC6MywUu4B0MUeigNZ_IEFb0afGyv3dS-qtNE,890
62
- bl_operators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
63
- bl_operators/add_mesh_torus/__init__.pyi,sha256=RoKdCBO0EiDsywrJIDcdoe769gx6XIuH_t9yFKuhvys,2734
64
- bl_operators/add_mesh_torus/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
65
- bl_operators/anim/__init__.pyi,sha256=oHk4CjK8cbVViWrBK2pSgv5OwdIKWmL-tjN_BgYToKE,16675
66
- bl_operators/anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
67
- bl_operators/assets/__init__.pyi,sha256=EGvHEBAi8sZMgXCHmaJ_OOWyyyjSXGoQh1TGpKuApOY,6662
68
- bl_operators/assets/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
69
- bl_operators/bmesh/__init__.pyi,sha256=9MnjysTZZe8oY_2L1JtSvysNunPlTRru3pItPRoqsRE,87
70
- bl_operators/bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
71
- bl_operators/bmesh/find_adjacent/__init__.pyi,sha256=Ys0ns212FZF__a05zYzCK81hql0sfX3vaYAWhF2LHT8,601
72
- bl_operators/bmesh/find_adjacent/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
73
- bl_operators/clip/__init__.pyi,sha256=PMCWScKBnNo3segba_Lsj-TQgrKu1sTTqTv6PPPOIKM,20846
74
- bl_operators/clip/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
75
- bl_operators/console/__init__.pyi,sha256=avylbl4_gR5Prix2YPyldsmpJSZIUS06ln-xxIFuOCY,9983
76
- bl_operators/console/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
77
- bl_operators/constraint/__init__.pyi,sha256=Oqfj6Vnm0kf4xcqvn8LHtc1s3tgNhMtAe26x24DeF-c,8193
78
- bl_operators/constraint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
79
- bl_operators/file/__init__.pyi,sha256=1B8TvIJuGgP1KIauaINQ6HxTlnsLBcWIP32u6WkHza0,6271
80
- bl_operators/file/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
81
- bl_operators/freestyle/__init__.pyi,sha256=Gs1gowiygpqR3hOwY__BRklxk3inhrqWWHF3fP3fIKY,8360
82
- bl_operators/freestyle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
83
- bl_operators/geometry_nodes/__init__.pyi,sha256=qIjnwMtWbRVO8RX2swOrGZrszj1tmlm9hPXOI3hIZXY,9393
84
- bl_operators/geometry_nodes/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
85
- bl_operators/image/__init__.pyi,sha256=C59_p2rv5fvL5zYsew4JMSDRIcKL7qXP0EGnx8YpT3c,9810
86
- bl_operators/image/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
87
- bl_operators/mesh/__init__.pyi,sha256=Eemb1Dj1F7NxrV40PUyOGI5EVRg7toiit0TlzFxMLiY,6233
88
- bl_operators/mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
89
- bl_operators/node/__init__.pyi,sha256=ykZuyIKTkmQAK7Utyi4X1HWHgkDMUGix3zbD_J14ezk,23210
90
- bl_operators/node/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
91
- bl_operators/object/__init__.pyi,sha256=y0g2VOQlxkkhUGFe6FzL1UFnEsG7PcBFFnmgI_y9dPY,30487
92
- bl_operators/object/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
93
- bl_operators/object_align/__init__.pyi,sha256=GzRSXfHUkX5SVBbih2tDDKDj4VWq3j0VLcjB-6vqKMM,2358
94
- bl_operators/object_align/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
95
- bl_operators/object_quick_effects/__init__.pyi,sha256=jHVysOtef2LSqycLqI3YWjV75pWLFaq4G9ru8eZqBWA,8506
96
- bl_operators/object_quick_effects/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
97
- bl_operators/object_randomize_transform/__init__.pyi,sha256=JtlJ1AUjd7Ap0ES0Ryiq3STK5vbk1eUb5E0vTLIY6fQ,2202
98
- bl_operators/object_randomize_transform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
99
- bl_operators/presets/__init__.pyi,sha256=fEHJOmPtzVc990M7XN7T85SBv2-RHPp4lOI_02p-rNE,59212
100
- bl_operators/presets/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
101
- bl_operators/rigidbody/__init__.pyi,sha256=S_vGz6oUFYqdyq1s7K8jMQNezWPaUxEuFJBAva0c3s8,6248
102
- bl_operators/rigidbody/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
103
- bl_operators/screen_play_rendered_anim/__init__.pyi,sha256=BjUM19AVNF4RbH_uc55Z6mAAAdh_yxf4gCZ39qbN0tM,2052
104
- bl_operators/screen_play_rendered_anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
105
- bl_operators/sequencer/__init__.pyi,sha256=7Z5tWV8PRFO39SlzqR2L_SvF0RBxDi20Mf6eOdp9hfg,17390
106
- bl_operators/sequencer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
107
- bl_operators/spreadsheet/__init__.pyi,sha256=DDjBxRBqyXc4tGMk_mjs_LlNLZsmnrKXdeNeBznG3ZI,2281
108
- bl_operators/spreadsheet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
109
- bl_operators/userpref/__init__.pyi,sha256=At4AbV4k6syoXQXV2bDi63fq2ZRwlNwr6PWLIAQA5RU,51510
110
- bl_operators/userpref/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
111
- bl_operators/uvcalc_follow_active/__init__.pyi,sha256=_1txa6NDwvieCbo-UGm4V6lYS2lA_gw8BYoFkQP4REQ,2336
112
- bl_operators/uvcalc_follow_active/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
113
- bl_operators/uvcalc_lightmap/__init__.pyi,sha256=Ym41eMw9jsE5QkDj1_Tj1wuDMFdrMW9vQJyXCUe6ZM4,3121
114
- bl_operators/uvcalc_lightmap/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
115
- bl_operators/uvcalc_transform/__init__.pyi,sha256=5v6jpDQaGpNNa50St_nr6yGkQMt1xINqespyJK5SUyc,5377
116
- bl_operators/uvcalc_transform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
117
- bl_operators/vertexpaint_dirt/__init__.pyi,sha256=McFf_on3v-XlEW3fQEgwpvpgxVHIrCbn30DNMYlgKdY,2282
118
- bl_operators/vertexpaint_dirt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
119
- bl_operators/view3d/__init__.pyi,sha256=CtrOEo54-Izd6G4KjVgHNy8pI4ACCxsyYvHcjfpD-Tk,14652
120
- bl_operators/view3d/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
121
- bl_operators/wm/__init__.pyi,sha256=9ttm9paDfHwwhXWDhxso9WfpwgOBpWXygf1XbLQHacw,95068
122
- bl_operators/wm/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
123
- bl_operators/world/__init__.pyi,sha256=TXl-lkbng0dsPg1vVlyW9P2vk2yQDMQyjVZjer3cBDQ,2105
124
- bl_operators/world/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
125
- bl_previews_utils/__init__.pyi,sha256=p3ziz8G6uAf8yslPB8MclRs0QYdNodhWOytQUjztaFs,92
126
- bl_previews_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
127
- bl_previews_utils/bl_previews_render/__init__.pyi,sha256=PhZF-g5vcybCxV-1aU7Jz408LzbJW4efDzJVeRkvvqY,530
128
- bl_previews_utils/bl_previews_render/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
129
- bl_rna_utils/__init__.pyi,sha256=PLfYioZGQe0XeqpUMlx9AyHlB7ZVXGX_nRyRwCSggII,83
130
- bl_rna_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
131
- bl_rna_utils/data_path/__init__.pyi,sha256=G5XsixoAfqmN1HaYGqp7G9-QRvL2wu-ygWYMZZPFGuQ,273
132
- bl_rna_utils/data_path/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
133
- bl_text_utils/__init__.pyi,sha256=TrRE9vmWOSvvVZqBkxJ1UsIv52vkJOjbcyKxK4ysYAY,89
134
- bl_text_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
135
- bl_text_utils/external_editor/__init__.pyi,sha256=t_OmNSGM6gEivQylIwph-5TMykgvrVbcUYyDEDiGT9M,131
136
- bl_text_utils/external_editor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
137
- bl_ui/__init__.pyi,sha256=NeyUnhCwh5EMrtZkiuwH4ahuODllkBZgsLd3TFeXq-8,11077
138
- bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
139
- bl_ui/anim/__init__.pyi,sha256=ttzz3Icbt-pX_xPPBCHNETIB2lRw7V8sXvy9CnVgR9I,2908
140
- bl_ui/anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
141
- bl_ui/asset_shelf/__init__.pyi,sha256=UdEtgbb849aceivRSI6uZRANMwiK-x-hLECU1yv95Ws,2310
142
- bl_ui/asset_shelf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
143
- bl_ui/generic_ui_list/__init__.pyi,sha256=EFx1FtcfzRFcvICzUoLeGQc5FVWZZGRTdbcjFO3AlhE,7544
144
- bl_ui/generic_ui_list/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
145
- bl_ui/node_add_menu/__init__.pyi,sha256=twop0fziFzooy6v_0cKFLHAMWwlRBwZz19rZQupVYII,3347
146
- bl_ui/node_add_menu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
147
- bl_ui/node_add_menu_compositor/__init__.pyi,sha256=80eF7i14HRUWa2oI33GCY_fYnzVavTPtIiywyqMPAaM,51987
148
- bl_ui/node_add_menu_compositor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
149
- bl_ui/node_add_menu_geometry/__init__.pyi,sha256=B7LNOFiwVyl6WVsBSNAqFdOIqocKPPt_i06KwfXHhMI,138421
150
- bl_ui/node_add_menu_geometry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
151
- bl_ui/node_add_menu_shader/__init__.pyi,sha256=rnadGFcdSr57EQXcqCT0qjvhqNooiETVjRojpZO_hFw,29337
152
- bl_ui/node_add_menu_shader/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
153
- bl_ui/node_add_menu_texture/__init__.pyi,sha256=HMkhOgrB0EdPDRHwVdtGlUT9wJKHcb6Xr8ndBDVFPUU,25967
154
- bl_ui/node_add_menu_texture/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
155
- bl_ui/properties_animviz/__init__.pyi,sha256=sjGTFcofvaj4GpngDZTZJXNEnFuQWl2k2dpo5d4IcBw,773
156
- bl_ui/properties_animviz/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
157
- bl_ui/properties_collection/__init__.pyi,sha256=mp-kpspRtaf05hnk4-e1DnQH7SMHW5iJ4QT4oXEJbko,15026
158
- bl_ui/properties_collection/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
159
- bl_ui/properties_constraint/__init__.pyi,sha256=kU4W8PfZGKgYXfM0hgPumbNx_aaUXpgWhpw1RrJJyp4,432379
160
- bl_ui/properties_constraint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
161
- bl_ui/properties_data_armature/__init__.pyi,sha256=dpNMAk36mynVAmICXasRgrqR3SDBLkVJad16JxftfQM,30187
162
- bl_ui/properties_data_armature/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
163
- bl_ui/properties_data_bone/__init__.pyi,sha256=_hSftynllSwt47DnCIqnAP4seHslme6LdtJulRa9N2g,24240
164
- bl_ui/properties_data_bone/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
165
- bl_ui/properties_data_camera/__init__.pyi,sha256=mDaOg7Vl8s92koiAW27_YqAxY8fqrct0ys_iJiS960w,36037
166
- bl_ui/properties_data_camera/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
167
- bl_ui/properties_data_curve/__init__.pyi,sha256=TyI6P7VoTlhDuyMdiqBaQ79XNMMRAaCLDP8UPeWOmXI,37044
168
- bl_ui/properties_data_curve/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
169
- bl_ui/properties_data_curves/__init__.pyi,sha256=RJL0_5DUTQ7gukpJLdNsczuS9swh6n_3l3JmKrI9z6k,15442
170
- bl_ui/properties_data_curves/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
171
- bl_ui/properties_data_empty/__init__.pyi,sha256=4Gqr6psM0ZEEfTYsQtGTPryEnOanoJDOi35n7VVacJU,4957
172
- bl_ui/properties_data_empty/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
173
- bl_ui/properties_data_gpencil/__init__.pyi,sha256=DLtAdrRhRJiZpo9pBA89pztdm2YrgMI34HAtHLK1L08,45197
174
- bl_ui/properties_data_gpencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
175
- bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=FGMv6o8WGP9Nax3TnrRUi2oYqLkdRxO2TuFyn3dpu3s,36041
176
- bl_ui/properties_data_grease_pencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
177
- bl_ui/properties_data_lattice/__init__.pyi,sha256=4wWnKSosd9LOT76IPwZeB_5s474EZTFKqHefbJc0ljk,7424
178
- bl_ui/properties_data_lattice/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
179
- bl_ui/properties_data_light/__init__.pyi,sha256=ngEVFwW4kEz0_oPjSG_943X_VUb5lg-ltrhUH46ZFuM,29472
180
- bl_ui/properties_data_light/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
181
- bl_ui/properties_data_lightprobe/__init__.pyi,sha256=0Rcg86bS3Hb9SR6EtQr97y4IccPYQheeF7sCVy6O0LU,31408
182
- bl_ui/properties_data_lightprobe/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
183
- bl_ui/properties_data_mesh/__init__.pyi,sha256=SlKxT4rZDOjSryI7Sdw-TboXWgJvbh-K9xC4_yoe_Rw,50531
184
- bl_ui/properties_data_mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
185
- bl_ui/properties_data_metaball/__init__.pyi,sha256=bK20TmezP3aqTXZOl3cNPAXwvR5Db5uAZXoDx7taGK0,12110
186
- bl_ui/properties_data_metaball/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
187
- bl_ui/properties_data_modifier/__init__.pyi,sha256=fwWYH0nMMcxaXmj4aTk4gsQseP20zlCp5vpTfCw7MOg,26507
188
- bl_ui/properties_data_modifier/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
189
- bl_ui/properties_data_pointcloud/__init__.pyi,sha256=lw04yQ9FCspOkPbkIQuvm1XDCDSjN3m6Qi99SFh4vjU,13139
190
- bl_ui/properties_data_pointcloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
191
- bl_ui/properties_data_shaderfx/__init__.pyi,sha256=_pEI_uiIjxtgmmMI8GvIezwA1a2FeRYwZkRNGk4UU8E,2487
192
- bl_ui/properties_data_shaderfx/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
193
- bl_ui/properties_data_speaker/__init__.pyi,sha256=8q-M8hqGA1qHpWu9VlcPGuN0j3Mb3d7m9IecSznmXrE,12250
194
- bl_ui/properties_data_speaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
195
- bl_ui/properties_data_volume/__init__.pyi,sha256=1_kfEOTIp7B6ERBBRDlSVAHA7fH1SaTwTuVlBMvxvv8,19377
196
- bl_ui/properties_data_volume/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
197
- bl_ui/properties_freestyle/__init__.pyi,sha256=OHZJDQ0GsaflUDkQIzp3qGvhNjrlJwuvHifMIxsf93Q,65422
198
- bl_ui/properties_freestyle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
199
- bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=pe86GPgQiiSc4PpB_6ULc_3lnmxTAaMG0AtgU-i4Mfg,46426
200
- bl_ui/properties_grease_pencil_common/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
201
- bl_ui/properties_mask_common/__init__.pyi,sha256=nsV25xsJ1XJWfyIYVvw1Qi3rNRnUq27KmlhISYTg5iA,21415
202
- bl_ui/properties_mask_common/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
203
- bl_ui/properties_material/__init__.pyi,sha256=FJQ6_eR_7w9eN6UJfzG_69Mlsei1jl87n8yvegDs5Cs,39262
204
- bl_ui/properties_material/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
205
- bl_ui/properties_material_gpencil/__init__.pyi,sha256=h988Idv7H6xKGyt5JJhEBsc25LanugnQZexMV9s0WpI,25631
206
- bl_ui/properties_material_gpencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
207
- bl_ui/properties_object/__init__.pyi,sha256=taPxgaShGRFAItsfhWge4ncqKColUIiJkdQVoy1z9lc,33793
208
- bl_ui/properties_object/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
209
- bl_ui/properties_output/__init__.pyi,sha256=tab4BrItt_piZTGBhVSLC_wqfB4DEUCzhwfjSAHn_PE,45928
210
- bl_ui/properties_output/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
211
- bl_ui/properties_paint_common/__init__.pyi,sha256=n94VAM4FTzMwa22r_P2sed_BtijNpRo8PvvNeQmVHLM,19481
212
- bl_ui/properties_paint_common/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
213
- bl_ui/properties_particle/__init__.pyi,sha256=gX1xY6DIGvSXOrrIh7qnYU1p8600OI0GKlv6fuhHZMw,128155
214
- bl_ui/properties_particle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
215
- bl_ui/properties_physics_cloth/__init__.pyi,sha256=Y89MULOeyZZk_Hl7k8swM0iQ7YUp_-yxRpRAyuo-DjM,35204
216
- bl_ui/properties_physics_cloth/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
217
- bl_ui/properties_physics_common/__init__.pyi,sha256=V0nGv0nSSv0w_ZhD6c2qHvBO75i-sLnKF59JePCF9Pk,3145
218
- bl_ui/properties_physics_common/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
219
- bl_ui/properties_physics_dynamicpaint/__init__.pyi,sha256=D-1sqlu2ZxNS1Zff8sUryPWWpsb9Lz2NYRF46CrPFjQ,68143
220
- bl_ui/properties_physics_dynamicpaint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
221
- bl_ui/properties_physics_field/__init__.pyi,sha256=43ry7EQsNJEWk_7pzmCS2JzgXXuxigGHY39yERBS6CU,26369
222
- bl_ui/properties_physics_field/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
223
- bl_ui/properties_physics_fluid/__init__.pyi,sha256=ZQMBXHO2fUYy5bESzhfDDrQnYjR2m3puXcfUX176ASk,93292
224
- bl_ui/properties_physics_fluid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
225
- bl_ui/properties_physics_geometry_nodes/__init__.pyi,sha256=W6aPhPtr7jCLI6ipejReSqxwLrZQ2Bsb5QCdXdgQdjU,2503
226
- bl_ui/properties_physics_geometry_nodes/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
227
- bl_ui/properties_physics_rigidbody/__init__.pyi,sha256=vgF81sVbg4QmK7qvzCvjuXU6KyGT8Sc8hmvWXnegb5o,19834
228
- bl_ui/properties_physics_rigidbody/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
229
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi,sha256=yqu83nHLyrR5Z1Vxf4OIWolpW9I-ht_SqzZaIyeBqAc,32070
230
- bl_ui/properties_physics_rigidbody_constraint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
231
- bl_ui/properties_physics_softbody/__init__.pyi,sha256=vnXIXB5hPXfnwaHc2RPJSnNmYzhpeQ7lib67_gRdyI4,37212
232
- bl_ui/properties_physics_softbody/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
233
- bl_ui/properties_render/__init__.pyi,sha256=xOpWVUfEojmyg2L--EGSsbYjyxGzYufFra4gfZ8fG9w,130078
234
- bl_ui/properties_render/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
235
- bl_ui/properties_scene/__init__.pyi,sha256=H6lI8atFryT3C3xb_PP96V7IaZHjhlG7Fs46a_dEBv8,36308
236
- bl_ui/properties_scene/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
237
- bl_ui/properties_texture/__init__.pyi,sha256=sw_gkOq0SMqHcvxeySRgEEnXQNaE4dXAX5n4UdLaIM8,64376
238
- bl_ui/properties_texture/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
239
- bl_ui/properties_view_layer/__init__.pyi,sha256=3Yj5yipztd97mm05byUF3VnFEAGPtnWh9GbIybUi8yk,43552
240
- bl_ui/properties_view_layer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
241
- bl_ui/properties_workspace/__init__.pyi,sha256=gd8fYDbY7aMcHPKsX7TpwvvoTnl5xzhL9wgwoY-9nW0,9910
242
- bl_ui/properties_workspace/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
243
- bl_ui/properties_world/__init__.pyi,sha256=MyvrOab5hfP--1X5sa9AodsBTI2VhAQRjGR_UfWdHYw,24371
244
- bl_ui/properties_world/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
245
- bl_ui/space_clip/__init__.pyi,sha256=p_odt1jML_cUbsL9XdQd3a-qTW6RCuHBJcAenmG6-1g,182776
246
- bl_ui/space_clip/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
247
- bl_ui/space_console/__init__.pyi,sha256=0adLkSZMS82WEvGfafVbNk4prDu2I524z1CVCfx2zRk,16365
248
- bl_ui/space_console/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
249
- bl_ui/space_dopesheet/__init__.pyi,sha256=x2mzBEyj_13ZqqUL0JBhj_G5XJmEVSVeZh7Brs3Z6hg,80180
250
- bl_ui/space_dopesheet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
251
- bl_ui/space_filebrowser/__init__.pyi,sha256=Rw0OGYlDH1WavFkoiNkzvZiCXw56IYxOrTDTAhZcKm8,76250
252
- bl_ui/space_filebrowser/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
253
- bl_ui/space_graph/__init__.pyi,sha256=SZmGw4JIWqELWtHsOh9wHC_GK1LVL6K7tzacBr6EWWc,54390
254
- bl_ui/space_graph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
255
- bl_ui/space_image/__init__.pyi,sha256=0FTLavxFpM-UuVYhTzK4w_3LEHbe78Dpwqq6LZJrJ5g,185299
256
- bl_ui/space_image/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
257
- bl_ui/space_info/__init__.pyi,sha256=-zSdDutGke3wSxAlCssmRJLjP7qIa0NViKNtV4iwGkU,16331
258
- bl_ui/space_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
259
- bl_ui/space_nla/__init__.pyi,sha256=dNg2MbEWr4VPyOnWIWnDMJA6j-jwqArB9l7DqpKuaa8,46344
260
- bl_ui/space_nla/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
261
- bl_ui/space_node/__init__.pyi,sha256=vCEzRQUO2IWuwq9Has7JVp6I141XVD1_4N3WHphuKUI,71383
262
- bl_ui/space_node/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
263
- bl_ui/space_outliner/__init__.pyi,sha256=F3FPcDW32r5OfbuOafAUqEm0otLlksccGpadjRBUars,38779
264
- bl_ui/space_outliner/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
265
- bl_ui/space_properties/__init__.pyi,sha256=UinQxegEVlaHM2kChYUjIKiydcTB_wcUkOJTo-JiAt4,6470
266
- bl_ui/space_properties/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
267
- bl_ui/space_sequencer/__init__.pyi,sha256=IC51iC9iNquhtE5X1hw_YTIMi0nebkfkxx6PXfvi5FY,197030
268
- bl_ui/space_sequencer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
269
- bl_ui/space_spreadsheet/__init__.pyi,sha256=Qqn5v0g_C5hnS5V5jI5kb8G8AaQKCf_RFfzpOewN0Zc,3029
270
- bl_ui/space_spreadsheet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
271
- bl_ui/space_statusbar/__init__.pyi,sha256=_WB9EOYpa-CoZsWgcZxeqoc9bwVJnTYdoIL_xX7RJGs,2136
272
- bl_ui/space_statusbar/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
273
- bl_ui/space_text/__init__.pyi,sha256=Or7a5OHhC6GEFtejuEocbuNSKzQNb39FlRJiYQd5GKM,42596
274
- bl_ui/space_text/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
275
- bl_ui/space_time/__init__.pyi,sha256=dkaagkFhHYmq5rrPj9ujIEaTuKGYV-4gC7oaZVNdo0M,19012
276
- bl_ui/space_time/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
277
- bl_ui/space_toolsystem_common/__init__.pyi,sha256=3NSHhm3bbYGSCE7U2aexYKvzhYhnCFmVcCABsO5W4Uc,6457
278
- bl_ui/space_toolsystem_common/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
279
- bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=NoTasArN33EqDiLTqD1aOO96PgEWFGlkHU6OxtXINtc,25962
280
- bl_ui/space_toolsystem_toolbar/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
281
- bl_ui/space_topbar/__init__.pyi,sha256=QEsZc7xfr-__L_urfSh-mu-7rSeZ6CYwWaIrE3JtOsI,70218
282
- bl_ui/space_topbar/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
283
- bl_ui/space_userpref/__init__.pyi,sha256=DyLniNp9-d3oc2kZ8SkVumlYghYDeg3g6RbqD8IhvGA,213405
284
- bl_ui/space_userpref/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
285
- bl_ui/space_view3d/__init__.pyi,sha256=bdvUMWacLh0KfofZSasJCaxe3oX3rUqt71R_szdX2ik,719733
286
- bl_ui/space_view3d/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
287
- bl_ui/space_view3d_toolbar/__init__.pyi,sha256=RaDN6huq9WkYWeeYyrtXgU0LEEvp0qK-s0zrBBE02IE,268950
288
- bl_ui/space_view3d_toolbar/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
289
- bl_ui/temp_anim_layers/__init__.pyi,sha256=aT-YrE4jmtsn_OxkOPhDEVAsw7D05sTLNxTNpjdLOGM,2400
290
- bl_ui/temp_anim_layers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
291
- bl_ui/utils/__init__.pyi,sha256=qrfF4t_GhWRCkqqj37YoDIArlpdNsO29CVH9bBrEc0E,1067
292
- bl_ui/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
293
- bl_ui_utils/__init__.pyi,sha256=bnl92Tdgw6pXneG59u9jRoZQPxVGHfX3vepFfj3xlAU,109
294
- bl_ui_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
295
- bl_ui_utils/bug_report_url/__init__.pyi,sha256=KcXmFwj16k5Ue4Zhil-Q2JYVq6Tem9Y1eZHR0VE9E3U,123
296
- bl_ui_utils/bug_report_url/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
297
- bl_ui_utils/layout/__init__.pyi,sha256=VbNmsUvcumWwy1Fx2T6nRXmXyrddf95ceXvq-AA-AJc,123
298
- bl_ui_utils/layout/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
299
- blend_render_info/__init__.pyi,sha256=smxScTsZTo-gvrHvAgXvk-J23PpEa2DF-CdnELTa11E,200
300
- blend_render_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
301
- blf/__init__.pyi,sha256=-ZEbcsuwLmccQYWMus1Cl2n8BZY_u6LuhWkekIs7lj8,5857
302
- blf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
303
- bmesh/__init__.pyi,sha256=JHZzU3bVJasGCKpoYlhx2qKcWcyY0n4lJ1VNkOziTbI,1487
304
- bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
305
- bmesh/geometry/__init__.pyi,sha256=Wq8J78LNJXk9PMdUofmCD5V4X-e1XTQ844tksTHBZYk,675
306
- bmesh/geometry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
307
- bmesh/ops/__init__.pyi,sha256=c2T9WNp45JeTp1NB6OrmFd0D8q0wxPmBnePDplNXgKE,75548
308
- bmesh/ops/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
309
- bmesh/types/__init__.pyi,sha256=C06s2i6a_Yv-rGhOFN0DlbLdJ1KX_FMrBt0UdEmOj1c,40138
310
- bmesh/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
311
- bmesh/utils/__init__.pyi,sha256=xSdi3M3OB8yF9cd31hKa8YvjE8ByrCSyXIcZOFr-cOU,6167
312
- bmesh/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
313
- bpy/__init__.pyi,sha256=FwVgOmNFyREyKoHybvt0PJNE8mqRUwHc2mJrWZphEyI,401
314
- bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
315
- bpy/app/__init__.pyi,sha256=xoWHGt_-cbKj66PjkVt4FmAvT9hEA1h5JelY36eKnc4,7726
316
- bpy/app/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
317
- bpy/app/handlers/__init__.pyi,sha256=XhQzNDUDM11m6-ABA--LnzYYybzj7xYE1G9AV7JBMzE,6363
318
- bpy/app/handlers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
319
- bpy/app/icons/__init__.pyi,sha256=E7m464gzHwGVEyckFZfUDYTB0294r_aH5bj0nhVYsnc,1088
320
- bpy/app/icons/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
321
- bpy/app/timers/__init__.pyi,sha256=EhKx3lBn0tQi-XghSBIKe6d8IkOVR6QjzzG5gIhJx-U,2096
322
- bpy/app/timers/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
323
- bpy/app/translations/__init__.pyi,sha256=27NqD6lI4NBCV-bbrz0Z3aioh2rxCflLlsG0Zivvd-I,6685
324
- bpy/app/translations/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
325
- bpy/msgbus/__init__.pyi,sha256=QxZBB8ppPD2_I9u8KLFbfFNWwA5w0T-U5tGY6X3mRj8,2648
326
- bpy/msgbus/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
327
- bpy/ops/__init__.pyi,sha256=ET_sX56-tDn0d4H7Y6frFlx3rpS3kET_p_cTP86bZXw,4571
328
- bpy/ops/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
329
- bpy/ops/action/__init__.pyi,sha256=u4qepsdwwYRUQXfaoE6IJeX5BZnCgD01botsUPzInSg,30233
330
- bpy/ops/action/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
331
- bpy/ops/anim/__init__.pyi,sha256=rXz3U4MQ9Ry4hsUtRXx8dlrTobu2d1SaO6Bq1BOgwxw,41062
332
- bpy/ops/anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
333
- bpy/ops/armature/__init__.pyi,sha256=kGDfn9IgNPyM5ixVoTmujYuOwQ37v9Vm3IVwjam-BUg,35970
334
- bpy/ops/armature/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
335
- bpy/ops/asset/__init__.pyi,sha256=1LTFSbLKcqDns3hg_fasgkCq4ZBFrEx7IsjpkzT_snc,15368
336
- bpy/ops/asset/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
337
- bpy/ops/bl_pkg/__init__.pyi,sha256=cphRMEHd9Uac6tMoDD0UZ_Q8dwZu_ham5A9oz2QHc0I,18789
338
- bpy/ops/bl_pkg/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
339
- bpy/ops/boid/__init__.pyi,sha256=UlYrvdCBfIcMY3lGND3lSIonNQKKKSH9wqikLRdgbyk,4425
340
- bpy/ops/boid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
341
- bpy/ops/brush/__init__.pyi,sha256=toHhQdt7-3Z7gsWaxRnhzj_qQrSRzCOIZpJX4OYGMfA,6338
342
- bpy/ops/brush/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
343
- bpy/ops/buttons/__init__.pyi,sha256=QluZ6hEWVxWlKmn1A3rX92FvhSN6ebY-SGl3zYPArv0,13756
344
- bpy/ops/buttons/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
345
- bpy/ops/cachefile/__init__.pyi,sha256=Nczdo0ZPmn26lI3HsK6Trkmf6y-wUCmlKDaOow9yF0Y,13356
346
- bpy/ops/cachefile/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
347
- bpy/ops/camera/__init__.pyi,sha256=g8FzxIzVwiCRNvgcBIAF64LQMC916eZMAOxnd4evQUA,2444
348
- bpy/ops/camera/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
349
- bpy/ops/clip/__init__.pyi,sha256=qS3dvwth9XbfHiUNj3YfCKIstpot0ULYCzf9FfLioqg,74573
350
- bpy/ops/clip/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
351
- bpy/ops/cloth/__init__.pyi,sha256=NRAoa3U-zHqk3N66skF9A0SttaqBmEdW84FbExjyCnI,1130
352
- bpy/ops/cloth/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
353
- bpy/ops/collection/__init__.pyi,sha256=lzmS_6Cb9mXdItLfeuUMn6Hded3UqDUsF5m5o40SHfA,6180
354
- bpy/ops/collection/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
355
- bpy/ops/console/__init__.pyi,sha256=w5iiUudIrkVObG_U368OA8yMQG85dF-DeOCva-TODTM,14051
356
- bpy/ops/console/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
357
- bpy/ops/constraint/__init__.pyi,sha256=BtOSDm9eoYvqtKauGsGX2SB8Zya3bT4S0EGFM6IAIDU,17967
358
- bpy/ops/constraint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
359
- bpy/ops/curve/__init__.pyi,sha256=3BE0nR1hN7YExLQY3HypNmAQTCu8KKTYUjknG8kcAdI,44215
360
- bpy/ops/curve/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
361
- bpy/ops/curves/__init__.pyi,sha256=rfToV6S0kDKgblbZidRXLxs3_du62BDihjuCddqFqmk,22997
362
- bpy/ops/curves/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
363
- bpy/ops/cycles/__init__.pyi,sha256=8f8-WSZcyMLqrLTTc0TQu8y0lj0XwvOQTuMYZ19cM9c,2905
364
- bpy/ops/cycles/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
365
- bpy/ops/dpaint/__init__.pyi,sha256=zt_MDIncMWxNFT_9LDf7ntovec98AcOlbtIQYCa5oLk,3021
366
- bpy/ops/dpaint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
367
- bpy/ops/ed/__init__.pyi,sha256=Ge-iKY2kIYZeMvFmYLN6wK6iHwZn0-toWoU5hai-d68,12224
368
- bpy/ops/ed/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
369
- bpy/ops/export_anim/__init__.pyi,sha256=8D8_RyToRNb-9gy9p_7OcvOj3CouxJMQvBBH7u2HLfM,2592
370
- bpy/ops/export_anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
371
- bpy/ops/export_scene/__init__.pyi,sha256=XVtnQMvWqMQ0nI1Vb5OmmqqYAnW7TYzLNf4KoCq5uyg,45191
372
- bpy/ops/export_scene/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
373
- bpy/ops/file/__init__.pyi,sha256=Botj2G5l4pSrG4mePH62WFrM16bva7SSMx-BpE8XZ6U,33400
374
- bpy/ops/file/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
375
- bpy/ops/fluid/__init__.pyi,sha256=rFX-Q-vgDOiMxZ4B_1jP4MvttKPyyW8ovyMGAO-1KhM,7788
376
- bpy/ops/fluid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
377
- bpy/ops/font/__init__.pyi,sha256=6mxmz4_8zwZCC5O93c7P20veV6mtym2l9KCQTo9nawg,24356
378
- bpy/ops/font/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
379
- bpy/ops/geometry/__init__.pyi,sha256=qkcqP4TVLmBSSUoPrrlh95d74UZlNJ3ZWAgShde6Jb0,9182
380
- bpy/ops/geometry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
381
- bpy/ops/gizmogroup/__init__.pyi,sha256=ZQ4hGx_ghp3CY0ILEZhaB2HBC6IND2QINySKBSFSCpQ,2243
382
- bpy/ops/gizmogroup/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
383
- bpy/ops/gpencil/__init__.pyi,sha256=LgpPFK8RYkAyn6MJKiohGFrqgEbxJ6DvYY-D46Q4mcI,140132
384
- bpy/ops/gpencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
385
- bpy/ops/graph/__init__.pyi,sha256=NopynZk8nmW-23Nv0OKE5XQ7tZpsZv9U_e3n9BF9hEE,64350
386
- bpy/ops/graph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
387
- bpy/ops/grease_pencil/__init__.pyi,sha256=2phBdfXct-OXf0dh2lB3_eJHGG56RZcxau8fjZX__8s,55497
388
- bpy/ops/grease_pencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
389
- bpy/ops/image/__init__.pyi,sha256=Ypn60qQ3M77U3Rb6uhXsD6Xjv01EuNb8rRr_I_C7-Aw,61179
390
- bpy/ops/image/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
391
- bpy/ops/import_anim/__init__.pyi,sha256=ecHmAaCBtYblq2PAXMEiYll00GgQ6X2YfR68Xmq7Qd4,3551
392
- bpy/ops/import_anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
393
- bpy/ops/import_curve/__init__.pyi,sha256=qT1Eoa_wDY5awTnIRjQbneO6WG4YCtplUYMkFOiX8vk,894
394
- bpy/ops/import_curve/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
395
- bpy/ops/import_scene/__init__.pyi,sha256=pjO51conou-Czanr_EqtvsmNhtRu99NxXM0NYNPBD7o,11315
396
- bpy/ops/import_scene/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
397
- bpy/ops/info/__init__.pyi,sha256=uOZGxxMo_FYEYXiOj4ze9xsf4MXbG8D_Dn2YODzBsz8,5460
398
- bpy/ops/info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
399
- bpy/ops/lattice/__init__.pyi,sha256=Bs40RCcSqXcko1KRISGQO_CmG-XB72wwWMpq3Zogte8,6023
400
- bpy/ops/lattice/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
401
- bpy/ops/marker/__init__.pyi,sha256=UtiucezLgwcolVZIDuOshQN6PNVQQrkqBuyj_0Rf3r4,9513
402
- bpy/ops/marker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
403
- bpy/ops/mask/__init__.pyi,sha256=9nU6S5zjP4u9S0gYa-2cuks4FvO3vm9ww5hg_jqS7W0,29299
404
- bpy/ops/mask/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
405
- bpy/ops/material/__init__.pyi,sha256=kWRB1rpbFUiwWJYxh0EPGdmAGO4ET-Gy_SdLsh4Wiwo,1631
406
- bpy/ops/material/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
407
- bpy/ops/mball/__init__.pyi,sha256=J2JsjCmxmZgUC91RJN6OJmu4L42ZeGxVZsnP_V4yuZg,6703
408
- bpy/ops/mball/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
409
- bpy/ops/mesh/__init__.pyi,sha256=ZuNHTarPiycwnhGlSsRJQGVKebQ1_XUTiik3-zH4Ou0,191720
410
- bpy/ops/mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
411
- bpy/ops/nla/__init__.pyi,sha256=L7lC5ULGOXhovjv6bhhgRx4w_pylTT614Z5nslaoEC8,31845
412
- bpy/ops/nla/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
413
- bpy/ops/node/__init__.pyi,sha256=4q3MNi9bhQqhWSRULuuU6GBj0qgmr1lgQkCF8wuTGOs,81714
414
- bpy/ops/node/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
415
- bpy/ops/object/__init__.pyi,sha256=CnSE9d1Y0JodynClpW-_CUglTDI2gxNvbsH-ORmOiH0,256730
416
- bpy/ops/object/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
417
- bpy/ops/outliner/__init__.pyi,sha256=JG6F748jDopMCC-dRlyE3BNmoIn6gRK6do_SQnN5oDo,48612
418
- bpy/ops/outliner/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
419
- bpy/ops/paint/__init__.pyi,sha256=5aSFp5nbGUoUgrc9v5mFJPRm3ZOMoJfq587mCTQ3XDE,53848
420
- bpy/ops/paint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
421
- bpy/ops/paintcurve/__init__.pyi,sha256=NYCJDNvS7-dqm7YMMseQFOk4eUhKHgJWlQtnUgJXyWE,5714
422
- bpy/ops/paintcurve/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
423
- bpy/ops/palette/__init__.pyi,sha256=cMenuqqybJO3qFVXODNVtH8L1a7Ua2AjGJYb6c3fH3A,4237
424
- bpy/ops/palette/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
425
- bpy/ops/particle/__init__.pyi,sha256=80y3T0DMkCJUgC4kPYIdnePSIrnaI9b4ihuKjg0-2qU,25035
426
- bpy/ops/particle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
427
- bpy/ops/pose/__init__.pyi,sha256=bQh-n0YqhDskqpxL1mGGYkltFX11L0fzP2HJ_ZfdwCY,35530
428
- bpy/ops/pose/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
429
- bpy/ops/poselib/__init__.pyi,sha256=iPwhAYcNgFj-5UxgWmDa5KEXMnmAx_n0L0Bfy4YOBz8,7104
430
- bpy/ops/poselib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
431
- bpy/ops/preferences/__init__.pyi,sha256=ZjF9gkyM3NYoa1dcYKjXDrxdliW21ITRkkNDHsO-_xY,35460
432
- bpy/ops/preferences/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
433
- bpy/ops/ptcache/__init__.pyi,sha256=kxtE6r6JurXJG3SmVqgJpRW2gTHsmcTVwn_Yg8t5VaM,3981
434
- bpy/ops/ptcache/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
435
- bpy/ops/render/__init__.pyi,sha256=bmxg8bhRDhQJiOlQQqGoJko1twJZFmfnBnoHKxu6hKA,12161
436
- bpy/ops/render/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
437
- bpy/ops/rigidbody/__init__.pyi,sha256=3u6TJ1YrCaOI2kY4v96pTmm0zGa0nyoEDWWNHTpLiV4,10347
438
- bpy/ops/rigidbody/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
439
- bpy/ops/scene/__init__.pyi,sha256=RoMPWC3Hz6tr8oDHNMXVtT4hiPmvlzjej26TlGaUdqw,26763
440
- bpy/ops/scene/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
441
- bpy/ops/screen/__init__.pyi,sha256=sWJeU7yfpInIo6X-CV7qtN4cqDxoXVqOTWSYhOcK1is,35250
442
- bpy/ops/screen/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
443
- bpy/ops/script/__init__.pyi,sha256=E_8BsnqT592yOlYxyMTpaHFt-I48PYxrFlsa-tTLQMs,2046
444
- bpy/ops/script/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
445
- bpy/ops/sculpt/__init__.pyi,sha256=QGa1sBPEY0XditnGEpxhVf6s6QpSbOCTfGPKzC7RSc0,50152
446
- bpy/ops/sculpt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
447
- bpy/ops/sculpt_curves/__init__.pyi,sha256=tNoH0zrMiqCxUa_YEkiktDZV-8AdzHxJhAwyxzM7hEQ,4042
448
- bpy/ops/sculpt_curves/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
449
- bpy/ops/sequencer/__init__.pyi,sha256=R4et1ugnHrWN0ojIN3ULVt0Kwtl1X5N_cjSzek1vDuk,108465
450
- bpy/ops/sequencer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
451
- bpy/ops/sound/__init__.pyi,sha256=xORapsQlOzxKt0H3GSUUJ-6kJkoa-VUaemYsjA8jh60,22856
452
- bpy/ops/sound/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
453
- bpy/ops/spreadsheet/__init__.pyi,sha256=i5-3Z-sNHvCMqARdF5I2oF2o_OsoVxe95Mq16IENMh8,2684
454
- bpy/ops/spreadsheet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
455
- bpy/ops/surface/__init__.pyi,sha256=Fra-ncG13YQcbrB8nBZQ7_KuBMYA4jqAFMw5HWYmtyE,11014
456
- bpy/ops/surface/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
457
- bpy/ops/text/__init__.pyi,sha256=dC-K72W8ottM9rpFailWDQ2xawI5PhViUiqIkPBDzGs,35952
458
- bpy/ops/text/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
459
- bpy/ops/text_editor/__init__.pyi,sha256=p32nYbJQUYR-dFSfgNT_JPEYvciqSikdutq5jPhpbmg,1136
460
- bpy/ops/text_editor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
461
- bpy/ops/texture/__init__.pyi,sha256=0b0VefVEtBMwxTfQc27-8x6bmFDrljeDU3nALagLvH0,2281
462
- bpy/ops/texture/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
463
- bpy/ops/transform/__init__.pyi,sha256=brElXnd6U4W6lA8g-i5qb4YAP40mpo9RzEY-Wan7hTc,78108
464
- bpy/ops/transform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
465
- bpy/ops/ui/__init__.pyi,sha256=Kbdiyqr7rOC1fdI9U1V4ataies5l2vkNr7Q1xlwkx8Y,22245
466
- bpy/ops/ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
467
- bpy/ops/uilist/__init__.pyi,sha256=ynItZoCTzLj0fxgvE3CoIc6Uht64Nyb5nKdoBoMrQAs,2806
468
- bpy/ops/uilist/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
469
- bpy/ops/uv/__init__.pyi,sha256=tfTltw1Pc2yiZyaxJ3dlVgCg3uJiOtRWPS7_LqJckDE,61957
470
- bpy/ops/uv/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
471
- bpy/ops/view2d/__init__.pyi,sha256=qX6J7OTN-f_Iq-_1kmg8yec_m9SXG_HaZODWROWBSD8,12547
472
- bpy/ops/view2d/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
473
- bpy/ops/view3d/__init__.pyi,sha256=0x2lLY3y5qSxIUiACJPmR69RUAhheMn-D6LG-2kpQR4,53666
474
- bpy/ops/view3d/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
475
- bpy/ops/wm/__init__.pyi,sha256=zrrygv_p5BwQ3m0WUW9jtM_UHliJ3NKmIXqdqu8j4BA,287826
476
- bpy/ops/wm/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
477
- bpy/ops/workspace/__init__.pyi,sha256=Wbe-ndwbRwxwBtzDXxt1iPXMzpsX2QGW8eEZ9O3pAbI,4270
478
- bpy/ops/workspace/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
479
- bpy/ops/world/__init__.pyi,sha256=N78Y-9w1Lki3YPn0auCCUiyQHmh9H-S3B5TmKrUG64U,1138
480
- bpy/ops/world/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
481
- bpy/path/__init__.pyi,sha256=sZMxM2jeuZMbQOzNmFS4jlYHCnr-of5PN8XT5t6vg7M,7169
482
- bpy/path/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
483
- bpy/props/__init__.pyi,sha256=ldeJSJMDgsrYzb0qkkGnAxGMSapRTrv-h2p3UaUOqNY,31492
484
- bpy/props/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
485
- bpy/types/__init__.pyi,sha256=R6uTrLBFm5BTJG2h0-fJY3YShmw2EUnbvzbk2fzDXXQ,5542373
486
- bpy/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
487
- bpy/utils/__init__.pyi,sha256=MtlLDnlInvRAEUqg7RVOZ49o6ncgLDgknamY1wr-hyI,13069
488
- bpy/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
489
- bpy/utils/previews/__init__.pyi,sha256=ckbH_Hcikv3u19brIL8jv2f7-Wy0JcXt_uuqJ5t7xUY,1925
490
- bpy/utils/previews/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
491
- bpy/utils/units/__init__.pyi,sha256=LAcGjxwWKFDLja0HuuWPvFd9hW8Zc7x1L_M35kzGv00,2784
492
- bpy/utils/units/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
493
- bpy_extras/__init__.pyi,sha256=jRe6HRLx7uuyhpEkf1q2Ofk2ar0tIIA6qPiFsaKLu3k,791
494
- bpy_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
495
- bpy_extras/anim_utils/__init__.pyi,sha256=nH5Nbp8i7HzFnTbRiRu2alqyQYpvIifZMKVMgHBzHdg,3333
496
- bpy_extras/anim_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
497
- bpy_extras/asset_utils/__init__.pyi,sha256=X1WHvG3BoMMSjqFDdFPqPO-5jj_Qyoz9xVOaT3knc4I,960
498
- bpy_extras/asset_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
499
- bpy_extras/bmesh_utils/__init__.pyi,sha256=eu5HY_8zW-80VUAC_1ggLvzrLWM_0JJgp3HBbmtXUgg,186
500
- bpy_extras/bmesh_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
501
- bpy_extras/extensions/__init__.pyi,sha256=eW6-ZsK_9GjQlSKx3zQazawIFA26aK_gGKgXDDZTuyU,89
502
- bpy_extras/extensions/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
503
- bpy_extras/extensions/junction_module/__init__.pyi,sha256=3QB4h8TX0bWEXoued__ib2PlatM9HABaoD9siHyX7oc,885
504
- bpy_extras/extensions/junction_module/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
505
- bpy_extras/id_map_utils/__init__.pyi,sha256=3rAnIlceHwsNEE2NyLrDu5EEXbYy1yOcchhisZ5ElRs,526
506
- bpy_extras/id_map_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
507
- bpy_extras/image_utils/__init__.pyi,sha256=1zDa1yM7Og-91iY6wNnAYqqPwWKQv2Na0M790PzyZNA,2268
508
- bpy_extras/image_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
509
- bpy_extras/io_utils/__init__.pyi,sha256=NUnnYtOPvqZtazc6Bi7HrMwuOUK_vwSwqQgYgbzzNHQ,5937
510
- bpy_extras/io_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
511
- bpy_extras/keyconfig_utils/__init__.pyi,sha256=UJQBiPmiBHSig88rHG_hpe4OxUX29Ka0cbatE4DOgOk,565
512
- bpy_extras/keyconfig_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
513
- bpy_extras/mesh_utils/__init__.pyi,sha256=474x2WnFCon-x_C0oxm3inKJH12IIxFQJX_3PFNlWDU,3110
514
- bpy_extras/mesh_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
515
- bpy_extras/node_shader_utils/__init__.pyi,sha256=ipx6tAfCYKIbWbx6c98-FLooSDtCwD9XicUNjXc4L30,7289
516
- bpy_extras/node_shader_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
517
- bpy_extras/node_utils/__init__.pyi,sha256=7fTyu34Tuaw28jnpDWgRUwhVW7gMXgHIhvcSjo1DaGs,284
518
- bpy_extras/node_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
519
- bpy_extras/object_utils/__init__.pyi,sha256=9P7APJbn95F5JjWhDWFzTHeLNjWn5r07TOq6Yk-SeHE,3824
520
- bpy_extras/object_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
521
- bpy_extras/view3d_utils/__init__.pyi,sha256=Ul7Q-1PKEk7OGe18RvE37XGoR84h_3f7fN3_jcJKBt0,3778
522
- bpy_extras/view3d_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
523
- bpy_extras/wm_utils/__init__.pyi,sha256=uBAgB3UhPLvn0ZTPW19X64YX29SorkI1sf7my8gTMaU,89
524
- bpy_extras/wm_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
525
- bpy_extras/wm_utils/progress_report/__init__.pyi,sha256=Aqcr4n91j5Hq7zfIAGeOZXBHhZPRODpL_sSEvbWsOAU,1410
526
- bpy_extras/wm_utils/progress_report/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
527
- bpy_restrict_state/__init__.pyi,sha256=z0wntJmk-6RiN6gW3oMlFkHOBRPIKGYfC_Q9SIoQRQ4,329
528
- bpy_restrict_state/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
529
- bpy_types/__init__.pyi,sha256=BgsPdgOCSZGYWJjF0ZLQkGrF8aWjJFYrfDT13fbveQM,58918
530
- bpy_types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
531
- console_python/__init__.pyi,sha256=Inm6_DPDVMBeaDI8iLzuxyiUB_hOZ7ekIQ6zVDkmTs0,585
532
- console_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
533
- console_shell/__init__.pyi,sha256=bQPcR-rZuy_xHF_-FUValvEC7sl2KGKBfIucmrBIV5o,315
534
- console_shell/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
535
- freestyle/__init__.pyi,sha256=L1GXm7a_0C6-tq3hOWFZTMNVepr6HCaD0iWuMty-Qbw,636
536
- freestyle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
537
- freestyle/chainingiterators/__init__.pyi,sha256=AtVvAyvqBG8_kCc087TqMd3ZtSUHKK5Smwq_py7dlO4,11129
538
- freestyle/chainingiterators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
539
- freestyle/functions/__init__.pyi,sha256=9cOM7b3iofJ9iwxPhCLMgXwP2_OyFTLJH5eeZus0lWo,49328
540
- freestyle/functions/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
541
- freestyle/predicates/__init__.pyi,sha256=t1r8JMa7NFShRIh63Cu2Kp3iEweFFMP9Un-LOFsJ-v4,14537
542
- freestyle/predicates/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
543
- freestyle/shaders/__init__.pyi,sha256=r9ApZsDHOt5XpYu2CXLpOjrdMlp1QAY8W_ihOyWBaSU,24805
544
- freestyle/shaders/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
545
- freestyle/types/__init__.pyi,sha256=KmJLMe1BeCNtGGH-N85JzpfbS8BWZRXPYGxvBMwzfW4,101978
546
- freestyle/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
547
- freestyle/utils/__init__.pyi,sha256=Xqa0uopKq8a81ZY34Yb4TgIukHvF_2XakXHUgWZtDv8,5377
548
- freestyle/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
549
- freestyle/utils/ContextFunctions/__init__.pyi,sha256=CaFynCc8ZH5ToYKpcroPW4Qc4H3z4P7YnNXt4XmEh1E,3497
550
- freestyle/utils/ContextFunctions/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
551
- gpu/__init__.pyi,sha256=atemGkManVH5xfnQVd6p3uuOxK9BZ5poHzjULjKYBmc,7885
552
- gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
553
- gpu/capabilities/__init__.pyi,sha256=iFcnWtuOABssiepS2uwpSGM64G-fuLUIpn8ryZVEOT4,3887
554
- gpu/capabilities/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
555
- gpu/matrix/__init__.pyi,sha256=x765Tu7nJiE0CfU2U0dePTGnmfS0OHEGrVTtvv8aT60,2537
556
- gpu/matrix/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
557
- gpu/platform/__init__.pyi,sha256=1ycbgPqiGH5JZdi7kxM4LYhyLABr6Ks2d5Cp_i59lDA,845
558
- gpu/platform/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
559
- gpu/select/__init__.pyi,sha256=iP03e_vBZHR2DW7VZd26VUChackTRCwLMDHJ-9zU0xE,213
560
- gpu/select/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
561
- gpu/shader/__init__.pyi,sha256=OZtyQzdb6bfT-EESK6Vut4diQ9Ua4PdSZFLogUF05l0,2031
562
- gpu/shader/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
563
- gpu/state/__init__.pyi,sha256=hu2D49S3HObDQ9OZGSYoPDQ2ZybvFH8lZW4QlEc1ZlQ,4489
564
- gpu/state/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
565
- gpu/texture/__init__.pyi,sha256=VGpcPY4DrGapZr7PvEGFJmuWpZDi6H2SezJVG9wtKRI,647
566
- gpu/texture/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
567
- gpu/types/__init__.pyi,sha256=tJj48EJeGDtcyg7kjWUDeF77oHfYi3fNGxhmKzCUhrY,27391
568
- gpu/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
569
- gpu_extras/__init__.pyi,sha256=DiukKgkimHp3wI9nJLQm7lq4_Kz9yWOv-WfSw0juShw,190
570
- gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
571
- gpu_extras/batch/__init__.pyi,sha256=pSjXxvXYqHZRmXRsWyHHcnzRYJjIAHewvQZywDT26rA,664
572
- gpu_extras/batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
573
- gpu_extras/presets/__init__.pyi,sha256=1nTMJ2hxByXgFy8Joh1EitjcuojNPP7K3CDfj_s1_5s,1435
574
- gpu_extras/presets/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
575
- graphviz_export/__init__.pyi,sha256=aSzuDNHRbYPNmLYNdQ0km25wroNOVDwv_NZn9rijhBM,219
576
- graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
577
- idprop/__init__.pyi,sha256=ZCmgF0aMyU_mrjTHCvv5iIj1SGLN55tGsakoZFpJrDU,79
578
- idprop/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
579
- idprop/types/__init__.pyi,sha256=DcKUIU1s8IgrJiEfpvhijgo-9Uv1wRZdOOBbT14kVA0,1937
580
- idprop/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
581
- imbuf/__init__.pyi,sha256=LEEUqTcvh0HR0NCOQpk3yanmkvc2D4HBc0iSma6419c,1125
582
- imbuf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
583
- imbuf/types/__init__.pyi,sha256=P5DffDL17hiLofWUnC6FKnWjghrhOCkzNSMk-Tp-SDE,1242
584
- imbuf/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
585
- keyingsets_builtins/__init__.pyi,sha256=dqXFWEEtoZ5Qy1cBdF8xNKe5Iu6UWHVecug0VM4FigQ,48378
586
- keyingsets_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
587
- keyingsets_utils/__init__.pyi,sha256=29-o4Z0jsPvFzDCgnpVs0X0DsOhnwgBPTLWNqCR7JP4,1018
588
- keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
589
- mathutils/__init__.pyi,sha256=WX6etO-c1Qp1-2f6vJlxnHLvDSHzOvcCL_AmCBUusI0,75656
590
- mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
591
- mathutils/bvhtree/__init__.pyi,sha256=a1J3pqbuazrNj4d5yeQO4GLXKfJsb9DRQfetHZB36h0,4344
592
- mathutils/bvhtree/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
593
- mathutils/geometry/__init__.pyi,sha256=QVYMyeZT8ppB-K_W4NCUi3CTyrD0sPdk7cOFLzjlrx0,21893
594
- mathutils/geometry/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
595
- mathutils/interpolate/__init__.pyi,sha256=CvBzpVTIf1rwilMUmdREPUSD5aCKxFEId_SwlpJAGCg,307
596
- mathutils/interpolate/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
597
- mathutils/kdtree/__init__.pyi,sha256=DkoBYGlkRrtLzQPLg1s1tD0bZBSnJdhmzGGY7pCVIuQ,2252
598
- mathutils/kdtree/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
599
- mathutils/noise/__init__.pyi,sha256=zajkCUvZUjVOJ0o3WQsnMKybqPmy9JUWZHeyrSDa-eU,12880
600
- mathutils/noise/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
601
- nodeitems_builtins/__init__.pyi,sha256=1EhOAQ6LiyweMaGsqrexDFVjEfTZdnIdgGpknRZr-Qo,873
602
- nodeitems_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
603
- nodeitems_utils/__init__.pyi,sha256=V4W3nVgpH60yd954tmLj_OiosEfs9ZIEEzgz6SPEsvI,892
604
- nodeitems_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
605
- rna_info/__init__.pyi,sha256=_B45YFpirz6v6MOP2VGKR6HwUIwt9YcpUZqlucAY_28,4017
606
- rna_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
607
- rna_keymap_ui/__init__.pyi,sha256=YAn0WP_M1FnlmqTKN8wUYqo3hdb_-VWcySFkR0rh1xQ,515
608
- rna_keymap_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
609
- rna_prop_ui/__init__.pyi,sha256=Q6l85jJXlDJ5m31rJT4lpbkOyzaJmJTSzD_BNp0AKCo,1245
610
- rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
611
- rna_xml/__init__.pyi,sha256=12yOlLxfl-1hZ6MN5TCak3gGdgz4TknNjZ4OuoJE7x4,578
612
- rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
613
- sys_info/__init__.pyi,sha256=5cKQiE7NFvOTsjdqB7pO7uflClATfF-90sCEeo9JOO8,110
614
- sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
615
- fake_bpy_module-20240516.dist-info/METADATA,sha256=jOmS-3iIP6xxXiNL12xwT8vW_aNGyaYiPNiAbdZ0TQA,7109
616
- fake_bpy_module-20240516.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
617
- fake_bpy_module-20240516.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
618
- fake_bpy_module-20240516.dist-info/RECORD,,