fake-bge-module 20250312__py3-none-any.whl → 20260203__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.
Files changed (395) hide show
  1. {animsys_refactor → _animsys_refactor}/__init__.pyi +7 -6
  2. {bl_console_utils → _bl_console_utils}/__init__.pyi +1 -0
  3. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +1 -0
  4. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +1 -13
  5. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +1 -5
  6. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +3 -13
  7. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +1 -10
  8. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +2 -0
  9. _bl_i18n_utils/bl_extract_messages/__init__.pyi +28 -0
  10. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +2 -1
  11. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +10 -7
  12. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +53 -50
  13. _bl_i18n_utils/utils_cli/__init__.pyi +11 -0
  14. _bl_i18n_utils/utils_languages_menu/__init__.pyi +6 -0
  15. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +3 -2
  16. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  17. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +1 -0
  18. _bl_previews_utils/bl_previews_render/__init__.pyi +14 -0
  19. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +1 -0
  20. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +3 -2
  21. {bl_text_utils → _bl_text_utils}/__init__.pyi +1 -0
  22. _bl_text_utils/external_editor/__init__.pyi +6 -0
  23. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  24. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +2 -1
  25. _blendfile_header/__init__.pyi +48 -0
  26. _bpy_internal/__init__.pyi +5 -1
  27. _bpy_internal/addons/__init__.pyi +1 -0
  28. _bpy_internal/addons/cli/__init__.pyi +2 -1
  29. _bpy_internal/assets/__init__.pyi +5 -0
  30. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  31. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  32. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  33. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  34. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  35. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  36. _bpy_internal/extensions/__init__.pyi +1 -0
  37. _bpy_internal/extensions/junction_module/__init__.pyi +8 -7
  38. _bpy_internal/extensions/stale_file_manager/__init__.pyi +9 -8
  39. _bpy_internal/extensions/wheel_manager/__init__.pyi +6 -5
  40. {bl_i18n_utils/utils_languages_menu → _bpy_internal/filesystem}/__init__.pyi +2 -2
  41. _bpy_internal/filesystem/locking/__init__.pyi +28 -0
  42. _bpy_internal/grease_pencil/__init__.pyi +1 -0
  43. _bpy_internal/grease_pencil/stroke/__init__.pyi +22 -6
  44. _bpy_internal/platform/__init__.pyi +5 -0
  45. _bpy_internal/platform/freedesktop/__init__.pyi +21 -0
  46. _bpy_internal/system_info/__init__.pyi +1 -0
  47. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -1
  48. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -1
  49. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +3 -2
  50. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +1 -0
  51. _bpy_types/__init__.pyi +1635 -0
  52. {console_python → _console_python}/__init__.pyi +8 -7
  53. _console_shell/__init__.pyi +10 -0
  54. {graphviz_export → _graphviz_export}/__init__.pyi +3 -2
  55. _keyingsets_utils/__init__.pyi +21 -0
  56. {rna_info → _rna_info}/__init__.pyi +32 -27
  57. {rna_xml → _rna_xml}/__init__.pyi +7 -6
  58. addon_utils/__init__.pyi +13 -25
  59. aud/__init__.pyi +133 -155
  60. bge/__init__.pyi +1 -0
  61. bge/app/__init__.pyi +1 -0
  62. bge/constraints/__init__.pyi +22 -51
  63. bge/types/__init__.pyi +618 -1913
  64. bge_extras/__init__.pyi +1 -0
  65. bge_extras/logger/__init__.pyi +4 -3
  66. bgui/__init__.pyi +1 -0
  67. bgui/frame/__init__.pyi +1 -0
  68. bgui/frame_button/__init__.pyi +1 -0
  69. bgui/image/__init__.pyi +1 -1
  70. bgui/image_button/__init__.pyi +1 -0
  71. bgui/label/__init__.pyi +1 -0
  72. bgui/list_box/__init__.pyi +1 -1
  73. bgui/progress_bar/__init__.pyi +2 -1
  74. bgui/system/__init__.pyi +3 -5
  75. bgui/text_block/__init__.pyi +1 -0
  76. bgui/text_input/__init__.pyi +9 -8
  77. bgui/theme/__init__.pyi +4 -3
  78. bgui/widget/__init__.pyi +5 -4
  79. bl_app_override/__init__.pyi +4 -3
  80. bl_app_override/helpers/__init__.pyi +3 -2
  81. bl_app_template_utils/__init__.pyi +5 -4
  82. bl_app_templates_system/Game_Engine/__init__.pyi +5 -4
  83. bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
  84. bl_app_templates_system/__init__.pyi +2 -0
  85. bl_keymap_utils/__init__.pyi +1 -0
  86. bl_keymap_utils/io/__init__.pyi +10 -9
  87. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  88. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -1
  89. bl_keymap_utils/platform_helpers/__init__.pyi +3 -2
  90. bl_keymap_utils/versioning/__init__.pyi +2 -1
  91. bl_math/__init__.pyi +4 -13
  92. bl_operators/__init__.pyi +4 -2
  93. bl_operators/add_mesh_torus/__init__.pyi +9 -9
  94. bl_operators/anim/__init__.pyi +90 -62
  95. bl_operators/assets/__init__.pyi +14 -18
  96. bl_operators/bmesh/__init__.pyi +1 -0
  97. bl_operators/bmesh/find_adjacent/__init__.pyi +12 -9
  98. bl_operators/bone_selection_sets/__init__.pyi +34 -60
  99. bl_operators/clip/__init__.pyi +39 -57
  100. bl_operators/connect_to_output/__init__.pyi +20 -18
  101. bl_operators/console/__init__.pyi +17 -25
  102. bl_operators/constraint/__init__.pyi +15 -21
  103. bl_operators/copy_global_transform/__init__.pyi +261 -0
  104. bl_operators/file/__init__.pyi +13 -17
  105. bl_operators/freestyle/__init__.pyi +15 -21
  106. bl_operators/geometry_nodes/__init__.pyi +30 -36
  107. bl_operators/grease_pencil/__init__.pyi +5 -5
  108. bl_operators/image/__init__.pyi +14 -22
  109. bl_operators/image_as_planes/__init__.pyi +36 -42
  110. bl_operators/mesh/__init__.pyi +8 -53
  111. bl_operators/node/__init__.pyi +375 -92
  112. bl_operators/node_editor/__init__.pyi +1 -0
  113. bl_operators/node_editor/node_functions/__init__.pyi +10 -9
  114. bl_operators/object/__init__.pyi +57 -98
  115. bl_operators/object_align/__init__.pyi +8 -8
  116. bl_operators/object_quick_effects/__init__.pyi +15 -21
  117. bl_operators/object_randomize_transform/__init__.pyi +6 -6
  118. bl_operators/presets/__init__.pyi +46 -94
  119. bl_operators/rigidbody/__init__.pyi +12 -16
  120. bl_operators/screen_play_rendered_anim/__init__.pyi +5 -5
  121. bl_operators/sequencer/__init__.pyi +40 -54
  122. bl_operators/spreadsheet/__init__.pyi +7 -7
  123. bl_operators/userpref/__init__.pyi +69 -117
  124. bl_operators/uvcalc_follow_active/__init__.pyi +8 -8
  125. bl_operators/uvcalc_lightmap/__init__.pyi +12 -12
  126. bl_operators/uvcalc_transform/__init__.pyi +39 -28
  127. bl_operators/vertexpaint_dirt/__init__.pyi +7 -7
  128. bl_operators/view3d/__init__.pyi +31 -43
  129. bl_operators/wm/__init__.pyi +139 -231
  130. bl_operators/world/__init__.pyi +6 -6
  131. bl_ui/__init__.pyi +18 -17
  132. bl_ui/anim/__init__.pyi +5 -5
  133. bl_ui/asset_shelf/__init__.pyi +5 -5
  134. bl_ui/generic_ui_list/__init__.pyi +12 -26
  135. bl_ui/node_add_menu/__init__.pyi +281 -12
  136. bl_ui/node_add_menu_compositor/__init__.pyi +135 -91
  137. bl_ui/node_add_menu_geometry/__init__.pyi +407 -263
  138. bl_ui/node_add_menu_shader/__init__.pyi +67 -67
  139. bl_ui/node_add_menu_texture/__init__.pyi +25 -69
  140. bl_ui/properties_animviz/__init__.pyi +3 -2
  141. bl_ui/properties_collection/__init__.pyi +20 -30
  142. bl_ui/properties_constraint/__init__.pyi +228 -450
  143. bl_ui/properties_data_armature/__init__.pyi +45 -79
  144. bl_ui/properties_data_bone/__init__.pyi +33 -51
  145. bl_ui/properties_data_camera/__init__.pyi +43 -75
  146. bl_ui/properties_data_curve/__init__.pyi +42 -101
  147. bl_ui/properties_data_curves/__init__.pyi +21 -35
  148. bl_ui/properties_data_empty/__init__.pyi +8 -10
  149. bl_ui/properties_data_grease_pencil/__init__.pyi +49 -87
  150. bl_ui/properties_data_lattice/__init__.pyi +12 -18
  151. bl_ui/properties_data_light/__init__.pyi +28 -46
  152. bl_ui/properties_data_lightprobe/__init__.pyi +35 -61
  153. bl_ui/properties_data_mesh/__init__.pyi +73 -120
  154. bl_ui/properties_data_metaball/__init__.pyi +16 -26
  155. bl_ui/properties_data_modifier/__init__.pyi +34 -39
  156. bl_ui/properties_data_pointcloud/__init__.pyi +17 -27
  157. bl_ui/properties_data_shaderfx/__init__.pyi +4 -4
  158. bl_ui/properties_data_speaker/__init__.pyi +15 -25
  159. bl_ui/properties_data_volume/__init__.pyi +22 -38
  160. bl_ui/properties_freestyle/__init__.pyi +79 -127
  161. bl_ui/properties_game/__init__.pyi +88 -84
  162. bl_ui/properties_grease_pencil_common/__init__.pyi +33 -190
  163. bl_ui/properties_mask_common/__init__.pyi +33 -45
  164. bl_ui/properties_material/__init__.pyi +52 -111
  165. bl_ui/properties_material_gpencil/__init__.pyi +48 -68
  166. bl_ui/properties_object/__init__.pyi +123 -93
  167. bl_ui/properties_output/__init__.pyi +103 -81
  168. bl_ui/properties_paint_common/__init__.pyi +78 -59
  169. bl_ui/properties_particle/__init__.pyi +160 -262
  170. bl_ui/properties_physics_cloth/__init__.pyi +36 -62
  171. bl_ui/properties_physics_common/__init__.pyi +11 -11
  172. bl_ui/properties_physics_dynamicpaint/__init__.pyi +81 -123
  173. bl_ui/properties_physics_field/__init__.pyi +35 -53
  174. bl_ui/properties_physics_fluid/__init__.pyi +106 -160
  175. bl_ui/properties_physics_geometry_nodes/__init__.pyi +6 -6
  176. bl_ui/properties_physics_rigidbody/__init__.pyi +28 -42
  177. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +44 -68
  178. bl_ui/properties_physics_softbody/__init__.pyi +38 -66
  179. bl_ui/properties_render/__init__.pyi +267 -259
  180. bl_ui/properties_scene/__init__.pyi +69 -72
  181. bl_ui/properties_strip/__init__.pyi +744 -0
  182. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  183. bl_ui/properties_texture/__init__.pyi +69 -122
  184. bl_ui/properties_view_layer/__init__.pyi +97 -51
  185. bl_ui/properties_workspace/__init__.pyi +12 -18
  186. bl_ui/properties_world/__init__.pyi +33 -53
  187. bl_ui/space_clip/__init__.pyi +231 -311
  188. bl_ui/space_console/__init__.pyi +14 -24
  189. bl_ui/space_dopesheet/__init__.pyi +193 -125
  190. bl_ui/space_filebrowser/__init__.pyi +107 -131
  191. bl_ui/space_graph/__init__.pyi +93 -80
  192. bl_ui/space_image/__init__.pyi +207 -291
  193. bl_ui/space_info/__init__.pyi +14 -24
  194. bl_ui/space_logic/__init__.pyi +14 -22
  195. bl_ui/space_nla/__init__.pyi +63 -69
  196. bl_ui/space_node/__init__.pyi +215 -154
  197. bl_ui/space_outliner/__init__.pyi +65 -61
  198. bl_ui/space_properties/__init__.pyi +41 -16
  199. bl_ui/space_sequencer/__init__.pyi +276 -979
  200. bl_ui/space_spreadsheet/__init__.pyi +27 -23
  201. bl_ui/space_statusbar/__init__.pyi +4 -4
  202. bl_ui/space_text/__init__.pyi +39 -73
  203. bl_ui/space_time/__init__.pyi +33 -78
  204. bl_ui/space_toolsystem_common/__init__.pyi +31 -28
  205. bl_ui/space_toolsystem_toolbar/__init__.pyi +67 -43
  206. bl_ui/space_topbar/__init__.pyi +68 -111
  207. bl_ui/space_userpref/__init__.pyi +310 -445
  208. bl_ui/space_view3d/__init__.pyi +667 -1122
  209. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  210. bl_ui/space_view3d_toolbar/__init__.pyi +237 -966
  211. bl_ui/utils/__init__.pyi +4 -3
  212. blend_render_info/__init__.pyi +4 -2
  213. blf/__init__.pyi +92 -59
  214. bmesh/__init__.pyi +4 -10
  215. bmesh/geometry/__init__.pyi +2 -4
  216. bmesh/ops/__init__.pyi +442 -815
  217. bmesh/types/__init__.pyi +377 -720
  218. bmesh/utils/__init__.pyi +20 -45
  219. bpy/__init__.pyi +2 -1
  220. bpy/app/__init__.pyi +96 -90
  221. bpy/app/handlers/__init__.pyi +24 -19
  222. bpy/app/icons/__init__.pyi +2 -7
  223. bpy/app/timers/__init__.pyi +5 -18
  224. bpy/app/translations/__init__.pyi +21 -35
  225. bpy/msgbus/__init__.pyi +20 -9
  226. bpy/ops/__init__.pyi +21 -3
  227. bpy/ops/action/__init__.pyi +121 -226
  228. bpy/ops/anim/__init__.pyi +204 -358
  229. bpy/ops/armature/__init__.pyi +129 -249
  230. bpy/ops/asset/__init__.pyi +82 -111
  231. bpy/ops/bge_bricknodes/__init__.pyi +61 -0
  232. bpy/ops/boid/__init__.pyi +44 -50
  233. bpy/ops/bricknodes/__init__.pyi +37 -0
  234. bpy/ops/brush/__init__.pyi +33 -120
  235. bpy/ops/buttons/__init__.pyi +27 -83
  236. bpy/ops/cachefile/__init__.pyi +16 -74
  237. bpy/ops/camera/__init__.pyi +3 -13
  238. bpy/ops/clip/__init__.pyi +278 -558
  239. bpy/ops/cloth/__init__.pyi +2 -6
  240. bpy/ops/collection/__init__.pyi +34 -44
  241. bpy/ops/console/__init__.pyi +70 -111
  242. bpy/ops/constraint/__init__.pyi +34 -102
  243. bpy/ops/curve/__init__.pyi +163 -315
  244. bpy/ops/curves/__init__.pyi +163 -189
  245. bpy/ops/cycles/__init__.pyi +8 -18
  246. bpy/ops/dpaint/__init__.pyi +21 -30
  247. bpy/ops/ed/__init__.pyi +59 -103
  248. bpy/ops/export_anim/__init__.pyi +4 -11
  249. bpy/ops/export_scene/__init__.pyi +29 -174
  250. bpy/ops/extensions/__init__.pyi +102 -194
  251. bpy/ops/file/__init__.pyi +166 -272
  252. bpy/ops/fluid/__init__.pyi +78 -86
  253. bpy/ops/font/__init__.pyi +73 -164
  254. bpy/ops/geometry/__init__.pyi +33 -144
  255. bpy/ops/gizmogroup/__init__.pyi +8 -14
  256. bpy/ops/gpencil/__init__.pyi +31 -58
  257. bpy/ops/graph/__init__.pyi +176 -411
  258. bpy/ops/grease_pencil/__init__.pyi +416 -639
  259. bpy/ops/image/__init__.pyi +148 -492
  260. bpy/ops/import_anim/__init__.pyi +5 -18
  261. bpy/ops/import_curve/__init__.pyi +4 -6
  262. bpy/ops/import_scene/__init__.pyi +22 -49
  263. bpy/ops/info/__init__.pyi +27 -43
  264. bpy/ops/lattice/__init__.pyi +26 -43
  265. bpy/ops/logic/__init__.pyi +49 -122
  266. bpy/ops/logic_nodes/__init__.pyi +461 -0
  267. bpy/ops/marker/__init__.pyi +24 -60
  268. bpy/ops/mask/__init__.pyi +118 -222
  269. bpy/ops/material/__init__.pyi +19 -18
  270. bpy/ops/mball/__init__.pyi +13 -39
  271. bpy/ops/mesh/__init__.pyi +409 -1264
  272. bpy/ops/nla/__init__.pyi +140 -232
  273. bpy/ops/node/__init__.pyi +1189 -807
  274. bpy/ops/object/__init__.pyi +806 -1659
  275. bpy/ops/outliner/__init__.pyi +284 -432
  276. bpy/ops/paint/__init__.pyi +189 -381
  277. bpy/ops/paintcurve/__init__.pyi +29 -44
  278. bpy/ops/palette/__init__.pyi +23 -34
  279. bpy/ops/particle/__init__.pyi +135 -201
  280. bpy/ops/pointcloud/__init__.pyi +23 -42
  281. bpy/ops/pose/__init__.pyi +195 -310
  282. bpy/ops/poselib/__init__.pyi +45 -73
  283. bpy/ops/preferences/__init__.pyi +89 -221
  284. bpy/ops/ptcache/__init__.pyi +32 -39
  285. bpy/ops/render/__init__.pyi +36 -83
  286. bpy/ops/rigidbody/__init__.pyi +47 -78
  287. bpy/ops/scene/__init__.pyi +169 -222
  288. bpy/ops/screen/__init__.pyi +146 -259
  289. bpy/ops/script/__init__.pyi +9 -15
  290. bpy/ops/sculpt/__init__.pyi +194 -354
  291. bpy/ops/sculpt_curves/__init__.pyi +21 -29
  292. bpy/ops/sequencer/__init__.pyi +586 -836
  293. bpy/ops/sound/__init__.pyi +25 -131
  294. bpy/ops/spreadsheet/__init__.pyi +34 -21
  295. bpy/ops/surface/__init__.pyi +7 -54
  296. bpy/ops/text/__init__.pyi +166 -281
  297. bpy/ops/text_editor/__init__.pyi +2 -6
  298. bpy/ops/texture/__init__.pyi +20 -22
  299. bpy/ops/transform/__init__.pyi +108 -445
  300. bpy/ops/ui/__init__.pyi +157 -219
  301. bpy/ops/uilist/__init__.pyi +4 -16
  302. bpy/ops/uv/__init__.pyi +291 -347
  303. bpy/ops/view2d/__init__.pyi +29 -88
  304. bpy/ops/view3d/__init__.pyi +238 -438
  305. bpy/ops/wm/__init__.pyi +651 -1510
  306. bpy/ops/workspace/__init__.pyi +42 -44
  307. bpy/ops/world/__init__.pyi +12 -13
  308. bpy/path/__init__.pyi +6 -37
  309. bpy/props/__init__.pyi +395 -259
  310. bpy/{_typing → stub_internal}/__init__.pyi +1 -0
  311. bpy/{_typing → stub_internal}/rna_enums/__init__.pyi +214 -114
  312. bpy/types/__init__.pyi +93286 -103826
  313. bpy/utils/__init__.pyi +46 -104
  314. bpy/utils/previews/__init__.pyi +7 -15
  315. bpy/utils/units/__init__.pyi +6 -15
  316. bpy_extras/__init__.pyi +1 -0
  317. bpy_extras/anim_utils/__init__.pyi +32 -23
  318. bpy_extras/asset_utils/__init__.pyi +1 -0
  319. bpy_extras/bmesh_utils/__init__.pyi +2 -2
  320. bpy_extras/id_map_utils/__init__.pyi +15 -6
  321. bpy_extras/image_utils/__init__.pyi +3 -11
  322. bpy_extras/io_utils/__init__.pyi +22 -38
  323. bpy_extras/keyconfig_utils/__init__.pyi +5 -4
  324. bpy_extras/mesh_utils/__init__.pyi +3 -14
  325. bpy_extras/node_shader_utils/__init__.pyi +63 -70
  326. bpy_extras/node_utils/__init__.pyi +4 -3
  327. bpy_extras/object_utils/__init__.pyi +6 -19
  328. bpy_extras/view3d_utils/__init__.pyi +1 -18
  329. bpy_extras/wm_utils/__init__.pyi +1 -0
  330. bpy_extras/wm_utils/progress_report/__init__.pyi +12 -11
  331. {fake_bge_module-20250312.dist-info → fake_bge_module-20260203.dist-info}/METADATA +9 -3
  332. fake_bge_module-20260203.dist-info/RECORD +414 -0
  333. {fake_bge_module-20250312.dist-info → fake_bge_module-20260203.dist-info}/WHEEL +1 -1
  334. {fake_bge_module-20250312.dist-info → fake_bge_module-20260203.dist-info}/top_level.txt +16 -16
  335. freestyle/__init__.pyi +1 -0
  336. freestyle/chainingiterators/__init__.pyi +41 -60
  337. freestyle/functions/__init__.pyi +56 -194
  338. freestyle/predicates/__init__.pyi +11 -61
  339. freestyle/shaders/__init__.pyi +95 -156
  340. freestyle/types/__init__.pyi +306 -941
  341. freestyle/utils/ContextFunctions/__init__.pyi +4 -24
  342. freestyle/utils/__init__.pyi +46 -36
  343. gpu/__init__.pyi +84 -5
  344. gpu/capabilities/__init__.pyi +1 -21
  345. gpu/matrix/__init__.pyi +16 -24
  346. gpu/platform/__init__.pyi +3 -7
  347. gpu/select/__init__.pyi +2 -1
  348. gpu/shader/__init__.pyi +43 -9
  349. gpu/state/__init__.pyi +66 -44
  350. gpu/texture/__init__.pyi +4 -5
  351. gpu/types/__init__.pyi +216 -216
  352. gpu_extras/__init__.pyi +1 -0
  353. gpu_extras/batch/__init__.pyi +2 -5
  354. gpu_extras/presets/__init__.pyi +9 -10
  355. idprop/__init__.pyi +17 -0
  356. idprop/types/__init__.pyi +18 -17
  357. imbuf/__init__.pyi +13 -9
  358. imbuf/types/__init__.pyi +10 -23
  359. keyingsets_builtins/__init__.pyi +51 -93
  360. mathutils/__init__.pyi +296 -2255
  361. mathutils/bvhtree/__init__.pyi +24 -30
  362. mathutils/geometry/__init__.pyi +83 -132
  363. mathutils/interpolate/__init__.pyi +7 -5
  364. mathutils/kdtree/__init__.pyi +5 -14
  365. mathutils/noise/__init__.pyi +62 -106
  366. nodeitems_builtins/__init__.pyi +5 -4
  367. nodeitems_utils/__init__.pyi +10 -9
  368. rna_keymap_ui/__init__.pyi +7 -6
  369. rna_prop_ui/__init__.pyi +14 -13
  370. _bpy_internal/freedesktop/__init__.pyi +0 -20
  371. bgl/__init__.pyi +0 -4235
  372. bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -24
  373. bl_i18n_utils/utils_cli/__init__.pyi +0 -10
  374. bl_previews_utils/bl_previews_render/__init__.pyi +0 -11
  375. bl_text_utils/external_editor/__init__.pyi +0 -5
  376. bpy_types/__init__.pyi +0 -29
  377. console_shell/__init__.pyi +0 -9
  378. fake_bge_module-20250312.dist-info/RECORD +0 -395
  379. keyingsets_utils/__init__.pyi +0 -18
  380. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  381. {bgl → _bl_console_utils}/py.typed +0 -0
  382. {bl_console_utils → _bl_i18n_utils}/py.typed +0 -0
  383. {bl_i18n_utils → _bl_previews_utils}/py.typed +0 -0
  384. {bl_previews_utils → _bl_rna_utils}/py.typed +0 -0
  385. {bl_rna_utils → _bl_text_utils}/py.typed +0 -0
  386. {bl_text_utils → _bl_ui_utils}/py.typed +0 -0
  387. {bl_ui_utils → _blendfile_header}/py.typed +0 -0
  388. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  389. {bpy_types → _bpy_types}/py.typed +0 -0
  390. {console_python → _console_python}/py.typed +0 -0
  391. {console_shell → _console_shell}/py.typed +0 -0
  392. {graphviz_export → _graphviz_export}/py.typed +0 -0
  393. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  394. {rna_info → _rna_info}/py.typed +0 -0
  395. {rna_xml → _rna_xml}/py.typed +0 -0
@@ -1,12 +1,14 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import numpy.typing as npt
5
+ import _bpy_types
4
6
  import bl_ui.space_properties
5
7
  import bl_ui.utils
6
8
  import bpy.types
7
9
  import rna_prop_ui
8
10
 
9
- class PARTICLE_MT_context_menu(bpy.types.Menu):
11
+ class PARTICLE_MT_context_menu(_bpy_types.Menu):
10
12
  COMPAT_ENGINES: typing.Any
11
13
  bl_label: typing.Any
12
14
  bl_rna: typing.Any
@@ -16,17 +18,15 @@ class PARTICLE_MT_context_menu(bpy.types.Menu):
16
18
  """
17
19
 
18
20
  :return: The RNA type or default when not found.
19
- :rtype: bpy.types.Struct
20
21
  """
21
22
 
22
23
  def bl_rna_get_subclass_py(self) -> typing.Any:
23
24
  """
24
25
 
25
26
  :return: The class or default when not found.
26
- :rtype: typing.Any
27
27
  """
28
28
 
29
- def draw(self, context):
29
+ def draw(self, context) -> None:
30
30
  """
31
31
 
32
32
  :param context:
@@ -36,9 +36,9 @@ class PARTICLE_PT_animation(
36
36
  rna_prop_ui.PropertyPanel,
37
37
  ParticleButtonsPanel,
38
38
  bl_ui.space_properties.PropertiesAnimationMixin,
39
- bpy.types.Panel,
39
+ _bpy_types.Panel,
40
40
  ):
41
- """Mix-in class for Animation panels.This class can be used to show a generic 'Animation' panel for IDs shown in
41
+ """Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
42
42
  the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
43
43
  """
44
44
 
@@ -56,17 +56,15 @@ class PARTICLE_PT_animation(
56
56
  """
57
57
 
58
58
  :return: The RNA type or default when not found.
59
- :rtype: bpy.types.Struct
60
59
  """
61
60
 
62
61
  def bl_rna_get_subclass_py(self) -> typing.Any:
63
62
  """
64
63
 
65
64
  :return: The class or default when not found.
66
- :rtype: typing.Any
67
65
  """
68
66
 
69
- class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy.types.Panel):
67
+ class PARTICLE_PT_boidbrain(ParticleButtonsPanel, _bpy_types.Panel):
70
68
  COMPAT_ENGINES: typing.Any
71
69
  bl_context: typing.Any
72
70
  bl_label: typing.Any
@@ -81,30 +79,28 @@ class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy.types.Panel):
81
79
  """
82
80
 
83
81
  :return: The RNA type or default when not found.
84
- :rtype: bpy.types.Struct
85
82
  """
86
83
 
87
84
  def bl_rna_get_subclass_py(self) -> typing.Any:
88
85
  """
89
86
 
90
87
  :return: The class or default when not found.
91
- :rtype: typing.Any
92
88
  """
93
89
 
94
- def draw(self, context):
90
+ def draw(self, context) -> None:
95
91
  """
96
92
 
97
93
  :param context:
98
94
  """
99
95
 
100
96
  @classmethod
101
- def poll(cls, context):
97
+ def poll(cls, context) -> None:
102
98
  """
103
99
 
104
100
  :param context:
105
101
  """
106
102
 
107
- class PARTICLE_PT_cache(ParticleButtonsPanel, bpy.types.Panel):
103
+ class PARTICLE_PT_cache(ParticleButtonsPanel, _bpy_types.Panel):
108
104
  COMPAT_ENGINES: typing.Any
109
105
  bl_context: typing.Any
110
106
  bl_label: typing.Any
@@ -118,30 +114,28 @@ class PARTICLE_PT_cache(ParticleButtonsPanel, bpy.types.Panel):
118
114
  """
119
115
 
120
116
  :return: The RNA type or default when not found.
121
- :rtype: bpy.types.Struct
122
117
  """
123
118
 
124
119
  def bl_rna_get_subclass_py(self) -> typing.Any:
125
120
  """
126
121
 
127
122
  :return: The class or default when not found.
128
- :rtype: typing.Any
129
123
  """
130
124
 
131
- def draw(self, context):
125
+ def draw(self, context) -> None:
132
126
  """
133
127
 
134
128
  :param context:
135
129
  """
136
130
 
137
131
  @classmethod
138
- def poll(cls, context):
132
+ def poll(cls, context) -> None:
139
133
  """
140
134
 
141
135
  :param context:
142
136
  """
143
137
 
144
- class PARTICLE_PT_children(ParticleButtonsPanel, bpy.types.Panel):
138
+ class PARTICLE_PT_children(ParticleButtonsPanel, _bpy_types.Panel):
145
139
  COMPAT_ENGINES: typing.Any
146
140
  bl_context: typing.Any
147
141
  bl_label: typing.Any
@@ -156,30 +150,28 @@ class PARTICLE_PT_children(ParticleButtonsPanel, bpy.types.Panel):
156
150
  """
157
151
 
158
152
  :return: The RNA type or default when not found.
159
- :rtype: bpy.types.Struct
160
153
  """
161
154
 
162
155
  def bl_rna_get_subclass_py(self) -> typing.Any:
163
156
  """
164
157
 
165
158
  :return: The class or default when not found.
166
- :rtype: typing.Any
167
159
  """
168
160
 
169
- def draw(self, context):
161
+ def draw(self, context) -> None:
170
162
  """
171
163
 
172
164
  :param context:
173
165
  """
174
166
 
175
167
  @classmethod
176
- def poll(cls, context):
168
+ def poll(cls, context) -> None:
177
169
  """
178
170
 
179
171
  :param context:
180
172
  """
181
173
 
182
- class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy.types.Panel):
174
+ class PARTICLE_PT_children_clumping(ParticleButtonsPanel, _bpy_types.Panel):
183
175
  COMPAT_ENGINES: typing.Any
184
176
  bl_context: typing.Any
185
177
  bl_label: typing.Any
@@ -194,30 +186,28 @@ class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy.types.Panel):
194
186
  """
195
187
 
196
188
  :return: The RNA type or default when not found.
197
- :rtype: bpy.types.Struct
198
189
  """
199
190
 
200
191
  def bl_rna_get_subclass_py(self) -> typing.Any:
201
192
  """
202
193
 
203
194
  :return: The class or default when not found.
204
- :rtype: typing.Any
205
195
  """
206
196
 
207
- def draw(self, context):
197
+ def draw(self, context) -> None:
208
198
  """
209
199
 
210
200
  :param context:
211
201
  """
212
202
 
213
203
  @classmethod
214
- def poll(cls, context):
204
+ def poll(cls, context) -> None:
215
205
  """
216
206
 
217
207
  :param context:
218
208
  """
219
209
 
220
- class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, bpy.types.Panel):
210
+ class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, _bpy_types.Panel):
221
211
  COMPAT_ENGINES: typing.Any
222
212
  bl_context: typing.Any
223
213
  bl_label: typing.Any
@@ -232,29 +222,27 @@ class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, bpy.types.Panel)
232
222
  """
233
223
 
234
224
  :return: The RNA type or default when not found.
235
- :rtype: bpy.types.Struct
236
225
  """
237
226
 
238
227
  def bl_rna_get_subclass_py(self) -> typing.Any:
239
228
  """
240
229
 
241
230
  :return: The class or default when not found.
242
- :rtype: typing.Any
243
231
  """
244
232
 
245
- def draw(self, context):
233
+ def draw(self, context) -> None:
246
234
  """
247
235
 
248
236
  :param context:
249
237
  """
250
238
 
251
- def draw_header(self, context):
239
+ def draw_header(self, context) -> None:
252
240
  """
253
241
 
254
242
  :param context:
255
243
  """
256
244
 
257
- class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy.types.Panel):
245
+ class PARTICLE_PT_children_kink(ParticleButtonsPanel, _bpy_types.Panel):
258
246
  COMPAT_ENGINES: typing.Any
259
247
  bl_context: typing.Any
260
248
  bl_label: typing.Any
@@ -269,30 +257,28 @@ class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy.types.Panel):
269
257
  """
270
258
 
271
259
  :return: The RNA type or default when not found.
272
- :rtype: bpy.types.Struct
273
260
  """
274
261
 
275
262
  def bl_rna_get_subclass_py(self) -> typing.Any:
276
263
  """
277
264
 
278
265
  :return: The class or default when not found.
279
- :rtype: typing.Any
280
266
  """
281
267
 
282
- def draw(self, context):
268
+ def draw(self, context) -> None:
283
269
  """
284
270
 
285
271
  :param context:
286
272
  """
287
273
 
288
274
  @classmethod
289
- def poll(cls, context):
275
+ def poll(cls, context) -> None:
290
276
  """
291
277
 
292
278
  :param context:
293
279
  """
294
280
 
295
- class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy.types.Panel):
281
+ class PARTICLE_PT_children_parting(ParticleButtonsPanel, _bpy_types.Panel):
296
282
  COMPAT_ENGINES: typing.Any
297
283
  bl_context: typing.Any
298
284
  bl_label: typing.Any
@@ -307,30 +293,28 @@ class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy.types.Panel):
307
293
  """
308
294
 
309
295
  :return: The RNA type or default when not found.
310
- :rtype: bpy.types.Struct
311
296
  """
312
297
 
313
298
  def bl_rna_get_subclass_py(self) -> typing.Any:
314
299
  """
315
300
 
316
301
  :return: The class or default when not found.
317
- :rtype: typing.Any
318
302
  """
319
303
 
320
- def draw(self, context):
304
+ def draw(self, context) -> None:
321
305
  """
322
306
 
323
307
  :param context:
324
308
  """
325
309
 
326
310
  @classmethod
327
- def poll(cls, context):
311
+ def poll(cls, context) -> None:
328
312
  """
329
313
 
330
314
  :param context:
331
315
  """
332
316
 
333
- class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy.types.Panel):
317
+ class PARTICLE_PT_children_roughness(ParticleButtonsPanel, _bpy_types.Panel):
334
318
  COMPAT_ENGINES: typing.Any
335
319
  bl_context: typing.Any
336
320
  bl_label: typing.Any
@@ -346,30 +330,28 @@ class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy.types.Panel):
346
330
  """
347
331
 
348
332
  :return: The RNA type or default when not found.
349
- :rtype: bpy.types.Struct
350
333
  """
351
334
 
352
335
  def bl_rna_get_subclass_py(self) -> typing.Any:
353
336
  """
354
337
 
355
338
  :return: The class or default when not found.
356
- :rtype: typing.Any
357
339
  """
358
340
 
359
- def draw(self, context):
341
+ def draw(self, context) -> None:
360
342
  """
361
343
 
362
344
  :param context:
363
345
  """
364
346
 
365
347
  @classmethod
366
- def poll(cls, context):
348
+ def poll(cls, context) -> None:
367
349
  """
368
350
 
369
351
  :param context:
370
352
  """
371
353
 
372
- class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy.types.Panel):
354
+ class PARTICLE_PT_context_particles(ParticleButtonsPanel, _bpy_types.Panel):
373
355
  COMPAT_ENGINES: typing.Any
374
356
  bl_context: typing.Any
375
357
  bl_label: typing.Any
@@ -383,34 +365,32 @@ class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy.types.Panel):
383
365
  """
384
366
 
385
367
  :return: The RNA type or default when not found.
386
- :rtype: bpy.types.Struct
387
368
  """
388
369
 
389
370
  def bl_rna_get_subclass_py(self) -> typing.Any:
390
371
  """
391
372
 
392
373
  :return: The class or default when not found.
393
- :rtype: typing.Any
394
374
  """
395
375
 
396
- def draw(self, context):
376
+ def draw(self, context) -> None:
397
377
  """
398
378
 
399
379
  :param context:
400
380
  """
401
381
 
402
382
  @classmethod
403
- def poll(cls, context):
383
+ def poll(cls, context) -> None:
404
384
  """
405
385
 
406
386
  :param context:
407
387
  """
408
388
 
409
389
  class PARTICLE_PT_custom_props(
410
- rna_prop_ui.PropertyPanel, ParticleButtonsPanel, bpy.types.Panel
390
+ rna_prop_ui.PropertyPanel, ParticleButtonsPanel, _bpy_types.Panel
411
391
  ):
412
392
  """The subclass should have its own poll function
413
- and the variable '_context_path' MUST be set.
393
+ and the variable _context_path MUST be set.
414
394
  """
415
395
 
416
396
  COMPAT_ENGINES: typing.Any
@@ -427,17 +407,15 @@ class PARTICLE_PT_custom_props(
427
407
  """
428
408
 
429
409
  :return: The RNA type or default when not found.
430
- :rtype: bpy.types.Struct
431
410
  """
432
411
 
433
412
  def bl_rna_get_subclass_py(self) -> typing.Any:
434
413
  """
435
414
 
436
415
  :return: The class or default when not found.
437
- :rtype: typing.Any
438
416
  """
439
417
 
440
- class PARTICLE_PT_draw(ParticleButtonsPanel, bpy.types.Panel):
418
+ class PARTICLE_PT_draw(ParticleButtonsPanel, _bpy_types.Panel):
441
419
  COMPAT_ENGINES: typing.Any
442
420
  bl_context: typing.Any
443
421
  bl_label: typing.Any
@@ -451,30 +429,28 @@ class PARTICLE_PT_draw(ParticleButtonsPanel, bpy.types.Panel):
451
429
  """
452
430
 
453
431
  :return: The RNA type or default when not found.
454
- :rtype: bpy.types.Struct
455
432
  """
456
433
 
457
434
  def bl_rna_get_subclass_py(self) -> typing.Any:
458
435
  """
459
436
 
460
437
  :return: The class or default when not found.
461
- :rtype: typing.Any
462
438
  """
463
439
 
464
- def draw(self, context):
440
+ def draw(self, context) -> None:
465
441
  """
466
442
 
467
443
  :param context:
468
444
  """
469
445
 
470
446
  @classmethod
471
- def poll(cls, context):
447
+ def poll(cls, context) -> None:
472
448
  """
473
449
 
474
450
  :param context:
475
451
  """
476
452
 
477
- class PARTICLE_PT_emission(ParticleButtonsPanel, bpy.types.Panel):
453
+ class PARTICLE_PT_emission(ParticleButtonsPanel, _bpy_types.Panel):
478
454
  COMPAT_ENGINES: typing.Any
479
455
  bl_context: typing.Any
480
456
  bl_label: typing.Any
@@ -488,30 +464,28 @@ class PARTICLE_PT_emission(ParticleButtonsPanel, bpy.types.Panel):
488
464
  """
489
465
 
490
466
  :return: The RNA type or default when not found.
491
- :rtype: bpy.types.Struct
492
467
  """
493
468
 
494
469
  def bl_rna_get_subclass_py(self) -> typing.Any:
495
470
  """
496
471
 
497
472
  :return: The class or default when not found.
498
- :rtype: typing.Any
499
473
  """
500
474
 
501
- def draw(self, context):
475
+ def draw(self, context) -> None:
502
476
  """
503
477
 
504
478
  :param context:
505
479
  """
506
480
 
507
481
  @classmethod
508
- def poll(cls, context):
482
+ def poll(cls, context) -> None:
509
483
  """
510
484
 
511
485
  :param context:
512
486
  """
513
487
 
514
- class PARTICLE_PT_emission_source(ParticleButtonsPanel, bpy.types.Panel):
488
+ class PARTICLE_PT_emission_source(ParticleButtonsPanel, _bpy_types.Panel):
515
489
  COMPAT_ENGINES: typing.Any
516
490
  bl_context: typing.Any
517
491
  bl_label: typing.Any
@@ -526,23 +500,21 @@ class PARTICLE_PT_emission_source(ParticleButtonsPanel, bpy.types.Panel):
526
500
  """
527
501
 
528
502
  :return: The RNA type or default when not found.
529
- :rtype: bpy.types.Struct
530
503
  """
531
504
 
532
505
  def bl_rna_get_subclass_py(self) -> typing.Any:
533
506
  """
534
507
 
535
508
  :return: The class or default when not found.
536
- :rtype: typing.Any
537
509
  """
538
510
 
539
- def draw(self, context):
511
+ def draw(self, context) -> None:
540
512
  """
541
513
 
542
514
  :param context:
543
515
  """
544
516
 
545
- class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy.types.Panel):
517
+ class PARTICLE_PT_field_weights(ParticleButtonsPanel, _bpy_types.Panel):
546
518
  COMPAT_ENGINES: typing.Any
547
519
  bl_context: typing.Any
548
520
  bl_label: typing.Any
@@ -556,30 +528,28 @@ class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy.types.Panel):
556
528
  """
557
529
 
558
530
  :return: The RNA type or default when not found.
559
- :rtype: bpy.types.Struct
560
531
  """
561
532
 
562
533
  def bl_rna_get_subclass_py(self) -> typing.Any:
563
534
  """
564
535
 
565
536
  :return: The class or default when not found.
566
- :rtype: typing.Any
567
537
  """
568
538
 
569
- def draw(self, context):
539
+ def draw(self, context) -> None:
570
540
  """
571
541
 
572
542
  :param context:
573
543
  """
574
544
 
575
545
  @classmethod
576
- def poll(cls, context):
546
+ def poll(cls, context) -> None:
577
547
  """
578
548
 
579
549
  :param context:
580
550
  """
581
551
 
582
- class PARTICLE_PT_force_fields(ParticleButtonsPanel, bpy.types.Panel):
552
+ class PARTICLE_PT_force_fields(ParticleButtonsPanel, _bpy_types.Panel):
583
553
  COMPAT_ENGINES: typing.Any
584
554
  bl_context: typing.Any
585
555
  bl_label: typing.Any
@@ -593,23 +563,21 @@ class PARTICLE_PT_force_fields(ParticleButtonsPanel, bpy.types.Panel):
593
563
  """
594
564
 
595
565
  :return: The RNA type or default when not found.
596
- :rtype: bpy.types.Struct
597
566
  """
598
567
 
599
568
  def bl_rna_get_subclass_py(self) -> typing.Any:
600
569
  """
601
570
 
602
571
  :return: The class or default when not found.
603
- :rtype: typing.Any
604
572
  """
605
573
 
606
- def draw(self, context):
574
+ def draw(self, context) -> None:
607
575
  """
608
576
 
609
577
  :param context:
610
578
  """
611
579
 
612
- class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, bpy.types.Panel):
580
+ class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, _bpy_types.Panel):
613
581
  COMPAT_ENGINES: typing.Any
614
582
  bl_context: typing.Any
615
583
  bl_label: typing.Any
@@ -623,23 +591,21 @@ class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, bpy.types.Panel):
623
591
  """
624
592
 
625
593
  :return: The RNA type or default when not found.
626
- :rtype: bpy.types.Struct
627
594
  """
628
595
 
629
596
  def bl_rna_get_subclass_py(self) -> typing.Any:
630
597
  """
631
598
 
632
599
  :return: The class or default when not found.
633
- :rtype: typing.Any
634
600
  """
635
601
 
636
- def draw(self, context):
602
+ def draw(self, context) -> None:
637
603
  """
638
604
 
639
605
  :param context:
640
606
  """
641
607
 
642
- class PARTICLE_PT_force_fields_type1_falloff(ParticleButtonsPanel, bpy.types.Panel):
608
+ class PARTICLE_PT_force_fields_type1_falloff(ParticleButtonsPanel, _bpy_types.Panel):
643
609
  COMPAT_ENGINES: typing.Any
644
610
  bl_context: typing.Any
645
611
  bl_label: typing.Any
@@ -654,23 +620,21 @@ class PARTICLE_PT_force_fields_type1_falloff(ParticleButtonsPanel, bpy.types.Pan
654
620
  """
655
621
 
656
622
  :return: The RNA type or default when not found.
657
- :rtype: bpy.types.Struct
658
623
  """
659
624
 
660
625
  def bl_rna_get_subclass_py(self) -> typing.Any:
661
626
  """
662
627
 
663
628
  :return: The class or default when not found.
664
- :rtype: typing.Any
665
629
  """
666
630
 
667
- def draw(self, context):
631
+ def draw(self, context) -> None:
668
632
  """
669
633
 
670
634
  :param context:
671
635
  """
672
636
 
673
- class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, bpy.types.Panel):
637
+ class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, _bpy_types.Panel):
674
638
  COMPAT_ENGINES: typing.Any
675
639
  bl_context: typing.Any
676
640
  bl_label: typing.Any
@@ -684,23 +648,21 @@ class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, bpy.types.Panel):
684
648
  """
685
649
 
686
650
  :return: The RNA type or default when not found.
687
- :rtype: bpy.types.Struct
688
651
  """
689
652
 
690
653
  def bl_rna_get_subclass_py(self) -> typing.Any:
691
654
  """
692
655
 
693
656
  :return: The class or default when not found.
694
- :rtype: typing.Any
695
657
  """
696
658
 
697
- def draw(self, context):
659
+ def draw(self, context) -> None:
698
660
  """
699
661
 
700
662
  :param context:
701
663
  """
702
664
 
703
- class PARTICLE_PT_force_fields_type2_falloff(ParticleButtonsPanel, bpy.types.Panel):
665
+ class PARTICLE_PT_force_fields_type2_falloff(ParticleButtonsPanel, _bpy_types.Panel):
704
666
  COMPAT_ENGINES: typing.Any
705
667
  bl_context: typing.Any
706
668
  bl_label: typing.Any
@@ -715,23 +677,21 @@ class PARTICLE_PT_force_fields_type2_falloff(ParticleButtonsPanel, bpy.types.Pan
715
677
  """
716
678
 
717
679
  :return: The RNA type or default when not found.
718
- :rtype: bpy.types.Struct
719
680
  """
720
681
 
721
682
  def bl_rna_get_subclass_py(self) -> typing.Any:
722
683
  """
723
684
 
724
685
  :return: The class or default when not found.
725
- :rtype: typing.Any
726
686
  """
727
687
 
728
- def draw(self, context):
688
+ def draw(self, context) -> None:
729
689
  """
730
690
 
731
691
  :param context:
732
692
  """
733
693
 
734
- class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy.types.Panel):
694
+ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, _bpy_types.Panel):
735
695
  COMPAT_ENGINES: typing.Any
736
696
  bl_context: typing.Any
737
697
  bl_label: typing.Any
@@ -745,42 +705,40 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy.types.Panel):
745
705
  """
746
706
 
747
707
  :return: The RNA type or default when not found.
748
- :rtype: bpy.types.Struct
749
708
  """
750
709
 
751
710
  def bl_rna_get_subclass_py(self) -> typing.Any:
752
711
  """
753
712
 
754
713
  :return: The class or default when not found.
755
- :rtype: typing.Any
756
714
  """
757
715
 
758
- def draw(self, context):
716
+ def draw(self, context) -> None:
759
717
  """
760
718
 
761
719
  :param context:
762
720
  """
763
721
 
764
- def draw_header(self, context):
722
+ def draw_header(self, context) -> None:
765
723
  """
766
724
 
767
725
  :param context:
768
726
  """
769
727
 
770
- def draw_header_preset(self, context):
728
+ def draw_header_preset(self, context) -> None:
771
729
  """
772
730
 
773
731
  :param context:
774
732
  """
775
733
 
776
734
  @classmethod
777
- def poll(cls, context):
735
+ def poll(cls, context) -> None:
778
736
  """
779
737
 
780
738
  :param context:
781
739
  """
782
740
 
783
- class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy.types.Panel):
741
+ class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, _bpy_types.Panel):
784
742
  COMPAT_ENGINES: typing.Any
785
743
  bl_context: typing.Any
786
744
  bl_label: typing.Any
@@ -795,30 +753,28 @@ class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy.types.Panel)
795
753
  """
796
754
 
797
755
  :return: The RNA type or default when not found.
798
- :rtype: bpy.types.Struct
799
756
  """
800
757
 
801
758
  def bl_rna_get_subclass_py(self) -> typing.Any:
802
759
  """
803
760
 
804
761
  :return: The class or default when not found.
805
- :rtype: typing.Any
806
762
  """
807
763
 
808
- def draw(self, context):
764
+ def draw(self, context) -> None:
809
765
  """
810
766
 
811
767
  :param context:
812
768
  """
813
769
 
814
770
  @classmethod
815
- def poll(cls, context):
771
+ def poll(cls, context) -> None:
816
772
  """
817
773
 
818
774
  :param context:
819
775
  """
820
776
 
821
- class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
777
+ class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
822
778
  COMPAT_ENGINES: typing.Any
823
779
  bl_label: typing.Any
824
780
  bl_region_type: typing.Any
@@ -833,17 +789,15 @@ class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, bpy.types.Panel
833
789
  """
834
790
 
835
791
  :return: The RNA type or default when not found.
836
- :rtype: bpy.types.Struct
837
792
  """
838
793
 
839
794
  def bl_rna_get_subclass_py(self) -> typing.Any:
840
795
  """
841
796
 
842
797
  :return: The class or default when not found.
843
- :rtype: typing.Any
844
798
  """
845
799
 
846
- class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy.types.Panel):
800
+ class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, _bpy_types.Panel):
847
801
  COMPAT_ENGINES: typing.Any
848
802
  bl_context: typing.Any
849
803
  bl_label: typing.Any
@@ -858,30 +812,28 @@ class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy.types.Panel)
858
812
  """
859
813
 
860
814
  :return: The RNA type or default when not found.
861
- :rtype: bpy.types.Struct
862
815
  """
863
816
 
864
817
  def bl_rna_get_subclass_py(self) -> typing.Any:
865
818
  """
866
819
 
867
820
  :return: The class or default when not found.
868
- :rtype: typing.Any
869
821
  """
870
822
 
871
- def draw(self, context):
823
+ def draw(self, context) -> None:
872
824
  """
873
825
 
874
826
  :param context:
875
827
  """
876
828
 
877
829
  @classmethod
878
- def poll(cls, context):
830
+ def poll(cls, context) -> None:
879
831
  """
880
832
 
881
833
  :param context:
882
834
  """
883
835
 
884
- class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy.types.Panel):
836
+ class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, _bpy_types.Panel):
885
837
  COMPAT_ENGINES: typing.Any
886
838
  bl_context: typing.Any
887
839
  bl_label: typing.Any
@@ -896,30 +848,28 @@ class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy.types.Panel):
896
848
  """
897
849
 
898
850
  :return: The RNA type or default when not found.
899
- :rtype: bpy.types.Struct
900
851
  """
901
852
 
902
853
  def bl_rna_get_subclass_py(self) -> typing.Any:
903
854
  """
904
855
 
905
856
  :return: The class or default when not found.
906
- :rtype: typing.Any
907
857
  """
908
858
 
909
- def draw(self, context):
859
+ def draw(self, context) -> None:
910
860
  """
911
861
 
912
862
  :param context:
913
863
  """
914
864
 
915
865
  @classmethod
916
- def poll(cls, context):
866
+ def poll(cls, context) -> None:
917
867
  """
918
868
 
919
869
  :param context:
920
870
  """
921
871
 
922
- class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy.types.Panel):
872
+ class PARTICLE_PT_hair_shape(ParticleButtonsPanel, _bpy_types.Panel):
923
873
  COMPAT_ENGINES: typing.Any
924
874
  bl_context: typing.Any
925
875
  bl_label: typing.Any
@@ -933,30 +883,28 @@ class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy.types.Panel):
933
883
  """
934
884
 
935
885
  :return: The RNA type or default when not found.
936
- :rtype: bpy.types.Struct
937
886
  """
938
887
 
939
888
  def bl_rna_get_subclass_py(self) -> typing.Any:
940
889
  """
941
890
 
942
891
  :return: The class or default when not found.
943
- :rtype: typing.Any
944
892
  """
945
893
 
946
- def draw(self, context):
894
+ def draw(self, context) -> None:
947
895
  """
948
896
 
949
897
  :param context:
950
898
  """
951
899
 
952
900
  @classmethod
953
- def poll(cls, context):
901
+ def poll(cls, context) -> None:
954
902
  """
955
903
 
956
904
  :param context:
957
905
  """
958
906
 
959
- class PARTICLE_PT_physics(ParticleButtonsPanel, bpy.types.Panel):
907
+ class PARTICLE_PT_physics(ParticleButtonsPanel, _bpy_types.Panel):
960
908
  COMPAT_ENGINES: typing.Any
961
909
  bl_context: typing.Any
962
910
  bl_label: typing.Any
@@ -970,30 +918,28 @@ class PARTICLE_PT_physics(ParticleButtonsPanel, bpy.types.Panel):
970
918
  """
971
919
 
972
920
  :return: The RNA type or default when not found.
973
- :rtype: bpy.types.Struct
974
921
  """
975
922
 
976
923
  def bl_rna_get_subclass_py(self) -> typing.Any:
977
924
  """
978
925
 
979
926
  :return: The class or default when not found.
980
- :rtype: typing.Any
981
927
  """
982
928
 
983
- def draw(self, context):
929
+ def draw(self, context) -> None:
984
930
  """
985
931
 
986
932
  :param context:
987
933
  """
988
934
 
989
935
  @classmethod
990
- def poll(cls, context):
936
+ def poll(cls, context) -> None:
991
937
  """
992
938
 
993
939
  :param context:
994
940
  """
995
941
 
996
- class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy.types.Panel):
942
+ class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, _bpy_types.Panel):
997
943
  COMPAT_ENGINES: typing.Any
998
944
  bl_context: typing.Any
999
945
  bl_label: typing.Any
@@ -1008,30 +954,28 @@ class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy.types.Panel):
1008
954
  """
1009
955
 
1010
956
  :return: The RNA type or default when not found.
1011
- :rtype: bpy.types.Struct
1012
957
  """
1013
958
 
1014
959
  def bl_rna_get_subclass_py(self) -> typing.Any:
1015
960
  """
1016
961
 
1017
962
  :return: The class or default when not found.
1018
- :rtype: typing.Any
1019
963
  """
1020
964
 
1021
- def draw(self, context):
965
+ def draw(self, context) -> None:
1022
966
  """
1023
967
 
1024
968
  :param context:
1025
969
  """
1026
970
 
1027
971
  @classmethod
1028
- def poll(cls, context):
972
+ def poll(cls, context) -> None:
1029
973
  """
1030
974
 
1031
975
  :param context:
1032
976
  """
1033
977
 
1034
- class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy.types.Panel):
978
+ class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, _bpy_types.Panel):
1035
979
  COMPAT_ENGINES: typing.Any
1036
980
  bl_context: typing.Any
1037
981
  bl_label: typing.Any
@@ -1046,30 +990,28 @@ class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy.types.Panel):
1046
990
  """
1047
991
 
1048
992
  :return: The RNA type or default when not found.
1049
- :rtype: bpy.types.Struct
1050
993
  """
1051
994
 
1052
995
  def bl_rna_get_subclass_py(self) -> typing.Any:
1053
996
  """
1054
997
 
1055
998
  :return: The class or default when not found.
1056
- :rtype: typing.Any
1057
999
  """
1058
1000
 
1059
- def draw(self, context):
1001
+ def draw(self, context) -> None:
1060
1002
  """
1061
1003
 
1062
1004
  :param context:
1063
1005
  """
1064
1006
 
1065
1007
  @classmethod
1066
- def poll(cls, context):
1008
+ def poll(cls, context) -> None:
1067
1009
  """
1068
1010
 
1069
1011
  :param context:
1070
1012
  """
1071
1013
 
1072
- class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy.types.Panel):
1014
+ class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, _bpy_types.Panel):
1073
1015
  COMPAT_ENGINES: typing.Any
1074
1016
  bl_context: typing.Any
1075
1017
  bl_label: typing.Any
@@ -1084,30 +1026,28 @@ class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy.types.Panel):
1084
1026
  """
1085
1027
 
1086
1028
  :return: The RNA type or default when not found.
1087
- :rtype: bpy.types.Struct
1088
1029
  """
1089
1030
 
1090
1031
  def bl_rna_get_subclass_py(self) -> typing.Any:
1091
1032
  """
1092
1033
 
1093
1034
  :return: The class or default when not found.
1094
- :rtype: typing.Any
1095
1035
  """
1096
1036
 
1097
- def draw(self, context):
1037
+ def draw(self, context) -> None:
1098
1038
  """
1099
1039
 
1100
1040
  :param context:
1101
1041
  """
1102
1042
 
1103
1043
  @classmethod
1104
- def poll(cls, context):
1044
+ def poll(cls, context) -> None:
1105
1045
  """
1106
1046
 
1107
1047
  :param context:
1108
1048
  """
1109
1049
 
1110
- class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy.types.Panel):
1050
+ class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, _bpy_types.Panel):
1111
1051
  COMPAT_ENGINES: typing.Any
1112
1052
  bl_context: typing.Any
1113
1053
  bl_label: typing.Any
@@ -1122,30 +1062,28 @@ class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy.types.Panel):
1122
1062
  """
1123
1063
 
1124
1064
  :return: The RNA type or default when not found.
1125
- :rtype: bpy.types.Struct
1126
1065
  """
1127
1066
 
1128
1067
  def bl_rna_get_subclass_py(self) -> typing.Any:
1129
1068
  """
1130
1069
 
1131
1070
  :return: The class or default when not found.
1132
- :rtype: typing.Any
1133
1071
  """
1134
1072
 
1135
- def draw(self, context):
1073
+ def draw(self, context) -> None:
1136
1074
  """
1137
1075
 
1138
1076
  :param context:
1139
1077
  """
1140
1078
 
1141
1079
  @classmethod
1142
- def poll(cls, context):
1080
+ def poll(cls, context) -> None:
1143
1081
  """
1144
1082
 
1145
1083
  :param context:
1146
1084
  """
1147
1085
 
1148
- class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy.types.Panel):
1086
+ class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, _bpy_types.Panel):
1149
1087
  COMPAT_ENGINES: typing.Any
1150
1088
  bl_context: typing.Any
1151
1089
  bl_label: typing.Any
@@ -1160,30 +1098,28 @@ class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy.types.Panel):
1160
1098
  """
1161
1099
 
1162
1100
  :return: The RNA type or default when not found.
1163
- :rtype: bpy.types.Struct
1164
1101
  """
1165
1102
 
1166
1103
  def bl_rna_get_subclass_py(self) -> typing.Any:
1167
1104
  """
1168
1105
 
1169
1106
  :return: The class or default when not found.
1170
- :rtype: typing.Any
1171
1107
  """
1172
1108
 
1173
- def draw(self, context):
1109
+ def draw(self, context) -> None:
1174
1110
  """
1175
1111
 
1176
1112
  :param context:
1177
1113
  """
1178
1114
 
1179
1115
  @classmethod
1180
- def poll(cls, context):
1116
+ def poll(cls, context) -> None:
1181
1117
  """
1182
1118
 
1183
1119
  :param context:
1184
1120
  """
1185
1121
 
1186
- class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy.types.Panel):
1122
+ class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, _bpy_types.Panel):
1187
1123
  COMPAT_ENGINES: typing.Any
1188
1124
  bl_context: typing.Any
1189
1125
  bl_label: typing.Any
@@ -1198,30 +1134,28 @@ class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy.types.Pane
1198
1134
  """
1199
1135
 
1200
1136
  :return: The RNA type or default when not found.
1201
- :rtype: bpy.types.Struct
1202
1137
  """
1203
1138
 
1204
1139
  def bl_rna_get_subclass_py(self) -> typing.Any:
1205
1140
  """
1206
1141
 
1207
1142
  :return: The class or default when not found.
1208
- :rtype: typing.Any
1209
1143
  """
1210
1144
 
1211
- def draw(self, context):
1145
+ def draw(self, context) -> None:
1212
1146
  """
1213
1147
 
1214
1148
  :param context:
1215
1149
  """
1216
1150
 
1217
1151
  @classmethod
1218
- def poll(cls, context):
1152
+ def poll(cls, context) -> None:
1219
1153
  """
1220
1154
 
1221
1155
  :param context:
1222
1156
  """
1223
1157
 
1224
- class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy.types.Panel):
1158
+ class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, _bpy_types.Panel):
1225
1159
  COMPAT_ENGINES: typing.Any
1226
1160
  bl_context: typing.Any
1227
1161
  bl_label: typing.Any
@@ -1236,30 +1170,30 @@ class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy.types.Panel):
1236
1170
  """
1237
1171
 
1238
1172
  :return: The RNA type or default when not found.
1239
- :rtype: bpy.types.Struct
1240
1173
  """
1241
1174
 
1242
1175
  def bl_rna_get_subclass_py(self) -> typing.Any:
1243
1176
  """
1244
1177
 
1245
1178
  :return: The class or default when not found.
1246
- :rtype: typing.Any
1247
1179
  """
1248
1180
 
1249
- def draw(self, context):
1181
+ def draw(self, context) -> None:
1250
1182
  """
1251
1183
 
1252
1184
  :param context:
1253
1185
  """
1254
1186
 
1255
1187
  @classmethod
1256
- def poll(cls, context):
1188
+ def poll(cls, context) -> None:
1257
1189
  """
1258
1190
 
1259
1191
  :param context:
1260
1192
  """
1261
1193
 
1262
- class PARTICLE_PT_physics_fluid_springs_advanced(ParticleButtonsPanel, bpy.types.Panel):
1194
+ class PARTICLE_PT_physics_fluid_springs_advanced(
1195
+ ParticleButtonsPanel, _bpy_types.Panel
1196
+ ):
1263
1197
  COMPAT_ENGINES: typing.Any
1264
1198
  bl_context: typing.Any
1265
1199
  bl_label: typing.Any
@@ -1274,31 +1208,29 @@ class PARTICLE_PT_physics_fluid_springs_advanced(ParticleButtonsPanel, bpy.types
1274
1208
  """
1275
1209
 
1276
1210
  :return: The RNA type or default when not found.
1277
- :rtype: bpy.types.Struct
1278
1211
  """
1279
1212
 
1280
1213
  def bl_rna_get_subclass_py(self) -> typing.Any:
1281
1214
  """
1282
1215
 
1283
1216
  :return: The class or default when not found.
1284
- :rtype: typing.Any
1285
1217
  """
1286
1218
 
1287
- def draw(self, context):
1219
+ def draw(self, context) -> None:
1288
1220
  """
1289
1221
 
1290
1222
  :param context:
1291
1223
  """
1292
1224
 
1293
1225
  @classmethod
1294
- def poll(cls, context):
1226
+ def poll(cls, context) -> None:
1295
1227
  """
1296
1228
 
1297
1229
  :param context:
1298
1230
  """
1299
1231
 
1300
1232
  class PARTICLE_PT_physics_fluid_springs_viscoelastic(
1301
- ParticleButtonsPanel, bpy.types.Panel
1233
+ ParticleButtonsPanel, _bpy_types.Panel
1302
1234
  ):
1303
1235
  COMPAT_ENGINES: typing.Any
1304
1236
  bl_context: typing.Any
@@ -1314,36 +1246,34 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
1314
1246
  """
1315
1247
 
1316
1248
  :return: The RNA type or default when not found.
1317
- :rtype: bpy.types.Struct
1318
1249
  """
1319
1250
 
1320
1251
  def bl_rna_get_subclass_py(self) -> typing.Any:
1321
1252
  """
1322
1253
 
1323
1254
  :return: The class or default when not found.
1324
- :rtype: typing.Any
1325
1255
  """
1326
1256
 
1327
- def draw(self, context):
1257
+ def draw(self, context) -> None:
1328
1258
  """
1329
1259
 
1330
1260
  :param context:
1331
1261
  """
1332
1262
 
1333
- def draw_header(self, context):
1263
+ def draw_header(self, context) -> None:
1334
1264
  """
1335
1265
 
1336
1266
  :param context:
1337
1267
  """
1338
1268
 
1339
1269
  @classmethod
1340
- def poll(cls, context):
1270
+ def poll(cls, context) -> None:
1341
1271
  """
1342
1272
 
1343
1273
  :param context:
1344
1274
  """
1345
1275
 
1346
- class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy.types.Panel):
1276
+ class PARTICLE_PT_physics_forces(ParticleButtonsPanel, _bpy_types.Panel):
1347
1277
  COMPAT_ENGINES: typing.Any
1348
1278
  bl_context: typing.Any
1349
1279
  bl_label: typing.Any
@@ -1357,30 +1287,28 @@ class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy.types.Panel):
1357
1287
  """
1358
1288
 
1359
1289
  :return: The RNA type or default when not found.
1360
- :rtype: bpy.types.Struct
1361
1290
  """
1362
1291
 
1363
1292
  def bl_rna_get_subclass_py(self) -> typing.Any:
1364
1293
  """
1365
1294
 
1366
1295
  :return: The class or default when not found.
1367
- :rtype: typing.Any
1368
1296
  """
1369
1297
 
1370
- def draw(self, context):
1298
+ def draw(self, context) -> None:
1371
1299
  """
1372
1300
 
1373
1301
  :param context:
1374
1302
  """
1375
1303
 
1376
1304
  @classmethod
1377
- def poll(cls, context):
1305
+ def poll(cls, context) -> None:
1378
1306
  """
1379
1307
 
1380
1308
  :param context:
1381
1309
  """
1382
1310
 
1383
- class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy.types.Panel):
1311
+ class PARTICLE_PT_physics_integration(ParticleButtonsPanel, _bpy_types.Panel):
1384
1312
  COMPAT_ENGINES: typing.Any
1385
1313
  bl_context: typing.Any
1386
1314
  bl_label: typing.Any
@@ -1395,30 +1323,28 @@ class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy.types.Panel):
1395
1323
  """
1396
1324
 
1397
1325
  :return: The RNA type or default when not found.
1398
- :rtype: bpy.types.Struct
1399
1326
  """
1400
1327
 
1401
1328
  def bl_rna_get_subclass_py(self) -> typing.Any:
1402
1329
  """
1403
1330
 
1404
1331
  :return: The class or default when not found.
1405
- :rtype: typing.Any
1406
1332
  """
1407
1333
 
1408
- def draw(self, context):
1334
+ def draw(self, context) -> None:
1409
1335
  """
1410
1336
 
1411
1337
  :param context:
1412
1338
  """
1413
1339
 
1414
1340
  @classmethod
1415
- def poll(cls, context):
1341
+ def poll(cls, context) -> None:
1416
1342
  """
1417
1343
 
1418
1344
  :param context:
1419
1345
  """
1420
1346
 
1421
- class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy.types.Panel):
1347
+ class PARTICLE_PT_physics_relations(ParticleButtonsPanel, _bpy_types.Panel):
1422
1348
  COMPAT_ENGINES: typing.Any
1423
1349
  bl_context: typing.Any
1424
1350
  bl_label: typing.Any
@@ -1433,30 +1359,28 @@ class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy.types.Panel):
1433
1359
  """
1434
1360
 
1435
1361
  :return: The RNA type or default when not found.
1436
- :rtype: bpy.types.Struct
1437
1362
  """
1438
1363
 
1439
1364
  def bl_rna_get_subclass_py(self) -> typing.Any:
1440
1365
  """
1441
1366
 
1442
1367
  :return: The class or default when not found.
1443
- :rtype: typing.Any
1444
1368
  """
1445
1369
 
1446
- def draw(self, context):
1370
+ def draw(self, context) -> None:
1447
1371
  """
1448
1372
 
1449
1373
  :param context:
1450
1374
  """
1451
1375
 
1452
1376
  @classmethod
1453
- def poll(cls, context):
1377
+ def poll(cls, context) -> None:
1454
1378
  """
1455
1379
 
1456
1380
  :param context:
1457
1381
  """
1458
1382
 
1459
- class PARTICLE_PT_render(ParticleButtonsPanel, bpy.types.Panel):
1383
+ class PARTICLE_PT_render(ParticleButtonsPanel, _bpy_types.Panel):
1460
1384
  COMPAT_ENGINES: typing.Any
1461
1385
  bl_context: typing.Any
1462
1386
  bl_label: typing.Any
@@ -1470,30 +1394,28 @@ class PARTICLE_PT_render(ParticleButtonsPanel, bpy.types.Panel):
1470
1394
  """
1471
1395
 
1472
1396
  :return: The RNA type or default when not found.
1473
- :rtype: bpy.types.Struct
1474
1397
  """
1475
1398
 
1476
1399
  def bl_rna_get_subclass_py(self) -> typing.Any:
1477
1400
  """
1478
1401
 
1479
1402
  :return: The class or default when not found.
1480
- :rtype: typing.Any
1481
1403
  """
1482
1404
 
1483
- def draw(self, context):
1405
+ def draw(self, context) -> None:
1484
1406
  """
1485
1407
 
1486
1408
  :param context:
1487
1409
  """
1488
1410
 
1489
1411
  @classmethod
1490
- def poll(cls, context):
1412
+ def poll(cls, context) -> None:
1491
1413
  """
1492
1414
 
1493
1415
  :param context:
1494
1416
  """
1495
1417
 
1496
- class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy.types.Panel):
1418
+ class PARTICLE_PT_render_collection(ParticleButtonsPanel, _bpy_types.Panel):
1497
1419
  COMPAT_ENGINES: typing.Any
1498
1420
  bl_context: typing.Any
1499
1421
  bl_label: typing.Any
@@ -1507,30 +1429,28 @@ class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy.types.Panel):
1507
1429
  """
1508
1430
 
1509
1431
  :return: The RNA type or default when not found.
1510
- :rtype: bpy.types.Struct
1511
1432
  """
1512
1433
 
1513
1434
  def bl_rna_get_subclass_py(self) -> typing.Any:
1514
1435
  """
1515
1436
 
1516
1437
  :return: The class or default when not found.
1517
- :rtype: typing.Any
1518
1438
  """
1519
1439
 
1520
- def draw(self, context):
1440
+ def draw(self, context) -> None:
1521
1441
  """
1522
1442
 
1523
1443
  :param context:
1524
1444
  """
1525
1445
 
1526
1446
  @classmethod
1527
- def poll(cls, context):
1447
+ def poll(cls, context) -> None:
1528
1448
  """
1529
1449
 
1530
1450
  :param context:
1531
1451
  """
1532
1452
 
1533
- class PARTICLE_PT_render_collection_use_count(ParticleButtonsPanel, bpy.types.Panel):
1453
+ class PARTICLE_PT_render_collection_use_count(ParticleButtonsPanel, _bpy_types.Panel):
1534
1454
  COMPAT_ENGINES: typing.Any
1535
1455
  bl_context: typing.Any
1536
1456
  bl_label: typing.Any
@@ -1545,36 +1465,34 @@ class PARTICLE_PT_render_collection_use_count(ParticleButtonsPanel, bpy.types.Pa
1545
1465
  """
1546
1466
 
1547
1467
  :return: The RNA type or default when not found.
1548
- :rtype: bpy.types.Struct
1549
1468
  """
1550
1469
 
1551
1470
  def bl_rna_get_subclass_py(self) -> typing.Any:
1552
1471
  """
1553
1472
 
1554
1473
  :return: The class or default when not found.
1555
- :rtype: typing.Any
1556
1474
  """
1557
1475
 
1558
- def draw(self, context):
1476
+ def draw(self, context) -> None:
1559
1477
  """
1560
1478
 
1561
1479
  :param context:
1562
1480
  """
1563
1481
 
1564
- def draw_header(self, context):
1482
+ def draw_header(self, context) -> None:
1565
1483
  """
1566
1484
 
1567
1485
  :param context:
1568
1486
  """
1569
1487
 
1570
1488
  @classmethod
1571
- def poll(cls, context):
1489
+ def poll(cls, context) -> None:
1572
1490
  """
1573
1491
 
1574
1492
  :param context:
1575
1493
  """
1576
1494
 
1577
- class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy.types.Panel):
1495
+ class PARTICLE_PT_render_extra(ParticleButtonsPanel, _bpy_types.Panel):
1578
1496
  COMPAT_ENGINES: typing.Any
1579
1497
  bl_context: typing.Any
1580
1498
  bl_label: typing.Any
@@ -1589,30 +1507,28 @@ class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy.types.Panel):
1589
1507
  """
1590
1508
 
1591
1509
  :return: The RNA type or default when not found.
1592
- :rtype: bpy.types.Struct
1593
1510
  """
1594
1511
 
1595
1512
  def bl_rna_get_subclass_py(self) -> typing.Any:
1596
1513
  """
1597
1514
 
1598
1515
  :return: The class or default when not found.
1599
- :rtype: typing.Any
1600
1516
  """
1601
1517
 
1602
- def draw(self, context):
1518
+ def draw(self, context) -> None:
1603
1519
  """
1604
1520
 
1605
1521
  :param context:
1606
1522
  """
1607
1523
 
1608
1524
  @classmethod
1609
- def poll(cls, context):
1525
+ def poll(cls, context) -> None:
1610
1526
  """
1611
1527
 
1612
1528
  :param context:
1613
1529
  """
1614
1530
 
1615
- class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy.types.Panel):
1531
+ class PARTICLE_PT_render_object(ParticleButtonsPanel, _bpy_types.Panel):
1616
1532
  COMPAT_ENGINES: typing.Any
1617
1533
  bl_context: typing.Any
1618
1534
  bl_label: typing.Any
@@ -1626,30 +1542,28 @@ class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy.types.Panel):
1626
1542
  """
1627
1543
 
1628
1544
  :return: The RNA type or default when not found.
1629
- :rtype: bpy.types.Struct
1630
1545
  """
1631
1546
 
1632
1547
  def bl_rna_get_subclass_py(self) -> typing.Any:
1633
1548
  """
1634
1549
 
1635
1550
  :return: The class or default when not found.
1636
- :rtype: typing.Any
1637
1551
  """
1638
1552
 
1639
- def draw(self, context):
1553
+ def draw(self, context) -> None:
1640
1554
  """
1641
1555
 
1642
1556
  :param context:
1643
1557
  """
1644
1558
 
1645
1559
  @classmethod
1646
- def poll(cls, context):
1560
+ def poll(cls, context) -> None:
1647
1561
  """
1648
1562
 
1649
1563
  :param context:
1650
1564
  """
1651
1565
 
1652
- class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy.types.Panel):
1566
+ class PARTICLE_PT_render_path(ParticleButtonsPanel, _bpy_types.Panel):
1653
1567
  COMPAT_ENGINES: typing.Any
1654
1568
  bl_context: typing.Any
1655
1569
  bl_label: typing.Any
@@ -1663,30 +1577,28 @@ class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy.types.Panel):
1663
1577
  """
1664
1578
 
1665
1579
  :return: The RNA type or default when not found.
1666
- :rtype: bpy.types.Struct
1667
1580
  """
1668
1581
 
1669
1582
  def bl_rna_get_subclass_py(self) -> typing.Any:
1670
1583
  """
1671
1584
 
1672
1585
  :return: The class or default when not found.
1673
- :rtype: typing.Any
1674
1586
  """
1675
1587
 
1676
- def draw(self, context):
1588
+ def draw(self, context) -> None:
1677
1589
  """
1678
1590
 
1679
1591
  :param context:
1680
1592
  """
1681
1593
 
1682
1594
  @classmethod
1683
- def poll(cls, context):
1595
+ def poll(cls, context) -> None:
1684
1596
  """
1685
1597
 
1686
1598
  :param context:
1687
1599
  """
1688
1600
 
1689
- class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy.types.Panel):
1601
+ class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, _bpy_types.Panel):
1690
1602
  COMPAT_ENGINES: typing.Any
1691
1603
  bl_context: typing.Any
1692
1604
  bl_label: typing.Any
@@ -1701,30 +1613,28 @@ class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy.types.Panel):
1701
1613
  """
1702
1614
 
1703
1615
  :return: The RNA type or default when not found.
1704
- :rtype: bpy.types.Struct
1705
1616
  """
1706
1617
 
1707
1618
  def bl_rna_get_subclass_py(self) -> typing.Any:
1708
1619
  """
1709
1620
 
1710
1621
  :return: The class or default when not found.
1711
- :rtype: typing.Any
1712
1622
  """
1713
1623
 
1714
- def draw(self, context):
1624
+ def draw(self, context) -> None:
1715
1625
  """
1716
1626
 
1717
1627
  :param context:
1718
1628
  """
1719
1629
 
1720
1630
  @classmethod
1721
- def poll(cls, context):
1631
+ def poll(cls, context) -> None:
1722
1632
  """
1723
1633
 
1724
1634
  :param context:
1725
1635
  """
1726
1636
 
1727
- class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy.types.Panel):
1637
+ class PARTICLE_PT_rotation(ParticleButtonsPanel, _bpy_types.Panel):
1728
1638
  COMPAT_ENGINES: typing.Any
1729
1639
  bl_context: typing.Any
1730
1640
  bl_label: typing.Any
@@ -1738,36 +1648,34 @@ class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy.types.Panel):
1738
1648
  """
1739
1649
 
1740
1650
  :return: The RNA type or default when not found.
1741
- :rtype: bpy.types.Struct
1742
1651
  """
1743
1652
 
1744
1653
  def bl_rna_get_subclass_py(self) -> typing.Any:
1745
1654
  """
1746
1655
 
1747
1656
  :return: The class or default when not found.
1748
- :rtype: typing.Any
1749
1657
  """
1750
1658
 
1751
- def draw(self, context):
1659
+ def draw(self, context) -> None:
1752
1660
  """
1753
1661
 
1754
1662
  :param context:
1755
1663
  """
1756
1664
 
1757
- def draw_header(self, context):
1665
+ def draw_header(self, context) -> None:
1758
1666
  """
1759
1667
 
1760
1668
  :param context:
1761
1669
  """
1762
1670
 
1763
1671
  @classmethod
1764
- def poll(cls, context):
1672
+ def poll(cls, context) -> None:
1765
1673
  """
1766
1674
 
1767
1675
  :param context:
1768
1676
  """
1769
1677
 
1770
- class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, bpy.types.Panel):
1678
+ class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, _bpy_types.Panel):
1771
1679
  COMPAT_ENGINES: typing.Any
1772
1680
  bl_context: typing.Any
1773
1681
  bl_label: typing.Any
@@ -1782,23 +1690,21 @@ class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, bpy.types.Pane
1782
1690
  """
1783
1691
 
1784
1692
  :return: The RNA type or default when not found.
1785
- :rtype: bpy.types.Struct
1786
1693
  """
1787
1694
 
1788
1695
  def bl_rna_get_subclass_py(self) -> typing.Any:
1789
1696
  """
1790
1697
 
1791
1698
  :return: The class or default when not found.
1792
- :rtype: typing.Any
1793
1699
  """
1794
1700
 
1795
- def draw(self, context):
1701
+ def draw(self, context) -> None:
1796
1702
  """
1797
1703
 
1798
1704
  :param context:
1799
1705
  """
1800
1706
 
1801
- class PARTICLE_PT_textures(ParticleButtonsPanel, bpy.types.Panel):
1707
+ class PARTICLE_PT_textures(ParticleButtonsPanel, _bpy_types.Panel):
1802
1708
  COMPAT_ENGINES: typing.Any
1803
1709
  bl_context: typing.Any
1804
1710
  bl_label: typing.Any
@@ -1812,30 +1718,28 @@ class PARTICLE_PT_textures(ParticleButtonsPanel, bpy.types.Panel):
1812
1718
  """
1813
1719
 
1814
1720
  :return: The RNA type or default when not found.
1815
- :rtype: bpy.types.Struct
1816
1721
  """
1817
1722
 
1818
1723
  def bl_rna_get_subclass_py(self) -> typing.Any:
1819
1724
  """
1820
1725
 
1821
1726
  :return: The class or default when not found.
1822
- :rtype: typing.Any
1823
1727
  """
1824
1728
 
1825
- def draw(self, context):
1729
+ def draw(self, context) -> None:
1826
1730
  """
1827
1731
 
1828
1732
  :param context:
1829
1733
  """
1830
1734
 
1831
1735
  @classmethod
1832
- def poll(cls, context):
1736
+ def poll(cls, context) -> None:
1833
1737
  """
1834
1738
 
1835
1739
  :param context:
1836
1740
  """
1837
1741
 
1838
- class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy.types.Panel):
1742
+ class PARTICLE_PT_velocity(ParticleButtonsPanel, _bpy_types.Panel):
1839
1743
  COMPAT_ENGINES: typing.Any
1840
1744
  bl_context: typing.Any
1841
1745
  bl_label: typing.Any
@@ -1849,30 +1753,28 @@ class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy.types.Panel):
1849
1753
  """
1850
1754
 
1851
1755
  :return: The RNA type or default when not found.
1852
- :rtype: bpy.types.Struct
1853
1756
  """
1854
1757
 
1855
1758
  def bl_rna_get_subclass_py(self) -> typing.Any:
1856
1759
  """
1857
1760
 
1858
1761
  :return: The class or default when not found.
1859
- :rtype: typing.Any
1860
1762
  """
1861
1763
 
1862
- def draw(self, context):
1764
+ def draw(self, context) -> None:
1863
1765
  """
1864
1766
 
1865
1767
  :param context:
1866
1768
  """
1867
1769
 
1868
1770
  @classmethod
1869
- def poll(cls, context):
1771
+ def poll(cls, context) -> None:
1870
1772
  """
1871
1773
 
1872
1774
  :param context:
1873
1775
  """
1874
1776
 
1875
- class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy.types.Panel):
1777
+ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, _bpy_types.Panel):
1876
1778
  COMPAT_ENGINES: typing.Any
1877
1779
  bl_context: typing.Any
1878
1780
  bl_label: typing.Any
@@ -1886,30 +1788,28 @@ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy.types.Panel):
1886
1788
  """
1887
1789
 
1888
1790
  :return: The RNA type or default when not found.
1889
- :rtype: bpy.types.Struct
1890
1791
  """
1891
1792
 
1892
1793
  def bl_rna_get_subclass_py(self) -> typing.Any:
1893
1794
  """
1894
1795
 
1895
1796
  :return: The class or default when not found.
1896
- :rtype: typing.Any
1897
1797
  """
1898
1798
 
1899
- def draw(self, context):
1799
+ def draw(self, context) -> None:
1900
1800
  """
1901
1801
 
1902
1802
  :param context:
1903
1803
  """
1904
1804
 
1905
1805
  @classmethod
1906
- def poll(cls, context):
1806
+ def poll(cls, context) -> None:
1907
1807
  """
1908
1808
 
1909
1809
  :param context:
1910
1810
  """
1911
1811
 
1912
- class PARTICLE_UL_particle_systems(bpy.types.UIList):
1812
+ class PARTICLE_UL_particle_systems(_bpy_types.UIList):
1913
1813
  bl_rna: typing.Any
1914
1814
  id_data: typing.Any
1915
1815
 
@@ -1917,14 +1817,12 @@ class PARTICLE_UL_particle_systems(bpy.types.UIList):
1917
1817
  """
1918
1818
 
1919
1819
  :return: The RNA type or default when not found.
1920
- :rtype: bpy.types.Struct
1921
1820
  """
1922
1821
 
1923
1822
  def bl_rna_get_subclass_py(self) -> typing.Any:
1924
1823
  """
1925
1824
 
1926
1825
  :return: The class or default when not found.
1927
- :rtype: typing.Any
1928
1826
  """
1929
1827
 
1930
1828
  def draw_item(
@@ -1938,7 +1836,7 @@ class PARTICLE_UL_particle_systems(bpy.types.UIList):
1938
1836
  _active_propname,
1939
1837
  _index,
1940
1838
  _flt_flag,
1941
- ):
1839
+ ) -> None:
1942
1840
  """
1943
1841
 
1944
1842
  :param _context:
@@ -1958,13 +1856,13 @@ class ParticleButtonsPanel:
1958
1856
  bl_space_type: typing.Any
1959
1857
 
1960
1858
  @classmethod
1961
- def poll(cls, context):
1859
+ def poll(cls, context) -> None:
1962
1860
  """
1963
1861
 
1964
1862
  :param context:
1965
1863
  """
1966
1864
 
1967
- def find_modifier(ob, psys): ...
1968
- def particle_get_settings(context): ...
1969
- def particle_panel_enabled(context, psys): ...
1970
- def particle_panel_poll(cls, context): ...
1865
+ def find_modifier(ob, psys) -> None: ...
1866
+ def particle_get_settings(context) -> None: ...
1867
+ def particle_panel_enabled(context, psys) -> None: ...
1868
+ def particle_panel_poll(cls, context) -> None: ...