fake-bpy-module 20240516__py3-none-any.whl → 20240518__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 (549) hide show
  1. _bpy_internal/freedesktop/__init__.pyi +17 -84
  2. addon_utils/__init__.pyi +44 -38
  3. animsys_refactor/__init__.pyi +7 -27
  4. aud/__init__.pyi +8 -11
  5. bgl/__init__.pyi +121 -1812
  6. bl_app_override/__init__.pyi +8 -19
  7. bl_app_override/helpers/__init__.pyi +5 -23
  8. bl_app_template_utils/__init__.pyi +5 -17
  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 +16 -67
  14. bl_i18n_utils/merge_po/__init__.pyi +1 -4
  15. bl_i18n_utils/settings/__init__.pyi +6 -24
  16. bl_i18n_utils/utils/__init__.pyi +93 -122
  17. bl_i18n_utils/utils_cli/__init__.pyi +6 -29
  18. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
  19. bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
  20. bl_keymap_utils/io/__init__.pyi +9 -40
  21. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
  22. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
  23. bl_keymap_utils/platform_helpers/__init__.pyi +2 -6
  24. bl_keymap_utils/versioning/__init__.pyi +1 -4
  25. bl_operators/__init__.pyi +2 -9
  26. bl_operators/add_mesh_torus/__init__.pyi +128 -59
  27. bl_operators/anim/__init__.pyi +1001 -398
  28. bl_operators/assets/__init__.pyi +376 -152
  29. bl_operators/bmesh/find_adjacent/__init__.pyi +10 -37
  30. bl_operators/clip/__init__.pyi +1264 -532
  31. bl_operators/console/__init__.pyi +626 -242
  32. bl_operators/constraint/__init__.pyi +502 -201
  33. bl_operators/file/__init__.pyi +376 -150
  34. bl_operators/freestyle/__init__.pyi +501 -200
  35. bl_operators/geometry_nodes/__init__.pyi +514 -266
  36. bl_operators/image/__init__.pyi +621 -251
  37. bl_operators/mesh/__init__.pyi +376 -150
  38. bl_operators/node/__init__.pyi +1253 -516
  39. bl_operators/object/__init__.pyi +1879 -755
  40. bl_operators/object_align/__init__.pyi +129 -64
  41. bl_operators/object_quick_effects/__init__.pyi +504 -213
  42. bl_operators/object_randomize_transform/__init__.pyi +129 -54
  43. bl_operators/presets/__init__.pyi +3072 -1403
  44. bl_operators/rigidbody/__init__.pyi +376 -150
  45. bl_operators/screen_play_rendered_anim/__init__.pyi +127 -54
  46. bl_operators/sequencer/__init__.pyi +1010 -434
  47. bl_operators/spreadsheet/__init__.pyi +126 -50
  48. bl_operators/userpref/__init__.pyi +3253 -1267
  49. bl_operators/uvcalc_follow_active/__init__.pyi +128 -59
  50. bl_operators/uvcalc_lightmap/__init__.pyi +139 -80
  51. bl_operators/uvcalc_transform/__init__.pyi +297 -159
  52. bl_operators/vertexpaint_dirt/__init__.pyi +128 -59
  53. bl_operators/view3d/__init__.pyi +868 -342
  54. bl_operators/wm/__init__.pyi +5795 -2388
  55. bl_operators/world/__init__.pyi +126 -50
  56. bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
  57. bl_rna_utils/data_path/__init__.pyi +8 -4
  58. bl_text_utils/external_editor/__init__.pyi +1 -4
  59. bl_ui/__init__.pyi +366 -269
  60. bl_ui/anim/__init__.pyi +164 -74
  61. bl_ui/asset_shelf/__init__.pyi +129 -56
  62. bl_ui/generic_ui_list/__init__.pyi +412 -163
  63. bl_ui/node_add_menu/__init__.pyi +171 -94
  64. bl_ui/node_add_menu_compositor/__init__.pyi +2918 -1353
  65. bl_ui/node_add_menu_geometry/__init__.pyi +7789 -3616
  66. bl_ui/node_add_menu_shader/__init__.pyi +1630 -790
  67. bl_ui/node_add_menu_texture/__init__.pyi +1459 -675
  68. bl_ui/properties_animviz/__init__.pyi +2 -16
  69. bl_ui/properties_collection/__init__.pyi +807 -379
  70. bl_ui/properties_constraint/__init__.pyi +10292 -4941
  71. bl_ui/properties_data_armature/__init__.pyi +1615 -753
  72. bl_ui/properties_data_bone/__init__.pyi +1284 -608
  73. bl_ui/properties_data_camera/__init__.pyi +1854 -927
  74. bl_ui/properties_data_curve/__init__.pyi +1927 -937
  75. bl_ui/properties_data_curves/__init__.pyi +806 -375
  76. bl_ui/properties_data_empty/__init__.pyi +257 -125
  77. bl_ui/properties_data_gpencil/__init__.pyi +2376 -1130
  78. bl_ui/properties_data_grease_pencil/__init__.pyi +1898 -894
  79. bl_ui/properties_data_lattice/__init__.pyi +388 -188
  80. bl_ui/properties_data_light/__init__.pyi +1540 -756
  81. bl_ui/properties_data_lightprobe/__init__.pyi +1666 -810
  82. bl_ui/properties_data_mesh/__init__.pyi +2707 -1235
  83. bl_ui/properties_data_metaball/__init__.pyi +644 -308
  84. bl_ui/properties_data_modifier/__init__.pyi +1353 -671
  85. bl_ui/properties_data_pointcloud/__init__.pyi +679 -316
  86. bl_ui/properties_data_shaderfx/__init__.pyi +129 -67
  87. bl_ui/properties_data_speaker/__init__.pyi +644 -316
  88. bl_ui/properties_data_volume/__init__.pyi +1028 -484
  89. bl_ui/properties_freestyle/__init__.pyi +3112 -1619
  90. bl_ui/properties_grease_pencil_common/__init__.pyi +2454 -1123
  91. bl_ui/properties_mask_common/__init__.pyi +1102 -523
  92. bl_ui/properties_material/__init__.pyi +2089 -1009
  93. bl_ui/properties_material_gpencil/__init__.pyi +1348 -635
  94. bl_ui/properties_object/__init__.pyi +1832 -873
  95. bl_ui/properties_output/__init__.pyi +2405 -1173
  96. bl_ui/properties_paint_common/__init__.pyi +416 -386
  97. bl_ui/properties_particle/__init__.pyi +6740 -3346
  98. bl_ui/properties_physics_cloth/__init__.pyi +1822 -907
  99. bl_ui/properties_physics_common/__init__.pyi +135 -98
  100. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2817 -1391
  101. bl_ui/properties_physics_field/__init__.pyi +1282 -627
  102. bl_ui/properties_physics_fluid/__init__.pyi +3614 -1794
  103. bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -60
  104. bl_ui/properties_physics_rigidbody/__init__.pyi +1026 -515
  105. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1665 -811
  106. bl_ui/properties_physics_softbody/__init__.pyi +1922 -967
  107. bl_ui/properties_render/__init__.pyi +6843 -3367
  108. bl_ui/properties_scene/__init__.pyi +1924 -913
  109. bl_ui/properties_texture/__init__.pyi +3371 -1667
  110. bl_ui/properties_view_layer/__init__.pyi +2344 -1107
  111. bl_ui/properties_workspace/__init__.pyi +516 -244
  112. bl_ui/properties_world/__init__.pyi +1284 -630
  113. bl_ui/space_clip/__init__.pyi +10172 -4695
  114. bl_ui/space_console/__init__.pyi +940 -423
  115. bl_ui/space_dopesheet/__init__.pyi +4325 -2013
  116. bl_ui/space_filebrowser/__init__.pyi +4172 -1903
  117. bl_ui/space_graph/__init__.pyi +3107 -1394
  118. bl_ui/space_image/__init__.pyi +9764 -4614
  119. bl_ui/space_info/__init__.pyi +939 -421
  120. bl_ui/space_nla/__init__.pyi +2623 -1183
  121. bl_ui/space_node/__init__.pyi +3995 -1840
  122. bl_ui/space_outliner/__init__.pyi +2203 -991
  123. bl_ui/space_properties/__init__.pyi +386 -165
  124. bl_ui/space_sequencer/__init__.pyi +10809 -4978
  125. bl_ui/space_spreadsheet/__init__.pyi +130 -53
  126. bl_ui/space_statusbar/__init__.pyi +129 -52
  127. bl_ui/space_text/__init__.pyi +2457 -1100
  128. bl_ui/space_time/__init__.pyi +1034 -481
  129. bl_ui/space_toolsystem_common/__init__.pyi +56 -211
  130. bl_ui/space_toolsystem_toolbar/__init__.pyi +153 -882
  131. bl_ui/space_topbar/__init__.pyi +3982 -1805
  132. bl_ui/space_userpref/__init__.pyi +11383 -5290
  133. bl_ui/space_view3d/__init__.pyi +40873 -18532
  134. bl_ui/space_view3d_toolbar/__init__.pyi +12570 -6502
  135. bl_ui/temp_anim_layers/__init__.pyi +130 -62
  136. bl_ui/utils/__init__.pyi +28 -27
  137. bl_ui_utils/bug_report_url/__init__.pyi +1 -4
  138. bl_ui_utils/layout/__init__.pyi +1 -1
  139. blend_render_info/__init__.pyi +3 -10
  140. blf/__init__.pyi +4 -4
  141. bmesh/geometry/__init__.pyi +2 -3
  142. bmesh/ops/__init__.pyi +372 -419
  143. bmesh/types/__init__.pyi +39 -56
  144. bmesh/utils/__init__.pyi +10 -13
  145. bpy/app/__init__.pyi +4 -4
  146. bpy/app/handlers/__init__.pyi +36 -36
  147. bpy/app/icons/__init__.pyi +8 -8
  148. bpy/app/timers/__init__.pyi +10 -10
  149. bpy/app/translations/__init__.pyi +20 -22
  150. bpy/msgbus/__init__.pyi +2 -4
  151. bpy/ops/action/__init__.pyi +316 -394
  152. bpy/ops/anim/__init__.pyi +442 -548
  153. bpy/ops/armature/__init__.pyi +374 -470
  154. bpy/ops/asset/__init__.pyi +152 -184
  155. bpy/ops/bl_pkg/__init__.pyi +221 -272
  156. bpy/ops/boid/__init__.pyi +50 -66
  157. bpy/ops/brush/__init__.pyi +72 -90
  158. bpy/ops/buttons/__init__.pyi +132 -144
  159. bpy/ops/cachefile/__init__.pyi +128 -138
  160. bpy/ops/camera/__init__.pyi +26 -30
  161. bpy/ops/clip/__init__.pyi +777 -964
  162. bpy/ops/cloth/__init__.pyi +12 -14
  163. bpy/ops/collection/__init__.pyi +68 -86
  164. bpy/ops/console/__init__.pyi +158 -200
  165. bpy/ops/constraint/__init__.pyi +178 -214
  166. bpy/ops/curve/__init__.pyi +473 -576
  167. bpy/ops/curves/__init__.pyi +247 -302
  168. bpy/ops/cycles/__init__.pyi +28 -34
  169. bpy/ops/dpaint/__init__.pyi +34 -44
  170. bpy/ops/ed/__init__.pyi +126 -150
  171. bpy/ops/export_anim/__init__.pyi +22 -24
  172. bpy/ops/export_scene/__init__.pyi +302 -336
  173. bpy/ops/file/__init__.pyi +352 -432
  174. bpy/ops/fluid/__init__.pyi +90 -118
  175. bpy/ops/font/__init__.pyi +258 -304
  176. bpy/ops/geometry/__init__.pyi +100 -120
  177. bpy/ops/gizmogroup/__init__.pyi +22 -26
  178. bpy/ops/gpencil/__init__.pyi +1469 -1778
  179. bpy/ops/graph/__init__.pyi +644 -776
  180. bpy/ops/grease_pencil/__init__.pyi +597 -748
  181. bpy/ops/image/__init__.pyi +648 -744
  182. bpy/ops/import_anim/__init__.pyi +30 -32
  183. bpy/ops/import_curve/__init__.pyi +10 -12
  184. bpy/ops/import_scene/__init__.pyi +88 -96
  185. bpy/ops/info/__init__.pyi +60 -74
  186. bpy/ops/lattice/__init__.pyi +64 -80
  187. bpy/ops/marker/__init__.pyi +108 -130
  188. bpy/ops/mask/__init__.pyi +322 -402
  189. bpy/ops/material/__init__.pyi +18 -24
  190. bpy/ops/mball/__init__.pyi +70 -86
  191. bpy/ops/mesh/__init__.pyi +1986 -2322
  192. bpy/ops/nla/__init__.pyi +333 -411
  193. bpy/ops/node/__init__.pyi +886 -1100
  194. bpy/ops/object/__init__.pyi +2585 -3078
  195. bpy/ops/outliner/__init__.pyi +498 -636
  196. bpy/ops/paint/__init__.pyi +565 -680
  197. bpy/ops/paintcurve/__init__.pyi +64 -80
  198. bpy/ops/palette/__init__.pyi +50 -64
  199. bpy/ops/particle/__init__.pyi +267 -340
  200. bpy/ops/pose/__init__.pyi +336 -414
  201. bpy/ops/poselib/__init__.pyi +72 -90
  202. bpy/ops/preferences/__init__.pyi +386 -463
  203. bpy/ops/ptcache/__init__.pyi +46 -60
  204. bpy/ops/render/__init__.pyi +130 -154
  205. bpy/ops/rigidbody/__init__.pyi +102 -128
  206. bpy/ops/scene/__init__.pyi +280 -358
  207. bpy/ops/screen/__init__.pyi +382 -460
  208. bpy/ops/script/__init__.pyi +24 -30
  209. bpy/ops/sculpt/__init__.pyi +458 -532
  210. bpy/ops/sculpt_curves/__init__.pyi +41 -50
  211. bpy/ops/sequencer/__init__.pyi +1066 -1244
  212. bpy/ops/sound/__init__.pyi +216 -230
  213. bpy/ops/spreadsheet/__init__.pyi +30 -38
  214. bpy/ops/surface/__init__.pyi +108 -120
  215. bpy/ops/text/__init__.pyi +390 -476
  216. bpy/ops/text_editor/__init__.pyi +12 -14
  217. bpy/ops/texture/__init__.pyi +26 -34
  218. bpy/ops/transform/__init__.pyi +792 -878
  219. bpy/ops/ui/__init__.pyi +228 -294
  220. bpy/ops/uilist/__init__.pyi +32 -38
  221. bpy/ops/uv/__init__.pyi +602 -704
  222. bpy/ops/view2d/__init__.pyi +156 -184
  223. bpy/ops/view3d/__init__.pyi +582 -718
  224. bpy/ops/wm/__init__.pyi +2683 -2928
  225. bpy/ops/workspace/__init__.pyi +46 -60
  226. bpy/ops/world/__init__.pyi +12 -16
  227. bpy/path/__init__.pyi +179 -75
  228. bpy/props/__init__.pyi +261 -263
  229. bpy/types/__init__.pyi +17058 -26311
  230. bpy/utils/__init__.pyi +247 -179
  231. bpy/utils/previews/__init__.pyi +58 -28
  232. bpy/utils/units/__init__.pyi +20 -20
  233. bpy_extras/anim_utils/__init__.pyi +68 -29
  234. bpy_extras/asset_utils/__init__.pyi +0 -10
  235. bpy_extras/bmesh_utils/__init__.pyi +9 -6
  236. bpy_extras/extensions/junction_module/__init__.pyi +6 -8
  237. bpy_extras/id_map_utils/__init__.pyi +3 -3
  238. bpy_extras/image_utils/__init__.pyi +44 -11
  239. bpy_extras/io_utils/__init__.pyi +116 -41
  240. bpy_extras/keyconfig_utils/__init__.pyi +4 -11
  241. bpy_extras/mesh_utils/__init__.pyi +71 -19
  242. bpy_extras/node_shader_utils/__init__.pyi +52 -288
  243. bpy_extras/node_utils/__init__.pyi +10 -10
  244. bpy_extras/object_utils/__init__.pyi +71 -14
  245. bpy_extras/view3d_utils/__init__.pyi +80 -10
  246. bpy_extras/wm_utils/progress_report/__init__.pyi +15 -38
  247. bpy_restrict_state/__init__.pyi +1 -14
  248. bpy_types/__init__.pyi +4203 -1605
  249. console_python/__init__.pyi +12 -37
  250. console_shell/__init__.pyi +5 -24
  251. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20240518.dist-info/RECORD +353 -0
  253. freestyle/chainingiterators/__init__.pyi +14 -44
  254. freestyle/functions/__init__.pyi +7 -33
  255. freestyle/predicates/__init__.pyi +44 -217
  256. freestyle/shaders/__init__.pyi +2 -12
  257. freestyle/types/__init__.pyi +84 -96
  258. freestyle/utils/ContextFunctions/__init__.pyi +2 -2
  259. freestyle/utils/__init__.pyi +6 -18
  260. gpu/matrix/__init__.pyi +6 -8
  261. gpu/state/__init__.pyi +2 -2
  262. gpu/types/__init__.pyi +12 -12
  263. gpu_extras/presets/__init__.pyi +2 -5
  264. graphviz_export/__init__.pyi +4 -9
  265. idprop/types/__init__.pyi +8 -35
  266. imbuf/__init__.pyi +4 -4
  267. imbuf/types/__init__.pyi +0 -2
  268. keyingsets_builtins/__init__.pyi +2692 -997
  269. keyingsets_utils/__init__.pyi +14 -69
  270. mathutils/__init__.pyi +194 -238
  271. mathutils/bvhtree/__init__.pyi +4 -6
  272. mathutils/geometry/__init__.pyi +153 -155
  273. mathutils/kdtree/__init__.pyi +8 -12
  274. mathutils/noise/__init__.pyi +26 -26
  275. nodeitems_builtins/__init__.pyi +5 -30
  276. nodeitems_utils/__init__.pyi +8 -45
  277. rna_info/__init__.pyi +39 -215
  278. rna_keymap_ui/__init__.pyi +6 -29
  279. rna_prop_ui/__init__.pyi +24 -62
  280. rna_xml/__init__.pyi +16 -39
  281. sys_info/__init__.pyi +1 -4
  282. _bpy_internal/freedesktop/py.typed +0 -0
  283. bl_app_override/helpers/py.typed +0 -0
  284. bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
  285. bl_console_utils/autocomplete/complete_import/py.typed +0 -0
  286. bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
  287. bl_console_utils/autocomplete/intellisense/py.typed +0 -0
  288. bl_console_utils/autocomplete/py.typed +0 -0
  289. bl_i18n_utils/bl_extract_messages/py.typed +0 -0
  290. bl_i18n_utils/merge_po/py.typed +0 -0
  291. bl_i18n_utils/settings/py.typed +0 -0
  292. bl_i18n_utils/utils/py.typed +0 -0
  293. bl_i18n_utils/utils_cli/py.typed +0 -0
  294. bl_i18n_utils/utils_languages_menu/py.typed +0 -0
  295. bl_i18n_utils/utils_rtl/py.typed +0 -0
  296. bl_keymap_utils/io/py.typed +0 -0
  297. bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
  298. bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
  299. bl_keymap_utils/platform_helpers/py.typed +0 -0
  300. bl_keymap_utils/versioning/py.typed +0 -0
  301. bl_operators/add_mesh_torus/py.typed +0 -0
  302. bl_operators/anim/py.typed +0 -0
  303. bl_operators/assets/py.typed +0 -0
  304. bl_operators/bmesh/find_adjacent/py.typed +0 -0
  305. bl_operators/bmesh/py.typed +0 -0
  306. bl_operators/clip/py.typed +0 -0
  307. bl_operators/console/py.typed +0 -0
  308. bl_operators/constraint/py.typed +0 -0
  309. bl_operators/file/py.typed +0 -0
  310. bl_operators/freestyle/py.typed +0 -0
  311. bl_operators/geometry_nodes/py.typed +0 -0
  312. bl_operators/image/py.typed +0 -0
  313. bl_operators/mesh/py.typed +0 -0
  314. bl_operators/node/py.typed +0 -0
  315. bl_operators/object/py.typed +0 -0
  316. bl_operators/object_align/py.typed +0 -0
  317. bl_operators/object_quick_effects/py.typed +0 -0
  318. bl_operators/object_randomize_transform/py.typed +0 -0
  319. bl_operators/presets/py.typed +0 -0
  320. bl_operators/rigidbody/py.typed +0 -0
  321. bl_operators/screen_play_rendered_anim/py.typed +0 -0
  322. bl_operators/sequencer/py.typed +0 -0
  323. bl_operators/spreadsheet/py.typed +0 -0
  324. bl_operators/userpref/py.typed +0 -0
  325. bl_operators/uvcalc_follow_active/py.typed +0 -0
  326. bl_operators/uvcalc_lightmap/py.typed +0 -0
  327. bl_operators/uvcalc_transform/py.typed +0 -0
  328. bl_operators/vertexpaint_dirt/py.typed +0 -0
  329. bl_operators/view3d/py.typed +0 -0
  330. bl_operators/wm/py.typed +0 -0
  331. bl_operators/world/py.typed +0 -0
  332. bl_previews_utils/bl_previews_render/py.typed +0 -0
  333. bl_rna_utils/data_path/py.typed +0 -0
  334. bl_text_utils/external_editor/py.typed +0 -0
  335. bl_ui/anim/py.typed +0 -0
  336. bl_ui/asset_shelf/py.typed +0 -0
  337. bl_ui/generic_ui_list/py.typed +0 -0
  338. bl_ui/node_add_menu/py.typed +0 -0
  339. bl_ui/node_add_menu_compositor/py.typed +0 -0
  340. bl_ui/node_add_menu_geometry/py.typed +0 -0
  341. bl_ui/node_add_menu_shader/py.typed +0 -0
  342. bl_ui/node_add_menu_texture/py.typed +0 -0
  343. bl_ui/properties_animviz/py.typed +0 -0
  344. bl_ui/properties_collection/py.typed +0 -0
  345. bl_ui/properties_constraint/py.typed +0 -0
  346. bl_ui/properties_data_armature/py.typed +0 -0
  347. bl_ui/properties_data_bone/py.typed +0 -0
  348. bl_ui/properties_data_camera/py.typed +0 -0
  349. bl_ui/properties_data_curve/py.typed +0 -0
  350. bl_ui/properties_data_curves/py.typed +0 -0
  351. bl_ui/properties_data_empty/py.typed +0 -0
  352. bl_ui/properties_data_gpencil/py.typed +0 -0
  353. bl_ui/properties_data_grease_pencil/py.typed +0 -0
  354. bl_ui/properties_data_lattice/py.typed +0 -0
  355. bl_ui/properties_data_light/py.typed +0 -0
  356. bl_ui/properties_data_lightprobe/py.typed +0 -0
  357. bl_ui/properties_data_mesh/py.typed +0 -0
  358. bl_ui/properties_data_metaball/py.typed +0 -0
  359. bl_ui/properties_data_modifier/py.typed +0 -0
  360. bl_ui/properties_data_pointcloud/py.typed +0 -0
  361. bl_ui/properties_data_shaderfx/py.typed +0 -0
  362. bl_ui/properties_data_speaker/py.typed +0 -0
  363. bl_ui/properties_data_volume/py.typed +0 -0
  364. bl_ui/properties_freestyle/py.typed +0 -0
  365. bl_ui/properties_grease_pencil_common/py.typed +0 -0
  366. bl_ui/properties_mask_common/py.typed +0 -0
  367. bl_ui/properties_material/py.typed +0 -0
  368. bl_ui/properties_material_gpencil/py.typed +0 -0
  369. bl_ui/properties_object/py.typed +0 -0
  370. bl_ui/properties_output/py.typed +0 -0
  371. bl_ui/properties_paint_common/py.typed +0 -0
  372. bl_ui/properties_particle/py.typed +0 -0
  373. bl_ui/properties_physics_cloth/py.typed +0 -0
  374. bl_ui/properties_physics_common/py.typed +0 -0
  375. bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
  376. bl_ui/properties_physics_field/py.typed +0 -0
  377. bl_ui/properties_physics_fluid/py.typed +0 -0
  378. bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
  379. bl_ui/properties_physics_rigidbody/py.typed +0 -0
  380. bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
  381. bl_ui/properties_physics_softbody/py.typed +0 -0
  382. bl_ui/properties_render/py.typed +0 -0
  383. bl_ui/properties_scene/py.typed +0 -0
  384. bl_ui/properties_texture/py.typed +0 -0
  385. bl_ui/properties_view_layer/py.typed +0 -0
  386. bl_ui/properties_workspace/py.typed +0 -0
  387. bl_ui/properties_world/py.typed +0 -0
  388. bl_ui/space_clip/py.typed +0 -0
  389. bl_ui/space_console/py.typed +0 -0
  390. bl_ui/space_dopesheet/py.typed +0 -0
  391. bl_ui/space_filebrowser/py.typed +0 -0
  392. bl_ui/space_graph/py.typed +0 -0
  393. bl_ui/space_image/py.typed +0 -0
  394. bl_ui/space_info/py.typed +0 -0
  395. bl_ui/space_nla/py.typed +0 -0
  396. bl_ui/space_node/py.typed +0 -0
  397. bl_ui/space_outliner/py.typed +0 -0
  398. bl_ui/space_properties/py.typed +0 -0
  399. bl_ui/space_sequencer/py.typed +0 -0
  400. bl_ui/space_spreadsheet/py.typed +0 -0
  401. bl_ui/space_statusbar/py.typed +0 -0
  402. bl_ui/space_text/py.typed +0 -0
  403. bl_ui/space_time/py.typed +0 -0
  404. bl_ui/space_toolsystem_common/py.typed +0 -0
  405. bl_ui/space_toolsystem_toolbar/py.typed +0 -0
  406. bl_ui/space_topbar/py.typed +0 -0
  407. bl_ui/space_userpref/py.typed +0 -0
  408. bl_ui/space_view3d/py.typed +0 -0
  409. bl_ui/space_view3d_toolbar/py.typed +0 -0
  410. bl_ui/temp_anim_layers/py.typed +0 -0
  411. bl_ui/utils/py.typed +0 -0
  412. bl_ui_utils/bug_report_url/py.typed +0 -0
  413. bl_ui_utils/layout/py.typed +0 -0
  414. bmesh/geometry/py.typed +0 -0
  415. bmesh/ops/py.typed +0 -0
  416. bmesh/types/py.typed +0 -0
  417. bmesh/utils/py.typed +0 -0
  418. bpy/app/handlers/py.typed +0 -0
  419. bpy/app/icons/py.typed +0 -0
  420. bpy/app/py.typed +0 -0
  421. bpy/app/timers/py.typed +0 -0
  422. bpy/app/translations/py.typed +0 -0
  423. bpy/msgbus/py.typed +0 -0
  424. bpy/ops/action/py.typed +0 -0
  425. bpy/ops/anim/py.typed +0 -0
  426. bpy/ops/armature/py.typed +0 -0
  427. bpy/ops/asset/py.typed +0 -0
  428. bpy/ops/bl_pkg/py.typed +0 -0
  429. bpy/ops/boid/py.typed +0 -0
  430. bpy/ops/brush/py.typed +0 -0
  431. bpy/ops/buttons/py.typed +0 -0
  432. bpy/ops/cachefile/py.typed +0 -0
  433. bpy/ops/camera/py.typed +0 -0
  434. bpy/ops/clip/py.typed +0 -0
  435. bpy/ops/cloth/py.typed +0 -0
  436. bpy/ops/collection/py.typed +0 -0
  437. bpy/ops/console/py.typed +0 -0
  438. bpy/ops/constraint/py.typed +0 -0
  439. bpy/ops/curve/py.typed +0 -0
  440. bpy/ops/curves/py.typed +0 -0
  441. bpy/ops/cycles/py.typed +0 -0
  442. bpy/ops/dpaint/py.typed +0 -0
  443. bpy/ops/ed/py.typed +0 -0
  444. bpy/ops/export_anim/py.typed +0 -0
  445. bpy/ops/export_scene/py.typed +0 -0
  446. bpy/ops/file/py.typed +0 -0
  447. bpy/ops/fluid/py.typed +0 -0
  448. bpy/ops/font/py.typed +0 -0
  449. bpy/ops/geometry/py.typed +0 -0
  450. bpy/ops/gizmogroup/py.typed +0 -0
  451. bpy/ops/gpencil/py.typed +0 -0
  452. bpy/ops/graph/py.typed +0 -0
  453. bpy/ops/grease_pencil/py.typed +0 -0
  454. bpy/ops/image/py.typed +0 -0
  455. bpy/ops/import_anim/py.typed +0 -0
  456. bpy/ops/import_curve/py.typed +0 -0
  457. bpy/ops/import_scene/py.typed +0 -0
  458. bpy/ops/info/py.typed +0 -0
  459. bpy/ops/lattice/py.typed +0 -0
  460. bpy/ops/marker/py.typed +0 -0
  461. bpy/ops/mask/py.typed +0 -0
  462. bpy/ops/material/py.typed +0 -0
  463. bpy/ops/mball/py.typed +0 -0
  464. bpy/ops/mesh/py.typed +0 -0
  465. bpy/ops/nla/py.typed +0 -0
  466. bpy/ops/node/py.typed +0 -0
  467. bpy/ops/object/py.typed +0 -0
  468. bpy/ops/outliner/py.typed +0 -0
  469. bpy/ops/paint/py.typed +0 -0
  470. bpy/ops/paintcurve/py.typed +0 -0
  471. bpy/ops/palette/py.typed +0 -0
  472. bpy/ops/particle/py.typed +0 -0
  473. bpy/ops/pose/py.typed +0 -0
  474. bpy/ops/poselib/py.typed +0 -0
  475. bpy/ops/preferences/py.typed +0 -0
  476. bpy/ops/ptcache/py.typed +0 -0
  477. bpy/ops/py.typed +0 -0
  478. bpy/ops/render/py.typed +0 -0
  479. bpy/ops/rigidbody/py.typed +0 -0
  480. bpy/ops/scene/py.typed +0 -0
  481. bpy/ops/screen/py.typed +0 -0
  482. bpy/ops/script/py.typed +0 -0
  483. bpy/ops/sculpt/py.typed +0 -0
  484. bpy/ops/sculpt_curves/py.typed +0 -0
  485. bpy/ops/sequencer/py.typed +0 -0
  486. bpy/ops/sound/py.typed +0 -0
  487. bpy/ops/spreadsheet/py.typed +0 -0
  488. bpy/ops/surface/py.typed +0 -0
  489. bpy/ops/text/py.typed +0 -0
  490. bpy/ops/text_editor/py.typed +0 -0
  491. bpy/ops/texture/py.typed +0 -0
  492. bpy/ops/transform/py.typed +0 -0
  493. bpy/ops/ui/py.typed +0 -0
  494. bpy/ops/uilist/py.typed +0 -0
  495. bpy/ops/uv/py.typed +0 -0
  496. bpy/ops/view2d/py.typed +0 -0
  497. bpy/ops/view3d/py.typed +0 -0
  498. bpy/ops/wm/py.typed +0 -0
  499. bpy/ops/workspace/py.typed +0 -0
  500. bpy/ops/world/py.typed +0 -0
  501. bpy/path/py.typed +0 -0
  502. bpy/props/py.typed +0 -0
  503. bpy/types/py.typed +0 -0
  504. bpy/utils/previews/py.typed +0 -0
  505. bpy/utils/py.typed +0 -0
  506. bpy/utils/units/py.typed +0 -0
  507. bpy_extras/anim_utils/py.typed +0 -0
  508. bpy_extras/asset_utils/py.typed +0 -0
  509. bpy_extras/bmesh_utils/py.typed +0 -0
  510. bpy_extras/extensions/junction_module/py.typed +0 -0
  511. bpy_extras/extensions/py.typed +0 -0
  512. bpy_extras/id_map_utils/py.typed +0 -0
  513. bpy_extras/image_utils/py.typed +0 -0
  514. bpy_extras/io_utils/py.typed +0 -0
  515. bpy_extras/keyconfig_utils/py.typed +0 -0
  516. bpy_extras/mesh_utils/py.typed +0 -0
  517. bpy_extras/node_shader_utils/py.typed +0 -0
  518. bpy_extras/node_utils/py.typed +0 -0
  519. bpy_extras/object_utils/py.typed +0 -0
  520. bpy_extras/view3d_utils/py.typed +0 -0
  521. bpy_extras/wm_utils/progress_report/py.typed +0 -0
  522. bpy_extras/wm_utils/py.typed +0 -0
  523. fake_bpy_module-20240516.dist-info/RECORD +0 -618
  524. freestyle/chainingiterators/py.typed +0 -0
  525. freestyle/functions/py.typed +0 -0
  526. freestyle/predicates/py.typed +0 -0
  527. freestyle/shaders/py.typed +0 -0
  528. freestyle/types/py.typed +0 -0
  529. freestyle/utils/ContextFunctions/py.typed +0 -0
  530. freestyle/utils/py.typed +0 -0
  531. gpu/capabilities/py.typed +0 -0
  532. gpu/matrix/py.typed +0 -0
  533. gpu/platform/py.typed +0 -0
  534. gpu/select/py.typed +0 -0
  535. gpu/shader/py.typed +0 -0
  536. gpu/state/py.typed +0 -0
  537. gpu/texture/py.typed +0 -0
  538. gpu/types/py.typed +0 -0
  539. gpu_extras/batch/py.typed +0 -0
  540. gpu_extras/presets/py.typed +0 -0
  541. idprop/types/py.typed +0 -0
  542. imbuf/types/py.typed +0 -0
  543. mathutils/bvhtree/py.typed +0 -0
  544. mathutils/geometry/py.typed +0 -0
  545. mathutils/interpolate/py.typed +0 -0
  546. mathutils/kdtree/py.typed +0 -0
  547. mathutils/noise/py.typed +0 -0
  548. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
  549. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
@@ -3,48 +3,23 @@ import typing
3
3
  GenericType = typing.TypeVar("GenericType")
4
4
 
5
5
  class _TempModuleOverride:
6
- """ """
7
-
8
6
  module: typing.Any
9
- """ """
10
-
11
7
  module_name: typing.Any
12
- """ """
13
-
14
8
  module_override: typing.Any
15
- """ """
16
-
17
- def add_scrollback(text, text_type):
18
- """ """
19
-
20
- ...
21
-
22
- def autocomplete(context):
23
- """ """
24
-
25
- ...
26
-
27
- def banner(context):
28
- """ """
29
-
30
- ...
31
-
32
- def copy_as_script(context):
33
- """ """
34
-
35
- ...
36
-
37
- def execute(context, is_interactive):
38
- """ """
39
-
40
- ...
41
9
 
10
+ def add_scrollback(text, text_type): ...
11
+ def autocomplete(context): ...
12
+ def banner(context): ...
13
+ def copy_as_script(context): ...
14
+ def execute(context, is_interactive): ...
42
15
  def get_console(console_id):
43
- """ """
16
+ """helper function for console operators
17
+ currently each text data block gets its own
18
+ console - code.InteractiveConsole()
19
+ ...which is stored in this function.console_id can be any hashable type
44
20
 
45
- ...
46
-
47
- def replace_help(namespace):
48
- """ """
21
+ """
49
22
 
50
23
  ...
24
+
25
+ def replace_help(namespace): ...
@@ -2,27 +2,8 @@ import typing
2
2
 
3
3
  GenericType = typing.TypeVar("GenericType")
4
4
 
5
- def add_scrollback(text, text_type):
6
- """ """
7
-
8
- ...
9
-
10
- def autocomplete(_context):
11
- """ """
12
-
13
- ...
14
-
15
- def banner(context):
16
- """ """
17
-
18
- ...
19
-
20
- def execute(context, _is_interactive):
21
- """ """
22
-
23
- ...
24
-
25
- def shell_run(text):
26
- """ """
27
-
28
- ...
5
+ def add_scrollback(text, text_type): ...
6
+ def autocomplete(_context): ...
7
+ def banner(context): ...
8
+ def execute(context, _is_interactive): ...
9
+ def shell_run(text): ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240516
3
+ Version: 20240518
4
4
  Summary: Collection of the fake Blender Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com
@@ -0,0 +1,353 @@
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=Uc3og93o1sPhyK0z7nom5-WtT8dmbahv2Mv1dSDTRlE,787
4
+ addon_utils/__init__.pyi,sha256=YnG5eoZmhim8IJmydb9UEbl-87rbkqH7xt4AeqdNFKk,1853
5
+ addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ animsys_refactor/__init__.pyi,sha256=yw5uuNm2a8GO5JpIc5pxrXH-EhzIPeO_EjbcGc1TRt0,652
7
+ animsys_refactor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ aud/__init__.pyi,sha256=x1Nqq358jhUW1biX7-m4eeYWJJoEZAwaOdcXQAWh2dU,32959
9
+ aud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
+ bgl/__init__.pyi,sha256=Hyuop48lnszZontQuAi8qjSRfiESaLeIxI9h2oQzsUo,110044
11
+ bgl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ bl_app_override/__init__.pyi,sha256=NzaGDfHz_n8eSUw2xc8Jurfzm7IVMiC1YeUmevRKwbE,345
13
+ bl_app_override/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
+ bl_app_override/helpers/__init__.pyi,sha256=1AqAx4urT0t9polm91oC-c6VWM6gNfVALyQBMtcTdyc,512
15
+ bl_app_template_utils/__init__.pyi,sha256=pRUdL8pdOfdiPsX8k280jz7iPzNv4JDBqZ0JXKX89XA,307
16
+ bl_app_template_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ bl_console_utils/__init__.pyi,sha256=C8aOOivd-epOf-5saWp8KTjQ3sc6IYI3ltA_mkDD6ss,86
18
+ bl_console_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
+ bl_console_utils/autocomplete/__init__.pyi,sha256=lnjx6NPD1xYRYEdwf4yM00sog5ABnJJ7bd9465jnd2M,180
20
+ bl_console_utils/autocomplete/complete_calltip/__init__.pyi,sha256=8fwMSEIfPhfKpL0c36Ugz8bVtkiBt9EkCRbpUV5onuM,1435
21
+ bl_console_utils/autocomplete/complete_import/__init__.pyi,sha256=JOjlK60E88s5kNxGbmDMNIFsHrwj1-pQJ9pbnr8F5TY,863
22
+ bl_console_utils/autocomplete/complete_namespace/__init__.pyi,sha256=dHscPG8uNE37uTeRyG6IZWjfMWc8oIna4AkTKVASnX0,1528
23
+ bl_console_utils/autocomplete/intellisense/__init__.pyi,sha256=8h8V_gS3UNZhPcnjiedE_t2CFIaXI2tr8WlUoPH6eoc,1178
24
+ bl_i18n_utils/__init__.pyi,sha256=7o2If1EpiNT8AYZlJyh2E6eTdSS90jOBJY-CFZTlA6I,242
25
+ bl_i18n_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
+ bl_i18n_utils/bl_extract_messages/__init__.pyi,sha256=BBB4cHmXNcsBfO564y9YrvskaADEbmksfXEd7ajc170,1089
27
+ bl_i18n_utils/merge_po/__init__.pyi,sha256=uVxcdOEsuqaVJK_kpjTtKcYUAYX1m4zQbsA2XrjxAxs,76
28
+ bl_i18n_utils/settings/__init__.pyi,sha256=_kInBDGuW8EiCrC6An30pJ9lJHsqFPlwAenfWefIS90,909
29
+ bl_i18n_utils/utils/__init__.pyi,sha256=0nyora5Y64pt_7Mwy2D0uu0k6Bt_UA01cjc2ZdaIQ-Y,8120
30
+ bl_i18n_utils/utils_cli/__init__.pyi,sha256=SgJ1-kYxtKkKr-xzzzprr6eNQYUDC5ie3nY3QuiwfRw,260
31
+ bl_i18n_utils/utils_languages_menu/__init__.pyi,sha256=eiZ_crRqXC83lIyOFLWYXvvPf24ZwhhM_NQ7fj81w3o,100
32
+ bl_i18n_utils/utils_rtl/__init__.pyi,sha256=iD66FYvrlpxx6fYHmkbHuWBLQqD9LR2KTsIkm3yB7Ow,384
33
+ bl_keymap_utils/__init__.pyi,sha256=XmZMVrZIkgDPxo0M2aGe12CjDCQGSxwoVKtWUo8klEw,197
34
+ bl_keymap_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
35
+ bl_keymap_utils/io/__init__.pyi,sha256=2HlcUXThhn4lCYxbkp0XnqD_j6bHP1u3QqWxre0AYU0,521
36
+ bl_keymap_utils/keymap_from_toolbar/__init__.pyi,sha256=fwBm3k769FuEmTniUkLFCHCuhzkCY_pwBjEshfyfq6c,211
37
+ bl_keymap_utils/keymap_hierarchy/__init__.pyi,sha256=MD7y9Sag0uqMSoKmMd_C6XmtdaJ9VTzjrjyohG9cmuQ,80
38
+ bl_keymap_utils/platform_helpers/__init__.pyi,sha256=Lq5PjUEmcU5mZui5pBBXN6_3EzTHcpvkoJnE8yCAeQM,281
39
+ bl_keymap_utils/versioning/__init__.pyi,sha256=pReyfUYcjGr5le26sfrIhHxG_IJ6WP3pwRJKMd1o5YA,121
40
+ bl_math/__init__.pyi,sha256=cAv_Aq_-Q8S6yqpJsQrEjXf1_P5AOFu_UJ3GRare3Yc,1622
41
+ bl_math/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
42
+ bl_operators/__init__.pyi,sha256=RK2-m-gX0z9cnrIa4JN64kTYuG-i5eYxYDPpO2eaFPQ,855
43
+ bl_operators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
44
+ bl_operators/add_mesh_torus/__init__.pyi,sha256=XQsEozKJE4VNn642ZEcGGrrxEsUjevzeu2ryCGX9iPI,6211
45
+ bl_operators/anim/__init__.pyi,sha256=xwG3ftyHshgypJ7bLCIgNoINIi8DcKTUlFnC_BogHaI,45089
46
+ bl_operators/assets/__init__.pyi,sha256=CoUc4Jr2Mo2KshcPQeYAcjxbdWhNk7O4pnZYVZh6upc,17228
47
+ bl_operators/bmesh/__init__.pyi,sha256=9MnjysTZZe8oY_2L1JtSvysNunPlTRru3pItPRoqsRE,87
48
+ bl_operators/bmesh/find_adjacent/__init__.pyi,sha256=XF4GC6ebJsb43GTt1lqZqmbcydGoM7SDyfWnPSeRj-U,605
49
+ bl_operators/clip/__init__.pyi,sha256=NoFdXcv61_Qs7WA1n7EfSfBGVexkcrjJ3WcVW8Q07LY,56113
50
+ bl_operators/console/__init__.pyi,sha256=lqQZU8wZ17U_uNxLQJyxjTy-hUn8Mqarkv_hruc3C0g,27714
51
+ bl_operators/constraint/__init__.pyi,sha256=upubPSWVKMcIxadZCmXMLSveJinIyJqD4VUCEgxFmqQ,22431
52
+ bl_operators/file/__init__.pyi,sha256=kDeyuel4SdWFOayFdI_iZNm4I-hy2e_psXuRbM6OCbQ,16897
53
+ bl_operators/freestyle/__init__.pyi,sha256=6MSvQAA0XEZubgwVg2lFPFCY9MJ06SEXP0hYrUDwEuE,22650
54
+ bl_operators/geometry_nodes/__init__.pyi,sha256=06QTsptnZaPTTGc9IT3WGmk7J6a9texZcu2ynBk-1Ic,23284
55
+ bl_operators/image/__init__.pyi,sha256=UK_f0wTCQwXEqS21zLVKjWSCc_fr0IZ6OJxR88uqS_0,27084
56
+ bl_operators/mesh/__init__.pyi,sha256=b2AnVvuHpMTctdhHwkNB4HHEA10Wcf6yQyheo6yGHzk,16832
57
+ bl_operators/node/__init__.pyi,sha256=4s-QrLeDlC9xi323rRRWG-AdnxwU1l1BhWnmgFJneDk,57789
58
+ bl_operators/object/__init__.pyi,sha256=jcLCscWhpaR7_ngjrd5tvhq5OKVzU2TxE0TyvHVw_No,83580
59
+ bl_operators/object_align/__init__.pyi,sha256=954gUH8SSL8CO78V5YgekzB1VZGczlg1T2NG9GdU-JY,5808
60
+ bl_operators/object_quick_effects/__init__.pyi,sha256=dyf8oqvT3JHlQmeqUQHLaWrjIbhByg5zzpwTRt0cz_8,22541
61
+ bl_operators/object_randomize_transform/__init__.pyi,sha256=CWXRy2vgaZ7IemiFKUaOIzxWnhNxrGP7ziPvICUuGYs,5728
62
+ bl_operators/presets/__init__.pyi,sha256=_swjaHDQ4d_qOum0P4Oq2mI9DJyF6kzj-oz_AoLpJ44,144409
63
+ bl_operators/rigidbody/__init__.pyi,sha256=TPs1uqyNnAAnWm8Kgv0PqL65DOYEFKDybs3mD6K-R1Q,16862
64
+ bl_operators/screen_play_rendered_anim/__init__.pyi,sha256=hqlvzB_hOLeemZ-6JV6-q03VlTF-L5dZ2PxO_xGXGMc,5582
65
+ bl_operators/sequencer/__init__.pyi,sha256=6fbliAqOk8g0JKFCWyoAeMSNqH2BtRYmSWO-MKxmg9c,45374
66
+ bl_operators/spreadsheet/__init__.pyi,sha256=s2I723M0qRI7s0SNehpx2E_1RYmhfmwQcI7PgWNA_GA,5793
67
+ bl_operators/userpref/__init__.pyi,sha256=ePocLNeCJPyVHziteuFJecrwWGJUIuBMufLRkEOYlaM,142766
68
+ bl_operators/uvcalc_follow_active/__init__.pyi,sha256=rI6A66CSOEwFTzLNcrUw4rmG9d8KpDqttMQAcxwLgi8,5847
69
+ bl_operators/uvcalc_lightmap/__init__.pyi,sha256=H_lW5duxIpApJIBYa842ArTrG9L7xqRUu0kSiklVyvg,6737
70
+ bl_operators/uvcalc_transform/__init__.pyi,sha256=oVUgHkDt8uVWEKic8CgXOYfhqO-FT-eZoaEfPpsDdgE,13316
71
+ bl_operators/vertexpaint_dirt/__init__.pyi,sha256=gwAPuqoCQZXOKKG0b7n5_UTAUycXJjVRgXQeXbrqVZE,5781
72
+ bl_operators/view3d/__init__.pyi,sha256=DVVrXCLVnqcGMNfqnsSVAKAZ01M0waC0vwrpVXYDPHw,38778
73
+ bl_operators/wm/__init__.pyi,sha256=MWVrGoqDf_a69kmXI1QaG4ro-M45idnXEBVtjNK4LDs,256811
74
+ bl_operators/world/__init__.pyi,sha256=-GSx12flL2sNZ-_UbkdBXh7of-i01vnIw3Q63nmpgxY,5737
75
+ bl_previews_utils/__init__.pyi,sha256=p3ziz8G6uAf8yslPB8MclRs0QYdNodhWOytQUjztaFs,92
76
+ bl_previews_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
77
+ bl_previews_utils/bl_previews_render/__init__.pyi,sha256=VxnIqjdNpPmUzJ360TY1xMhn_1O6tYL2r5cQo_QsBWE,418
78
+ bl_rna_utils/__init__.pyi,sha256=PLfYioZGQe0XeqpUMlx9AyHlB7ZVXGX_nRyRwCSggII,83
79
+ bl_rna_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
80
+ bl_rna_utils/data_path/__init__.pyi,sha256=LpjhFb0WoNsX3Mfh81YsWjcTCR4e8b96X5mTDRii3zw,719
81
+ bl_text_utils/__init__.pyi,sha256=TrRE9vmWOSvvVZqBkxJ1UsIv52vkJOjbcyKxK4ysYAY,89
82
+ bl_text_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
83
+ bl_text_utils/external_editor/__init__.pyi,sha256=8RLBl1zzko1_NLX4QLTseTBhiN12aabOXLpiPVqROno,114
84
+ bl_ui/__init__.pyi,sha256=N0KTa1KWgxYypnl7iRxv4CnbdqJfKnFXiZrc8LKof-M,20065
85
+ bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
86
+ bl_ui/anim/__init__.pyi,sha256=WV0xNOjsM7Snl-w3JH44_X4C5R7lHwb4b3mCyCoMiw8,7519
87
+ bl_ui/asset_shelf/__init__.pyi,sha256=9PAWVDl4olIaOaX4Yw_sYilmBt3kdy4p6ckiCNyrQ18,5816
88
+ bl_ui/generic_ui_list/__init__.pyi,sha256=8DIrOEKrdJgWhiVtbyG0vehyXMFh0fSxJqnL728Ejcg,19620
89
+ bl_ui/node_add_menu/__init__.pyi,sha256=aeKm2APJAM2Wzt0BiExjSDx-3VlCFJtWSjIfSTppZsw,8021
90
+ bl_ui/node_add_menu_compositor/__init__.pyi,sha256=h5QEgwBsFebZ1D9kOqEcpamv7JtuIC8x2lkgJPemVqo,134449
91
+ bl_ui/node_add_menu_geometry/__init__.pyi,sha256=EMEc0gnaC5EWN4IUhnbO2dbyL9mpIZ3FZpxLUgR3d9E,358300
92
+ bl_ui/node_add_menu_shader/__init__.pyi,sha256=LD4KItAYul5VcjVS8qHTBw0X4KzubtjXeI_AlMxJMKI,75021
93
+ bl_ui/node_add_menu_texture/__init__.pyi,sha256=ngUbyNfuoFRGWtH9CpVlDTjOn27st9HRHCcBGp6TTLY,67213
94
+ bl_ui/properties_animviz/__init__.pyi,sha256=pBKrwjVm9L_-_aAP7AO9O9RZDjlCEibnOt76vLcA-L8,683
95
+ bl_ui/properties_collection/__init__.pyi,sha256=KdNNBkx4k4Axm5EhnEww9zVJXek-6VSlW3yMUJl6KYg,37023
96
+ bl_ui/properties_constraint/__init__.pyi,sha256=dJGXdv87dbNkOU4q1HsusGu6vkySxQ8JaGE--gbg7F4,706968
97
+ bl_ui/properties_data_armature/__init__.pyi,sha256=pg_JKD5SKPOJzBF3NAOmMgS5ZdHsgAlUWt5nFZSFF0Q,74222
98
+ bl_ui/properties_data_bone/__init__.pyi,sha256=Rnq_UMpsz52MagdMRQ5zuzz-qZqah4sOm3I5JWY362g,58936
99
+ bl_ui/properties_data_camera/__init__.pyi,sha256=OMFZB3kxBad0uFt71lYIC-SQi2cDx_rncC1djmnK9Lg,85999
100
+ bl_ui/properties_data_curve/__init__.pyi,sha256=-sEfV9cL05RoLQfDN7QqZlv-MGmZhIpxmDAwUk9BSXs,88928
101
+ bl_ui/properties_data_curves/__init__.pyi,sha256=3Hy5gNYkxOh8wZk7SoxM9CAKStvW1njbZq0hXNJJ8Rw,37456
102
+ bl_ui/properties_data_empty/__init__.pyi,sha256=gHDEyQAhBseIGruBhMOlSceNFWTAjpgQ9anajvt65zs,11862
103
+ bl_ui/properties_data_gpencil/__init__.pyi,sha256=i5f9YIpJaqUm_QElUkiWFMFvLiu6lZIz_qUoABvnwvY,109744
104
+ bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=8ajs8E7ckFKGnOgDT7O8mzxXHv9ZQQH8zxxKbewSw50,87931
105
+ bl_ui/properties_data_lattice/__init__.pyi,sha256=J6I6x8iYoChJxfIwT85rp8OoV0xlGzoJ1xS8wc50stM,17879
106
+ bl_ui/properties_data_light/__init__.pyi,sha256=A5zcDwvZWrFIsr3imTqqQfm-h3gQeZ2ZkjEAjfydJrM,70912
107
+ bl_ui/properties_data_lightprobe/__init__.pyi,sha256=_EJfZczX1JVoOiegVFselYWiB0GtQ0UFRdlQgH0eohc,76250
108
+ bl_ui/properties_data_mesh/__init__.pyi,sha256=bmxOzJwOrN2IhT6mByYnKj23Ls0_FGDNUI03M0bCIlw,124586
109
+ bl_ui/properties_data_metaball/__init__.pyi,sha256=lpHzCU3pRBuXVgE1DZ04BY2h4dtSHcvCDIXhMA5x0u0,29491
110
+ bl_ui/properties_data_modifier/__init__.pyi,sha256=XP6Wk20xVXkXgdDsweMF95X7u2QuXDGWncAR-6xKE5A,64061
111
+ bl_ui/properties_data_pointcloud/__init__.pyi,sha256=1fk6E6MifmdfaYPC2238EDmkkvyjcwIdU-PG2F2DBIw,31690
112
+ bl_ui/properties_data_shaderfx/__init__.pyi,sha256=8Fh8R7clWHYPwKHxXtvhgDSzylq1Ati_PhSJiMFUBAI,5916
113
+ bl_ui/properties_data_speaker/__init__.pyi,sha256=IDrGgNGFxZpKlaWUcQPQCBFsfAO9TaQs1sztTZlFVlk,29579
114
+ bl_ui/properties_data_volume/__init__.pyi,sha256=VlJRzITcV2nzn3MuV7cR7GhIaLfZhiZOm622HArcOAE,47173
115
+ bl_ui/properties_freestyle/__init__.pyi,sha256=dvnfCwy8uJV3UK6HA_WJRgVKwaFxSqRVfsgdk11-t-o,148637
116
+ bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=iugAylPjjPK6srkMXCuZjwaVp0Om7xwZ8ScJgg22fiU,115313
117
+ bl_ui/properties_mask_common/__init__.pyi,sha256=wj0fmQ89vz_7ZjWj-FdyxUkxJwP6xpZ1DU1wIpQBITg,52267
118
+ bl_ui/properties_material/__init__.pyi,sha256=fOOY2sh48dOG0AJl7W2bAAr1hN6FHcqVJpb4o7YgB-4,95715
119
+ bl_ui/properties_material_gpencil/__init__.pyi,sha256=vt97joPxglBu65iNFJrsRZn28zLYhXHnAH49Twp-nZ8,62352
120
+ bl_ui/properties_object/__init__.pyi,sha256=uSUHjcFWqz-6opzL1I6Q1ZMaPB6p_maRYuIGeaqglbA,83419
121
+ bl_ui/properties_output/__init__.pyi,sha256=8fAguf39IPSO7AG-D9JV6HTXYKDwUihyL3xyOaLJeIw,111107
122
+ bl_ui/properties_paint_common/__init__.pyi,sha256=SPAkdrSwu-GCFRS5LJB2FsJb3QJYcPYARq2FV8Wdlhk,27887
123
+ bl_ui/properties_particle/__init__.pyi,sha256=DCW491Tdd4CcEy1jEn5x2ziOkH69ofVHWtKE22PLGLU,309195
124
+ bl_ui/properties_physics_cloth/__init__.pyi,sha256=g2xD8W0b2VEGceB7fR_2Ac-CQbzweeUWvRj7ZDrlTW0,84227
125
+ bl_ui/properties_physics_common/__init__.pyi,sha256=FvhzzH2iS8bLkNYILBtDHrBRmPncKl6r8ns85x3Sv3U,6454
126
+ bl_ui/properties_physics_dynamicpaint/__init__.pyi,sha256=Znal3oeKQAbI9AXo59GmIqV5I8jggKxfvlbdVo9JYGw,143879
127
+ bl_ui/properties_physics_field/__init__.pyi,sha256=Vps5yZd-Np2VpmU74fYo2rduxgGUb3jo2dBTzenKXOk,60844
128
+ bl_ui/properties_physics_fluid/__init__.pyi,sha256=T-iWCf-Bj4Ha2MbSJcY9RnaHfU_c7DDDUNkCJ_8ApDg,190489
129
+ bl_ui/properties_physics_geometry_nodes/__init__.pyi,sha256=okRIvNqNUQjDkgCYPYvJM8gbY6mS6vAy9pb-OZA3HEk,5983
130
+ bl_ui/properties_physics_rigidbody/__init__.pyi,sha256=o6ocBFQekkBhHbFAXNb7cNw_pT7QL6bWgmDPPdSZD58,47331
131
+ bl_ui/properties_physics_rigidbody_constraint/__init__.pyi,sha256=ZfbsEZYTO5aY25hwzvFq2aF5vvQn7lkbzJMMp43htkU,76899
132
+ bl_ui/properties_physics_softbody/__init__.pyi,sha256=miZajDiNdbXDZRq5DGpJWiE904X1ZJedhVq076sqP4g,88742
133
+ bl_ui/properties_render/__init__.pyi,sha256=NlJzRFlSkNde3QZuTmJ1vK_dhuIqXudcm93QijpwFV0,313561
134
+ bl_ui/properties_scene/__init__.pyi,sha256=b90foWzTY9g-t_X5bjjQgjxA7FlGAKrZEOwDnPh_fY4,88281
135
+ bl_ui/properties_texture/__init__.pyi,sha256=zkXmyDkgs7ZZLYba8DoDqK8W4UQpmW4cirQGJRNIc18,155084
136
+ bl_ui/properties_view_layer/__init__.pyi,sha256=IsBskLreyIhkas5KDwZ6_O_weVowFqsrt1qLu5TlWFw,107057
137
+ bl_ui/properties_workspace/__init__.pyi,sha256=tGXVEQryx5lI1iIDvBmBxapo4qTMC5UhJ3Q-02vzZVE,23854
138
+ bl_ui/properties_world/__init__.pyi,sha256=KxjFe3L2Khw3WEHY-Su1MQaEj3v0Qveon6sbRXYuNIA,58924
139
+ bl_ui/space_clip/__init__.pyi,sha256=99TfIgF6k9Ic86i4684acu6Y8Xry5MKvvgK1S_v2xZk,463130
140
+ bl_ui/space_console/__init__.pyi,sha256=NARmRrd75yg-bEm-ChQ3-W0ChlH6yTbWSOT3K4xrJQc,42837
141
+ bl_ui/space_dopesheet/__init__.pyi,sha256=zBzYugk1qrPdeQd9a84XA-WSNQ3l7ymKTvPpXA3O-7o,199851
142
+ bl_ui/space_filebrowser/__init__.pyi,sha256=PVupjX_PVmvyjfWuRIINwOTbvMk9qeAXf_4cdZdQ4PU,191754
143
+ bl_ui/space_graph/__init__.pyi,sha256=1BwhdzFUq9vzWkcI2NP8Ibyw91Mlo1CekOqCkkRCFqU,141873
144
+ bl_ui/space_image/__init__.pyi,sha256=cO82L00LygyVoPhRqXbF3-APeN7xs-KFJlWF7KzMrBo,451189
145
+ bl_ui/space_info/__init__.pyi,sha256=gLIfNi7_FKwWy-yUiqKtqqkTy_AVpQ1PE4YpUgIHUFY,42807
146
+ bl_ui/space_nla/__init__.pyi,sha256=IhB_6LAaPAKoIwYewiYo_cInoh7u3TzvdYc0obqJUcc,120006
147
+ bl_ui/space_node/__init__.pyi,sha256=h15XGeyW7Gae7Iatq2vHjjt4X89cQJc7CQ_3St_61Q8,181733
148
+ bl_ui/space_outliner/__init__.pyi,sha256=HnYZTJoBgIy_caJwu1ZDymCuCp-SsQU5xdS-IeuXoPA,100898
149
+ bl_ui/space_properties/__init__.pyi,sha256=66vxjxyfKJks4wvng6_HHgmPWgSuYLviXXvKLtbnnDU,17017
150
+ bl_ui/space_sequencer/__init__.pyi,sha256=_sHAofLWs0T66E37t8tJqNeNvae_Ssaqfgcc5_KLQxI,495411
151
+ bl_ui/space_spreadsheet/__init__.pyi,sha256=DXCxDkRV4qDzCx5gIiNy8H8ne07AN-XsQ4l1eDpaCrQ,6579
152
+ bl_ui/space_statusbar/__init__.pyi,sha256=Gslz5m7pkcUIdclKd0kToV5AUMLOJ9Peo4vzmOTZgcg,5668
153
+ bl_ui/space_text/__init__.pyi,sha256=Xa-H5_bTdgHl-bLQknSJq5cKkUpZiG91uMPNepPfxKg,111697
154
+ bl_ui/space_time/__init__.pyi,sha256=hOE-yqyS_sY2SuQlo6G2TZqq0D7A1NkQSk6O2rwRCVk,47739
155
+ bl_ui/space_toolsystem_common/__init__.pyi,sha256=nKVW7ZxL6encVPwmAhQvO3OZqrnHjKMFKI67s7ZJvAc,5463
156
+ bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=G_1vAdLWNLlW9chZZEWo-swfw4Km-_gZ0P2THwUBpSg,20595
157
+ bl_ui/space_topbar/__init__.pyi,sha256=rtqgy-_hW43GyUQhekHaWAS7uGrqj4tBL08UOn5bJqE,181907
158
+ bl_ui/space_userpref/__init__.pyi,sha256=ShqkG3K1WVmtwj9H_X9DyEFVSZYdeW-TQ7O9LWlwMDk,526295
159
+ bl_ui/space_view3d/__init__.pyi,sha256=azg79m0evEJ6hebK9aTh4JKzNEhkHKsnwii2dyKHnD4,1866257
160
+ bl_ui/space_view3d_toolbar/__init__.pyi,sha256=xGmUxoorkNWkJvxc1b9hqP8rjTFjVbPo0FliN12KJq4,598575
161
+ bl_ui/temp_anim_layers/__init__.pyi,sha256=vf2FTiUh8w08WgqogDX5q9KslWWYQeSZLzDTO1JzPQc,5876
162
+ bl_ui/utils/__init__.pyi,sha256=zx8e004Wwa7EGF8lH_zALedIFZib1PZ99QNCqGp2TiI,1842
163
+ bl_ui_utils/__init__.pyi,sha256=bnl92Tdgw6pXneG59u9jRoZQPxVGHfX3vepFfj3xlAU,109
164
+ bl_ui_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
165
+ bl_ui_utils/bug_report_url/__init__.pyi,sha256=bKxDSeXGh73uW8ZilcBG2zdLUqOVY6jKDku0U_Ebc9I,111
166
+ bl_ui_utils/layout/__init__.pyi,sha256=C3iyko-l-YpYE7LYMQxKg821VrFPaY3eeulX40IuLxs,186
167
+ blend_render_info/__init__.pyi,sha256=KnQUV6pei7XHqu3YOeDmomiarggbnPJzOaVTdh_CYFg,245
168
+ blend_render_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
169
+ blf/__init__.pyi,sha256=MHhsmfkSwkNIJ0WbY01YBeYAvgqiZcvmwyD4_AaG7vk,5805
170
+ blf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
171
+ bmesh/__init__.pyi,sha256=JHZzU3bVJasGCKpoYlhx2qKcWcyY0n4lJ1VNkOziTbI,1487
172
+ bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
173
+ bmesh/geometry/__init__.pyi,sha256=pNXQSbn_U_Pf1WZEo_mMPmn8XNhqpSCJRs6oQhqB_30,644
174
+ bmesh/ops/__init__.pyi,sha256=PlblZjID7NtYIXJNwLd4BKFkO7Vwc1Vfp-BCp9XNPAo,71537
175
+ bmesh/types/__init__.pyi,sha256=3LJNGJxsSC5nfpS8O05ScRgF0ODSXHLc_-9HbS142a4,39434
176
+ bmesh/utils/__init__.pyi,sha256=N9o8XUSbJltAav14Ca6i7jYkeADuMouanZvhPTjWXME,6074
177
+ bpy/__init__.pyi,sha256=FwVgOmNFyREyKoHybvt0PJNE8mqRUwHc2mJrWZphEyI,401
178
+ bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
179
+ bpy/app/__init__.pyi,sha256=FjQwaGVqllHvCoDlj0DqMAF0IOAMBOTT1Ix8vHYRyqs,7686
180
+ bpy/app/handlers/__init__.pyi,sha256=Pi1KwR_eBRiCD1bgqx8rJEb8uDe99JogOywMxyqLrEM,6111
181
+ bpy/app/icons/__init__.pyi,sha256=SjMi2dwKdHMkuopc_k88TCaFh5Z_s_PDQNx2r37NGzo,1008
182
+ bpy/app/timers/__init__.pyi,sha256=yPHGgjs5YEYUsjmeRAdOe2JzInJv7PQPnkuHyV8W2e4,1996
183
+ bpy/app/translations/__init__.pyi,sha256=gxkjDju4B_ZoaYS_Gnhw6dfqXBuXGC7LDPDZS_S5G28,6419
184
+ bpy/msgbus/__init__.pyi,sha256=GBRfxyvR7pLSo57JCmXUHC9-Z8HNojzZLTJuLC7H8Ws,2622
185
+ bpy/ops/__init__.pyi,sha256=ET_sX56-tDn0d4H7Y6frFlx3rpS3kET_p_cTP86bZXw,4571
186
+ bpy/ops/action/__init__.pyi,sha256=Rpj8d7Dde9IodChsMVDvimMfjWVLXgRNZxDyCD2FFc0,23473
187
+ bpy/ops/anim/__init__.pyi,sha256=Axr1abhHrc9GoaL3-esAbHZ8i2QE7Gy3S4QYs_Tz3LA,31450
188
+ bpy/ops/armature/__init__.pyi,sha256=ZtFzPNZbhgLx3e_bnIV3pI4mxeV51nNPXb6WVOOJjwc,27978
189
+ bpy/ops/asset/__init__.pyi,sha256=VhJQaEekOGOABS5W5F5K3PHYjv3I4RHOE-3BG_Ov1zc,11956
190
+ bpy/ops/bl_pkg/__init__.pyi,sha256=VXOF0G2qjbi55bKeZAZgw1fBSSjVSORkEhWHbjbRQ60,14297
191
+ bpy/ops/boid/__init__.pyi,sha256=xikAgsxfndH6UsvEB5-wDUd3fwnAdwJox9oFDwOKaIQ,3259
192
+ bpy/ops/brush/__init__.pyi,sha256=wHCKlSRPtKRyXhY8NSNsSKClPXZO17_boKVHO2JXBv8,4794
193
+ bpy/ops/buttons/__init__.pyi,sha256=pm48cjxAZBLIgCqPZAQg1MA4zPV_BG6YSxDkl2wBaQ4,10856
194
+ bpy/ops/cachefile/__init__.pyi,sha256=P6W6ZmSR2FNv5T2o9lLPXuLEBBjYn99md_SFA9qU-Zw,10576
195
+ bpy/ops/camera/__init__.pyi,sha256=lXWomh3Nn3D4NKPjCj2gUZjJmoyttyapY8HjhpwwqJ4,1882
196
+ bpy/ops/clip/__init__.pyi,sha256=Te71khQ1iTQ_TbLPT2WbCgNuYLMJ1UGmzv-GHOZITek,58079
197
+ bpy/ops/cloth/__init__.pyi,sha256=8B934dQ9h4wNkjLueJfDc_av5GYOeSLSQkTBqWDyWQI,872
198
+ bpy/ops/collection/__init__.pyi,sha256=2XdCvpx0D_LIq-4lPbl2KqMOFOcq-jod5Fx3nQHPuRw,4696
199
+ bpy/ops/console/__init__.pyi,sha256=6NPpZ6Uks_P7aZTK2R0fVnCY7HmZUYXMwecCOfT5VQE,10559
200
+ bpy/ops/constraint/__init__.pyi,sha256=parOqFsL_14jlXbe_E5z7XJZEbVcIVYsFk56L5X16YY,14585
201
+ bpy/ops/curve/__init__.pyi,sha256=tQLkDRxT8yxuO7WJUW6OxC2ugWD8z4WJfUIzka1WurM,34677
202
+ bpy/ops/curves/__init__.pyi,sha256=U1AKUJXJ-jkiw3NfaSG79ucP5D4ossLq94iXQV9wBcY,18055
203
+ bpy/ops/cycles/__init__.pyi,sha256=g5gtZ1-CHs8ujjoVO6bsJtAiQeLDz6WWAJp7boLAo9c,2355
204
+ bpy/ops/dpaint/__init__.pyi,sha256=q1bbL0UvyaXI6lP1Pmt08wb30cwzze7ZdPPH-C9ZXMI,2255
205
+ bpy/ops/ed/__init__.pyi,sha256=rEy6Qk5MOCQXm1d6L_aqovAf1xJkQhGkjkOsKfSc0Dg,9422
206
+ bpy/ops/export_anim/__init__.pyi,sha256=SRUNQ2uoOvflgnJGmMRB9haiIl9WjTZDvfdJmUnoRw0,2228
207
+ bpy/ops/export_scene/__init__.pyi,sha256=3zfq7JMFRj_pwD_qvtGyDgEv5OxAKcI55h7us5-kq8o,39321
208
+ bpy/ops/file/__init__.pyi,sha256=DoOa_7o14fW4UvAfkzNz4BMtbb4-p77ovUBcGa5lf9g,25814
209
+ bpy/ops/fluid/__init__.pyi,sha256=6ZW95S7U8iTBHbyNYd6YgVTHYx4oqz8YAlstUIslBB4,5710
210
+ bpy/ops/font/__init__.pyi,sha256=Kz1pqEnkWB5PGOOU03ki4bJbj09GoT_DwMWEAaFdduo,18778
211
+ bpy/ops/geometry/__init__.pyi,sha256=gSBkxBgz4GdekFXsgft3fBnF2BLNPNBwv-q7u2Wkfbg,7086
212
+ bpy/ops/gizmogroup/__init__.pyi,sha256=XR0eBixjsf94CRx747cDVBHpqt2vf13PGQ7dGjOQCXc,1733
213
+ bpy/ops/gpencil/__init__.pyi,sha256=_M6HThWQlZHlOeVx4zUGF5-vpqtIyr7dmO_UlNE9RwI,110942
214
+ bpy/ops/graph/__init__.pyi,sha256=wGhsum5bKWGPx-t0YSF3p0GEx8PTv4IyaktKPD4fvPI,51132
215
+ bpy/ops/grease_pencil/__init__.pyi,sha256=3fiusNcypDWWbhj3nHJi8HAQsotJAhykcDQWrw1q2RY,43041
216
+ bpy/ops/image/__init__.pyi,sha256=f98FkuV57qku9e9kFE3y4-Irbzj3dy09M9r9_55YuVU,47585
217
+ bpy/ops/import_anim/__init__.pyi,sha256=gAeNJjYCUhs1Yaz04_umCWvScIO1Nh60lKS7Z_bZ7bY,3055
218
+ bpy/ops/import_curve/__init__.pyi,sha256=KZhY3-seG5yt9Jys4Q_4Y4eckIHNCgbOfP7S_IUME0U,702
219
+ bpy/ops/import_scene/__init__.pyi,sha256=2f-ir3P-zHdrloadlJd-72THgjD8mqTad5TgtA7w42s,9789
220
+ bpy/ops/info/__init__.pyi,sha256=znCoJEPHKdnDqm3fEozktzpR_K27uVfRPfTpgXwpLDM,4248
221
+ bpy/ops/lattice/__init__.pyi,sha256=emt0mL_xyIBTq7MwGSPSM9Zxh0MbDX9t7gs9FSme_Nc,4689
222
+ bpy/ops/marker/__init__.pyi,sha256=fBuZdAuuOVcWLwqT6ErLDlC7fppayEC21h4LunfBktc,7315
223
+ bpy/ops/mask/__init__.pyi,sha256=a0qWC0oVukt52ItiiE84wUtOV_vBw_8X_ShAEUd98Es,22543
224
+ bpy/ops/material/__init__.pyi,sha256=d5CJ-dGhtOY3Pu4Cdk9An_P3ISEXdpfq2-pVNg3kfZ4,1211
225
+ bpy/ops/mball/__init__.pyi,sha256=HK3lo8UlaS7s4AJs3HmTrgR2ZPu834qaknfLasWXB2g,5285
226
+ bpy/ops/mesh/__init__.pyi,sha256=5sVI9hQ2slcSy133FMSQCnkilpbGmhFNGUh21RU8xGE,152696
227
+ bpy/ops/nla/__init__.pyi,sha256=jlKUcNPIfjBfgt8mtZK-XqAmGtFRTXn4JHdEaxP8oOM,24733
228
+ bpy/ops/node/__init__.pyi,sha256=TyfVo6LvAadDjx2_IefgI4hA2tDW700hOK8CMhhPGjA,63362
229
+ bpy/ops/object/__init__.pyi,sha256=_ryTJFNQIkl9FQPXDcMS6ih9q7j5PoSyBY3QKWPbmcg,204318
230
+ bpy/ops/outliner/__init__.pyi,sha256=-To8KzGjfValf3RnvnBmaSiGcB7mtk5Ic55sCmqBGQg,37472
231
+ bpy/ops/paint/__init__.pyi,sha256=dYGh2r1AOPcSCkzG_G7Pzfr1K9Zrlvy7O4MZt1Yz6eo,42658
232
+ bpy/ops/paintcurve/__init__.pyi,sha256=6PFeaRc7qVUXpG9jwgK2INWkYNt-WXwlDhPC5QO2suA,4330
233
+ bpy/ops/palette/__init__.pyi,sha256=ixX8_rPfE_0W1GDlIUTsVPKJdMH6R9kuk14JqtkO9qQ,3171
234
+ bpy/ops/particle/__init__.pyi,sha256=-gZYcu5HneRhk4EnVcdzSOzd3w10m4VvzbloS8Iuyb0,19219
235
+ bpy/ops/pose/__init__.pyi,sha256=EJj71nIWN82NUojhzVEveS29P6V0ofDqiOg7p-zTTm4,28530
236
+ bpy/ops/poselib/__init__.pyi,sha256=3Itl6dtskpaB94sqaJ51tsEZQhpMKnSaYaJWMbeysMU,5502
237
+ bpy/ops/preferences/__init__.pyi,sha256=jdUknu1l0tGskbkUPGc8SEO_zKBcINZ5AWrQzQlY2Oo,27437
238
+ bpy/ops/ptcache/__init__.pyi,sha256=C2Sn2N2uSuUDf5JTkePsX55AsA49fmNjH5eRr2n8vKk,2909
239
+ bpy/ops/render/__init__.pyi,sha256=tOqUZx3F4_owN61AThB2ajpL29mUEEXwSjkf2hffL5U,9333
240
+ bpy/ops/rigidbody/__init__.pyi,sha256=A-y6ooJ0RtZOTO7M_p632V98F2wR4NcftQy2KNskt_8,8159
241
+ bpy/ops/scene/__init__.pyi,sha256=F9eJCZVYi_QN8unwgKW0FxyXNhKtJKgbeKv3HwlHp2U,20579
242
+ bpy/ops/screen/__init__.pyi,sha256=goWV8C-CTJPGMm4UMoyaqkGSX4Z-jMHmi7FtpQYOZi0,26898
243
+ bpy/ops/script/__init__.pyi,sha256=icfyDO-Im0aqc_AgMaNinRrhqudXvuYr1M8Xzktkdxc,1548
244
+ bpy/ops/sculpt/__init__.pyi,sha256=-u6xH8igQH1gDrNCwKiaKYssYAxPfSlmW2rFPmQKtx0,42008
245
+ bpy/ops/sculpt_curves/__init__.pyi,sha256=RrUK3H6zTcPoAuavJpCH0HDL7_WZDWDTG08HffRDNRw,3260
246
+ bpy/ops/sequencer/__init__.pyi,sha256=XgaokdKOcg1X8CDhlTKEnm75APR6wgRi3PgXP0LmMnU,86323
247
+ bpy/ops/sound/__init__.pyi,sha256=RUMO7H_csWLpbsTo8nKI1tfHQnpU68bXuZfx_cbaIig,18246
248
+ bpy/ops/spreadsheet/__init__.pyi,sha256=lh_OyhnVKAFc4a3b0RDrn7iR15thg6WAHx9UhG9AaFQ,2064
249
+ bpy/ops/surface/__init__.pyi,sha256=3W0nf0YDk-_kpEDVjXLGtFnDH7DI3oKuFeu-n24KJfs,9298
250
+ bpy/ops/text/__init__.pyi,sha256=NP7O_NazQNPGQMgMu2Jmnwlfb10l4XVnx989gJ-ZCA4,27472
251
+ bpy/ops/text_editor/__init__.pyi,sha256=fuVNCIALbSVb_4Uj6uTlv_Gg0TzdESJlTccP3vd2CZY,878
252
+ bpy/ops/texture/__init__.pyi,sha256=P9o34MsIBrXm0VrpC1wHuBzlJcB7P2bAgJG_G7-PxNM,1701
253
+ bpy/ops/transform/__init__.pyi,sha256=4xyBP6FXo741c2_sFe1jna6aDxm8fv6QlWhH5NTmGRk,61490
254
+ bpy/ops/ui/__init__.pyi,sha256=9FI1ts6hCdlVDVHlt7Pq1Sn2YivbG34Fxhk7UCNKKYw,17105
255
+ bpy/ops/uilist/__init__.pyi,sha256=PRJNfDqcznrH7ejRXa3AfDd-5ltEYtbJ9lw6L4kjfHI,2210
256
+ bpy/ops/uv/__init__.pyi,sha256=AM-eFcVhg01IXdA3srxzRA_zEi38DMe2buaTrJgi260,50085
257
+ bpy/ops/view2d/__init__.pyi,sha256=b6DrLDWo0N7sF661b3RdahXq84xzh9ssRBmFZe5PgQA,9711
258
+ bpy/ops/view3d/__init__.pyi,sha256=sJcVG81PD5nnxohcV_lVTq7BpF5b74LtevhsxIh6FOo,41418
259
+ bpy/ops/wm/__init__.pyi,sha256=7AciDlIhTMxIKTZXqKtORnqb7Z4wB86_sQrD-LUlJhQ,233272
260
+ bpy/ops/workspace/__init__.pyi,sha256=ZdlM-yuXXHk8fsHgmX_Wk6KN-vtJmCEd3t06LYsS1ng,3238
261
+ bpy/ops/world/__init__.pyi,sha256=JNUD6ZzGZd5vWD5U3VX1R46uwq9VYw5WD_VxCVrKUww,858
262
+ bpy/path/__init__.pyi,sha256=LCHUTB-0jvDzdRHbvzfiYvZjqwRYya2M2xTmjGlLXbs,11426
263
+ bpy/props/__init__.pyi,sha256=hqxyQxnlC2uDTBVpdy1aSc5_wQKwpt80sRPu_tVnYSA,28708
264
+ bpy/types/__init__.pyi,sha256=auDUsrmmrZfFAfA5I0nT2JNVyZzrndh5D_2INlOYEK0,5243685
265
+ bpy/utils/__init__.pyi,sha256=nK_5zuN-11zu01J6jF-LJ_kIwZMVJO_3TcgFZKwocyY,17845
266
+ bpy/utils/previews/__init__.pyi,sha256=2CKx0bp8qzb40sZajLvQzaC3AVvrLvlZg3ecqlifBc8,4184
267
+ bpy/utils/units/__init__.pyi,sha256=JdKUUlwObTDqpz1_WKwTZeG7mPdBrI-m64ouj7tKxzM,2584
268
+ bpy_extras/__init__.pyi,sha256=jRe6HRLx7uuyhpEkf1q2Ofk2ar0tIIA6qPiFsaKLu3k,791
269
+ bpy_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
270
+ bpy_extras/anim_utils/__init__.pyi,sha256=7igZz2CFHsUli_BKurnYQ2x2Y1WsIZbJIIASSrspbz8,5939
271
+ bpy_extras/asset_utils/__init__.pyi,sha256=ad36UlYo3ci1d3B-19vrKgBUjW0MCV7PMgQ_DknEvew,884
272
+ bpy_extras/bmesh_utils/__init__.pyi,sha256=HzYZL4CjBGF9WhuoQtfGO6XfTA0sBBkOBJzQ3p1KRqo,462
273
+ bpy_extras/extensions/__init__.pyi,sha256=eW6-ZsK_9GjQlSKx3zQazawIFA26aK_gGKgXDDZTuyU,89
274
+ bpy_extras/extensions/junction_module/__init__.pyi,sha256=amwR5aHWqRLrr_xH_d0Ecm_wB-8pbEnQ738xwx-cnRg,1013
275
+ bpy_extras/id_map_utils/__init__.pyi,sha256=81jkO1SoGEGq7wNd9xqR_qC-YPJSQ38QeddE5QgS_U4,734
276
+ bpy_extras/image_utils/__init__.pyi,sha256=oxCoUkQM65cph14M2_JI7MoSLvil84uzlgamFpPrhUY,4054
277
+ bpy_extras/io_utils/__init__.pyi,sha256=BZPRytX02qN0Rj-zZkrTVaZuPpGmaJo7e4D7HnpofNI,9718
278
+ bpy_extras/keyconfig_utils/__init__.pyi,sha256=h0q5F32ZPUKFTsRgEeGaMv343Nb33odVjVSSftXS7Uw,692
279
+ bpy_extras/mesh_utils/__init__.pyi,sha256=ILm95HQfMNdkQ7O40AfC52x0Pnk1qUX9t_HL5wFo4HI,5148
280
+ bpy_extras/node_shader_utils/__init__.pyi,sha256=PRWBCdRqc84P-MCnXutagkBRsscxTzKNOWVqh64ThMs,6013
281
+ bpy_extras/node_utils/__init__.pyi,sha256=Pk1t8i_pLz-qVHUe1ABCefpx8FbAHFGKBsoVU8Xh0_c,682
282
+ bpy_extras/object_utils/__init__.pyi,sha256=I1pZMHbtFe3N6LD7iEE4yEoKNdPRrwbkOypyf3ta5co,6377
283
+ bpy_extras/view3d_utils/__init__.pyi,sha256=6KiW8HhHdw9WlbIkD5qd5mP-zMWBTdgBABR5SpvDRPA,6783
284
+ bpy_extras/wm_utils/__init__.pyi,sha256=uBAgB3UhPLvn0ZTPW19X64YX29SorkI1sf7my8gTMaU,89
285
+ bpy_extras/wm_utils/progress_report/__init__.pyi,sha256=CU23hTotVqrYWvdSHtC4KHA4UncvOtOXMg94GQO11dU,1801
286
+ bpy_restrict_state/__init__.pyi,sha256=QisUFozrVXz4IWBYghjEDr-tySRARZ6kmf8EJ5W0wLI,236
287
+ bpy_restrict_state/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
288
+ bpy_types/__init__.pyi,sha256=yqgdwNfJrcR4b4eYP0rWWxWrKOt1is1TZZ4P1a9mV7o,173208
289
+ bpy_types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
290
+ console_python/__init__.pyi,sha256=6M4etQPmsX9ftx3ss87Ir_OPNLLM3PMF5YnK0iszzmk,633
291
+ console_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
292
+ console_shell/__init__.pyi,sha256=wcxnYLWMfCc5lWrWGZqYj8AnOuv3hl7x5tT57oSGdtc,226
293
+ console_shell/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
294
+ freestyle/__init__.pyi,sha256=L1GXm7a_0C6-tq3hOWFZTMNVepr6HCaD0iWuMty-Qbw,636
295
+ freestyle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
296
+ freestyle/chainingiterators/__init__.pyi,sha256=kqVBLSQmRwxvNbzafENU2-LjgyQ7b2qh9qRtkErL04w,10839
297
+ freestyle/functions/__init__.pyi,sha256=cJ6zHRo9I6p_Vw6Gi6GEcdztlUkQ5zpP6jfaEJKOV8c,49204
298
+ freestyle/predicates/__init__.pyi,sha256=v8DdLc4rR_PXGBntnHAeahR6AE8HV6NlcDDFQBN4nS0,13748
299
+ freestyle/shaders/__init__.pyi,sha256=Cpd9jPZHjuaVhU77CRFYEDHy94vjZLTidjLbM3L-GKI,24714
300
+ freestyle/types/__init__.pyi,sha256=t-rq4lcXmoZTegzq60rsv5frvDJdlL9FWfvWIqsZxnc,100904
301
+ freestyle/utils/__init__.pyi,sha256=OlLc7juHsGU9eCrphDiPs_w8fUVjjYUTc5KxYrkuqj0,5301
302
+ freestyle/utils/ContextFunctions/__init__.pyi,sha256=gQon_Xn2j6FNaCOuoH1-X1DvKB8Shiq_5ABzZgSbhU0,3483
303
+ gpu/__init__.pyi,sha256=atemGkManVH5xfnQVd6p3uuOxK9BZ5poHzjULjKYBmc,7885
304
+ gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
305
+ gpu/capabilities/__init__.pyi,sha256=iFcnWtuOABssiepS2uwpSGM64G-fuLUIpn8ryZVEOT4,3887
306
+ gpu/matrix/__init__.pyi,sha256=teAdU5THCvjUh34nn9dzEhCwMUno4LbwvW7C-ay62q0,2452
307
+ gpu/platform/__init__.pyi,sha256=1ycbgPqiGH5JZdi7kxM4LYhyLABr6Ks2d5Cp_i59lDA,845
308
+ gpu/select/__init__.pyi,sha256=iP03e_vBZHR2DW7VZd26VUChackTRCwLMDHJ-9zU0xE,213
309
+ gpu/shader/__init__.pyi,sha256=OZtyQzdb6bfT-EESK6Vut4diQ9Ua4PdSZFLogUF05l0,2031
310
+ gpu/state/__init__.pyi,sha256=cJBy-kC6bB8ayqk1DnLg4hH9MhWwTAacPa5HkjrOH7g,4463
311
+ gpu/texture/__init__.pyi,sha256=VGpcPY4DrGapZr7PvEGFJmuWpZDi6H2SezJVG9wtKRI,647
312
+ gpu/types/__init__.pyi,sha256=WGw8xFVIxRWRxDMyw7lsj_vTUtBvDd_qE-fRBKS73sc,27269
313
+ gpu_extras/__init__.pyi,sha256=DiukKgkimHp3wI9nJLQm7lq4_Kz9yWOv-WfSw0juShw,190
314
+ gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
315
+ gpu_extras/batch/__init__.pyi,sha256=pSjXxvXYqHZRmXRsWyHHcnzRYJjIAHewvQZywDT26rA,664
316
+ gpu_extras/presets/__init__.pyi,sha256=XgZMQrFZNaIA4AzcLx0YQZf3KlTQeip-g8wkAIfPOwQ,1402
317
+ graphviz_export/__init__.pyi,sha256=it9fk6SVOMWO0rHTfMGR9UIWBDboqN10ZcBmDJLBUSA,212
318
+ graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
319
+ idprop/__init__.pyi,sha256=ZCmgF0aMyU_mrjTHCvv5iIj1SGLN55tGsakoZFpJrDU,79
320
+ idprop/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
321
+ idprop/types/__init__.pyi,sha256=EypJHTdgOUSbh84a5Hn47P3Q6fA06Fk3vuPgtGGvh-o,1778
322
+ imbuf/__init__.pyi,sha256=O2lA6DUIw0xQNW8KhR53dCT6zo8zJ1TwBU0f8-mBUwY,1073
323
+ imbuf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
324
+ imbuf/types/__init__.pyi,sha256=TooICUjPn14TeTSFBZEqEHbbSseBC0294fggJkbDWyk,1229
325
+ keyingsets_builtins/__init__.pyi,sha256=QQf0m_UgHW2_hciNrPmFP8ZLiU33FNwEVlsuLibKxl4,122247
326
+ keyingsets_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
327
+ keyingsets_utils/__init__.pyi,sha256=VMCmh5MDm22gtnAbWccdIvv154NNvseGQKJqKfLDFEo,767
328
+ keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
329
+ mathutils/__init__.pyi,sha256=cRpCTOUENCzgEJtPwpq00oDhRjIs6mUuJUv-S_XaRBo,73015
330
+ mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
331
+ mathutils/bvhtree/__init__.pyi,sha256=1jrRnzX9kJ86U-N9eHCczCN6kJAqaRHlBtqSi4CJfXU,4279
332
+ mathutils/geometry/__init__.pyi,sha256=o4XFDN_jSGQ5T_XKYhUVpbBTqUSn8jw94Dm9OAPmnHU,19992
333
+ mathutils/interpolate/__init__.pyi,sha256=CvBzpVTIf1rwilMUmdREPUSD5aCKxFEId_SwlpJAGCg,307
334
+ mathutils/kdtree/__init__.pyi,sha256=_UL-5BwRtnqWsqwPuxpx8LARQNb-ZbEY3sGT270F5yg,2120
335
+ mathutils/noise/__init__.pyi,sha256=SVVFZzvVf8Vq6a-4jUeg60UDWSntkfSrAa16uzRKx_4,12542
336
+ nodeitems_builtins/__init__.pyi,sha256=HRQTW7Bdjge_XuFse9-AI8PBWAimz41_vvfpQ5TeD44,745
337
+ nodeitems_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
338
+ nodeitems_utils/__init__.pyi,sha256=4SXks97Q2AyRYEZXy4wtpFhPXAx4TK63Q7BaDtI0bAQ,704
339
+ nodeitems_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
340
+ rna_info/__init__.pyi,sha256=rd6N-94HzmPt2lfbWbR1WYymYZ4QZ2G-6d_hHhhzPYg,3160
341
+ rna_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
342
+ rna_keymap_ui/__init__.pyi,sha256=tmCJlrwUkoK-NPO1j1U7KW024sbG1ObJW1FFNltXCHA,410
343
+ rna_keymap_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
344
+ rna_prop_ui/__init__.pyi,sha256=n3Bge4-JdNWGvNQ5lwCBlnn6gKuvXzaKfmM4fK9JeHI,1285
345
+ rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
346
+ rna_xml/__init__.pyi,sha256=ryDhBqG31pOf4FYwnXhiu4XigbLOEDkf-V1-QKBIUKU,531
347
+ rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
348
+ sys_info/__init__.pyi,sha256=8dAUaATaRsjhkMMCN8lWAlnEo_Z0qzeYMjashL-525k,93
349
+ sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
350
+ fake_bpy_module-20240518.dist-info/METADATA,sha256=3BwMj4FYY555U2_y2v45exlX4AhIuI7lhJgnqqQg6TQ,7109
351
+ fake_bpy_module-20240518.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
352
+ fake_bpy_module-20240518.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
353
+ fake_bpy_module-20240518.dist-info/RECORD,,
@@ -32,7 +32,7 @@ class ChainPredicateIterator:
32
32
  bpred: freestyle.types.BinaryPredicate1D,
33
33
  restrict_to_selection: bool = True,
34
34
  restrict_to_unvisited: bool = True,
35
- begin: typing.Optional[freestyle.types.ViewEdge] = None,
35
+ begin: freestyle.types.ViewEdge | None = None,
36
36
  orientation: bool = True,
37
37
  ):
38
38
  """Builds a ChainPredicateIterator from a unary predicate, a binary
@@ -50,7 +50,7 @@ class ChainPredicateIterator:
50
50
  already been chained must be ignored ot not.
51
51
  :type restrict_to_unvisited: bool
52
52
  :param begin: The ViewEdge from where to start the iteration.
53
- :type begin: typing.Optional[freestyle.types.ViewEdge]
53
+ :type begin: freestyle.types.ViewEdge | None
54
54
  :param orientation: If true, we'll look for the next ViewEdge among
55
55
  the ViewEdges that surround the ending ViewVertex of begin. If
56
56
  false, we'll search over the ViewEdges surrounding the ending
@@ -83,7 +83,7 @@ class ChainSilhouetteIterator:
83
83
  def __init__(
84
84
  self,
85
85
  restrict_to_selection: bool = True,
86
- begin: typing.Optional[freestyle.types.ViewEdge] = None,
86
+ begin: freestyle.types.ViewEdge | None = None,
87
87
  orientation: bool = True,
88
88
  ):
89
89
  """Builds a ChainSilhouetteIterator from the first ViewEdge used for
@@ -93,7 +93,7 @@ class ChainSilhouetteIterator:
93
93
  to stay within the set of selected ViewEdges or not.
94
94
  :type restrict_to_selection: bool
95
95
  :param begin: The ViewEdge from where to start the iteration.
96
- :type begin: typing.Optional[freestyle.types.ViewEdge]
96
+ :type begin: freestyle.types.ViewEdge | None
97
97
  :param orientation: If true, we'll look for the next ViewEdge among
98
98
  the ViewEdges that surround the ending ViewVertex of begin. If
99
99
  false, we'll search over the ViewEdges surrounding the ending
@@ -128,10 +128,7 @@ class pyChainSilhouetteGenericIterator:
128
128
  """
129
129
  ...
130
130
 
131
- def init(self):
132
- """ """
133
- ...
134
-
131
+ def init(self): ...
135
132
  def traverse(self, iter):
136
133
  """
137
134
 
@@ -146,10 +143,7 @@ class pyChainSilhouetteIterator:
146
143
  types. A ViewEdge is only chained once.
147
144
  """
148
145
 
149
- def init(self):
150
- """ """
151
- ...
152
-
146
+ def init(self): ...
153
147
  def traverse(self, iter):
154
148
  """
155
149
 
@@ -168,10 +162,7 @@ class pyExternalContourChainingIterator:
168
162
  """
169
163
  ...
170
164
 
171
- def init(self):
172
- """ """
173
- ...
174
-
165
+ def init(self): ...
175
166
  def traverse(self, iter):
176
167
  """
177
168
 
@@ -195,10 +186,7 @@ class pyFillOcclusionsAbsoluteAndRelativeChainingIterator:
195
186
  """
196
187
  ...
197
188
 
198
- def init(self):
199
- """ """
200
- ...
201
-
189
+ def init(self): ...
202
190
  def traverse(self, iter):
203
191
  """
204
192
 
@@ -217,10 +205,7 @@ class pyFillOcclusionsAbsoluteChainingIterator:
217
205
  """
218
206
  ...
219
207
 
220
- def init(self):
221
- """ """
222
- ...
223
-
208
+ def init(self): ...
224
209
  def traverse(self, iter):
225
210
  """
226
211
 
@@ -240,10 +225,7 @@ class pyFillOcclusionsRelativeChainingIterator:
240
225
  """
241
226
  ...
242
227
 
243
- def init(self):
244
- """ """
245
- ...
246
-
228
+ def init(self): ...
247
229
  def traverse(self, iter):
248
230
  """
249
231
 
@@ -267,10 +249,7 @@ class pyFillQi0AbsoluteAndRelativeChainingIterator:
267
249
  """
268
250
  ...
269
251
 
270
- def init(self):
271
- """ """
272
- ...
273
-
252
+ def init(self): ...
274
253
  def traverse(self, iter):
275
254
  """
276
255
 
@@ -293,10 +272,7 @@ class pyNoIdChainSilhouetteIterator:
293
272
  """
294
273
  ...
295
274
 
296
- def init(self):
297
- """ """
298
- ...
299
-
275
+ def init(self): ...
300
276
  def traverse(self, iter):
301
277
  """
302
278
 
@@ -319,10 +295,7 @@ class pySketchyChainSilhouetteIterator:
319
295
  """
320
296
  ...
321
297
 
322
- def init(self):
323
- """ """
324
- ...
325
-
298
+ def init(self): ...
326
299
  def make_sketchy(self, ve):
327
300
  """Creates the sketchy effect by causing the chain to run from
328
301
  the start again. (loop over itself again)
@@ -344,10 +317,7 @@ class pySketchyChainingIterator:
344
317
  ViewEdge.
345
318
  """
346
319
 
347
- def init(self):
348
- """ """
349
- ...
350
-
320
+ def init(self): ...
351
321
  def traverse(self, iter):
352
322
  """
353
323