fake-bpy-module 20250604__py3-none-any.whl → 20250607__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 (284) hide show
  1. _bpy_internal/addons/cli/__init__.pyi +1 -1
  2. _bpy_internal/extensions/junction_module/__init__.pyi +7 -7
  3. _bpy_internal/extensions/stale_file_manager/__init__.pyi +8 -8
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +3 -3
  5. _bpy_internal/freedesktop/__init__.pyi +16 -16
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +4 -4
  7. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -1
  8. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -1
  9. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  10. addon_utils/__init__.pyi +12 -12
  11. animsys_refactor/__init__.pyi +6 -6
  12. aud/__init__.pyi +11 -11
  13. bgl/__init__.pyi +272 -252
  14. bl_app_override/__init__.pyi +3 -3
  15. bl_app_override/helpers/__init__.pyi +2 -2
  16. bl_app_template_utils/__init__.pyi +4 -4
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
  18. bl_i18n_utils/bl_extract_messages/__init__.pyi +18 -16
  19. bl_i18n_utils/merge_po/__init__.pyi +1 -1
  20. bl_i18n_utils/settings/__init__.pyi +6 -6
  21. bl_i18n_utils/utils/__init__.pyi +48 -46
  22. bl_i18n_utils/utils_cli/__init__.pyi +6 -6
  23. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -1
  24. bl_i18n_utils/utils_rtl/__init__.pyi +2 -2
  25. bl_keymap_utils/io/__init__.pyi +9 -9
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -1
  28. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  29. bl_keymap_utils/versioning/__init__.pyi +1 -1
  30. bl_operators/__init__.pyi +2 -2
  31. bl_operators/add_mesh_torus/__init__.pyi +6 -6
  32. bl_operators/anim/__init__.pyi +24 -24
  33. bl_operators/assets/__init__.pyi +9 -9
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +11 -9
  35. bl_operators/bone_selection_sets/__init__.pyi +18 -18
  36. bl_operators/clip/__init__.pyi +26 -26
  37. bl_operators/connect_to_output/__init__.pyi +17 -15
  38. bl_operators/console/__init__.pyi +10 -10
  39. bl_operators/constraint/__init__.pyi +8 -8
  40. bl_operators/file/__init__.pyi +6 -6
  41. bl_operators/freestyle/__init__.pyi +9 -9
  42. bl_operators/geometry_nodes/__init__.pyi +24 -24
  43. bl_operators/grease_pencil/__init__.pyi +2 -2
  44. bl_operators/image/__init__.pyi +7 -7
  45. bl_operators/image_as_planes/__init__.pyi +32 -32
  46. bl_operators/mesh/__init__.pyi +7 -7
  47. bl_operators/node/__init__.pyi +31 -31
  48. bl_operators/node_editor/node_functions/__init__.pyi +9 -9
  49. bl_operators/object/__init__.pyi +31 -31
  50. bl_operators/object_align/__init__.pyi +5 -5
  51. bl_operators/object_quick_effects/__init__.pyi +9 -9
  52. bl_operators/object_randomize_transform/__init__.pyi +3 -3
  53. bl_operators/presets/__init__.pyi +18 -18
  54. bl_operators/rigidbody/__init__.pyi +7 -7
  55. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -2
  56. bl_operators/sequencer/__init__.pyi +19 -19
  57. bl_operators/spreadsheet/__init__.pyi +4 -4
  58. bl_operators/userpref/__init__.pyi +42 -42
  59. bl_operators/uvcalc_follow_active/__init__.pyi +5 -5
  60. bl_operators/uvcalc_lightmap/__init__.pyi +8 -8
  61. bl_operators/uvcalc_transform/__init__.pyi +20 -20
  62. bl_operators/vertexpaint_dirt/__init__.pyi +4 -4
  63. bl_operators/view3d/__init__.pyi +21 -19
  64. bl_operators/wm/__init__.pyi +88 -88
  65. bl_operators/world/__init__.pyi +2 -2
  66. bl_previews_utils/bl_previews_render/__init__.pyi +9 -7
  67. bl_rna_utils/data_path/__init__.pyi +2 -2
  68. bl_text_utils/external_editor/__init__.pyi +1 -1
  69. bl_ui/__init__.pyi +10 -10
  70. bl_ui/anim/__init__.pyi +2 -2
  71. bl_ui/asset_shelf/__init__.pyi +2 -2
  72. bl_ui/generic_ui_list/__init__.pyi +6 -6
  73. bl_ui/node_add_menu/__init__.pyi +15 -13
  74. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  75. bl_ui/node_add_menu_geometry/__init__.pyi +54 -54
  76. bl_ui/node_add_menu_shader/__init__.pyi +16 -16
  77. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  78. bl_ui/properties_animviz/__init__.pyi +2 -2
  79. bl_ui/properties_collection/__init__.pyi +10 -8
  80. bl_ui/properties_constraint/__init__.pyi +125 -125
  81. bl_ui/properties_data_armature/__init__.pyi +22 -22
  82. bl_ui/properties_data_bone/__init__.pyi +20 -20
  83. bl_ui/properties_data_camera/__init__.pyi +19 -19
  84. bl_ui/properties_data_curve/__init__.pyi +23 -23
  85. bl_ui/properties_data_curves/__init__.pyi +9 -9
  86. bl_ui/properties_data_empty/__init__.pyi +4 -4
  87. bl_ui/properties_data_grease_pencil/__init__.pyi +25 -25
  88. bl_ui/properties_data_lattice/__init__.pyi +4 -4
  89. bl_ui/properties_data_light/__init__.pyi +14 -14
  90. bl_ui/properties_data_lightprobe/__init__.pyi +18 -18
  91. bl_ui/properties_data_mesh/__init__.pyi +25 -58
  92. bl_ui/properties_data_metaball/__init__.pyi +6 -6
  93. bl_ui/properties_data_modifier/__init__.pyi +12 -12
  94. bl_ui/properties_data_pointcloud/__init__.pyi +8 -8
  95. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  96. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  97. bl_ui/properties_data_volume/__init__.pyi +9 -9
  98. bl_ui/properties_freestyle/__init__.pyi +51 -51
  99. bl_ui/properties_grease_pencil_common/__init__.pyi +30 -30
  100. bl_ui/properties_mask_common/__init__.pyi +24 -24
  101. bl_ui/properties_material/__init__.pyi +27 -27
  102. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  103. bl_ui/properties_object/__init__.pyi +29 -29
  104. bl_ui/properties_output/__init__.pyi +29 -29
  105. bl_ui/properties_paint_common/__init__.pyi +59 -50
  106. bl_ui/properties_particle/__init__.pyi +101 -101
  107. bl_ui/properties_physics_cloth/__init__.pyi +20 -20
  108. bl_ui/properties_physics_common/__init__.pyi +8 -8
  109. bl_ui/properties_physics_dynamicpaint/__init__.pyi +57 -57
  110. bl_ui/properties_physics_field/__init__.pyi +23 -23
  111. bl_ui/properties_physics_fluid/__init__.pyi +76 -76
  112. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -3
  113. bl_ui/properties_physics_rigidbody/__init__.pyi +18 -18
  114. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +29 -29
  115. bl_ui/properties_physics_softbody/__init__.pyi +21 -21
  116. bl_ui/properties_render/__init__.pyi +81 -81
  117. bl_ui/properties_scene/__init__.pyi +22 -22
  118. bl_ui/properties_texture/__init__.pyi +39 -39
  119. bl_ui/properties_view_layer/__init__.pyi +12 -12
  120. bl_ui/properties_workspace/__init__.pyi +5 -5
  121. bl_ui/properties_world/__init__.pyi +18 -18
  122. bl_ui/space_clip/__init__.pyi +81 -81
  123. bl_ui/space_console/__init__.pyi +6 -6
  124. bl_ui/space_dopesheet/__init__.pyi +32 -32
  125. bl_ui/space_filebrowser/__init__.pyi +45 -45
  126. bl_ui/space_graph/__init__.pyi +21 -21
  127. bl_ui/space_image/__init__.pyi +73 -75
  128. bl_ui/space_info/__init__.pyi +6 -6
  129. bl_ui/space_nla/__init__.pyi +18 -18
  130. bl_ui/space_node/__init__.pyi +42 -42
  131. bl_ui/space_outliner/__init__.pyi +21 -21
  132. bl_ui/space_properties/__init__.pyi +6 -6
  133. bl_ui/space_sequencer/__init__.pyi +133 -133
  134. bl_ui/space_spreadsheet/__init__.pyi +4 -4
  135. bl_ui/space_statusbar/__init__.pyi +1 -1
  136. bl_ui/space_text/__init__.pyi +17 -17
  137. bl_ui/space_time/__init__.pyi +12 -12
  138. bl_ui/space_toolsystem_common/__init__.pyi +28 -26
  139. bl_ui/space_toolsystem_toolbar/__init__.pyi +36 -36
  140. bl_ui/space_topbar/__init__.pyi +32 -32
  141. bl_ui/space_userpref/__init__.pyi +132 -132
  142. bl_ui/space_view3d/__init__.pyi +297 -307
  143. bl_ui/space_view3d_toolbar/__init__.pyi +148 -149
  144. bl_ui/utils/__init__.pyi +5 -5
  145. bl_ui_utils/layout/__init__.pyi +1 -1
  146. blend_render_info/__init__.pyi +2 -2
  147. blf/__init__.pyi +15 -15
  148. bmesh/__init__.pyi +1 -1
  149. bmesh/ops/__init__.pyi +366 -357
  150. bmesh/types/__init__.pyi +59 -57
  151. bmesh/utils/__init__.pyi +2 -2
  152. bpy/app/__init__.pyi +3 -3
  153. bpy/app/icons/__init__.pyi +1 -1
  154. bpy/app/timers/__init__.pyi +2 -2
  155. bpy/app/translations/__init__.pyi +9 -9
  156. bpy/msgbus/__init__.pyi +15 -3
  157. bpy/ops/action/__init__.pyi +62 -38
  158. bpy/ops/anim/__init__.pyi +63 -61
  159. bpy/ops/armature/__init__.pyi +58 -48
  160. bpy/ops/asset/__init__.pyi +31 -20
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -16
  163. bpy/ops/buttons/__init__.pyi +14 -12
  164. bpy/ops/cachefile/__init__.pyi +9 -11
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -95
  167. bpy/ops/cloth/__init__.pyi +1 -1
  168. bpy/ops/collection/__init__.pyi +11 -9
  169. bpy/ops/console/__init__.pyi +37 -21
  170. bpy/ops/constraint/__init__.pyi +20 -18
  171. bpy/ops/curve/__init__.pyi +81 -51
  172. bpy/ops/curves/__init__.pyi +50 -30
  173. bpy/ops/cycles/__init__.pyi +3 -3
  174. bpy/ops/dpaint/__init__.pyi +5 -5
  175. bpy/ops/ed/__init__.pyi +19 -16
  176. bpy/ops/export_anim/__init__.pyi +1 -1
  177. bpy/ops/export_scene/__init__.pyi +2 -2
  178. bpy/ops/extensions/__init__.pyi +38 -32
  179. bpy/ops/file/__init__.pyi +72 -43
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -29
  182. bpy/ops/geometry/__init__.pyi +10 -10
  183. bpy/ops/gizmogroup/__init__.pyi +4 -2
  184. bpy/ops/gpencil/__init__.pyi +12 -8
  185. bpy/ops/graph/__init__.pyi +81 -68
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -61
  188. bpy/ops/import_anim/__init__.pyi +1 -1
  189. bpy/ops/import_curve/__init__.pyi +1 -1
  190. bpy/ops/import_scene/__init__.pyi +2 -2
  191. bpy/ops/info/__init__.pyi +13 -7
  192. bpy/ops/lattice/__init__.pyi +14 -8
  193. bpy/ops/marker/__init__.pyi +13 -11
  194. bpy/ops/mask/__init__.pyi +59 -39
  195. bpy/ops/material/__init__.pyi +3 -3
  196. bpy/ops/mball/__init__.pyi +8 -8
  197. bpy/ops/mesh/__init__.pyi +182 -164
  198. bpy/ops/nla/__init__.pyi +65 -39
  199. bpy/ops/node/__init__.pyi +181 -150
  200. bpy/ops/object/__init__.pyi +262 -251
  201. bpy/ops/outliner/__init__.pyi +98 -72
  202. bpy/ops/paint/__init__.pyi +58 -54
  203. bpy/ops/paintcurve/__init__.pyi +12 -8
  204. bpy/ops/palette/__init__.pyi +11 -7
  205. bpy/ops/particle/__init__.pyi +58 -36
  206. bpy/ops/pointcloud/__init__.pyi +13 -7
  207. bpy/ops/pose/__init__.pyi +65 -51
  208. bpy/ops/poselib/__init__.pyi +17 -11
  209. bpy/ops/preferences/__init__.pyi +41 -38
  210. bpy/ops/ptcache/__init__.pyi +13 -7
  211. bpy/ops/render/__init__.pyi +17 -13
  212. bpy/ops/rigidbody/__init__.pyi +19 -13
  213. bpy/ops/scene/__init__.pyi +39 -37
  214. bpy/ops/screen/__init__.pyi +59 -45
  215. bpy/ops/script/__init__.pyi +5 -3
  216. bpy/ops/sculpt/__init__.pyi +44 -40
  217. bpy/ops/sculpt_curves/__init__.pyi +4 -4
  218. bpy/ops/sequencer/__init__.pyi +142 -115
  219. bpy/ops/sound/__init__.pyi +7 -16
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -49
  223. bpy/ops/text_editor/__init__.pyi +1 -1
  224. bpy/ops/texture/__init__.pyi +8 -4
  225. bpy/ops/transform/__init__.pyi +29 -27
  226. bpy/ops/ui/__init__.pyi +42 -34
  227. bpy/ops/uilist/__init__.pyi +3 -3
  228. bpy/ops/uv/__init__.pyi +59 -49
  229. bpy/ops/view2d/__init__.pyi +14 -14
  230. bpy/ops/view3d/__init__.pyi +87 -67
  231. bpy/ops/wm/__init__.pyi +136 -574
  232. bpy/ops/workspace/__init__.pyi +11 -7
  233. bpy/ops/world/__init__.pyi +2 -2
  234. bpy/props/__init__.pyi +16 -13
  235. bpy/types/__init__.pyi +1237 -1281
  236. bpy/utils/__init__.pyi +23 -23
  237. bpy/utils/previews/__init__.pyi +3 -3
  238. bpy_extras/anim_utils/__init__.pyi +7 -7
  239. bpy_extras/bmesh_utils/__init__.pyi +1 -1
  240. bpy_extras/id_map_utils/__init__.pyi +3 -3
  241. bpy_extras/io_utils/__init__.pyi +14 -12
  242. bpy_extras/keyconfig_utils/__init__.pyi +3 -3
  243. bpy_extras/mesh_utils/__init__.pyi +2 -2
  244. bpy_extras/node_shader_utils/__init__.pyi +63 -63
  245. bpy_extras/node_utils/__init__.pyi +3 -3
  246. bpy_extras/object_utils/__init__.pyi +4 -4
  247. bpy_extras/wm_utils/progress_report/__init__.pyi +10 -10
  248. bpy_types/__init__.pyi +4 -4
  249. console_python/__init__.pyi +7 -7
  250. console_shell/__init__.pyi +5 -5
  251. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250607.dist-info/RECORD +367 -0
  253. freestyle/chainingiterators/__init__.pyi +35 -33
  254. freestyle/functions/__init__.pyi +55 -55
  255. freestyle/predicates/__init__.pyi +8 -8
  256. freestyle/shaders/__init__.pyi +79 -75
  257. freestyle/types/__init__.pyi +146 -142
  258. freestyle/utils/ContextFunctions/__init__.pyi +3 -1
  259. freestyle/utils/__init__.pyi +25 -25
  260. gpu/matrix/__init__.pyi +14 -14
  261. gpu/select/__init__.pyi +1 -1
  262. gpu/shader/__init__.pyi +1 -1
  263. gpu/state/__init__.pyi +19 -19
  264. gpu/types/__init__.pyi +50 -44
  265. gpu_extras/presets/__init__.pyi +2 -2
  266. graphviz_export/__init__.pyi +2 -2
  267. idprop/types/__init__.pyi +9 -9
  268. imbuf/__init__.pyi +3 -1
  269. imbuf/types/__init__.pyi +3 -3
  270. keyingsets_builtins/__init__.pyi +26 -26
  271. keyingsets_utils/__init__.pyi +14 -14
  272. mathutils/__init__.pyi +61 -53
  273. mathutils/bvhtree/__init__.pyi +4 -4
  274. mathutils/kdtree/__init__.pyi +3 -3
  275. mathutils/noise/__init__.pyi +1 -1
  276. nodeitems_builtins/__init__.pyi +4 -4
  277. nodeitems_utils/__init__.pyi +9 -9
  278. rna_info/__init__.pyi +25 -25
  279. rna_keymap_ui/__init__.pyi +6 -6
  280. rna_prop_ui/__init__.pyi +12 -12
  281. rna_xml/__init__.pyi +6 -6
  282. fake_bpy_module-20250604.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class PARTICLE_MT_context_menu(bpy.types.Menu):
27
27
  :rtype: typing.Any
28
28
  """
29
29
 
30
- def draw(self, context):
30
+ def draw(self, context) -> None:
31
31
  """
32
32
 
33
33
  :param context:
@@ -92,14 +92,14 @@ class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy.types.Panel):
92
92
  :rtype: typing.Any
93
93
  """
94
94
 
95
- def draw(self, context):
95
+ def draw(self, context) -> None:
96
96
  """
97
97
 
98
98
  :param context:
99
99
  """
100
100
 
101
101
  @classmethod
102
- def poll(cls, context):
102
+ def poll(cls, context) -> None:
103
103
  """
104
104
 
105
105
  :param context:
@@ -129,14 +129,14 @@ class PARTICLE_PT_cache(ParticleButtonsPanel, bpy.types.Panel):
129
129
  :rtype: typing.Any
130
130
  """
131
131
 
132
- def draw(self, context):
132
+ def draw(self, context) -> None:
133
133
  """
134
134
 
135
135
  :param context:
136
136
  """
137
137
 
138
138
  @classmethod
139
- def poll(cls, context):
139
+ def poll(cls, context) -> None:
140
140
  """
141
141
 
142
142
  :param context:
@@ -167,14 +167,14 @@ class PARTICLE_PT_children(ParticleButtonsPanel, bpy.types.Panel):
167
167
  :rtype: typing.Any
168
168
  """
169
169
 
170
- def draw(self, context):
170
+ def draw(self, context) -> None:
171
171
  """
172
172
 
173
173
  :param context:
174
174
  """
175
175
 
176
176
  @classmethod
177
- def poll(cls, context):
177
+ def poll(cls, context) -> None:
178
178
  """
179
179
 
180
180
  :param context:
@@ -205,14 +205,14 @@ class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy.types.Panel):
205
205
  :rtype: typing.Any
206
206
  """
207
207
 
208
- def draw(self, context):
208
+ def draw(self, context) -> None:
209
209
  """
210
210
 
211
211
  :param context:
212
212
  """
213
213
 
214
214
  @classmethod
215
- def poll(cls, context):
215
+ def poll(cls, context) -> None:
216
216
  """
217
217
 
218
218
  :param context:
@@ -243,13 +243,13 @@ class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, bpy.types.Panel)
243
243
  :rtype: typing.Any
244
244
  """
245
245
 
246
- def draw(self, context):
246
+ def draw(self, context) -> None:
247
247
  """
248
248
 
249
249
  :param context:
250
250
  """
251
251
 
252
- def draw_header(self, context):
252
+ def draw_header(self, context) -> None:
253
253
  """
254
254
 
255
255
  :param context:
@@ -280,14 +280,14 @@ class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy.types.Panel):
280
280
  :rtype: typing.Any
281
281
  """
282
282
 
283
- def draw(self, context):
283
+ def draw(self, context) -> None:
284
284
  """
285
285
 
286
286
  :param context:
287
287
  """
288
288
 
289
289
  @classmethod
290
- def poll(cls, context):
290
+ def poll(cls, context) -> None:
291
291
  """
292
292
 
293
293
  :param context:
@@ -318,14 +318,14 @@ class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy.types.Panel):
318
318
  :rtype: typing.Any
319
319
  """
320
320
 
321
- def draw(self, context):
321
+ def draw(self, context) -> None:
322
322
  """
323
323
 
324
324
  :param context:
325
325
  """
326
326
 
327
327
  @classmethod
328
- def poll(cls, context):
328
+ def poll(cls, context) -> None:
329
329
  """
330
330
 
331
331
  :param context:
@@ -357,14 +357,14 @@ class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy.types.Panel):
357
357
  :rtype: typing.Any
358
358
  """
359
359
 
360
- def draw(self, context):
360
+ def draw(self, context) -> None:
361
361
  """
362
362
 
363
363
  :param context:
364
364
  """
365
365
 
366
366
  @classmethod
367
- def poll(cls, context):
367
+ def poll(cls, context) -> None:
368
368
  """
369
369
 
370
370
  :param context:
@@ -394,14 +394,14 @@ class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy.types.Panel):
394
394
  :rtype: typing.Any
395
395
  """
396
396
 
397
- def draw(self, context):
397
+ def draw(self, context) -> None:
398
398
  """
399
399
 
400
400
  :param context:
401
401
  """
402
402
 
403
403
  @classmethod
404
- def poll(cls, context):
404
+ def poll(cls, context) -> None:
405
405
  """
406
406
 
407
407
  :param context:
@@ -462,14 +462,14 @@ class PARTICLE_PT_draw(ParticleButtonsPanel, bpy.types.Panel):
462
462
  :rtype: typing.Any
463
463
  """
464
464
 
465
- def draw(self, context):
465
+ def draw(self, context) -> None:
466
466
  """
467
467
 
468
468
  :param context:
469
469
  """
470
470
 
471
471
  @classmethod
472
- def poll(cls, context):
472
+ def poll(cls, context) -> None:
473
473
  """
474
474
 
475
475
  :param context:
@@ -499,14 +499,14 @@ class PARTICLE_PT_emission(ParticleButtonsPanel, bpy.types.Panel):
499
499
  :rtype: typing.Any
500
500
  """
501
501
 
502
- def draw(self, context):
502
+ def draw(self, context) -> None:
503
503
  """
504
504
 
505
505
  :param context:
506
506
  """
507
507
 
508
508
  @classmethod
509
- def poll(cls, context):
509
+ def poll(cls, context) -> None:
510
510
  """
511
511
 
512
512
  :param context:
@@ -537,7 +537,7 @@ class PARTICLE_PT_emission_source(ParticleButtonsPanel, bpy.types.Panel):
537
537
  :rtype: typing.Any
538
538
  """
539
539
 
540
- def draw(self, context):
540
+ def draw(self, context) -> None:
541
541
  """
542
542
 
543
543
  :param context:
@@ -567,14 +567,14 @@ class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy.types.Panel):
567
567
  :rtype: typing.Any
568
568
  """
569
569
 
570
- def draw(self, context):
570
+ def draw(self, context) -> None:
571
571
  """
572
572
 
573
573
  :param context:
574
574
  """
575
575
 
576
576
  @classmethod
577
- def poll(cls, context):
577
+ def poll(cls, context) -> None:
578
578
  """
579
579
 
580
580
  :param context:
@@ -604,7 +604,7 @@ class PARTICLE_PT_force_fields(ParticleButtonsPanel, bpy.types.Panel):
604
604
  :rtype: typing.Any
605
605
  """
606
606
 
607
- def draw(self, context):
607
+ def draw(self, context) -> None:
608
608
  """
609
609
 
610
610
  :param context:
@@ -634,7 +634,7 @@ class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, bpy.types.Panel):
634
634
  :rtype: typing.Any
635
635
  """
636
636
 
637
- def draw(self, context):
637
+ def draw(self, context) -> None:
638
638
  """
639
639
 
640
640
  :param context:
@@ -665,7 +665,7 @@ class PARTICLE_PT_force_fields_type1_falloff(ParticleButtonsPanel, bpy.types.Pan
665
665
  :rtype: typing.Any
666
666
  """
667
667
 
668
- def draw(self, context):
668
+ def draw(self, context) -> None:
669
669
  """
670
670
 
671
671
  :param context:
@@ -695,7 +695,7 @@ class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, bpy.types.Panel):
695
695
  :rtype: typing.Any
696
696
  """
697
697
 
698
- def draw(self, context):
698
+ def draw(self, context) -> None:
699
699
  """
700
700
 
701
701
  :param context:
@@ -726,7 +726,7 @@ class PARTICLE_PT_force_fields_type2_falloff(ParticleButtonsPanel, bpy.types.Pan
726
726
  :rtype: typing.Any
727
727
  """
728
728
 
729
- def draw(self, context):
729
+ def draw(self, context) -> None:
730
730
  """
731
731
 
732
732
  :param context:
@@ -756,26 +756,26 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy.types.Panel):
756
756
  :rtype: typing.Any
757
757
  """
758
758
 
759
- def draw(self, context):
759
+ def draw(self, context) -> None:
760
760
  """
761
761
 
762
762
  :param context:
763
763
  """
764
764
 
765
- def draw_header(self, context):
765
+ def draw_header(self, context) -> None:
766
766
  """
767
767
 
768
768
  :param context:
769
769
  """
770
770
 
771
- def draw_header_preset(self, context):
771
+ def draw_header_preset(self, context) -> None:
772
772
  """
773
773
 
774
774
  :param context:
775
775
  """
776
776
 
777
777
  @classmethod
778
- def poll(cls, context):
778
+ def poll(cls, context) -> None:
779
779
  """
780
780
 
781
781
  :param context:
@@ -806,14 +806,14 @@ class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy.types.Panel)
806
806
  :rtype: typing.Any
807
807
  """
808
808
 
809
- def draw(self, context):
809
+ def draw(self, context) -> None:
810
810
  """
811
811
 
812
812
  :param context:
813
813
  """
814
814
 
815
815
  @classmethod
816
- def poll(cls, context):
816
+ def poll(cls, context) -> None:
817
817
  """
818
818
 
819
819
  :param context:
@@ -869,14 +869,14 @@ class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy.types.Panel)
869
869
  :rtype: typing.Any
870
870
  """
871
871
 
872
- def draw(self, context):
872
+ def draw(self, context) -> None:
873
873
  """
874
874
 
875
875
  :param context:
876
876
  """
877
877
 
878
878
  @classmethod
879
- def poll(cls, context):
879
+ def poll(cls, context) -> None:
880
880
  """
881
881
 
882
882
  :param context:
@@ -907,14 +907,14 @@ class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy.types.Panel):
907
907
  :rtype: typing.Any
908
908
  """
909
909
 
910
- def draw(self, context):
910
+ def draw(self, context) -> None:
911
911
  """
912
912
 
913
913
  :param context:
914
914
  """
915
915
 
916
916
  @classmethod
917
- def poll(cls, context):
917
+ def poll(cls, context) -> None:
918
918
  """
919
919
 
920
920
  :param context:
@@ -944,14 +944,14 @@ class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy.types.Panel):
944
944
  :rtype: typing.Any
945
945
  """
946
946
 
947
- def draw(self, context):
947
+ def draw(self, context) -> None:
948
948
  """
949
949
 
950
950
  :param context:
951
951
  """
952
952
 
953
953
  @classmethod
954
- def poll(cls, context):
954
+ def poll(cls, context) -> None:
955
955
  """
956
956
 
957
957
  :param context:
@@ -981,14 +981,14 @@ class PARTICLE_PT_physics(ParticleButtonsPanel, bpy.types.Panel):
981
981
  :rtype: typing.Any
982
982
  """
983
983
 
984
- def draw(self, context):
984
+ def draw(self, context) -> None:
985
985
  """
986
986
 
987
987
  :param context:
988
988
  """
989
989
 
990
990
  @classmethod
991
- def poll(cls, context):
991
+ def poll(cls, context) -> None:
992
992
  """
993
993
 
994
994
  :param context:
@@ -1019,14 +1019,14 @@ class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy.types.Panel):
1019
1019
  :rtype: typing.Any
1020
1020
  """
1021
1021
 
1022
- def draw(self, context):
1022
+ def draw(self, context) -> None:
1023
1023
  """
1024
1024
 
1025
1025
  :param context:
1026
1026
  """
1027
1027
 
1028
1028
  @classmethod
1029
- def poll(cls, context):
1029
+ def poll(cls, context) -> None:
1030
1030
  """
1031
1031
 
1032
1032
  :param context:
@@ -1057,14 +1057,14 @@ class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy.types.Panel):
1057
1057
  :rtype: typing.Any
1058
1058
  """
1059
1059
 
1060
- def draw(self, context):
1060
+ def draw(self, context) -> None:
1061
1061
  """
1062
1062
 
1063
1063
  :param context:
1064
1064
  """
1065
1065
 
1066
1066
  @classmethod
1067
- def poll(cls, context):
1067
+ def poll(cls, context) -> None:
1068
1068
  """
1069
1069
 
1070
1070
  :param context:
@@ -1095,14 +1095,14 @@ class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy.types.Panel):
1095
1095
  :rtype: typing.Any
1096
1096
  """
1097
1097
 
1098
- def draw(self, context):
1098
+ def draw(self, context) -> None:
1099
1099
  """
1100
1100
 
1101
1101
  :param context:
1102
1102
  """
1103
1103
 
1104
1104
  @classmethod
1105
- def poll(cls, context):
1105
+ def poll(cls, context) -> None:
1106
1106
  """
1107
1107
 
1108
1108
  :param context:
@@ -1133,14 +1133,14 @@ class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy.types.Panel):
1133
1133
  :rtype: typing.Any
1134
1134
  """
1135
1135
 
1136
- def draw(self, context):
1136
+ def draw(self, context) -> None:
1137
1137
  """
1138
1138
 
1139
1139
  :param context:
1140
1140
  """
1141
1141
 
1142
1142
  @classmethod
1143
- def poll(cls, context):
1143
+ def poll(cls, context) -> None:
1144
1144
  """
1145
1145
 
1146
1146
  :param context:
@@ -1171,14 +1171,14 @@ class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy.types.Panel):
1171
1171
  :rtype: typing.Any
1172
1172
  """
1173
1173
 
1174
- def draw(self, context):
1174
+ def draw(self, context) -> None:
1175
1175
  """
1176
1176
 
1177
1177
  :param context:
1178
1178
  """
1179
1179
 
1180
1180
  @classmethod
1181
- def poll(cls, context):
1181
+ def poll(cls, context) -> None:
1182
1182
  """
1183
1183
 
1184
1184
  :param context:
@@ -1209,14 +1209,14 @@ class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy.types.Pane
1209
1209
  :rtype: typing.Any
1210
1210
  """
1211
1211
 
1212
- def draw(self, context):
1212
+ def draw(self, context) -> None:
1213
1213
  """
1214
1214
 
1215
1215
  :param context:
1216
1216
  """
1217
1217
 
1218
1218
  @classmethod
1219
- def poll(cls, context):
1219
+ def poll(cls, context) -> None:
1220
1220
  """
1221
1221
 
1222
1222
  :param context:
@@ -1247,14 +1247,14 @@ class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy.types.Panel):
1247
1247
  :rtype: typing.Any
1248
1248
  """
1249
1249
 
1250
- def draw(self, context):
1250
+ def draw(self, context) -> None:
1251
1251
  """
1252
1252
 
1253
1253
  :param context:
1254
1254
  """
1255
1255
 
1256
1256
  @classmethod
1257
- def poll(cls, context):
1257
+ def poll(cls, context) -> None:
1258
1258
  """
1259
1259
 
1260
1260
  :param context:
@@ -1285,14 +1285,14 @@ class PARTICLE_PT_physics_fluid_springs_advanced(ParticleButtonsPanel, bpy.types
1285
1285
  :rtype: typing.Any
1286
1286
  """
1287
1287
 
1288
- def draw(self, context):
1288
+ def draw(self, context) -> None:
1289
1289
  """
1290
1290
 
1291
1291
  :param context:
1292
1292
  """
1293
1293
 
1294
1294
  @classmethod
1295
- def poll(cls, context):
1295
+ def poll(cls, context) -> None:
1296
1296
  """
1297
1297
 
1298
1298
  :param context:
@@ -1325,20 +1325,20 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
1325
1325
  :rtype: typing.Any
1326
1326
  """
1327
1327
 
1328
- def draw(self, context):
1328
+ def draw(self, context) -> None:
1329
1329
  """
1330
1330
 
1331
1331
  :param context:
1332
1332
  """
1333
1333
 
1334
- def draw_header(self, context):
1334
+ def draw_header(self, context) -> None:
1335
1335
  """
1336
1336
 
1337
1337
  :param context:
1338
1338
  """
1339
1339
 
1340
1340
  @classmethod
1341
- def poll(cls, context):
1341
+ def poll(cls, context) -> None:
1342
1342
  """
1343
1343
 
1344
1344
  :param context:
@@ -1368,14 +1368,14 @@ class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy.types.Panel):
1368
1368
  :rtype: typing.Any
1369
1369
  """
1370
1370
 
1371
- def draw(self, context):
1371
+ def draw(self, context) -> None:
1372
1372
  """
1373
1373
 
1374
1374
  :param context:
1375
1375
  """
1376
1376
 
1377
1377
  @classmethod
1378
- def poll(cls, context):
1378
+ def poll(cls, context) -> None:
1379
1379
  """
1380
1380
 
1381
1381
  :param context:
@@ -1406,14 +1406,14 @@ class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy.types.Panel):
1406
1406
  :rtype: typing.Any
1407
1407
  """
1408
1408
 
1409
- def draw(self, context):
1409
+ def draw(self, context) -> None:
1410
1410
  """
1411
1411
 
1412
1412
  :param context:
1413
1413
  """
1414
1414
 
1415
1415
  @classmethod
1416
- def poll(cls, context):
1416
+ def poll(cls, context) -> None:
1417
1417
  """
1418
1418
 
1419
1419
  :param context:
@@ -1444,14 +1444,14 @@ class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy.types.Panel):
1444
1444
  :rtype: typing.Any
1445
1445
  """
1446
1446
 
1447
- def draw(self, context):
1447
+ def draw(self, context) -> None:
1448
1448
  """
1449
1449
 
1450
1450
  :param context:
1451
1451
  """
1452
1452
 
1453
1453
  @classmethod
1454
- def poll(cls, context):
1454
+ def poll(cls, context) -> None:
1455
1455
  """
1456
1456
 
1457
1457
  :param context:
@@ -1481,14 +1481,14 @@ class PARTICLE_PT_render(ParticleButtonsPanel, bpy.types.Panel):
1481
1481
  :rtype: typing.Any
1482
1482
  """
1483
1483
 
1484
- def draw(self, context):
1484
+ def draw(self, context) -> None:
1485
1485
  """
1486
1486
 
1487
1487
  :param context:
1488
1488
  """
1489
1489
 
1490
1490
  @classmethod
1491
- def poll(cls, context):
1491
+ def poll(cls, context) -> None:
1492
1492
  """
1493
1493
 
1494
1494
  :param context:
@@ -1518,14 +1518,14 @@ class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy.types.Panel):
1518
1518
  :rtype: typing.Any
1519
1519
  """
1520
1520
 
1521
- def draw(self, context):
1521
+ def draw(self, context) -> None:
1522
1522
  """
1523
1523
 
1524
1524
  :param context:
1525
1525
  """
1526
1526
 
1527
1527
  @classmethod
1528
- def poll(cls, context):
1528
+ def poll(cls, context) -> None:
1529
1529
  """
1530
1530
 
1531
1531
  :param context:
@@ -1556,20 +1556,20 @@ class PARTICLE_PT_render_collection_use_count(ParticleButtonsPanel, bpy.types.Pa
1556
1556
  :rtype: typing.Any
1557
1557
  """
1558
1558
 
1559
- def draw(self, context):
1559
+ def draw(self, context) -> None:
1560
1560
  """
1561
1561
 
1562
1562
  :param context:
1563
1563
  """
1564
1564
 
1565
- def draw_header(self, context):
1565
+ def draw_header(self, context) -> None:
1566
1566
  """
1567
1567
 
1568
1568
  :param context:
1569
1569
  """
1570
1570
 
1571
1571
  @classmethod
1572
- def poll(cls, context):
1572
+ def poll(cls, context) -> None:
1573
1573
  """
1574
1574
 
1575
1575
  :param context:
@@ -1600,14 +1600,14 @@ class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy.types.Panel):
1600
1600
  :rtype: typing.Any
1601
1601
  """
1602
1602
 
1603
- def draw(self, context):
1603
+ def draw(self, context) -> None:
1604
1604
  """
1605
1605
 
1606
1606
  :param context:
1607
1607
  """
1608
1608
 
1609
1609
  @classmethod
1610
- def poll(cls, context):
1610
+ def poll(cls, context) -> None:
1611
1611
  """
1612
1612
 
1613
1613
  :param context:
@@ -1637,14 +1637,14 @@ class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy.types.Panel):
1637
1637
  :rtype: typing.Any
1638
1638
  """
1639
1639
 
1640
- def draw(self, context):
1640
+ def draw(self, context) -> None:
1641
1641
  """
1642
1642
 
1643
1643
  :param context:
1644
1644
  """
1645
1645
 
1646
1646
  @classmethod
1647
- def poll(cls, context):
1647
+ def poll(cls, context) -> None:
1648
1648
  """
1649
1649
 
1650
1650
  :param context:
@@ -1674,14 +1674,14 @@ class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy.types.Panel):
1674
1674
  :rtype: typing.Any
1675
1675
  """
1676
1676
 
1677
- def draw(self, context):
1677
+ def draw(self, context) -> None:
1678
1678
  """
1679
1679
 
1680
1680
  :param context:
1681
1681
  """
1682
1682
 
1683
1683
  @classmethod
1684
- def poll(cls, context):
1684
+ def poll(cls, context) -> None:
1685
1685
  """
1686
1686
 
1687
1687
  :param context:
@@ -1712,14 +1712,14 @@ class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy.types.Panel):
1712
1712
  :rtype: typing.Any
1713
1713
  """
1714
1714
 
1715
- def draw(self, context):
1715
+ def draw(self, context) -> None:
1716
1716
  """
1717
1717
 
1718
1718
  :param context:
1719
1719
  """
1720
1720
 
1721
1721
  @classmethod
1722
- def poll(cls, context):
1722
+ def poll(cls, context) -> None:
1723
1723
  """
1724
1724
 
1725
1725
  :param context:
@@ -1749,20 +1749,20 @@ class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy.types.Panel):
1749
1749
  :rtype: typing.Any
1750
1750
  """
1751
1751
 
1752
- def draw(self, context):
1752
+ def draw(self, context) -> None:
1753
1753
  """
1754
1754
 
1755
1755
  :param context:
1756
1756
  """
1757
1757
 
1758
- def draw_header(self, context):
1758
+ def draw_header(self, context) -> None:
1759
1759
  """
1760
1760
 
1761
1761
  :param context:
1762
1762
  """
1763
1763
 
1764
1764
  @classmethod
1765
- def poll(cls, context):
1765
+ def poll(cls, context) -> None:
1766
1766
  """
1767
1767
 
1768
1768
  :param context:
@@ -1793,7 +1793,7 @@ class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, bpy.types.Pane
1793
1793
  :rtype: typing.Any
1794
1794
  """
1795
1795
 
1796
- def draw(self, context):
1796
+ def draw(self, context) -> None:
1797
1797
  """
1798
1798
 
1799
1799
  :param context:
@@ -1823,14 +1823,14 @@ class PARTICLE_PT_textures(ParticleButtonsPanel, bpy.types.Panel):
1823
1823
  :rtype: typing.Any
1824
1824
  """
1825
1825
 
1826
- def draw(self, context):
1826
+ def draw(self, context) -> None:
1827
1827
  """
1828
1828
 
1829
1829
  :param context:
1830
1830
  """
1831
1831
 
1832
1832
  @classmethod
1833
- def poll(cls, context):
1833
+ def poll(cls, context) -> None:
1834
1834
  """
1835
1835
 
1836
1836
  :param context:
@@ -1860,14 +1860,14 @@ class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy.types.Panel):
1860
1860
  :rtype: typing.Any
1861
1861
  """
1862
1862
 
1863
- def draw(self, context):
1863
+ def draw(self, context) -> None:
1864
1864
  """
1865
1865
 
1866
1866
  :param context:
1867
1867
  """
1868
1868
 
1869
1869
  @classmethod
1870
- def poll(cls, context):
1870
+ def poll(cls, context) -> None:
1871
1871
  """
1872
1872
 
1873
1873
  :param context:
@@ -1897,14 +1897,14 @@ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy.types.Panel):
1897
1897
  :rtype: typing.Any
1898
1898
  """
1899
1899
 
1900
- def draw(self, context):
1900
+ def draw(self, context) -> None:
1901
1901
  """
1902
1902
 
1903
1903
  :param context:
1904
1904
  """
1905
1905
 
1906
1906
  @classmethod
1907
- def poll(cls, context):
1907
+ def poll(cls, context) -> None:
1908
1908
  """
1909
1909
 
1910
1910
  :param context:
@@ -1939,7 +1939,7 @@ class PARTICLE_UL_particle_systems(bpy.types.UIList):
1939
1939
  _active_propname,
1940
1940
  _index,
1941
1941
  _flt_flag,
1942
- ):
1942
+ ) -> None:
1943
1943
  """
1944
1944
 
1945
1945
  :param _context:
@@ -1959,13 +1959,13 @@ class ParticleButtonsPanel:
1959
1959
  bl_space_type: typing.Any
1960
1960
 
1961
1961
  @classmethod
1962
- def poll(cls, context):
1962
+ def poll(cls, context) -> None:
1963
1963
  """
1964
1964
 
1965
1965
  :param context:
1966
1966
  """
1967
1967
 
1968
- def find_modifier(ob, psys): ...
1969
- def particle_get_settings(context): ...
1970
- def particle_panel_enabled(context, psys): ...
1971
- def particle_panel_poll(cls, context): ...
1968
+ def find_modifier(ob, psys) -> None: ...
1969
+ def particle_get_settings(context) -> None: ...
1970
+ def particle_panel_enabled(context, psys) -> None: ...
1971
+ def particle_panel_poll(cls, context) -> None: ...