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
@@ -20,7 +20,7 @@ class GreasePencilV3PaintPanel:
20
20
  bl_context: typing.Any
21
21
 
22
22
  @classmethod
23
- def poll(cls, context):
23
+ def poll(cls, context) -> None:
24
24
  """
25
25
 
26
26
  :param context:
@@ -40,7 +40,7 @@ class SelectPaintSlotHelper:
40
40
  canvas_image_attr_name: typing.Any
41
41
  canvas_source_attr_name: typing.Any
42
42
 
43
- def draw(self, context):
43
+ def draw(self, context) -> None:
44
44
  """
45
45
 
46
46
  :param context:
@@ -74,7 +74,7 @@ class TEXTURE_UL_texpaintslots(bpy.types.UIList):
74
74
  _active_data,
75
75
  _active_propname,
76
76
  _index,
77
- ):
77
+ ) -> None:
78
78
  """
79
79
 
80
80
  :param _context:
@@ -106,7 +106,7 @@ class VIEW3D_MT_brush_context_menu(bpy.types.Menu):
106
106
  :rtype: typing.Any
107
107
  """
108
108
 
109
- def draw(self, context):
109
+ def draw(self, context) -> None:
110
110
  """
111
111
 
112
112
  :param context:
@@ -131,7 +131,7 @@ class VIEW3D_MT_brush_gpencil_context_menu(bpy.types.Menu):
131
131
  :rtype: typing.Any
132
132
  """
133
133
 
134
- def draw(self, context):
134
+ def draw(self, context) -> None:
135
135
  """
136
136
 
137
137
  :param context:
@@ -156,7 +156,7 @@ class VIEW3D_MT_tools_projectpaint_stencil(bpy.types.Menu):
156
156
  :rtype: typing.Any
157
157
  """
158
158
 
159
- def draw(self, context):
159
+ def draw(self, context) -> None:
160
160
  """
161
161
 
162
162
  :param context:
@@ -181,7 +181,7 @@ class VIEW3D_MT_tools_projectpaint_uvlayer(bpy.types.Menu):
181
181
  :rtype: typing.Any
182
182
  """
183
183
 
184
- def draw(self, context):
184
+ def draw(self, context) -> None:
185
185
  """
186
186
 
187
187
  :param context:
@@ -261,7 +261,7 @@ class VIEW3D_PT_mask(bpy.types.Panel):
261
261
  :rtype: typing.Any
262
262
  """
263
263
 
264
- def draw(self, context):
264
+ def draw(self, context) -> None:
265
265
  """
266
266
 
267
267
  :param context:
@@ -311,13 +311,13 @@ class VIEW3D_PT_slots_color_attributes(bpy.types.Panel):
311
311
  :rtype: typing.Any
312
312
  """
313
313
 
314
- def draw(self, context):
314
+ def draw(self, context) -> None:
315
315
  """
316
316
 
317
317
  :param context:
318
318
  """
319
319
 
320
- def draw_header(self, context):
320
+ def draw_header(self, context) -> None:
321
321
  """
322
322
 
323
323
  :param context:
@@ -346,26 +346,26 @@ class VIEW3D_PT_slots_paint_canvas(View3DPanel, SelectPaintSlotHelper, bpy.types
346
346
  :rtype: typing.Any
347
347
  """
348
348
 
349
- def draw_header(self, context):
349
+ def draw_header(self, context) -> None:
350
350
  """
351
351
 
352
352
  :param context:
353
353
  """
354
354
 
355
- def draw_image_interpolation(self, **_kwargs):
355
+ def draw_image_interpolation(self, **_kwargs) -> None:
356
356
  """
357
357
 
358
358
  :param _kwargs:
359
359
  """
360
360
 
361
- def get_mode_settings(self, context):
361
+ def get_mode_settings(self, context) -> None:
362
362
  """
363
363
 
364
364
  :param context:
365
365
  """
366
366
 
367
367
  @classmethod
368
- def poll(cls, context):
368
+ def poll(cls, context) -> None:
369
369
  """
370
370
 
371
371
  :param context:
@@ -394,27 +394,27 @@ class VIEW3D_PT_slots_projectpaint(View3DPanel, SelectPaintSlotHelper, bpy.types
394
394
  :rtype: typing.Any
395
395
  """
396
396
 
397
- def draw_header(self, context):
397
+ def draw_header(self, context) -> None:
398
398
  """
399
399
 
400
400
  :param context:
401
401
  """
402
402
 
403
- def draw_image_interpolation(self, layout, mode_settings):
403
+ def draw_image_interpolation(self, layout, mode_settings) -> None:
404
404
  """
405
405
 
406
406
  :param layout:
407
407
  :param mode_settings:
408
408
  """
409
409
 
410
- def get_mode_settings(self, context):
410
+ def get_mode_settings(self, context) -> None:
411
411
  """
412
412
 
413
413
  :param context:
414
414
  """
415
415
 
416
416
  @classmethod
417
- def poll(cls, context):
417
+ def poll(cls, context) -> None:
418
418
  """
419
419
 
420
420
  :param context:
@@ -442,13 +442,13 @@ class VIEW3D_PT_slots_vertex_groups(bpy.types.Panel):
442
442
  :rtype: typing.Any
443
443
  """
444
444
 
445
- def draw(self, context):
445
+ def draw(self, context) -> None:
446
446
  """
447
447
 
448
448
  :param context:
449
449
  """
450
450
 
451
- def draw_header(self, context):
451
+ def draw_header(self, context) -> None:
452
452
  """
453
453
 
454
454
  :param context:
@@ -478,20 +478,20 @@ class VIEW3D_PT_stencil_projectpaint(bpy.types.Panel):
478
478
  :rtype: typing.Any
479
479
  """
480
480
 
481
- def draw(self, context):
481
+ def draw(self, context) -> None:
482
482
  """
483
483
 
484
484
  :param context:
485
485
  """
486
486
 
487
- def draw_header(self, context):
487
+ def draw_header(self, context) -> None:
488
488
  """
489
489
 
490
490
  :param context:
491
491
  """
492
492
 
493
493
  @classmethod
494
- def poll(cls, context):
494
+ def poll(cls, context) -> None:
495
495
  """
496
496
 
497
497
  :param context:
@@ -520,7 +520,7 @@ class VIEW3D_PT_tools_armatureedit_options(View3DPanel, bpy.types.Panel):
520
520
  :rtype: typing.Any
521
521
  """
522
522
 
523
- def draw(self, context):
523
+ def draw(self, context) -> None:
524
524
  """
525
525
 
526
526
  :param context:
@@ -633,20 +633,20 @@ class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, bpy.types.Panel)
633
633
  :rtype: typing.Any
634
634
  """
635
635
 
636
- def draw(self, context):
636
+ def draw(self, context) -> None:
637
637
  """
638
638
 
639
639
  :param context:
640
640
  """
641
641
 
642
- def draw_header(self, context):
642
+ def draw_header(self, context) -> None:
643
643
  """
644
644
 
645
645
  :param context:
646
646
  """
647
647
 
648
648
  @classmethod
649
- def poll(cls, context):
649
+ def poll(cls, context) -> None:
650
650
  """
651
651
 
652
652
  :param context:
@@ -677,20 +677,20 @@ class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, bpy.types.Panel):
677
677
  :rtype: typing.Any
678
678
  """
679
679
 
680
- def draw(self, context):
680
+ def draw(self, context) -> None:
681
681
  """
682
682
 
683
683
  :param context:
684
684
  """
685
685
 
686
- def draw_header(self, context):
686
+ def draw_header(self, context) -> None:
687
687
  """
688
688
 
689
689
  :param context:
690
690
  """
691
691
 
692
692
  @classmethod
693
- def poll(cls, context):
693
+ def poll(cls, context) -> None:
694
694
  """
695
695
 
696
696
  :param context:
@@ -831,14 +831,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_advanced(View3DPanel, bpy.types.Panel)
831
831
  :rtype: typing.Any
832
832
  """
833
833
 
834
- def draw(self, context):
834
+ def draw(self, context) -> None:
835
835
  """
836
836
 
837
837
  :param context:
838
838
  """
839
839
 
840
840
  @classmethod
841
- def poll(cls, context):
841
+ def poll(cls, context) -> None:
842
842
  """
843
843
 
844
844
  :param context:
@@ -868,14 +868,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_eraser(View3DPanel, bpy.types.Panel):
868
868
  :rtype: typing.Any
869
869
  """
870
870
 
871
- def draw(self, context):
871
+ def draw(self, context) -> None:
872
872
  """
873
873
 
874
874
  :param context:
875
875
  """
876
876
 
877
877
  @classmethod
878
- def poll(cls, context):
878
+ def poll(cls, context) -> None:
879
879
  """
880
880
 
881
881
  :param context:
@@ -905,14 +905,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(View3DPanel, bpy.types.Pan
905
905
  :rtype: typing.Any
906
906
  """
907
907
 
908
- def draw(self, context):
908
+ def draw(self, context) -> None:
909
909
  """
910
910
 
911
911
  :param context:
912
912
  """
913
913
 
914
914
  @classmethod
915
- def poll(cls, context):
915
+ def poll(cls, context) -> None:
916
916
  """
917
917
 
918
918
  :param context:
@@ -942,14 +942,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(View3DPanel, bpy.types.Pan
942
942
  :rtype: typing.Any
943
943
  """
944
944
 
945
- def draw(self, context):
945
+ def draw(self, context) -> None:
946
946
  """
947
947
 
948
948
  :param context:
949
949
  """
950
950
 
951
951
  @classmethod
952
- def poll(cls, context):
952
+ def poll(cls, context) -> None:
953
953
  """
954
954
 
955
955
  :param context:
@@ -978,14 +978,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(View3DPanel, bpy.types.Panel)
978
978
  :rtype: typing.Any
979
979
  """
980
980
 
981
- def draw(self, context):
981
+ def draw(self, context) -> None:
982
982
  """
983
983
 
984
984
  :param context:
985
985
  """
986
986
 
987
987
  @classmethod
988
- def poll(cls, context):
988
+ def poll(cls, context) -> None:
989
989
  """
990
990
 
991
991
  :param context:
@@ -1016,20 +1016,20 @@ class VIEW3D_PT_tools_grease_pencil_brush_post_processing(View3DPanel, bpy.types
1016
1016
  :rtype: typing.Any
1017
1017
  """
1018
1018
 
1019
- def draw(self, context):
1019
+ def draw(self, context) -> None:
1020
1020
  """
1021
1021
 
1022
1022
  :param context:
1023
1023
  """
1024
1024
 
1025
- def draw_header(self, context):
1025
+ def draw_header(self, context) -> None:
1026
1026
  """
1027
1027
 
1028
1028
  :param context:
1029
1029
  """
1030
1030
 
1031
1031
  @classmethod
1032
- def poll(cls, context):
1032
+ def poll(cls, context) -> None:
1033
1033
  """
1034
1034
 
1035
1035
  :param context:
@@ -1060,20 +1060,20 @@ class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, bpy.types.Panel):
1060
1060
  :rtype: typing.Any
1061
1061
  """
1062
1062
 
1063
- def draw(self, context):
1063
+ def draw(self, context) -> None:
1064
1064
  """
1065
1065
 
1066
1066
  :param context:
1067
1067
  """
1068
1068
 
1069
- def draw_header(self, context):
1069
+ def draw_header(self, context) -> None:
1070
1070
  """
1071
1071
 
1072
1072
  :param context:
1073
1073
  """
1074
1074
 
1075
1075
  @classmethod
1076
- def poll(cls, context):
1076
+ def poll(cls, context) -> None:
1077
1077
  """
1078
1078
 
1079
1079
  :param context:
@@ -1134,14 +1134,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, bpy.types.Pa
1134
1134
  :rtype: typing.Any
1135
1135
  """
1136
1136
 
1137
- def draw(self, context):
1137
+ def draw(self, context) -> None:
1138
1138
  """
1139
1139
 
1140
1140
  :param context:
1141
1141
  """
1142
1142
 
1143
1143
  @classmethod
1144
- def poll(cls, context):
1144
+ def poll(cls, context) -> None:
1145
1145
  """
1146
1146
 
1147
1147
  :param context:
@@ -1171,14 +1171,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, bpy.types.
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:
@@ -1214,7 +1214,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
1214
1214
  """
1215
1215
 
1216
1216
  @classmethod
1217
- def poll(cls, context):
1217
+ def poll(cls, context) -> None:
1218
1218
  """
1219
1219
 
1220
1220
  :param context:
@@ -1248,7 +1248,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
1248
1248
  """
1249
1249
 
1250
1250
  @classmethod
1251
- def poll(cls, context):
1251
+ def poll(cls, context) -> None:
1252
1252
  """
1253
1253
 
1254
1254
  :param context:
@@ -1308,14 +1308,14 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, bpy.types.Pan
1308
1308
  :rtype: typing.Any
1309
1309
  """
1310
1310
 
1311
- def draw(self, context):
1311
+ def draw(self, context) -> None:
1312
1312
  """
1313
1313
 
1314
1314
  :param context:
1315
1315
  """
1316
1316
 
1317
1317
  @classmethod
1318
- def poll(cls, context):
1318
+ def poll(cls, context) -> None:
1319
1319
  """
1320
1320
 
1321
1321
  :param context:
@@ -1345,14 +1345,14 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, bpy.types.Panel
1345
1345
  :rtype: typing.Any
1346
1346
  """
1347
1347
 
1348
- def draw(self, context):
1348
+ def draw(self, context) -> None:
1349
1349
  """
1350
1350
 
1351
1351
  :param context:
1352
1352
  """
1353
1353
 
1354
1354
  @classmethod
1355
- def poll(cls, context):
1355
+ def poll(cls, context) -> None:
1356
1356
  """
1357
1357
 
1358
1358
  :param context:
@@ -1386,14 +1386,14 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_fill_advanced(
1386
1386
  :rtype: typing.Any
1387
1387
  """
1388
1388
 
1389
- def draw(self, context):
1389
+ def draw(self, context) -> None:
1390
1390
  """
1391
1391
 
1392
1392
  :param context:
1393
1393
  """
1394
1394
 
1395
1395
  @classmethod
1396
- def poll(cls, context):
1396
+ def poll(cls, context) -> None:
1397
1397
  """
1398
1398
 
1399
1399
  :param context:
@@ -1423,14 +1423,14 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, bpy.types.
1423
1423
  :rtype: typing.Any
1424
1424
  """
1425
1425
 
1426
- def draw(self, context):
1426
+ def draw(self, context) -> None:
1427
1427
  """
1428
1428
 
1429
1429
  :param context:
1430
1430
  """
1431
1431
 
1432
1432
  @classmethod
1433
- def poll(cls, context):
1433
+ def poll(cls, context) -> None:
1434
1434
  """
1435
1435
 
1436
1436
  :param context:
@@ -1460,14 +1460,14 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, bpy.types.
1460
1460
  :rtype: typing.Any
1461
1461
  """
1462
1462
 
1463
- def draw(self, context):
1463
+ def draw(self, context) -> None:
1464
1464
  """
1465
1465
 
1466
1466
  :param context:
1467
1467
  """
1468
1468
 
1469
1469
  @classmethod
1470
- def poll(cls, context):
1470
+ def poll(cls, context) -> None:
1471
1471
  """
1472
1472
 
1473
1473
  :param context:
@@ -1496,14 +1496,14 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, bpy.types.Pan
1496
1496
  :rtype: typing.Any
1497
1497
  """
1498
1498
 
1499
- def draw(self, context):
1499
+ def draw(self, context) -> None:
1500
1500
  """
1501
1501
 
1502
1502
  :param context:
1503
1503
  """
1504
1504
 
1505
1505
  @classmethod
1506
- def poll(cls, context):
1506
+ def poll(cls, context) -> None:
1507
1507
  """
1508
1508
 
1509
1509
  :param context:
@@ -1536,20 +1536,20 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
1536
1536
  :rtype: typing.Any
1537
1537
  """
1538
1538
 
1539
- def draw(self, context):
1539
+ def draw(self, context) -> None:
1540
1540
  """
1541
1541
 
1542
1542
  :param context:
1543
1543
  """
1544
1544
 
1545
- def draw_header(self, context):
1545
+ def draw_header(self, context) -> None:
1546
1546
  """
1547
1547
 
1548
1548
  :param context:
1549
1549
  """
1550
1550
 
1551
1551
  @classmethod
1552
- def poll(cls, context):
1552
+ def poll(cls, context) -> None:
1553
1553
  """
1554
1554
 
1555
1555
  :param context:
@@ -1580,20 +1580,20 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, bpy.types.Panel
1580
1580
  :rtype: typing.Any
1581
1581
  """
1582
1582
 
1583
- def draw(self, context):
1583
+ def draw(self, context) -> None:
1584
1584
  """
1585
1585
 
1586
1586
  :param context:
1587
1587
  """
1588
1588
 
1589
- def draw_header(self, context):
1589
+ def draw_header(self, context) -> None:
1590
1590
  """
1591
1591
 
1592
1592
  :param context:
1593
1593
  """
1594
1594
 
1595
1595
  @classmethod
1596
- def poll(cls, context):
1596
+ def poll(cls, context) -> None:
1597
1597
  """
1598
1598
 
1599
1599
  :param context:
@@ -1707,14 +1707,14 @@ class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, bpy.types.Panel):
1707
1707
  :rtype: typing.Any
1708
1708
  """
1709
1709
 
1710
- def draw(self, context):
1710
+ def draw(self, context) -> None:
1711
1711
  """
1712
1712
 
1713
1713
  :param context:
1714
1714
  """
1715
1715
 
1716
1716
  @classmethod
1717
- def poll(cls, context):
1717
+ def poll(cls, context) -> None:
1718
1718
  """
1719
1719
 
1720
1720
  :param context:
@@ -1743,13 +1743,13 @@ class VIEW3D_PT_tools_imagepaint_options_cavity(bpy.types.Panel):
1743
1743
  :rtype: typing.Any
1744
1744
  """
1745
1745
 
1746
- def draw(self, context):
1746
+ def draw(self, context) -> None:
1747
1747
  """
1748
1748
 
1749
1749
  :param context:
1750
1750
  """
1751
1751
 
1752
- def draw_header(self, context):
1752
+ def draw_header(self, context) -> None:
1753
1753
  """
1754
1754
 
1755
1755
  :param context:
@@ -1782,14 +1782,14 @@ class VIEW3D_PT_tools_mask_texture(
1782
1782
  :rtype: typing.Any
1783
1783
  """
1784
1784
 
1785
- def draw(self, context):
1785
+ def draw(self, context) -> None:
1786
1786
  """
1787
1787
 
1788
1788
  :param context:
1789
1789
  """
1790
1790
 
1791
1791
  @classmethod
1792
- def poll(cls, context):
1792
+ def poll(cls, context) -> None:
1793
1793
  """
1794
1794
 
1795
1795
  :param context:
@@ -1820,7 +1820,7 @@ class VIEW3D_PT_tools_meshedit_options(View3DPanel, bpy.types.Panel):
1820
1820
  :rtype: typing.Any
1821
1821
  """
1822
1822
 
1823
- def draw(self, _context):
1823
+ def draw(self, _context) -> None:
1824
1824
  """
1825
1825
 
1826
1826
  :param _context:
@@ -1850,14 +1850,14 @@ class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, bpy.types.Panel):
1850
1850
  :rtype: typing.Any
1851
1851
  """
1852
1852
 
1853
- def draw(self, context):
1853
+ def draw(self, context) -> None:
1854
1854
  """
1855
1855
 
1856
1856
  :param context:
1857
1857
  """
1858
1858
 
1859
1859
  @classmethod
1860
- def poll(cls, context):
1860
+ def poll(cls, context) -> None:
1861
1861
  """
1862
1862
 
1863
1863
  :param context:
@@ -1887,7 +1887,7 @@ class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, bpy.types.Panel):
1887
1887
  :rtype: typing.Any
1888
1888
  """
1889
1889
 
1890
- def draw(self, context):
1890
+ def draw(self, context) -> None:
1891
1891
  """
1892
1892
 
1893
1893
  :param context:
@@ -1916,7 +1916,7 @@ class VIEW3D_PT_tools_object_options(View3DPanel, bpy.types.Panel):
1916
1916
  :rtype: typing.Any
1917
1917
  """
1918
1918
 
1919
- def draw(self, context):
1919
+ def draw(self, context) -> None:
1920
1920
  """
1921
1921
 
1922
1922
  :param context:
@@ -1946,7 +1946,7 @@ class VIEW3D_PT_tools_object_options_transform(View3DPanel, bpy.types.Panel):
1946
1946
  :rtype: typing.Any
1947
1947
  """
1948
1948
 
1949
- def draw(self, context):
1949
+ def draw(self, context) -> None:
1950
1950
  """
1951
1951
 
1952
1952
  :param context:
@@ -1978,7 +1978,7 @@ class VIEW3D_PT_tools_particlemode_options(View3DPanel, bpy.types.Panel):
1978
1978
  :rtype: typing.Any
1979
1979
  """
1980
1980
 
1981
- def draw(self, context):
1981
+ def draw(self, context) -> None:
1982
1982
  """
1983
1983
 
1984
1984
  :param context:
@@ -2009,7 +2009,7 @@ class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, bpy.types.Panel)
2009
2009
  :rtype: typing.Any
2010
2010
  """
2011
2011
 
2012
- def draw(self, context):
2012
+ def draw(self, context) -> None:
2013
2013
  """
2014
2014
 
2015
2015
  :param context:
@@ -2041,7 +2041,7 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, bpy.types.Panel
2041
2041
  :rtype: typing.Any
2042
2042
  """
2043
2043
 
2044
- def draw(self, context):
2044
+ def draw(self, context) -> None:
2045
2045
  """
2046
2046
 
2047
2047
  :param context:
@@ -2070,7 +2070,7 @@ class VIEW3D_PT_tools_posemode_options(View3DPanel, bpy.types.Panel):
2070
2070
  :rtype: typing.Any
2071
2071
  """
2072
2072
 
2073
- def draw(self, context):
2073
+ def draw(self, context) -> None:
2074
2074
  """
2075
2075
 
2076
2076
  :param context:
@@ -2144,13 +2144,13 @@ class VIEW3D_PT_tools_grease_pencil_brush_settings(
2144
2144
  :rtype: typing.Any
2145
2145
  """
2146
2146
 
2147
- def draw(self, context):
2147
+ def draw(self, context) -> None:
2148
2148
  """
2149
2149
 
2150
2150
  :param context:
2151
2151
  """
2152
2152
 
2153
- def draw_header_preset(self, _context):
2153
+ def draw_header_preset(self, _context) -> None:
2154
2154
  """
2155
2155
 
2156
2156
  :param _context:
@@ -2181,7 +2181,7 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
2181
2181
  :rtype: typing.Any
2182
2182
  """
2183
2183
 
2184
- def draw(self, context):
2184
+ def draw(self, context) -> None:
2185
2185
  """
2186
2186
 
2187
2187
  :param context:
@@ -2213,13 +2213,13 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
2213
2213
  :rtype: typing.Any
2214
2214
  """
2215
2215
 
2216
- def draw(self, context):
2216
+ def draw(self, context) -> None:
2217
2217
  """
2218
2218
 
2219
2219
  :param context:
2220
2220
  """
2221
2221
 
2222
- def draw_header_preset(self, _context):
2222
+ def draw_header_preset(self, _context) -> None:
2223
2223
  """
2224
2224
 
2225
2225
  :param _context:
@@ -2250,7 +2250,7 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
2250
2250
  :rtype: typing.Any
2251
2251
  """
2252
2252
 
2253
- def draw(self, context):
2253
+ def draw(self, context) -> None:
2254
2254
  """
2255
2255
 
2256
2256
  :param context:
@@ -2282,7 +2282,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
2282
2282
  :rtype: typing.Any
2283
2283
  """
2284
2284
 
2285
- def draw(self, context):
2285
+ def draw(self, context) -> None:
2286
2286
  """
2287
2287
 
2288
2288
  :param context:
@@ -2313,7 +2313,7 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
2313
2313
  :rtype: typing.Any
2314
2314
  """
2315
2315
 
2316
- def draw(self, context):
2316
+ def draw(self, context) -> None:
2317
2317
  """
2318
2318
 
2319
2319
  :param context:
@@ -2343,14 +2343,14 @@ class VIEW3D_PT_curves_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2343
2343
  :rtype: typing.Any
2344
2344
  """
2345
2345
 
2346
- def draw(self, context):
2346
+ def draw(self, context) -> None:
2347
2347
  """
2348
2348
 
2349
2349
  :param context:
2350
2350
  """
2351
2351
 
2352
2352
  @classmethod
2353
- def poll(cls, context):
2353
+ def poll(cls, context) -> None:
2354
2354
  """
2355
2355
 
2356
2356
  :param context:
@@ -2362,14 +2362,14 @@ class VIEW3D_PT_imagepaint_options(View3DPaintPanel):
2362
2362
  bl_region_type: typing.Any
2363
2363
  bl_space_type: typing.Any
2364
2364
 
2365
- def draw(self, _context):
2365
+ def draw(self, _context) -> None:
2366
2366
  """
2367
2367
 
2368
2368
  :param _context:
2369
2369
  """
2370
2370
 
2371
2371
  @classmethod
2372
- def poll(cls, _context):
2372
+ def poll(cls, _context) -> None:
2373
2373
  """
2374
2374
 
2375
2375
  :param _context:
@@ -2400,20 +2400,20 @@ class VIEW3D_PT_sculpt_dyntopo(bpy.types.Panel, View3DPaintPanel):
2400
2400
  :rtype: typing.Any
2401
2401
  """
2402
2402
 
2403
- def draw(self, context):
2403
+ def draw(self, context) -> None:
2404
2404
  """
2405
2405
 
2406
2406
  :param context:
2407
2407
  """
2408
2408
 
2409
- def draw_header(self, context):
2409
+ def draw_header(self, context) -> None:
2410
2410
  """
2411
2411
 
2412
2412
  :param context:
2413
2413
  """
2414
2414
 
2415
2415
  @classmethod
2416
- def poll(cls, context):
2416
+ def poll(cls, context) -> None:
2417
2417
  """
2418
2418
 
2419
2419
  :param context:
@@ -2444,14 +2444,14 @@ class VIEW3D_PT_sculpt_options(bpy.types.Panel, View3DPaintPanel):
2444
2444
  :rtype: typing.Any
2445
2445
  """
2446
2446
 
2447
- def draw(self, context):
2447
+ def draw(self, context) -> None:
2448
2448
  """
2449
2449
 
2450
2450
  :param context:
2451
2451
  """
2452
2452
 
2453
2453
  @classmethod
2454
- def poll(cls, context):
2454
+ def poll(cls, context) -> None:
2455
2455
  """
2456
2456
 
2457
2457
  :param context:
@@ -2481,14 +2481,14 @@ class VIEW3D_PT_sculpt_options_gravity(bpy.types.Panel, View3DPaintPanel):
2481
2481
  :rtype: typing.Any
2482
2482
  """
2483
2483
 
2484
- def draw(self, context):
2484
+ def draw(self, context) -> None:
2485
2485
  """
2486
2486
 
2487
2487
  :param context:
2488
2488
  """
2489
2489
 
2490
2490
  @classmethod
2491
- def poll(cls, context):
2491
+ def poll(cls, context) -> None:
2492
2492
  """
2493
2493
 
2494
2494
  :param context:
@@ -2518,14 +2518,14 @@ class VIEW3D_PT_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2518
2518
  :rtype: typing.Any
2519
2519
  """
2520
2520
 
2521
- def draw(self, context):
2521
+ def draw(self, context) -> None:
2522
2522
  """
2523
2523
 
2524
2524
  :param context:
2525
2525
  """
2526
2526
 
2527
2527
  @classmethod
2528
- def poll(cls, context):
2528
+ def poll(cls, context) -> None:
2529
2529
  """
2530
2530
 
2531
2531
  :param context:
@@ -2556,14 +2556,14 @@ class VIEW3D_PT_sculpt_voxel_remesh(bpy.types.Panel, View3DPaintPanel):
2556
2556
  :rtype: typing.Any
2557
2557
  """
2558
2558
 
2559
- def draw(self, context):
2559
+ def draw(self, context) -> None:
2560
2560
  """
2561
2561
 
2562
2562
  :param context:
2563
2563
  """
2564
2564
 
2565
2565
  @classmethod
2566
- def poll(cls, context):
2566
+ def poll(cls, context) -> None:
2567
2567
  """
2568
2568
 
2569
2569
  :param context:
@@ -2593,14 +2593,14 @@ class VIEW3D_PT_tools_brush_color(bpy.types.Panel, View3DPaintPanel):
2593
2593
  :rtype: typing.Any
2594
2594
  """
2595
2595
 
2596
- def draw(self, context):
2596
+ def draw(self, context) -> None:
2597
2597
  """
2598
2598
 
2599
2599
  :param context:
2600
2600
  """
2601
2601
 
2602
2602
  @classmethod
2603
- def poll(cls, context):
2603
+ def poll(cls, context) -> None:
2604
2604
  """
2605
2605
 
2606
2606
  :param context:
@@ -2631,14 +2631,14 @@ class VIEW3D_PT_tools_brush_texture(bpy.types.Panel, View3DPaintPanel):
2631
2631
  :rtype: typing.Any
2632
2632
  """
2633
2633
 
2634
- def draw(self, context):
2634
+ def draw(self, context) -> None:
2635
2635
  """
2636
2636
 
2637
2637
  :param context:
2638
2638
  """
2639
2639
 
2640
2640
  @classmethod
2641
- def poll(cls, context):
2641
+ def poll(cls, context) -> None:
2642
2642
  """
2643
2643
 
2644
2644
  :param context:
@@ -2673,7 +2673,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
2673
2673
  """
2674
2674
 
2675
2675
  @classmethod
2676
- def poll(cls, context):
2676
+ def poll(cls, context) -> None:
2677
2677
  """
2678
2678
 
2679
2679
  :param context:
@@ -2708,7 +2708,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
2708
2708
  """
2709
2709
 
2710
2710
  @classmethod
2711
- def poll(cls, context):
2711
+ def poll(cls, context) -> None:
2712
2712
  """
2713
2713
 
2714
2714
  :param context:
@@ -2743,7 +2743,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
2743
2743
  """
2744
2744
 
2745
2745
  @classmethod
2746
- def poll(cls, context):
2746
+ def poll(cls, context) -> None:
2747
2747
  """
2748
2748
 
2749
2749
  :param context:
@@ -2779,7 +2779,7 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
2779
2779
  """
2780
2780
 
2781
2781
  @classmethod
2782
- def poll(cls, context):
2782
+ def poll(cls, context) -> None:
2783
2783
  """
2784
2784
 
2785
2785
  :param context:
@@ -2810,7 +2810,7 @@ class VIEW3D_PT_tools_imagepaint_options_external(bpy.types.Panel, View3DPaintPa
2810
2810
  :rtype: typing.Any
2811
2811
  """
2812
2812
 
2813
- def draw(self, context):
2813
+ def draw(self, context) -> None:
2814
2814
  """
2815
2815
 
2816
2816
  :param context:
@@ -2840,14 +2840,14 @@ class VIEW3D_PT_tools_imagepaint_symmetry(bpy.types.Panel, View3DPaintPanel):
2840
2840
  :rtype: typing.Any
2841
2841
  """
2842
2842
 
2843
- def draw(self, context):
2843
+ def draw(self, context) -> None:
2844
2844
  """
2845
2845
 
2846
2846
  :param context:
2847
2847
  """
2848
2848
 
2849
2849
  @classmethod
2850
- def poll(cls, context):
2850
+ def poll(cls, context) -> None:
2851
2851
  """
2852
2852
 
2853
2853
  :param context:
@@ -2877,14 +2877,14 @@ class VIEW3D_PT_tools_particlemode(bpy.types.Panel, View3DPaintPanel):
2877
2877
  :rtype: typing.Any
2878
2878
  """
2879
2879
 
2880
- def draw(self, context):
2880
+ def draw(self, context) -> None:
2881
2881
  """
2882
2882
 
2883
2883
  :param context:
2884
2884
  """
2885
2885
 
2886
2886
  @classmethod
2887
- def poll(cls, context):
2887
+ def poll(cls, context) -> None:
2888
2888
  """
2889
2889
 
2890
2890
  :param context:
@@ -2914,14 +2914,14 @@ class VIEW3D_PT_tools_vertexpaint_options(bpy.types.Panel, View3DPaintPanel):
2914
2914
  :rtype: typing.Any
2915
2915
  """
2916
2916
 
2917
- def draw(self, _context):
2917
+ def draw(self, _context) -> None:
2918
2918
  """
2919
2919
 
2920
2920
  :param _context:
2921
2921
  """
2922
2922
 
2923
2923
  @classmethod
2924
- def poll(cls, _context):
2924
+ def poll(cls, _context) -> None:
2925
2925
  """
2926
2926
 
2927
2927
  :param _context:
@@ -2951,14 +2951,14 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
2951
2951
  :rtype: typing.Any
2952
2952
  """
2953
2953
 
2954
- def draw(self, context):
2954
+ def draw(self, context) -> None:
2955
2955
  """
2956
2956
 
2957
2957
  :param context:
2958
2958
  """
2959
2959
 
2960
2960
  @classmethod
2961
- def poll(cls, context):
2961
+ def poll(cls, context) -> None:
2962
2962
  """
2963
2963
 
2964
2964
  :param context:
@@ -2987,14 +2987,14 @@ class VIEW3D_PT_tools_weight_gradient(bpy.types.Panel, View3DPaintPanel):
2987
2987
  :rtype: typing.Any
2988
2988
  """
2989
2989
 
2990
- def draw(self, context):
2990
+ def draw(self, context) -> None:
2991
2991
  """
2992
2992
 
2993
2993
  :param context:
2994
2994
  """
2995
2995
 
2996
2996
  @classmethod
2997
- def poll(cls, context):
2997
+ def poll(cls, context) -> None:
2998
2998
  """
2999
2999
 
3000
3000
  :param context:
@@ -3024,7 +3024,7 @@ class VIEW3D_PT_tools_weightpaint_options(bpy.types.Panel, View3DPaintPanel):
3024
3024
  :rtype: typing.Any
3025
3025
  """
3026
3026
 
3027
- def draw(self, context):
3027
+ def draw(self, context) -> None:
3028
3028
  """
3029
3029
 
3030
3030
  :param context:
@@ -3054,14 +3054,14 @@ class VIEW3D_PT_tools_weightpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3054
3054
  :rtype: typing.Any
3055
3055
  """
3056
3056
 
3057
- def draw(self, context):
3057
+ def draw(self, context) -> None:
3058
3058
  """
3059
3059
 
3060
3060
  :param context:
3061
3061
  """
3062
3062
 
3063
3063
  @classmethod
3064
- def poll(cls, context):
3064
+ def poll(cls, context) -> None:
3065
3065
  """
3066
3066
 
3067
3067
  :param context:
@@ -3073,7 +3073,7 @@ class View3DPaintBrushPanel(View3DPaintPanel):
3073
3073
  bl_space_type: typing.Any
3074
3074
 
3075
3075
  @classmethod
3076
- def poll(cls, context):
3076
+ def poll(cls, context) -> None:
3077
3077
  """
3078
3078
 
3079
3079
  :param context:
@@ -3104,20 +3104,20 @@ class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(bpy.types.Panel, View3DPane
3104
3104
  :rtype: typing.Any
3105
3105
  """
3106
3106
 
3107
- def draw(self, context):
3107
+ def draw(self, context) -> None:
3108
3108
  """
3109
3109
 
3110
3110
  :param context:
3111
3111
  """
3112
3112
 
3113
- def draw_header(self, context):
3113
+ def draw_header(self, context) -> None:
3114
3114
  """
3115
3115
 
3116
3116
  :param context:
3117
3117
  """
3118
3118
 
3119
3119
  @classmethod
3120
- def poll(cls, context):
3120
+ def poll(cls, context) -> None:
3121
3121
  """
3122
3122
 
3123
3123
  :param context:
@@ -3149,14 +3149,14 @@ class VIEW3D_PT_tools_grease_pencil_brush_stroke(bpy.types.Panel, View3DPanel):
3149
3149
  :rtype: typing.Any
3150
3150
  """
3151
3151
 
3152
- def draw(self, _context):
3152
+ def draw(self, _context) -> None:
3153
3153
  """
3154
3154
 
3155
3155
  :param _context:
3156
3156
  """
3157
3157
 
3158
3158
  @classmethod
3159
- def poll(cls, context):
3159
+ def poll(cls, context) -> None:
3160
3160
  """
3161
3161
 
3162
3162
  :param context:
@@ -3246,20 +3246,20 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(bpy.types.Panel, View3DP
3246
3246
  :rtype: typing.Any
3247
3247
  """
3248
3248
 
3249
- def draw(self, context):
3249
+ def draw(self, context) -> None:
3250
3250
  """
3251
3251
 
3252
3252
  :param context:
3253
3253
  """
3254
3254
 
3255
- def draw_header(self, context):
3255
+ def draw_header(self, context) -> None:
3256
3256
  """
3257
3257
 
3258
3258
  :param context:
3259
3259
  """
3260
3260
 
3261
3261
  @classmethod
3262
- def poll(cls, context):
3262
+ def poll(cls, context) -> None:
3263
3263
  """
3264
3264
 
3265
3265
  :param context:
@@ -3291,14 +3291,14 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(bpy.types.Panel, View3DPanel
3291
3291
  :rtype: typing.Any
3292
3292
  """
3293
3293
 
3294
- def draw(self, _context):
3294
+ def draw(self, _context) -> None:
3295
3295
  """
3296
3296
 
3297
3297
  :param _context:
3298
3298
  """
3299
3299
 
3300
3300
  @classmethod
3301
- def poll(cls, context):
3301
+ def poll(cls, context) -> None:
3302
3302
  """
3303
3303
 
3304
3304
  :param context:
@@ -3385,14 +3385,14 @@ class VIEW3D_PT_tools_brush_settings(bpy.types.Panel, View3DPaintBrushPanel):
3385
3385
  :rtype: typing.Any
3386
3386
  """
3387
3387
 
3388
- def draw(self, context):
3388
+ def draw(self, context) -> None:
3389
3389
  """
3390
3390
 
3391
3391
  :param context:
3392
3392
  """
3393
3393
 
3394
3394
  @classmethod
3395
- def poll(cls, context):
3395
+ def poll(cls, context) -> None:
3396
3396
  """
3397
3397
 
3398
3398
  :param context:
@@ -3424,19 +3424,18 @@ class VIEW3D_PT_tools_brush_settings_advanced(bpy.types.Panel, View3DPaintBrushP
3424
3424
  :rtype: typing.Any
3425
3425
  """
3426
3426
 
3427
- def draw(self, context):
3427
+ def draw(self, context) -> None:
3428
3428
  """
3429
3429
 
3430
3430
  :param context:
3431
3431
  """
3432
3432
 
3433
3433
  @classmethod
3434
- def poll(cls, context):
3434
+ def poll(cls, context) -> None:
3435
3435
  """
3436
3436
 
3437
3437
  :param context:
3438
3438
  """
3439
3439
 
3440
- def draw_vpaint_symmetry(layout, vpaint, obj): ...
3441
- def is_not_gpencil_edit_mode(context): ...
3442
- def tool_use_brush(context): ...
3440
+ def draw_vpaint_symmetry(layout, vpaint, obj) -> None: ...
3441
+ def tool_use_brush(context) -> None: ...