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
@@ -11,7 +11,7 @@ class AssetShelfHiddenByDefault:
11
11
  bl_options: typing.Any
12
12
 
13
13
  class BoneOptions:
14
- def draw(self, context):
14
+ def draw(self, context) -> None:
15
15
  """
16
16
 
17
17
  :param context:
@@ -36,7 +36,7 @@ class GREASE_PENCIL_MT_Layers(bpy.types.Menu):
36
36
  :rtype: typing.Any
37
37
  """
38
38
 
39
- def draw(self, context):
39
+ def draw(self, context) -> None:
40
40
  """
41
41
 
42
42
  :param context:
@@ -45,7 +45,7 @@ class GREASE_PENCIL_MT_Layers(bpy.types.Menu):
45
45
  class ShowHideMenu:
46
46
  bl_label: typing.Any
47
47
 
48
- def draw(self, _context):
48
+ def draw(self, _context) -> None:
49
49
  """
50
50
 
51
51
  :param _context:
@@ -72,7 +72,7 @@ class TOPBAR_MT_edit_armature_add(bpy.types.Menu):
72
72
  :rtype: typing.Any
73
73
  """
74
74
 
75
- def draw(self, _context):
75
+ def draw(self, _context) -> None:
76
76
  """
77
77
 
78
78
  :param _context:
@@ -100,7 +100,7 @@ class TOPBAR_MT_edit_curve_add(bpy.types.Menu):
100
100
  :rtype: typing.Any
101
101
  """
102
102
 
103
- def draw(self, context):
103
+ def draw(self, context) -> None:
104
104
  """
105
105
 
106
106
  :param context:
@@ -156,7 +156,7 @@ class TOPBAR_PT_grease_pencil_materials(
156
156
  """
157
157
 
158
158
  @classmethod
159
- def poll(cls, context):
159
+ def poll(cls, context) -> None:
160
160
  """
161
161
 
162
162
  :param context:
@@ -184,14 +184,14 @@ class TOPBAR_PT_grease_pencil_vertex_color(bpy.types.Panel):
184
184
  :rtype: typing.Any
185
185
  """
186
186
 
187
- def draw(self, context):
187
+ def draw(self, context) -> None:
188
188
  """
189
189
 
190
190
  :param context:
191
191
  """
192
192
 
193
193
  @classmethod
194
- def poll(cls, context):
194
+ def poll(cls, context) -> None:
195
195
  """
196
196
 
197
197
  :param context:
@@ -207,7 +207,6 @@ class VIEW3D_AST_brush_gpencil_paint(View3DAssetShelf, bpy.types.AssetShelf):
207
207
  id_data: typing.Any
208
208
  mode: typing.Any
209
209
  mode_prop: typing.Any
210
- tool_prop: typing.Any
211
210
 
212
211
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
213
212
  """
@@ -233,7 +232,6 @@ class VIEW3D_AST_brush_gpencil_sculpt(View3DAssetShelf, bpy.types.AssetShelf):
233
232
  id_data: typing.Any
234
233
  mode: typing.Any
235
234
  mode_prop: typing.Any
236
- tool_prop: typing.Any
237
235
 
238
236
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
239
237
  """
@@ -261,7 +259,6 @@ class VIEW3D_AST_brush_gpencil_vertex(
261
259
  id_data: typing.Any
262
260
  mode: typing.Any
263
261
  mode_prop: typing.Any
264
- tool_prop: typing.Any
265
262
 
266
263
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
267
264
  """
@@ -289,7 +286,6 @@ class VIEW3D_AST_brush_gpencil_weight(
289
286
  id_data: typing.Any
290
287
  mode: typing.Any
291
288
  mode_prop: typing.Any
292
- tool_prop: typing.Any
293
289
 
294
290
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
295
291
  """
@@ -315,7 +311,6 @@ class VIEW3D_AST_brush_sculpt(View3DAssetShelf, bpy.types.AssetShelf):
315
311
  id_data: typing.Any
316
312
  mode: typing.Any
317
313
  mode_prop: typing.Any
318
- tool_prop: typing.Any
319
314
 
320
315
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
321
316
  """
@@ -341,7 +336,6 @@ class VIEW3D_AST_brush_sculpt_curves(View3DAssetShelf, bpy.types.AssetShelf):
341
336
  id_data: typing.Any
342
337
  mode: typing.Any
343
338
  mode_prop: typing.Any
344
- tool_prop: typing.Any
345
339
 
346
340
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
347
341
  """
@@ -367,7 +361,6 @@ class VIEW3D_AST_brush_texture_paint(View3DAssetShelf, bpy.types.AssetShelf):
367
361
  id_data: typing.Any
368
362
  mode: typing.Any
369
363
  mode_prop: typing.Any
370
- tool_prop: typing.Any
371
364
 
372
365
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
373
366
  """
@@ -393,7 +386,6 @@ class VIEW3D_AST_brush_vertex_paint(View3DAssetShelf, bpy.types.AssetShelf):
393
386
  id_data: typing.Any
394
387
  mode: typing.Any
395
388
  mode_prop: typing.Any
396
- tool_prop: typing.Any
397
389
 
398
390
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
399
391
  """
@@ -421,7 +413,6 @@ class VIEW3D_AST_brush_weight_paint(
421
413
  id_data: typing.Any
422
414
  mode: typing.Any
423
415
  mode_prop: typing.Any
424
- tool_prop: typing.Any
425
416
 
426
417
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
427
418
  """
@@ -457,7 +448,7 @@ class VIEW3D_HT_header(bpy.types.Header):
457
448
  """
458
449
 
459
450
  @staticmethod
460
- def draw_xform_template(layout, context):
451
+ def draw_xform_template(layout, context) -> None:
461
452
  """
462
453
 
463
454
  :param layout:
@@ -484,19 +475,19 @@ class VIEW3D_HT_tool_header(bpy.types.Header):
484
475
  :rtype: typing.Any
485
476
  """
486
477
 
487
- def draw(self, context):
478
+ def draw(self, context) -> None:
488
479
  """
489
480
 
490
481
  :param context:
491
482
  """
492
483
 
493
- def draw_mode_settings(self, context):
484
+ def draw_mode_settings(self, context) -> None:
494
485
  """
495
486
 
496
487
  :param context:
497
488
  """
498
489
 
499
- def draw_tool_settings(self, context):
490
+ def draw_tool_settings(self, context) -> None:
500
491
  """
501
492
 
502
493
  :param context:
@@ -523,7 +514,7 @@ class VIEW3D_MT_add(bpy.types.Menu):
523
514
  :rtype: typing.Any
524
515
  """
525
516
 
526
- def draw(self, context):
517
+ def draw(self, context) -> None:
527
518
  """
528
519
 
529
520
  :param context:
@@ -550,7 +541,7 @@ class VIEW3D_MT_armature_add(bpy.types.Menu):
550
541
  :rtype: typing.Any
551
542
  """
552
543
 
553
- def draw(self, _context):
544
+ def draw(self, _context) -> None:
554
545
  """
555
546
 
556
547
  :param _context:
@@ -575,7 +566,7 @@ class VIEW3D_MT_armature_context_menu(bpy.types.Menu):
575
566
  :rtype: typing.Any
576
567
  """
577
568
 
578
- def draw(self, context):
569
+ def draw(self, context) -> None:
579
570
  """
580
571
 
581
572
  :param context:
@@ -600,14 +591,14 @@ class VIEW3D_MT_bone_collections(bpy.types.Menu):
600
591
  :rtype: typing.Any
601
592
  """
602
593
 
603
- def draw(self, context):
594
+ def draw(self, context) -> None:
604
595
  """
605
596
 
606
597
  :param context:
607
598
  """
608
599
 
609
600
  @classmethod
610
- def poll(cls, context):
601
+ def poll(cls, context) -> None:
611
602
  """
612
603
 
613
604
  :param context:
@@ -634,7 +625,7 @@ class VIEW3D_MT_camera_add(bpy.types.Menu):
634
625
  :rtype: typing.Any
635
626
  """
636
627
 
637
- def draw(self, _context):
628
+ def draw(self, _context) -> None:
638
629
  """
639
630
 
640
631
  :param _context:
@@ -661,7 +652,7 @@ class VIEW3D_MT_curve_add(bpy.types.Menu):
661
652
  :rtype: typing.Any
662
653
  """
663
654
 
664
- def draw(self, context):
655
+ def draw(self, context) -> None:
665
656
  """
666
657
 
667
658
  :param context:
@@ -686,7 +677,7 @@ class VIEW3D_MT_edit_armature(bpy.types.Menu):
686
677
  :rtype: typing.Any
687
678
  """
688
679
 
689
- def draw(self, context):
680
+ def draw(self, context) -> None:
690
681
  """
691
682
 
692
683
  :param context:
@@ -711,7 +702,7 @@ class VIEW3D_MT_edit_armature_delete(bpy.types.Menu):
711
702
  :rtype: typing.Any
712
703
  """
713
704
 
714
- def draw(self, _context):
705
+ def draw(self, _context) -> None:
715
706
  """
716
707
 
717
708
  :param _context:
@@ -736,7 +727,7 @@ class VIEW3D_MT_edit_armature_names(bpy.types.Menu):
736
727
  :rtype: typing.Any
737
728
  """
738
729
 
739
- def draw(self, _context):
730
+ def draw(self, _context) -> None:
740
731
  """
741
732
 
742
733
  :param _context:
@@ -762,7 +753,7 @@ class VIEW3D_MT_edit_armature_parent(bpy.types.Menu):
762
753
  :rtype: typing.Any
763
754
  """
764
755
 
765
- def draw(self, _context):
756
+ def draw(self, _context) -> None:
766
757
  """
767
758
 
768
759
  :param _context:
@@ -787,7 +778,7 @@ class VIEW3D_MT_edit_armature_roll(bpy.types.Menu):
787
778
  :rtype: typing.Any
788
779
  """
789
780
 
790
- def draw(self, _context):
781
+ def draw(self, _context) -> None:
791
782
  """
792
783
 
793
784
  :param _context:
@@ -831,7 +822,7 @@ class VIEW3D_MT_edit_curve_clean(bpy.types.Menu):
831
822
  :rtype: typing.Any
832
823
  """
833
824
 
834
- def draw(self, _context):
825
+ def draw(self, _context) -> None:
835
826
  """
836
827
 
837
828
  :param _context:
@@ -856,7 +847,7 @@ class VIEW3D_MT_edit_curve_context_menu(bpy.types.Menu):
856
847
  :rtype: typing.Any
857
848
  """
858
849
 
859
- def draw(self, _context):
850
+ def draw(self, _context) -> None:
860
851
  """
861
852
 
862
853
  :param _context:
@@ -881,7 +872,7 @@ class VIEW3D_MT_edit_curve_ctrlpoints(bpy.types.Menu):
881
872
  :rtype: typing.Any
882
873
  """
883
874
 
884
- def draw(self, context):
875
+ def draw(self, context) -> None:
885
876
  """
886
877
 
887
878
  :param context:
@@ -906,7 +897,7 @@ class VIEW3D_MT_edit_curve_delete(bpy.types.Menu):
906
897
  :rtype: typing.Any
907
898
  """
908
899
 
909
- def draw(self, _context):
900
+ def draw(self, _context) -> None:
910
901
  """
911
902
 
912
903
  :param _context:
@@ -931,7 +922,7 @@ class VIEW3D_MT_edit_curve_segments(bpy.types.Menu):
931
922
  :rtype: typing.Any
932
923
  """
933
924
 
934
- def draw(self, _context):
925
+ def draw(self, _context) -> None:
935
926
  """
936
927
 
937
928
  :param _context:
@@ -975,7 +966,7 @@ class VIEW3D_MT_edit_curves(bpy.types.Menu):
975
966
  :rtype: typing.Any
976
967
  """
977
968
 
978
- def draw(self, _context):
969
+ def draw(self, _context) -> None:
979
970
  """
980
971
 
981
972
  :param _context:
@@ -1001,7 +992,7 @@ class VIEW3D_MT_edit_curves_add(bpy.types.Menu):
1001
992
  :rtype: typing.Any
1002
993
  """
1003
994
 
1004
- def draw(self, _context):
995
+ def draw(self, _context) -> None:
1005
996
  """
1006
997
 
1007
998
  :param _context:
@@ -1026,7 +1017,7 @@ class VIEW3D_MT_edit_curves_context_menu(bpy.types.Menu):
1026
1017
  :rtype: typing.Any
1027
1018
  """
1028
1019
 
1029
- def draw(self, _context):
1020
+ def draw(self, _context) -> None:
1030
1021
  """
1031
1022
 
1032
1023
  :param _context:
@@ -1051,7 +1042,7 @@ class VIEW3D_MT_edit_curves_control_points(bpy.types.Menu):
1051
1042
  :rtype: typing.Any
1052
1043
  """
1053
1044
 
1054
- def draw(self, _context):
1045
+ def draw(self, _context) -> None:
1055
1046
  """
1056
1047
 
1057
1048
  :param _context:
@@ -1076,7 +1067,7 @@ class VIEW3D_MT_edit_curves_segments(bpy.types.Menu):
1076
1067
  :rtype: typing.Any
1077
1068
  """
1078
1069
 
1079
- def draw(self, _context):
1070
+ def draw(self, _context) -> None:
1080
1071
  """
1081
1072
 
1082
1073
  :param _context:
@@ -1101,7 +1092,7 @@ class VIEW3D_MT_edit_curves_select_more_less(bpy.types.Menu):
1101
1092
  :rtype: typing.Any
1102
1093
  """
1103
1094
 
1104
- def draw(self, _context):
1095
+ def draw(self, _context) -> None:
1105
1096
  """
1106
1097
 
1107
1098
  :param _context:
@@ -1126,7 +1117,7 @@ class VIEW3D_MT_edit_font(bpy.types.Menu):
1126
1117
  :rtype: typing.Any
1127
1118
  """
1128
1119
 
1129
- def draw(self, _context):
1120
+ def draw(self, _context) -> None:
1130
1121
  """
1131
1122
 
1132
1123
  :param _context:
@@ -1151,7 +1142,7 @@ class VIEW3D_MT_edit_font_chars(bpy.types.Menu):
1151
1142
  :rtype: typing.Any
1152
1143
  """
1153
1144
 
1154
- def draw(self, _context):
1145
+ def draw(self, _context) -> None:
1155
1146
  """
1156
1147
 
1157
1148
  :param _context:
@@ -1176,7 +1167,7 @@ class VIEW3D_MT_edit_font_context_menu(bpy.types.Menu):
1176
1167
  :rtype: typing.Any
1177
1168
  """
1178
1169
 
1179
- def draw(self, _context):
1170
+ def draw(self, _context) -> None:
1180
1171
  """
1181
1172
 
1182
1173
  :param _context:
@@ -1201,7 +1192,7 @@ class VIEW3D_MT_edit_font_delete(bpy.types.Menu):
1201
1192
  :rtype: typing.Any
1202
1193
  """
1203
1194
 
1204
- def draw(self, _context):
1195
+ def draw(self, _context) -> None:
1205
1196
  """
1206
1197
 
1207
1198
  :param _context:
@@ -1226,7 +1217,7 @@ class VIEW3D_MT_edit_font_kerning(bpy.types.Menu):
1226
1217
  :rtype: typing.Any
1227
1218
  """
1228
1219
 
1229
- def draw(self, context):
1220
+ def draw(self, context) -> None:
1230
1221
  """
1231
1222
 
1232
1223
  :param context:
@@ -1251,7 +1242,7 @@ class VIEW3D_MT_edit_greasepencil(bpy.types.Menu):
1251
1242
  :rtype: typing.Any
1252
1243
  """
1253
1244
 
1254
- def draw(self, _context):
1245
+ def draw(self, _context) -> None:
1255
1246
  """
1256
1247
 
1257
1248
  :param _context:
@@ -1276,7 +1267,7 @@ class VIEW3D_MT_edit_greasepencil_animation(bpy.types.Menu):
1276
1267
  :rtype: typing.Any
1277
1268
  """
1278
1269
 
1279
- def draw(self, context):
1270
+ def draw(self, context) -> None:
1280
1271
  """
1281
1272
 
1282
1273
  :param context:
@@ -1301,7 +1292,7 @@ class VIEW3D_MT_edit_greasepencil_cleanup(bpy.types.Menu):
1301
1292
  :rtype: typing.Any
1302
1293
  """
1303
1294
 
1304
- def draw(self, context):
1295
+ def draw(self, context) -> None:
1305
1296
  """
1306
1297
 
1307
1298
  :param context:
@@ -1326,7 +1317,7 @@ class VIEW3D_MT_edit_greasepencil_delete(bpy.types.Menu):
1326
1317
  :rtype: typing.Any
1327
1318
  """
1328
1319
 
1329
- def draw(self, _context):
1320
+ def draw(self, _context) -> None:
1330
1321
  """
1331
1322
 
1332
1323
  :param _context:
@@ -1351,7 +1342,7 @@ class VIEW3D_MT_edit_greasepencil_point(bpy.types.Menu):
1351
1342
  :rtype: typing.Any
1352
1343
  """
1353
1344
 
1354
- def draw(self, _context):
1345
+ def draw(self, _context) -> None:
1355
1346
  """
1356
1347
 
1357
1348
  :param _context:
@@ -1376,7 +1367,7 @@ class VIEW3D_MT_edit_greasepencil_showhide(bpy.types.Menu):
1376
1367
  :rtype: typing.Any
1377
1368
  """
1378
1369
 
1379
- def draw(self, _context):
1370
+ def draw(self, _context) -> None:
1380
1371
  """
1381
1372
 
1382
1373
  :param _context:
@@ -1401,7 +1392,7 @@ class VIEW3D_MT_edit_greasepencil_stroke(bpy.types.Menu):
1401
1392
  :rtype: typing.Any
1402
1393
  """
1403
1394
 
1404
- def draw(self, context):
1395
+ def draw(self, context) -> None:
1405
1396
  """
1406
1397
 
1407
1398
  :param context:
@@ -1426,7 +1417,7 @@ class VIEW3D_MT_edit_lattice(bpy.types.Menu):
1426
1417
  :rtype: typing.Any
1427
1418
  """
1428
1419
 
1429
- def draw(self, _context):
1420
+ def draw(self, _context) -> None:
1430
1421
  """
1431
1422
 
1432
1423
  :param _context:
@@ -1451,7 +1442,7 @@ class VIEW3D_MT_edit_lattice_context_menu(bpy.types.Menu):
1451
1442
  :rtype: typing.Any
1452
1443
  """
1453
1444
 
1454
- def draw(self, _context):
1445
+ def draw(self, _context) -> None:
1455
1446
  """
1456
1447
 
1457
1448
  :param _context:
@@ -1476,7 +1467,7 @@ class VIEW3D_MT_edit_mesh(bpy.types.Menu):
1476
1467
  :rtype: typing.Any
1477
1468
  """
1478
1469
 
1479
- def draw(self, _context):
1470
+ def draw(self, _context) -> None:
1480
1471
  """
1481
1472
 
1482
1473
  :param _context:
@@ -1501,7 +1492,7 @@ class VIEW3D_MT_edit_mesh_clean(bpy.types.Menu):
1501
1492
  :rtype: typing.Any
1502
1493
  """
1503
1494
 
1504
- def draw(self, _context):
1495
+ def draw(self, _context) -> None:
1505
1496
  """
1506
1497
 
1507
1498
  :param _context:
@@ -1526,7 +1517,7 @@ class VIEW3D_MT_edit_mesh_context_menu(bpy.types.Menu):
1526
1517
  :rtype: typing.Any
1527
1518
  """
1528
1519
 
1529
- def draw(self, context):
1520
+ def draw(self, context) -> None:
1530
1521
  """
1531
1522
 
1532
1523
  :param context:
@@ -1551,7 +1542,7 @@ class VIEW3D_MT_edit_mesh_delete(bpy.types.Menu):
1551
1542
  :rtype: typing.Any
1552
1543
  """
1553
1544
 
1554
- def draw(self, _context):
1545
+ def draw(self, _context) -> None:
1555
1546
  """
1556
1547
 
1557
1548
  :param _context:
@@ -1576,7 +1567,7 @@ class VIEW3D_MT_edit_mesh_edges(bpy.types.Menu):
1576
1567
  :rtype: typing.Any
1577
1568
  """
1578
1569
 
1579
- def draw(self, _context):
1570
+ def draw(self, _context) -> None:
1580
1571
  """
1581
1572
 
1582
1573
  :param _context:
@@ -1601,7 +1592,7 @@ class VIEW3D_MT_edit_mesh_extrude(bpy.types.Menu):
1601
1592
  :rtype: typing.Any
1602
1593
  """
1603
1594
 
1604
- def draw(self, context):
1595
+ def draw(self, context) -> None:
1605
1596
  """
1606
1597
 
1607
1598
  :param context:
@@ -1627,7 +1618,7 @@ class VIEW3D_MT_edit_mesh_faces(bpy.types.Menu):
1627
1618
  :rtype: typing.Any
1628
1619
  """
1629
1620
 
1630
- def draw(self, context):
1621
+ def draw(self, context) -> None:
1631
1622
  """
1632
1623
 
1633
1624
  :param context:
@@ -1652,7 +1643,7 @@ class VIEW3D_MT_edit_mesh_faces_data(bpy.types.Menu):
1652
1643
  :rtype: typing.Any
1653
1644
  """
1654
1645
 
1655
- def draw(self, _context):
1646
+ def draw(self, _context) -> None:
1656
1647
  """
1657
1648
 
1658
1649
  :param _context:
@@ -1677,7 +1668,7 @@ class VIEW3D_MT_edit_mesh_merge(bpy.types.Menu):
1677
1668
  :rtype: typing.Any
1678
1669
  """
1679
1670
 
1680
- def draw(self, _context):
1671
+ def draw(self, _context) -> None:
1681
1672
  """
1682
1673
 
1683
1674
  :param _context:
@@ -1702,7 +1693,7 @@ class VIEW3D_MT_edit_mesh_normals(bpy.types.Menu):
1702
1693
  :rtype: typing.Any
1703
1694
  """
1704
1695
 
1705
- def draw(self, _context):
1696
+ def draw(self, _context) -> None:
1706
1697
  """
1707
1698
 
1708
1699
  :param _context:
@@ -1727,7 +1718,7 @@ class VIEW3D_MT_edit_mesh_normals_average(bpy.types.Menu):
1727
1718
  :rtype: typing.Any
1728
1719
  """
1729
1720
 
1730
- def draw(self, _context):
1721
+ def draw(self, _context) -> None:
1731
1722
  """
1732
1723
 
1733
1724
  :param _context:
@@ -1752,7 +1743,7 @@ class VIEW3D_MT_edit_mesh_normals_select_strength(bpy.types.Menu):
1752
1743
  :rtype: typing.Any
1753
1744
  """
1754
1745
 
1755
- def draw(self, _context):
1746
+ def draw(self, _context) -> None:
1756
1747
  """
1757
1748
 
1758
1749
  :param _context:
@@ -1777,7 +1768,7 @@ class VIEW3D_MT_edit_mesh_normals_set_strength(bpy.types.Menu):
1777
1768
  :rtype: typing.Any
1778
1769
  """
1779
1770
 
1780
- def draw(self, _context):
1771
+ def draw(self, _context) -> None:
1781
1772
  """
1782
1773
 
1783
1774
  :param _context:
@@ -1802,7 +1793,7 @@ class VIEW3D_MT_edit_mesh_select_by_trait(bpy.types.Menu):
1802
1793
  :rtype: typing.Any
1803
1794
  """
1804
1795
 
1805
- def draw(self, context):
1796
+ def draw(self, context) -> None:
1806
1797
  """
1807
1798
 
1808
1799
  :param context:
@@ -1827,7 +1818,7 @@ class VIEW3D_MT_edit_mesh_select_linked(bpy.types.Menu):
1827
1818
  :rtype: typing.Any
1828
1819
  """
1829
1820
 
1830
- def draw(self, _context):
1821
+ def draw(self, _context) -> None:
1831
1822
  """
1832
1823
 
1833
1824
  :param _context:
@@ -1852,7 +1843,7 @@ class VIEW3D_MT_edit_mesh_select_loops(bpy.types.Menu):
1852
1843
  :rtype: typing.Any
1853
1844
  """
1854
1845
 
1855
- def draw(self, _context):
1846
+ def draw(self, _context) -> None:
1856
1847
  """
1857
1848
 
1858
1849
  :param _context:
@@ -1877,7 +1868,7 @@ class VIEW3D_MT_edit_mesh_select_mode(bpy.types.Menu):
1877
1868
  :rtype: typing.Any
1878
1869
  """
1879
1870
 
1880
- def draw(self, _context):
1871
+ def draw(self, _context) -> None:
1881
1872
  """
1882
1873
 
1883
1874
  :param _context:
@@ -1902,7 +1893,7 @@ class VIEW3D_MT_edit_mesh_select_more_less(bpy.types.Menu):
1902
1893
  :rtype: typing.Any
1903
1894
  """
1904
1895
 
1905
- def draw(self, _context):
1896
+ def draw(self, _context) -> None:
1906
1897
  """
1907
1898
 
1908
1899
  :param _context:
@@ -1927,7 +1918,7 @@ class VIEW3D_MT_edit_mesh_select_similar(bpy.types.Menu):
1927
1918
  :rtype: typing.Any
1928
1919
  """
1929
1920
 
1930
- def draw(self, _context):
1921
+ def draw(self, _context) -> None:
1931
1922
  """
1932
1923
 
1933
1924
  :param _context:
@@ -1952,7 +1943,7 @@ class VIEW3D_MT_edit_mesh_shading(bpy.types.Menu):
1952
1943
  :rtype: typing.Any
1953
1944
  """
1954
1945
 
1955
- def draw(self, _context):
1946
+ def draw(self, _context) -> None:
1956
1947
  """
1957
1948
 
1958
1949
  :param _context:
@@ -1996,7 +1987,7 @@ class VIEW3D_MT_edit_mesh_split(bpy.types.Menu):
1996
1987
  :rtype: typing.Any
1997
1988
  """
1998
1989
 
1999
- def draw(self, _context):
1990
+ def draw(self, _context) -> None:
2000
1991
  """
2001
1992
 
2002
1993
  :param _context:
@@ -2021,7 +2012,7 @@ class VIEW3D_MT_edit_mesh_vertices(bpy.types.Menu):
2021
2012
  :rtype: typing.Any
2022
2013
  """
2023
2014
 
2024
- def draw(self, _context):
2015
+ def draw(self, _context) -> None:
2025
2016
  """
2026
2017
 
2027
2018
  :param _context:
@@ -2046,7 +2037,7 @@ class VIEW3D_MT_edit_mesh_weights(bpy.types.Menu):
2046
2037
  :rtype: typing.Any
2047
2038
  """
2048
2039
 
2049
- def draw(self, _context):
2040
+ def draw(self, _context) -> None:
2050
2041
  """
2051
2042
 
2052
2043
  :param _context:
@@ -2071,7 +2062,7 @@ class VIEW3D_MT_edit_meta(bpy.types.Menu):
2071
2062
  :rtype: typing.Any
2072
2063
  """
2073
2064
 
2074
- def draw(self, _context):
2065
+ def draw(self, _context) -> None:
2075
2066
  """
2076
2067
 
2077
2068
  :param _context:
@@ -2096,7 +2087,7 @@ class VIEW3D_MT_edit_meta_showhide(bpy.types.Menu):
2096
2087
  :rtype: typing.Any
2097
2088
  """
2098
2089
 
2099
- def draw(self, _context):
2090
+ def draw(self, _context) -> None:
2100
2091
  """
2101
2092
 
2102
2093
  :param _context:
@@ -2121,7 +2112,7 @@ class VIEW3D_MT_edit_metaball_context_menu(bpy.types.Menu):
2121
2112
  :rtype: typing.Any
2122
2113
  """
2123
2114
 
2124
- def draw(self, _context):
2115
+ def draw(self, _context) -> None:
2125
2116
  """
2126
2117
 
2127
2118
  :param _context:
@@ -2146,7 +2137,7 @@ class VIEW3D_MT_edit_pointcloud(bpy.types.Menu):
2146
2137
  :rtype: typing.Any
2147
2138
  """
2148
2139
 
2149
- def draw(self, context):
2140
+ def draw(self, context) -> None:
2150
2141
  """
2151
2142
 
2152
2143
  :param context:
@@ -2190,7 +2181,7 @@ class VIEW3D_MT_editor_menus(bpy.types.Menu):
2190
2181
  :rtype: typing.Any
2191
2182
  """
2192
2183
 
2193
- def draw(self, context):
2184
+ def draw(self, context) -> None:
2194
2185
  """
2195
2186
 
2196
2187
  :param context:
@@ -2218,7 +2209,7 @@ class VIEW3D_MT_empty_add(bpy.types.Menu):
2218
2209
  :rtype: typing.Any
2219
2210
  """
2220
2211
 
2221
- def draw(self, _context):
2212
+ def draw(self, _context) -> None:
2222
2213
  """
2223
2214
 
2224
2215
  :param _context:
@@ -2243,7 +2234,7 @@ class VIEW3D_MT_face_sets(bpy.types.Menu):
2243
2234
  :rtype: typing.Any
2244
2235
  """
2245
2236
 
2246
- def draw(self, _context):
2237
+ def draw(self, _context) -> None:
2247
2238
  """
2248
2239
 
2249
2240
  :param _context:
@@ -2268,7 +2259,7 @@ class VIEW3D_MT_face_sets_init(bpy.types.Menu):
2268
2259
  :rtype: typing.Any
2269
2260
  """
2270
2261
 
2271
- def draw(self, _context):
2262
+ def draw(self, _context) -> None:
2272
2263
  """
2273
2264
 
2274
2265
  :param _context:
@@ -2295,7 +2286,7 @@ class VIEW3D_MT_grease_pencil_add(bpy.types.Menu):
2295
2286
  :rtype: typing.Any
2296
2287
  """
2297
2288
 
2298
- def draw(self, _context):
2289
+ def draw(self, _context) -> None:
2299
2290
  """
2300
2291
 
2301
2292
  :param _context:
@@ -2320,7 +2311,7 @@ class VIEW3D_MT_grease_pencil_assign_material(bpy.types.Menu):
2320
2311
  :rtype: typing.Any
2321
2312
  """
2322
2313
 
2323
- def draw(self, context):
2314
+ def draw(self, context) -> None:
2324
2315
  """
2325
2316
 
2326
2317
  :param context:
@@ -2345,7 +2336,7 @@ class VIEW3D_MT_grease_pencil_sculpt_automasking_pie(bpy.types.Menu):
2345
2336
  :rtype: typing.Any
2346
2337
  """
2347
2338
 
2348
- def draw(self, context):
2339
+ def draw(self, context) -> None:
2349
2340
  """
2350
2341
 
2351
2342
  :param context:
@@ -2370,7 +2361,7 @@ class VIEW3D_MT_greasepencil_edit_context_menu(bpy.types.Menu):
2370
2361
  :rtype: typing.Any
2371
2362
  """
2372
2363
 
2373
- def draw(self, context):
2364
+ def draw(self, context) -> None:
2374
2365
  """
2375
2366
 
2376
2367
  :param context:
@@ -2395,14 +2386,14 @@ class VIEW3D_MT_greasepencil_material_active(bpy.types.Menu):
2395
2386
  :rtype: typing.Any
2396
2387
  """
2397
2388
 
2398
- def draw(self, context):
2389
+ def draw(self, context) -> None:
2399
2390
  """
2400
2391
 
2401
2392
  :param context:
2402
2393
  """
2403
2394
 
2404
2395
  @classmethod
2405
- def poll(cls, context):
2396
+ def poll(cls, context) -> None:
2406
2397
  """
2407
2398
 
2408
2399
  :param context:
@@ -2427,7 +2418,7 @@ class VIEW3D_MT_greasepencil_vertex_group(bpy.types.Menu):
2427
2418
  :rtype: typing.Any
2428
2419
  """
2429
2420
 
2430
- def draw(self, context):
2421
+ def draw(self, context) -> None:
2431
2422
  """
2432
2423
 
2433
2424
  :param context:
@@ -2452,7 +2443,7 @@ class VIEW3D_MT_hook(bpy.types.Menu):
2452
2443
  :rtype: typing.Any
2453
2444
  """
2454
2445
 
2455
- def draw(self, context):
2446
+ def draw(self, context) -> None:
2456
2447
  """
2457
2448
 
2458
2449
  :param context:
@@ -2478,7 +2469,7 @@ class VIEW3D_MT_image_add(bpy.types.Menu):
2478
2469
  :rtype: typing.Any
2479
2470
  """
2480
2471
 
2481
- def draw(self, _context):
2472
+ def draw(self, _context) -> None:
2482
2473
  """
2483
2474
 
2484
2475
  :param _context:
@@ -2506,7 +2497,7 @@ class VIEW3D_MT_light_add(bpy.types.Menu):
2506
2497
  :rtype: typing.Any
2507
2498
  """
2508
2499
 
2509
- def draw(self, _context):
2500
+ def draw(self, _context) -> None:
2510
2501
  """
2511
2502
 
2512
2503
  :param _context:
@@ -2533,7 +2524,7 @@ class VIEW3D_MT_lightprobe_add(bpy.types.Menu):
2533
2524
  :rtype: typing.Any
2534
2525
  """
2535
2526
 
2536
- def draw(self, _context):
2527
+ def draw(self, _context) -> None:
2537
2528
  """
2538
2529
 
2539
2530
  :param _context:
@@ -2558,7 +2549,7 @@ class VIEW3D_MT_make_links(bpy.types.Menu):
2558
2549
  :rtype: typing.Any
2559
2550
  """
2560
2551
 
2561
- def draw(self, _context):
2552
+ def draw(self, _context) -> None:
2562
2553
  """
2563
2554
 
2564
2555
  :param _context:
@@ -2583,7 +2574,7 @@ class VIEW3D_MT_make_single_user(bpy.types.Menu):
2583
2574
  :rtype: typing.Any
2584
2575
  """
2585
2576
 
2586
- def draw(self, _context):
2577
+ def draw(self, _context) -> None:
2587
2578
  """
2588
2579
 
2589
2580
  :param _context:
@@ -2608,7 +2599,7 @@ class VIEW3D_MT_mask(bpy.types.Menu):
2608
2599
  :rtype: typing.Any
2609
2600
  """
2610
2601
 
2611
- def draw(self, _context):
2602
+ def draw(self, _context) -> None:
2612
2603
  """
2613
2604
 
2614
2605
  :param _context:
@@ -2635,7 +2626,7 @@ class VIEW3D_MT_mesh_add(bpy.types.Menu):
2635
2626
  :rtype: typing.Any
2636
2627
  """
2637
2628
 
2638
- def draw(self, _context):
2629
+ def draw(self, _context) -> None:
2639
2630
  """
2640
2631
 
2641
2632
  :param _context:
@@ -2662,7 +2653,7 @@ class VIEW3D_MT_metaball_add(bpy.types.Menu):
2662
2653
  :rtype: typing.Any
2663
2654
  """
2664
2655
 
2665
- def draw(self, _context):
2656
+ def draw(self, _context) -> None:
2666
2657
  """
2667
2658
 
2668
2659
  :param _context:
@@ -2687,7 +2678,7 @@ class VIEW3D_MT_mirror(bpy.types.Menu):
2687
2678
  :rtype: typing.Any
2688
2679
  """
2689
2680
 
2690
- def draw(self, _context):
2681
+ def draw(self, _context) -> None:
2691
2682
  """
2692
2683
 
2693
2684
  :param _context:
@@ -2713,7 +2704,7 @@ class VIEW3D_MT_object(bpy.types.Menu):
2713
2704
  :rtype: typing.Any
2714
2705
  """
2715
2706
 
2716
- def draw(self, context):
2707
+ def draw(self, context) -> None:
2717
2708
  """
2718
2709
 
2719
2710
  :param context:
@@ -2738,7 +2729,7 @@ class VIEW3D_MT_object_animation(bpy.types.Menu):
2738
2729
  :rtype: typing.Any
2739
2730
  """
2740
2731
 
2741
- def draw(self, _context):
2732
+ def draw(self, _context) -> None:
2742
2733
  """
2743
2734
 
2744
2735
  :param _context:
@@ -2763,7 +2754,7 @@ class VIEW3D_MT_object_apply(bpy.types.Menu):
2763
2754
  :rtype: typing.Any
2764
2755
  """
2765
2756
 
2766
- def draw(self, _context):
2757
+ def draw(self, _context) -> None:
2767
2758
  """
2768
2759
 
2769
2760
  :param _context:
@@ -2788,7 +2779,7 @@ class VIEW3D_MT_object_asset(bpy.types.Menu):
2788
2779
  :rtype: typing.Any
2789
2780
  """
2790
2781
 
2791
- def draw(self, _context):
2782
+ def draw(self, _context) -> None:
2792
2783
  """
2793
2784
 
2794
2785
  :param _context:
@@ -2813,7 +2804,7 @@ class VIEW3D_MT_object_cleanup(bpy.types.Menu):
2813
2804
  :rtype: typing.Any
2814
2805
  """
2815
2806
 
2816
- def draw(self, _context):
2807
+ def draw(self, _context) -> None:
2817
2808
  """
2818
2809
 
2819
2810
  :param _context:
@@ -2838,7 +2829,7 @@ class VIEW3D_MT_object_clear(bpy.types.Menu):
2838
2829
  :rtype: typing.Any
2839
2830
  """
2840
2831
 
2841
- def draw(self, _context):
2832
+ def draw(self, _context) -> None:
2842
2833
  """
2843
2834
 
2844
2835
  :param _context:
@@ -2863,7 +2854,7 @@ class VIEW3D_MT_object_collection(bpy.types.Menu):
2863
2854
  :rtype: typing.Any
2864
2855
  """
2865
2856
 
2866
- def draw(self, _context):
2857
+ def draw(self, _context) -> None:
2867
2858
  """
2868
2859
 
2869
2860
  :param _context:
@@ -2888,7 +2879,7 @@ class VIEW3D_MT_object_constraints(bpy.types.Menu):
2888
2879
  :rtype: typing.Any
2889
2880
  """
2890
2881
 
2891
- def draw(self, _context):
2882
+ def draw(self, _context) -> None:
2892
2883
  """
2893
2884
 
2894
2885
  :param _context:
@@ -2913,7 +2904,7 @@ class VIEW3D_MT_object_context_menu(bpy.types.Menu):
2913
2904
  :rtype: typing.Any
2914
2905
  """
2915
2906
 
2916
- def draw(self, context):
2907
+ def draw(self, context) -> None:
2917
2908
  """
2918
2909
 
2919
2910
  :param context:
@@ -2938,7 +2929,7 @@ class VIEW3D_MT_object_convert(bpy.types.Menu):
2938
2929
  :rtype: typing.Any
2939
2930
  """
2940
2931
 
2941
- def draw(self, context):
2932
+ def draw(self, context) -> None:
2942
2933
  """
2943
2934
 
2944
2935
  :param context:
@@ -2963,7 +2954,7 @@ class VIEW3D_MT_object_liboverride(bpy.types.Menu):
2963
2954
  :rtype: typing.Any
2964
2955
  """
2965
2956
 
2966
- def draw(self, _context):
2957
+ def draw(self, _context) -> None:
2967
2958
  """
2968
2959
 
2969
2960
  :param _context:
@@ -2988,7 +2979,7 @@ class VIEW3D_MT_object_mode_pie(bpy.types.Menu):
2988
2979
  :rtype: typing.Any
2989
2980
  """
2990
2981
 
2991
- def draw(self, _context):
2982
+ def draw(self, _context) -> None:
2992
2983
  """
2993
2984
 
2994
2985
  :param _context:
@@ -3013,7 +3004,7 @@ class VIEW3D_MT_object_modifiers(bpy.types.Menu):
3013
3004
  :rtype: typing.Any
3014
3005
  """
3015
3006
 
3016
- def draw(self, _context):
3007
+ def draw(self, _context) -> None:
3017
3008
  """
3018
3009
 
3019
3010
  :param _context:
@@ -3039,7 +3030,7 @@ class VIEW3D_MT_object_parent(bpy.types.Menu):
3039
3030
  :rtype: typing.Any
3040
3031
  """
3041
3032
 
3042
- def draw(self, _context):
3033
+ def draw(self, _context) -> None:
3043
3034
  """
3044
3035
 
3045
3036
  :param _context:
@@ -3064,7 +3055,7 @@ class VIEW3D_MT_object_quick_effects(bpy.types.Menu):
3064
3055
  :rtype: typing.Any
3065
3056
  """
3066
3057
 
3067
- def draw(self, _context):
3058
+ def draw(self, _context) -> None:
3068
3059
  """
3069
3060
 
3070
3061
  :param _context:
@@ -3089,7 +3080,7 @@ class VIEW3D_MT_object_relations(bpy.types.Menu):
3089
3080
  :rtype: typing.Any
3090
3081
  """
3091
3082
 
3092
- def draw(self, _context):
3083
+ def draw(self, _context) -> None:
3093
3084
  """
3094
3085
 
3095
3086
  :param _context:
@@ -3114,7 +3105,7 @@ class VIEW3D_MT_object_rigid_body(bpy.types.Menu):
3114
3105
  :rtype: typing.Any
3115
3106
  """
3116
3107
 
3117
- def draw(self, _context):
3108
+ def draw(self, _context) -> None:
3118
3109
  """
3119
3110
 
3120
3111
  :param _context:
@@ -3139,7 +3130,7 @@ class VIEW3D_MT_object_shading(bpy.types.Menu):
3139
3130
  :rtype: typing.Any
3140
3131
  """
3141
3132
 
3142
- def draw(self, _context):
3133
+ def draw(self, _context) -> None:
3143
3134
  """
3144
3135
 
3145
3136
  :param _context:
@@ -3164,7 +3155,7 @@ class VIEW3D_MT_object_showhide(bpy.types.Menu):
3164
3155
  :rtype: typing.Any
3165
3156
  """
3166
3157
 
3167
- def draw(self, _context):
3158
+ def draw(self, _context) -> None:
3168
3159
  """
3169
3160
 
3170
3161
  :param _context:
@@ -3190,7 +3181,7 @@ class VIEW3D_MT_object_track(bpy.types.Menu):
3190
3181
  :rtype: typing.Any
3191
3182
  """
3192
3183
 
3193
- def draw(self, _context):
3184
+ def draw(self, _context) -> None:
3194
3185
  """
3195
3186
 
3196
3187
  :param _context:
@@ -3215,7 +3206,7 @@ class VIEW3D_MT_orientations_pie(bpy.types.Menu):
3215
3206
  :rtype: typing.Any
3216
3207
  """
3217
3208
 
3218
- def draw(self, context):
3209
+ def draw(self, context) -> None:
3219
3210
  """
3220
3211
 
3221
3212
  :param context:
@@ -3240,7 +3231,7 @@ class VIEW3D_MT_paint_grease_pencil(bpy.types.Menu):
3240
3231
  :rtype: typing.Any
3241
3232
  """
3242
3233
 
3243
- def draw(self, _context):
3234
+ def draw(self, _context) -> None:
3244
3235
  """
3245
3236
 
3246
3237
  :param _context:
@@ -3265,7 +3256,7 @@ class VIEW3D_MT_paint_vertex(bpy.types.Menu):
3265
3256
  :rtype: typing.Any
3266
3257
  """
3267
3258
 
3268
- def draw(self, _context):
3259
+ def draw(self, _context) -> None:
3269
3260
  """
3270
3261
 
3271
3262
  :param _context:
@@ -3290,7 +3281,7 @@ class VIEW3D_MT_paint_vertex_grease_pencil(bpy.types.Menu):
3290
3281
  :rtype: typing.Any
3291
3282
  """
3292
3283
 
3293
- def draw(self, _context):
3284
+ def draw(self, _context) -> None:
3294
3285
  """
3295
3286
 
3296
3287
  :param _context:
@@ -3315,14 +3306,14 @@ class VIEW3D_MT_paint_weight(bpy.types.Menu):
3315
3306
  :rtype: typing.Any
3316
3307
  """
3317
3308
 
3318
- def draw(self, _context):
3309
+ def draw(self, _context) -> None:
3319
3310
  """
3320
3311
 
3321
3312
  :param _context:
3322
3313
  """
3323
3314
 
3324
3315
  @staticmethod
3325
- def draw_generic(layout, is_editmode=False):
3316
+ def draw_generic(layout, is_editmode=False) -> None:
3326
3317
  """
3327
3318
 
3328
3319
  :param layout:
@@ -3348,7 +3339,7 @@ class VIEW3D_MT_paint_weight_lock(bpy.types.Menu):
3348
3339
  :rtype: typing.Any
3349
3340
  """
3350
3341
 
3351
- def draw(self, _context):
3342
+ def draw(self, _context) -> None:
3352
3343
  """
3353
3344
 
3354
3345
  :param _context:
@@ -3373,7 +3364,7 @@ class VIEW3D_MT_particle(bpy.types.Menu):
3373
3364
  :rtype: typing.Any
3374
3365
  """
3375
3366
 
3376
- def draw(self, context):
3367
+ def draw(self, context) -> None:
3377
3368
  """
3378
3369
 
3379
3370
  :param context:
@@ -3398,7 +3389,7 @@ class VIEW3D_MT_particle_context_menu(bpy.types.Menu):
3398
3389
  :rtype: typing.Any
3399
3390
  """
3400
3391
 
3401
- def draw(self, context):
3392
+ def draw(self, context) -> None:
3402
3393
  """
3403
3394
 
3404
3395
  :param context:
@@ -3442,7 +3433,7 @@ class VIEW3D_MT_pivot_pie(bpy.types.Menu):
3442
3433
  :rtype: typing.Any
3443
3434
  """
3444
3435
 
3445
- def draw(self, context):
3436
+ def draw(self, context) -> None:
3446
3437
  """
3447
3438
 
3448
3439
  :param context:
@@ -3467,7 +3458,7 @@ class VIEW3D_MT_pose(bpy.types.Menu):
3467
3458
  :rtype: typing.Any
3468
3459
  """
3469
3460
 
3470
- def draw(self, _context):
3461
+ def draw(self, _context) -> None:
3471
3462
  """
3472
3463
 
3473
3464
  :param _context:
@@ -3492,7 +3483,7 @@ class VIEW3D_MT_pose_apply(bpy.types.Menu):
3492
3483
  :rtype: typing.Any
3493
3484
  """
3494
3485
 
3495
- def draw(self, _context):
3486
+ def draw(self, _context) -> None:
3496
3487
  """
3497
3488
 
3498
3489
  :param _context:
@@ -3517,7 +3508,7 @@ class VIEW3D_MT_pose_constraints(bpy.types.Menu):
3517
3508
  :rtype: typing.Any
3518
3509
  """
3519
3510
 
3520
- def draw(self, _context):
3511
+ def draw(self, _context) -> None:
3521
3512
  """
3522
3513
 
3523
3514
  :param _context:
@@ -3542,7 +3533,7 @@ class VIEW3D_MT_pose_context_menu(bpy.types.Menu):
3542
3533
  :rtype: typing.Any
3543
3534
  """
3544
3535
 
3545
- def draw(self, _context):
3536
+ def draw(self, _context) -> None:
3546
3537
  """
3547
3538
 
3548
3539
  :param _context:
@@ -3567,7 +3558,7 @@ class VIEW3D_MT_pose_ik(bpy.types.Menu):
3567
3558
  :rtype: typing.Any
3568
3559
  """
3569
3560
 
3570
- def draw(self, _context):
3561
+ def draw(self, _context) -> None:
3571
3562
  """
3572
3563
 
3573
3564
  :param _context:
@@ -3592,7 +3583,7 @@ class VIEW3D_MT_pose_motion(bpy.types.Menu):
3592
3583
  :rtype: typing.Any
3593
3584
  """
3594
3585
 
3595
- def draw(self, _context):
3586
+ def draw(self, _context) -> None:
3596
3587
  """
3597
3588
 
3598
3589
  :param _context:
@@ -3617,7 +3608,7 @@ class VIEW3D_MT_pose_names(bpy.types.Menu):
3617
3608
  :rtype: typing.Any
3618
3609
  """
3619
3610
 
3620
- def draw(self, _context):
3611
+ def draw(self, _context) -> None:
3621
3612
  """
3622
3613
 
3623
3614
  :param _context:
@@ -3642,7 +3633,7 @@ class VIEW3D_MT_pose_propagate(bpy.types.Menu):
3642
3633
  :rtype: typing.Any
3643
3634
  """
3644
3635
 
3645
- def draw(self, _context):
3636
+ def draw(self, _context) -> None:
3646
3637
  """
3647
3638
 
3648
3639
  :param _context:
@@ -3686,7 +3677,7 @@ class VIEW3D_MT_pose_slide(bpy.types.Menu):
3686
3677
  :rtype: typing.Any
3687
3678
  """
3688
3679
 
3689
- def draw(self, _context):
3680
+ def draw(self, _context) -> None:
3690
3681
  """
3691
3682
 
3692
3683
  :param _context:
@@ -3711,7 +3702,7 @@ class VIEW3D_MT_pose_transform(bpy.types.Menu):
3711
3702
  :rtype: typing.Any
3712
3703
  """
3713
3704
 
3714
- def draw(self, _context):
3705
+ def draw(self, _context) -> None:
3715
3706
  """
3716
3707
 
3717
3708
  :param _context:
@@ -3736,7 +3727,7 @@ class VIEW3D_MT_proportional_editing_falloff_pie(bpy.types.Menu):
3736
3727
  :rtype: typing.Any
3737
3728
  """
3738
3729
 
3739
- def draw(self, context):
3730
+ def draw(self, context) -> None:
3740
3731
  """
3741
3732
 
3742
3733
  :param context:
@@ -3761,7 +3752,7 @@ class VIEW3D_MT_random_mask(bpy.types.Menu):
3761
3752
  :rtype: typing.Any
3762
3753
  """
3763
3754
 
3764
- def draw(self, _context):
3755
+ def draw(self, _context) -> None:
3765
3756
  """
3766
3757
 
3767
3758
  :param _context:
@@ -3786,7 +3777,7 @@ class VIEW3D_MT_sculpt(bpy.types.Menu):
3786
3777
  :rtype: typing.Any
3787
3778
  """
3788
3779
 
3789
- def draw(self, context):
3780
+ def draw(self, context) -> None:
3790
3781
  """
3791
3782
 
3792
3783
  :param context:
@@ -3811,7 +3802,7 @@ class VIEW3D_MT_sculpt_automasking_pie(bpy.types.Menu):
3811
3802
  :rtype: typing.Any
3812
3803
  """
3813
3804
 
3814
- def draw(self, context):
3805
+ def draw(self, context) -> None:
3815
3806
  """
3816
3807
 
3817
3808
  :param context:
@@ -3836,7 +3827,7 @@ class VIEW3D_MT_sculpt_curves(bpy.types.Menu):
3836
3827
  :rtype: typing.Any
3837
3828
  """
3838
3829
 
3839
- def draw(self, _context):
3830
+ def draw(self, _context) -> None:
3840
3831
  """
3841
3832
 
3842
3833
  :param _context:
@@ -3861,7 +3852,7 @@ class VIEW3D_MT_sculpt_face_sets_edit_pie(bpy.types.Menu):
3861
3852
  :rtype: typing.Any
3862
3853
  """
3863
3854
 
3864
- def draw(self, _context):
3855
+ def draw(self, _context) -> None:
3865
3856
  """
3866
3857
 
3867
3858
  :param _context:
@@ -3886,7 +3877,7 @@ class VIEW3D_MT_sculpt_mask_edit_pie(bpy.types.Menu):
3886
3877
  :rtype: typing.Any
3887
3878
  """
3888
3879
 
3889
- def draw(self, _context):
3880
+ def draw(self, _context) -> None:
3890
3881
  """
3891
3882
 
3892
3883
  :param _context:
@@ -3911,7 +3902,7 @@ class VIEW3D_MT_sculpt_set_pivot(bpy.types.Menu):
3911
3902
  :rtype: typing.Any
3912
3903
  """
3913
3904
 
3914
- def draw(self, _context):
3905
+ def draw(self, _context) -> None:
3915
3906
  """
3916
3907
 
3917
3908
  :param _context:
@@ -3936,7 +3927,7 @@ class VIEW3D_MT_sculpt_showhide(bpy.types.Menu):
3936
3927
  :rtype: typing.Any
3937
3928
  """
3938
3929
 
3939
- def draw(self, _context):
3930
+ def draw(self, _context) -> None:
3940
3931
  """
3941
3932
 
3942
3933
  :param _context:
@@ -3961,7 +3952,7 @@ class VIEW3D_MT_sculpt_transform(bpy.types.Menu):
3961
3952
  :rtype: typing.Any
3962
3953
  """
3963
3954
 
3964
- def draw(self, _context):
3955
+ def draw(self, _context) -> None:
3965
3956
  """
3966
3957
 
3967
3958
  :param _context:
@@ -3986,7 +3977,7 @@ class VIEW3D_MT_sculpt_trim(bpy.types.Menu):
3986
3977
  :rtype: typing.Any
3987
3978
  """
3988
3979
 
3989
- def draw(self, _context):
3980
+ def draw(self, _context) -> None:
3990
3981
  """
3991
3982
 
3992
3983
  :param _context:
@@ -4011,7 +4002,7 @@ class VIEW3D_MT_select_edit_armature(bpy.types.Menu):
4011
4002
  :rtype: typing.Any
4012
4003
  """
4013
4004
 
4014
- def draw(self, _context):
4005
+ def draw(self, _context) -> None:
4015
4006
  """
4016
4007
 
4017
4008
  :param _context:
@@ -4036,7 +4027,7 @@ class VIEW3D_MT_select_edit_curve(bpy.types.Menu):
4036
4027
  :rtype: typing.Any
4037
4028
  """
4038
4029
 
4039
- def draw(self, _context):
4030
+ def draw(self, _context) -> None:
4040
4031
  """
4041
4032
 
4042
4033
  :param _context:
@@ -4061,7 +4052,7 @@ class VIEW3D_MT_select_edit_curves(bpy.types.Menu):
4061
4052
  :rtype: typing.Any
4062
4053
  """
4063
4054
 
4064
- def draw(self, _context):
4055
+ def draw(self, _context) -> None:
4065
4056
  """
4066
4057
 
4067
4058
  :param _context:
@@ -4086,7 +4077,7 @@ class VIEW3D_MT_select_edit_grease_pencil(bpy.types.Menu):
4086
4077
  :rtype: typing.Any
4087
4078
  """
4088
4079
 
4089
- def draw(self, context):
4080
+ def draw(self, context) -> None:
4090
4081
  """
4091
4082
 
4092
4083
  :param context:
@@ -4111,7 +4102,7 @@ class VIEW3D_MT_select_edit_lattice(bpy.types.Menu):
4111
4102
  :rtype: typing.Any
4112
4103
  """
4113
4104
 
4114
- def draw(self, _context):
4105
+ def draw(self, _context) -> None:
4115
4106
  """
4116
4107
 
4117
4108
  :param _context:
@@ -4136,7 +4127,7 @@ class VIEW3D_MT_select_edit_mesh(bpy.types.Menu):
4136
4127
  :rtype: typing.Any
4137
4128
  """
4138
4129
 
4139
- def draw(self, _context):
4130
+ def draw(self, _context) -> None:
4140
4131
  """
4141
4132
 
4142
4133
  :param _context:
@@ -4161,7 +4152,7 @@ class VIEW3D_MT_select_edit_metaball(bpy.types.Menu):
4161
4152
  :rtype: typing.Any
4162
4153
  """
4163
4154
 
4164
- def draw(self, _context):
4155
+ def draw(self, _context) -> None:
4165
4156
  """
4166
4157
 
4167
4158
  :param _context:
@@ -4186,7 +4177,7 @@ class VIEW3D_MT_select_edit_pointcloud(bpy.types.Menu):
4186
4177
  :rtype: typing.Any
4187
4178
  """
4188
4179
 
4189
- def draw(self, _context):
4180
+ def draw(self, _context) -> None:
4190
4181
  """
4191
4182
 
4192
4183
  :param _context:
@@ -4211,7 +4202,7 @@ class VIEW3D_MT_select_edit_surface(bpy.types.Menu):
4211
4202
  :rtype: typing.Any
4212
4203
  """
4213
4204
 
4214
- def draw(self, _context):
4205
+ def draw(self, _context) -> None:
4215
4206
  """
4216
4207
 
4217
4208
  :param _context:
@@ -4236,7 +4227,7 @@ class VIEW3D_MT_select_edit_text(bpy.types.Menu):
4236
4227
  :rtype: typing.Any
4237
4228
  """
4238
4229
 
4239
- def draw(self, _context):
4230
+ def draw(self, _context) -> None:
4240
4231
  """
4241
4232
 
4242
4233
  :param _context:
@@ -4261,7 +4252,7 @@ class VIEW3D_MT_select_object(bpy.types.Menu):
4261
4252
  :rtype: typing.Any
4262
4253
  """
4263
4254
 
4264
- def draw(self, _context):
4255
+ def draw(self, _context) -> None:
4265
4256
  """
4266
4257
 
4267
4258
  :param _context:
@@ -4286,7 +4277,7 @@ class VIEW3D_MT_select_object_more_less(bpy.types.Menu):
4286
4277
  :rtype: typing.Any
4287
4278
  """
4288
4279
 
4289
- def draw(self, _context):
4280
+ def draw(self, _context) -> None:
4290
4281
  """
4291
4282
 
4292
4283
  :param _context:
@@ -4311,7 +4302,7 @@ class VIEW3D_MT_select_paint_mask(bpy.types.Menu):
4311
4302
  :rtype: typing.Any
4312
4303
  """
4313
4304
 
4314
- def draw(self, _context):
4305
+ def draw(self, _context) -> None:
4315
4306
  """
4316
4307
 
4317
4308
  :param _context:
@@ -4336,7 +4327,7 @@ class VIEW3D_MT_select_paint_mask_vertex(bpy.types.Menu):
4336
4327
  :rtype: typing.Any
4337
4328
  """
4338
4329
 
4339
- def draw(self, _context):
4330
+ def draw(self, _context) -> None:
4340
4331
  """
4341
4332
 
4342
4333
  :param _context:
@@ -4361,7 +4352,7 @@ class VIEW3D_MT_select_particle(bpy.types.Menu):
4361
4352
  :rtype: typing.Any
4362
4353
  """
4363
4354
 
4364
- def draw(self, _context):
4355
+ def draw(self, _context) -> None:
4365
4356
  """
4366
4357
 
4367
4358
  :param _context:
@@ -4386,7 +4377,7 @@ class VIEW3D_MT_select_pose(bpy.types.Menu):
4386
4377
  :rtype: typing.Any
4387
4378
  """
4388
4379
 
4389
- def draw(self, _context):
4380
+ def draw(self, _context) -> None:
4390
4381
  """
4391
4382
 
4392
4383
  :param _context:
@@ -4411,7 +4402,7 @@ class VIEW3D_MT_select_pose_more_less(bpy.types.Menu):
4411
4402
  :rtype: typing.Any
4412
4403
  """
4413
4404
 
4414
- def draw(self, _context):
4405
+ def draw(self, _context) -> None:
4415
4406
  """
4416
4407
 
4417
4408
  :param _context:
@@ -4436,7 +4427,7 @@ class VIEW3D_MT_select_sculpt_curves(bpy.types.Menu):
4436
4427
  :rtype: typing.Any
4437
4428
  """
4438
4429
 
4439
- def draw(self, _context):
4430
+ def draw(self, _context) -> None:
4440
4431
  """
4441
4432
 
4442
4433
  :param _context:
@@ -4461,7 +4452,7 @@ class VIEW3D_MT_shading_ex_pie(bpy.types.Menu):
4461
4452
  :rtype: typing.Any
4462
4453
  """
4463
4454
 
4464
- def draw(self, context):
4455
+ def draw(self, context) -> None:
4465
4456
  """
4466
4457
 
4467
4458
  :param context:
@@ -4486,7 +4477,7 @@ class VIEW3D_MT_shading_pie(bpy.types.Menu):
4486
4477
  :rtype: typing.Any
4487
4478
  """
4488
4479
 
4489
- def draw(self, context):
4480
+ def draw(self, context) -> None:
4490
4481
  """
4491
4482
 
4492
4483
  :param context:
@@ -4511,7 +4502,7 @@ class VIEW3D_MT_snap(bpy.types.Menu):
4511
4502
  :rtype: typing.Any
4512
4503
  """
4513
4504
 
4514
- def draw(self, _context):
4505
+ def draw(self, _context) -> None:
4515
4506
  """
4516
4507
 
4517
4508
  :param _context:
@@ -4536,7 +4527,7 @@ class VIEW3D_MT_snap_pie(bpy.types.Menu):
4536
4527
  :rtype: typing.Any
4537
4528
  """
4538
4529
 
4539
- def draw(self, _context):
4530
+ def draw(self, _context) -> None:
4540
4531
  """
4541
4532
 
4542
4533
  :param _context:
@@ -4563,7 +4554,7 @@ class VIEW3D_MT_surface_add(bpy.types.Menu):
4563
4554
  :rtype: typing.Any
4564
4555
  """
4565
4556
 
4566
- def draw(self, _context):
4557
+ def draw(self, _context) -> None:
4567
4558
  """
4568
4559
 
4569
4560
  :param _context:
@@ -4589,7 +4580,7 @@ class VIEW3D_MT_transform(VIEW3D_MT_transform_base, bpy.types.Menu):
4589
4580
  :rtype: typing.Any
4590
4581
  """
4591
4582
 
4592
- def draw(self, context):
4583
+ def draw(self, context) -> None:
4593
4584
  """
4594
4585
 
4595
4586
  :param context:
@@ -4615,7 +4606,7 @@ class VIEW3D_MT_transform_armature(VIEW3D_MT_transform_base, bpy.types.Menu):
4615
4606
  :rtype: typing.Any
4616
4607
  """
4617
4608
 
4618
- def draw(self, context):
4609
+ def draw(self, context) -> None:
4619
4610
  """
4620
4611
 
4621
4612
  :param context:
@@ -4625,7 +4616,7 @@ class VIEW3D_MT_transform_base:
4625
4616
  bl_category: typing.Any
4626
4617
  bl_label: typing.Any
4627
4618
 
4628
- def draw(self, context):
4619
+ def draw(self, context) -> None:
4629
4620
  """
4630
4621
 
4631
4622
  :param context:
@@ -4650,7 +4641,7 @@ class VIEW3D_MT_transform_gizmo_pie(bpy.types.Menu):
4650
4641
  :rtype: typing.Any
4651
4642
  """
4652
4643
 
4653
- def draw(self, context):
4644
+ def draw(self, context) -> None:
4654
4645
  """
4655
4646
 
4656
4647
  :param context:
@@ -4676,7 +4667,7 @@ class VIEW3D_MT_transform_object(VIEW3D_MT_transform_base, bpy.types.Menu):
4676
4667
  :rtype: typing.Any
4677
4668
  """
4678
4669
 
4679
- def draw(self, context):
4670
+ def draw(self, context) -> None:
4680
4671
  """
4681
4672
 
4682
4673
  :param context:
@@ -4701,7 +4692,7 @@ class VIEW3D_MT_uv_map(bpy.types.Menu):
4701
4692
  :rtype: typing.Any
4702
4693
  """
4703
4694
 
4704
- def draw(self, _context):
4695
+ def draw(self, _context) -> None:
4705
4696
  """
4706
4697
 
4707
4698
  :param _context:
@@ -4726,7 +4717,7 @@ class VIEW3D_MT_vertex_group(bpy.types.Menu):
4726
4717
  :rtype: typing.Any
4727
4718
  """
4728
4719
 
4729
- def draw(self, context):
4720
+ def draw(self, context) -> None:
4730
4721
  """
4731
4722
 
4732
4723
  :param context:
@@ -4751,7 +4742,7 @@ class VIEW3D_MT_view(bpy.types.Menu):
4751
4742
  :rtype: typing.Any
4752
4743
  """
4753
4744
 
4754
- def draw(self, context):
4745
+ def draw(self, context) -> None:
4755
4746
  """
4756
4747
 
4757
4748
  :param context:
@@ -4776,7 +4767,7 @@ class VIEW3D_MT_view_align(bpy.types.Menu):
4776
4767
  :rtype: typing.Any
4777
4768
  """
4778
4769
 
4779
- def draw(self, _context):
4770
+ def draw(self, _context) -> None:
4780
4771
  """
4781
4772
 
4782
4773
  :param _context:
@@ -4801,7 +4792,7 @@ class VIEW3D_MT_view_align_selected(bpy.types.Menu):
4801
4792
  :rtype: typing.Any
4802
4793
  """
4803
4794
 
4804
- def draw(self, _context):
4795
+ def draw(self, _context) -> None:
4805
4796
  """
4806
4797
 
4807
4798
  :param _context:
@@ -4826,7 +4817,7 @@ class VIEW3D_MT_view_cameras(bpy.types.Menu):
4826
4817
  :rtype: typing.Any
4827
4818
  """
4828
4819
 
4829
- def draw(self, _context):
4820
+ def draw(self, _context) -> None:
4830
4821
  """
4831
4822
 
4832
4823
  :param _context:
@@ -4851,7 +4842,7 @@ class VIEW3D_MT_view_local(bpy.types.Menu):
4851
4842
  :rtype: typing.Any
4852
4843
  """
4853
4844
 
4854
- def draw(self, _context):
4845
+ def draw(self, _context) -> None:
4855
4846
  """
4856
4847
 
4857
4848
  :param _context:
@@ -4876,7 +4867,7 @@ class VIEW3D_MT_view_navigation(bpy.types.Menu):
4876
4867
  :rtype: typing.Any
4877
4868
  """
4878
4869
 
4879
- def draw(self, _context):
4870
+ def draw(self, _context) -> None:
4880
4871
  """
4881
4872
 
4882
4873
  :param _context:
@@ -4902,7 +4893,7 @@ class VIEW3D_MT_view_pie(bpy.types.Menu):
4902
4893
  :rtype: typing.Any
4903
4894
  """
4904
4895
 
4905
- def draw(self, _context):
4896
+ def draw(self, _context) -> None:
4906
4897
  """
4907
4898
 
4908
4899
  :param _context:
@@ -4927,7 +4918,7 @@ class VIEW3D_MT_view_regions(bpy.types.Menu):
4927
4918
  :rtype: typing.Any
4928
4919
  """
4929
4920
 
4930
- def draw(self, _context):
4921
+ def draw(self, _context) -> None:
4931
4922
  """
4932
4923
 
4933
4924
  :param _context:
@@ -4952,7 +4943,7 @@ class VIEW3D_MT_view_viewpoint(bpy.types.Menu):
4952
4943
  :rtype: typing.Any
4953
4944
  """
4954
4945
 
4955
- def draw(self, _context):
4946
+ def draw(self, _context) -> None:
4956
4947
  """
4957
4948
 
4958
4949
  :param _context:
@@ -4980,7 +4971,7 @@ class VIEW3D_MT_volume_add(bpy.types.Menu):
4980
4971
  :rtype: typing.Any
4981
4972
  """
4982
4973
 
4983
- def draw(self, _context):
4974
+ def draw(self, _context) -> None:
4984
4975
  """
4985
4976
 
4986
4977
  :param _context:
@@ -5005,7 +4996,7 @@ class VIEW3D_MT_weight_grease_pencil(bpy.types.Menu):
5005
4996
  :rtype: typing.Any
5006
4997
  """
5007
4998
 
5008
- def draw(self, _context):
4999
+ def draw(self, _context) -> None:
5009
5000
  """
5010
5001
 
5011
5002
  :param _context:
@@ -5030,7 +5021,7 @@ class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy.types.Menu):
5030
5021
  :rtype: typing.Any
5031
5022
  """
5032
5023
 
5033
- def draw(self, _context):
5024
+ def draw(self, _context) -> None:
5034
5025
  """
5035
5026
 
5036
5027
  :param _context:
@@ -5058,14 +5049,14 @@ class VIEW3D_PT_active_spline(bpy.types.Panel):
5058
5049
  :rtype: typing.Any
5059
5050
  """
5060
5051
 
5061
- def draw(self, context):
5052
+ def draw(self, context) -> None:
5062
5053
  """
5063
5054
 
5064
5055
  :param context:
5065
5056
  """
5066
5057
 
5067
5058
  @classmethod
5068
- def poll(cls, context):
5059
+ def poll(cls, context) -> None:
5069
5060
  """
5070
5061
 
5071
5062
  :param context:
@@ -5096,7 +5087,7 @@ class VIEW3D_PT_active_tool(
5096
5087
  """
5097
5088
 
5098
5089
  @classmethod
5099
- def poll(cls, context):
5090
+ def poll(cls, context) -> None:
5100
5091
  """
5101
5092
 
5102
5093
  :param context:
@@ -5128,7 +5119,7 @@ class VIEW3D_PT_active_tool_duplicate(
5128
5119
  """
5129
5120
 
5130
5121
  @classmethod
5131
- def poll(cls, context):
5122
+ def poll(cls, context) -> None:
5132
5123
  """
5133
5124
 
5134
5125
  :param context:
@@ -5183,7 +5174,7 @@ class VIEW3D_PT_collections(bpy.types.Panel):
5183
5174
  :rtype: typing.Any
5184
5175
  """
5185
5176
 
5186
- def draw(self, context):
5177
+ def draw(self, context) -> None:
5187
5178
  """
5188
5179
 
5189
5180
  :param context:
@@ -5212,14 +5203,14 @@ class VIEW3D_PT_context_properties(bpy.types.Panel):
5212
5203
  :rtype: typing.Any
5213
5204
  """
5214
5205
 
5215
- def draw(self, context):
5206
+ def draw(self, context) -> None:
5216
5207
  """
5217
5208
 
5218
5209
  :param context:
5219
5210
  """
5220
5211
 
5221
5212
  @classmethod
5222
- def poll(cls, context):
5213
+ def poll(cls, context) -> None:
5223
5214
  """
5224
5215
 
5225
5216
  :param context:
@@ -5246,7 +5237,7 @@ class VIEW3D_PT_curves_sculpt_add_shape(bpy.types.Panel):
5246
5237
  :rtype: typing.Any
5247
5238
  """
5248
5239
 
5249
- def draw(self, context):
5240
+ def draw(self, context) -> None:
5250
5241
  """
5251
5242
 
5252
5243
  :param context:
@@ -5274,7 +5265,7 @@ class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(bpy.types.Panel):
5274
5265
  :rtype: typing.Any
5275
5266
  """
5276
5267
 
5277
- def draw(self, context):
5268
+ def draw(self, context) -> None:
5278
5269
  """
5279
5270
 
5280
5271
  :param context:
@@ -5301,7 +5292,7 @@ class VIEW3D_PT_curves_sculpt_parameter_falloff(bpy.types.Panel):
5301
5292
  :rtype: typing.Any
5302
5293
  """
5303
5294
 
5304
- def draw(self, context):
5295
+ def draw(self, context) -> None:
5305
5296
  """
5306
5297
 
5307
5298
  :param context:
@@ -5329,7 +5320,7 @@ class VIEW3D_PT_gizmo_display(bpy.types.Panel):
5329
5320
  :rtype: typing.Any
5330
5321
  """
5331
5322
 
5332
- def draw(self, context):
5323
+ def draw(self, context) -> None:
5333
5324
  """
5334
5325
 
5335
5326
  :param context:
@@ -5381,7 +5372,7 @@ class VIEW3D_PT_grease_pencil_guide(bpy.types.Panel):
5381
5372
  :rtype: typing.Any
5382
5373
  """
5383
5374
 
5384
- def draw(self, context):
5375
+ def draw(self, context) -> None:
5385
5376
  """
5386
5377
 
5387
5378
  :param context:
@@ -5408,7 +5399,7 @@ class VIEW3D_PT_grease_pencil_lock(bpy.types.Panel):
5408
5399
  :rtype: typing.Any
5409
5400
  """
5410
5401
 
5411
- def draw(self, context):
5402
+ def draw(self, context) -> None:
5412
5403
  """
5413
5404
 
5414
5405
  :param context:
@@ -5435,7 +5426,7 @@ class VIEW3D_PT_grease_pencil_multi_frame(bpy.types.Panel):
5435
5426
  :rtype: typing.Any
5436
5427
  """
5437
5428
 
5438
- def draw(self, context):
5429
+ def draw(self, context) -> None:
5439
5430
  """
5440
5431
 
5441
5432
  :param context:
@@ -5462,7 +5453,7 @@ class VIEW3D_PT_grease_pencil_origin(bpy.types.Panel):
5462
5453
  :rtype: typing.Any
5463
5454
  """
5464
5455
 
5465
- def draw(self, context):
5456
+ def draw(self, context) -> None:
5466
5457
  """
5467
5458
 
5468
5459
  :param context:
@@ -5490,7 +5481,7 @@ class VIEW3D_PT_grease_pencil_sculpt_automasking(bpy.types.Panel):
5490
5481
  :rtype: typing.Any
5491
5482
  """
5492
5483
 
5493
- def draw(self, context):
5484
+ def draw(self, context) -> None:
5494
5485
  """
5495
5486
 
5496
5487
  :param context:
@@ -5518,7 +5509,7 @@ class VIEW3D_PT_greasepencil_draw_context_menu(bpy.types.Panel):
5518
5509
  :rtype: typing.Any
5519
5510
  """
5520
5511
 
5521
- def draw(self, context):
5512
+ def draw(self, context) -> None:
5522
5513
  """
5523
5514
 
5524
5515
  :param context:
@@ -5546,7 +5537,7 @@ class VIEW3D_PT_greasepencil_sculpt_context_menu(bpy.types.Panel):
5546
5537
  :rtype: typing.Any
5547
5538
  """
5548
5539
 
5549
- def draw(self, context):
5540
+ def draw(self, context) -> None:
5550
5541
  """
5551
5542
 
5552
5543
  :param context:
@@ -5574,7 +5565,7 @@ class VIEW3D_PT_greasepencil_vertex_paint_context_menu(bpy.types.Panel):
5574
5565
  :rtype: typing.Any
5575
5566
  """
5576
5567
 
5577
- def draw(self, context):
5568
+ def draw(self, context) -> None:
5578
5569
  """
5579
5570
 
5580
5571
  :param context:
@@ -5602,7 +5593,7 @@ class VIEW3D_PT_greasepencil_weight_context_menu(bpy.types.Panel):
5602
5593
  :rtype: typing.Any
5603
5594
  """
5604
5595
 
5605
- def draw(self, context):
5596
+ def draw(self, context) -> None:
5606
5597
  """
5607
5598
 
5608
5599
  :param context:
@@ -5630,13 +5621,13 @@ class VIEW3D_PT_object_type_visibility(bpy.types.Panel):
5630
5621
  :rtype: typing.Any
5631
5622
  """
5632
5623
 
5633
- def draw(self, context):
5624
+ def draw(self, context) -> None:
5634
5625
  """
5635
5626
 
5636
5627
  :param context:
5637
5628
  """
5638
5629
 
5639
- def draw_ex(self, _context, view, show_select):
5630
+ def draw_ex(self, _context, view, show_select) -> None:
5640
5631
  """
5641
5632
 
5642
5633
  :param _context:
@@ -5666,7 +5657,7 @@ class VIEW3D_PT_overlay(bpy.types.Panel):
5666
5657
  :rtype: typing.Any
5667
5658
  """
5668
5659
 
5669
- def draw(self, _context):
5660
+ def draw(self, _context) -> None:
5670
5661
  """
5671
5662
 
5672
5663
  :param _context:
@@ -5693,21 +5684,21 @@ class VIEW3D_PT_overlay_bones(bpy.types.Panel):
5693
5684
  :rtype: typing.Any
5694
5685
  """
5695
5686
 
5696
- def draw(self, context):
5687
+ def draw(self, context) -> None:
5697
5688
  """
5698
5689
 
5699
5690
  :param context:
5700
5691
  """
5701
5692
 
5702
5693
  @staticmethod
5703
- def is_using_wireframe(context):
5694
+ def is_using_wireframe(context) -> None:
5704
5695
  """
5705
5696
 
5706
5697
  :param context:
5707
5698
  """
5708
5699
 
5709
5700
  @classmethod
5710
- def poll(cls, context):
5701
+ def poll(cls, context) -> None:
5711
5702
  """
5712
5703
 
5713
5704
  :param context:
@@ -5734,14 +5725,14 @@ class VIEW3D_PT_overlay_edit_curve(bpy.types.Panel):
5734
5725
  :rtype: typing.Any
5735
5726
  """
5736
5727
 
5737
- def draw(self, context):
5728
+ def draw(self, context) -> None:
5738
5729
  """
5739
5730
 
5740
5731
  :param context:
5741
5732
  """
5742
5733
 
5743
5734
  @classmethod
5744
- def poll(cls, context):
5735
+ def poll(cls, context) -> None:
5745
5736
  """
5746
5737
 
5747
5738
  :param context:
@@ -5768,14 +5759,14 @@ class VIEW3D_PT_overlay_edit_curves(bpy.types.Panel):
5768
5759
  :rtype: typing.Any
5769
5760
  """
5770
5761
 
5771
- def draw(self, context):
5762
+ def draw(self, context) -> None:
5772
5763
  """
5773
5764
 
5774
5765
  :param context:
5775
5766
  """
5776
5767
 
5777
5768
  @classmethod
5778
- def poll(cls, context):
5769
+ def poll(cls, context) -> None:
5779
5770
  """
5780
5771
 
5781
5772
  :param context:
@@ -5803,14 +5794,14 @@ class VIEW3D_PT_overlay_edit_mesh(bpy.types.Panel):
5803
5794
  :rtype: typing.Any
5804
5795
  """
5805
5796
 
5806
- def draw(self, context):
5797
+ def draw(self, context) -> None:
5807
5798
  """
5808
5799
 
5809
5800
  :param context:
5810
5801
  """
5811
5802
 
5812
5803
  @classmethod
5813
- def poll(cls, context):
5804
+ def poll(cls, context) -> None:
5814
5805
  """
5815
5806
 
5816
5807
  :param context:
@@ -5838,14 +5829,14 @@ class VIEW3D_PT_overlay_edit_mesh_freestyle(bpy.types.Panel):
5838
5829
  :rtype: typing.Any
5839
5830
  """
5840
5831
 
5841
- def draw(self, context):
5832
+ def draw(self, context) -> None:
5842
5833
  """
5843
5834
 
5844
5835
  :param context:
5845
5836
  """
5846
5837
 
5847
5838
  @classmethod
5848
- def poll(cls, context):
5839
+ def poll(cls, context) -> None:
5849
5840
  """
5850
5841
 
5851
5842
  :param context:
@@ -5873,14 +5864,14 @@ class VIEW3D_PT_overlay_edit_mesh_measurement(bpy.types.Panel):
5873
5864
  :rtype: typing.Any
5874
5865
  """
5875
5866
 
5876
- def draw(self, context):
5867
+ def draw(self, context) -> None:
5877
5868
  """
5878
5869
 
5879
5870
  :param context:
5880
5871
  """
5881
5872
 
5882
5873
  @classmethod
5883
- def poll(cls, context):
5874
+ def poll(cls, context) -> None:
5884
5875
  """
5885
5876
 
5886
5877
  :param context:
@@ -5908,14 +5899,14 @@ class VIEW3D_PT_overlay_edit_mesh_normals(bpy.types.Panel):
5908
5899
  :rtype: typing.Any
5909
5900
  """
5910
5901
 
5911
- def draw(self, context):
5902
+ def draw(self, context) -> None:
5912
5903
  """
5913
5904
 
5914
5905
  :param context:
5915
5906
  """
5916
5907
 
5917
5908
  @classmethod
5918
- def poll(cls, context):
5909
+ def poll(cls, context) -> None:
5919
5910
  """
5920
5911
 
5921
5912
  :param context:
@@ -5943,14 +5934,14 @@ class VIEW3D_PT_overlay_edit_mesh_shading(bpy.types.Panel):
5943
5934
  :rtype: typing.Any
5944
5935
  """
5945
5936
 
5946
- def draw(self, context):
5937
+ def draw(self, context) -> None:
5947
5938
  """
5948
5939
 
5949
5940
  :param context:
5950
5941
  """
5951
5942
 
5952
5943
  @classmethod
5953
- def poll(cls, context):
5944
+ def poll(cls, context) -> None:
5954
5945
  """
5955
5946
 
5956
5947
  :param context:
@@ -5978,7 +5969,7 @@ class VIEW3D_PT_overlay_geometry(bpy.types.Panel):
5978
5969
  :rtype: typing.Any
5979
5970
  """
5980
5971
 
5981
- def draw(self, context):
5972
+ def draw(self, context) -> None:
5982
5973
  """
5983
5974
 
5984
5975
  :param context:
@@ -6007,14 +5998,14 @@ class VIEW3D_PT_overlay_grease_pencil_canvas_options(bpy.types.Panel):
6007
5998
  :rtype: typing.Any
6008
5999
  """
6009
6000
 
6010
- def draw(self, context):
6001
+ def draw(self, context) -> None:
6011
6002
  """
6012
6003
 
6013
6004
  :param context:
6014
6005
  """
6015
6006
 
6016
6007
  @classmethod
6017
- def poll(cls, context):
6008
+ def poll(cls, context) -> None:
6018
6009
  """
6019
6010
 
6020
6011
  :param context:
@@ -6042,14 +6033,14 @@ class VIEW3D_PT_overlay_grease_pencil_options(bpy.types.Panel):
6042
6033
  :rtype: typing.Any
6043
6034
  """
6044
6035
 
6045
- def draw(self, context):
6036
+ def draw(self, context) -> None:
6046
6037
  """
6047
6038
 
6048
6039
  :param context:
6049
6040
  """
6050
6041
 
6051
6042
  @classmethod
6052
- def poll(cls, context):
6043
+ def poll(cls, context) -> None:
6053
6044
  """
6054
6045
 
6055
6046
  :param context:
@@ -6077,7 +6068,7 @@ class VIEW3D_PT_overlay_guides(bpy.types.Panel):
6077
6068
  :rtype: typing.Any
6078
6069
  """
6079
6070
 
6080
- def draw(self, context):
6071
+ def draw(self, context) -> None:
6081
6072
  """
6082
6073
 
6083
6074
  :param context:
@@ -6105,13 +6096,13 @@ class VIEW3D_PT_overlay_motion_tracking(bpy.types.Panel):
6105
6096
  :rtype: typing.Any
6106
6097
  """
6107
6098
 
6108
- def draw(self, context):
6099
+ def draw(self, context) -> None:
6109
6100
  """
6110
6101
 
6111
6102
  :param context:
6112
6103
  """
6113
6104
 
6114
- def draw_header(self, context):
6105
+ def draw_header(self, context) -> None:
6115
6106
  """
6116
6107
 
6117
6108
  :param context:
@@ -6139,7 +6130,7 @@ class VIEW3D_PT_overlay_object(bpy.types.Panel):
6139
6130
  :rtype: typing.Any
6140
6131
  """
6141
6132
 
6142
- def draw(self, context):
6133
+ def draw(self, context) -> None:
6143
6134
  """
6144
6135
 
6145
6136
  :param context:
@@ -6167,14 +6158,14 @@ class VIEW3D_PT_overlay_sculpt(bpy.types.Panel):
6167
6158
  :rtype: typing.Any
6168
6159
  """
6169
6160
 
6170
- def draw(self, context):
6161
+ def draw(self, context) -> None:
6171
6162
  """
6172
6163
 
6173
6164
  :param context:
6174
6165
  """
6175
6166
 
6176
6167
  @classmethod
6177
- def poll(cls, context):
6168
+ def poll(cls, context) -> None:
6178
6169
  """
6179
6170
 
6180
6171
  :param context:
@@ -6202,14 +6193,14 @@ class VIEW3D_PT_overlay_sculpt_curves(bpy.types.Panel):
6202
6193
  :rtype: typing.Any
6203
6194
  """
6204
6195
 
6205
- def draw(self, context):
6196
+ def draw(self, context) -> None:
6206
6197
  """
6207
6198
 
6208
6199
  :param context:
6209
6200
  """
6210
6201
 
6211
6202
  @classmethod
6212
- def poll(cls, context):
6203
+ def poll(cls, context) -> None:
6213
6204
  """
6214
6205
 
6215
6206
  :param context:
@@ -6236,14 +6227,14 @@ class VIEW3D_PT_overlay_texture_paint(bpy.types.Panel):
6236
6227
  :rtype: typing.Any
6237
6228
  """
6238
6229
 
6239
- def draw(self, context):
6230
+ def draw(self, context) -> None:
6240
6231
  """
6241
6232
 
6242
6233
  :param context:
6243
6234
  """
6244
6235
 
6245
6236
  @classmethod
6246
- def poll(cls, context):
6237
+ def poll(cls, context) -> None:
6247
6238
  """
6248
6239
 
6249
6240
  :param context:
@@ -6270,14 +6261,14 @@ class VIEW3D_PT_overlay_vertex_paint(bpy.types.Panel):
6270
6261
  :rtype: typing.Any
6271
6262
  """
6272
6263
 
6273
- def draw(self, context):
6264
+ def draw(self, context) -> None:
6274
6265
  """
6275
6266
 
6276
6267
  :param context:
6277
6268
  """
6278
6269
 
6279
6270
  @classmethod
6280
- def poll(cls, context):
6271
+ def poll(cls, context) -> None:
6281
6272
  """
6282
6273
 
6283
6274
  :param context:
@@ -6305,7 +6296,7 @@ class VIEW3D_PT_overlay_viewer_node(bpy.types.Panel):
6305
6296
  :rtype: typing.Any
6306
6297
  """
6307
6298
 
6308
- def draw(self, context):
6299
+ def draw(self, context) -> None:
6309
6300
  """
6310
6301
 
6311
6302
  :param context:
@@ -6333,14 +6324,14 @@ class VIEW3D_PT_overlay_weight_paint(bpy.types.Panel):
6333
6324
  :rtype: typing.Any
6334
6325
  """
6335
6326
 
6336
- def draw(self, context):
6327
+ def draw(self, context) -> None:
6337
6328
  """
6338
6329
 
6339
6330
  :param context:
6340
6331
  """
6341
6332
 
6342
6333
  @classmethod
6343
- def poll(cls, context):
6334
+ def poll(cls, context) -> None:
6344
6335
  """
6345
6336
 
6346
6337
  :param context:
@@ -6367,7 +6358,7 @@ class VIEW3D_PT_paint_texture_context_menu(bpy.types.Panel):
6367
6358
  :rtype: typing.Any
6368
6359
  """
6369
6360
 
6370
- def draw(self, context):
6361
+ def draw(self, context) -> None:
6371
6362
  """
6372
6363
 
6373
6364
  :param context:
@@ -6394,7 +6385,7 @@ class VIEW3D_PT_paint_vertex_context_menu(bpy.types.Panel):
6394
6385
  :rtype: typing.Any
6395
6386
  """
6396
6387
 
6397
- def draw(self, context):
6388
+ def draw(self, context) -> None:
6398
6389
  """
6399
6390
 
6400
6391
  :param context:
@@ -6421,7 +6412,7 @@ class VIEW3D_PT_paint_weight_context_menu(bpy.types.Panel):
6421
6412
  :rtype: typing.Any
6422
6413
  """
6423
6414
 
6424
- def draw(self, context):
6415
+ def draw(self, context) -> None:
6425
6416
  """
6426
6417
 
6427
6418
  :param context:
@@ -6449,7 +6440,7 @@ class VIEW3D_PT_proportional_edit(bpy.types.Panel):
6449
6440
  :rtype: typing.Any
6450
6441
  """
6451
6442
 
6452
- def draw(self, context):
6443
+ def draw(self, context) -> None:
6453
6444
  """
6454
6445
 
6455
6446
  :param context:
@@ -6478,14 +6469,14 @@ class VIEW3D_PT_quad_view(bpy.types.Panel):
6478
6469
  :rtype: typing.Any
6479
6470
  """
6480
6471
 
6481
- def draw(self, context):
6472
+ def draw(self, context) -> None:
6482
6473
  """
6483
6474
 
6484
6475
  :param context:
6485
6476
  """
6486
6477
 
6487
6478
  @classmethod
6488
- def poll(cls, context):
6479
+ def poll(cls, context) -> None:
6489
6480
  """
6490
6481
 
6491
6482
  :param context:
@@ -6513,7 +6504,7 @@ class VIEW3D_PT_sculpt_automasking(bpy.types.Panel):
6513
6504
  :rtype: typing.Any
6514
6505
  """
6515
6506
 
6516
- def draw(self, context):
6507
+ def draw(self, context) -> None:
6517
6508
  """
6518
6509
 
6519
6510
  :param context:
@@ -6540,7 +6531,7 @@ class VIEW3D_PT_sculpt_context_menu(bpy.types.Panel):
6540
6531
  :rtype: typing.Any
6541
6532
  """
6542
6533
 
6543
- def draw(self, context):
6534
+ def draw(self, context) -> None:
6544
6535
  """
6545
6536
 
6546
6537
  :param context:
@@ -6567,7 +6558,7 @@ class VIEW3D_PT_sculpt_snapping(bpy.types.Panel):
6567
6558
  :rtype: typing.Any
6568
6559
  """
6569
6560
 
6570
- def draw(self, context):
6561
+ def draw(self, context) -> None:
6571
6562
  """
6572
6563
 
6573
6564
  :param context:
@@ -6595,14 +6586,14 @@ class VIEW3D_PT_shading(bpy.types.Panel):
6595
6586
  :rtype: typing.Any
6596
6587
  """
6597
6588
 
6598
- def draw(self, _context):
6589
+ def draw(self, _context) -> None:
6599
6590
  """
6600
6591
 
6601
6592
  :param _context:
6602
6593
  """
6603
6594
 
6604
6595
  @classmethod
6605
- def get_shading(cls, context):
6596
+ def get_shading(cls, context) -> None:
6606
6597
  """
6607
6598
 
6608
6599
  :param context:
@@ -6630,20 +6621,20 @@ class VIEW3D_PT_shading_cavity(bpy.types.Panel):
6630
6621
  :rtype: typing.Any
6631
6622
  """
6632
6623
 
6633
- def draw(self, context):
6624
+ def draw(self, context) -> None:
6634
6625
  """
6635
6626
 
6636
6627
  :param context:
6637
6628
  """
6638
6629
 
6639
- def draw_header(self, context):
6630
+ def draw_header(self, context) -> None:
6640
6631
  """
6641
6632
 
6642
6633
  :param context:
6643
6634
  """
6644
6635
 
6645
6636
  @classmethod
6646
- def poll(cls, context):
6637
+ def poll(cls, context) -> None:
6647
6638
  """
6648
6639
 
6649
6640
  :param context:
@@ -6671,7 +6662,7 @@ class VIEW3D_PT_shading_color(bpy.types.Panel):
6671
6662
  :rtype: typing.Any
6672
6663
  """
6673
6664
 
6674
- def draw(self, context):
6665
+ def draw(self, context) -> None:
6675
6666
  """
6676
6667
 
6677
6668
  :param context:
@@ -6700,14 +6691,14 @@ class VIEW3D_PT_shading_compositor(bpy.types.Panel):
6700
6691
  :rtype: typing.Any
6701
6692
  """
6702
6693
 
6703
- def draw(self, context):
6694
+ def draw(self, context) -> None:
6704
6695
  """
6705
6696
 
6706
6697
  :param context:
6707
6698
  """
6708
6699
 
6709
6700
  @classmethod
6710
- def poll(cls, context):
6701
+ def poll(cls, context) -> None:
6711
6702
  """
6712
6703
 
6713
6704
  :param context:
@@ -6735,14 +6726,14 @@ class VIEW3D_PT_shading_lighting(bpy.types.Panel):
6735
6726
  :rtype: typing.Any
6736
6727
  """
6737
6728
 
6738
- def draw(self, context):
6729
+ def draw(self, context) -> None:
6739
6730
  """
6740
6731
 
6741
6732
  :param context:
6742
6733
  """
6743
6734
 
6744
6735
  @classmethod
6745
- def poll(cls, context):
6736
+ def poll(cls, context) -> None:
6746
6737
  """
6747
6738
 
6748
6739
  :param context:
@@ -6770,14 +6761,14 @@ class VIEW3D_PT_shading_options(bpy.types.Panel):
6770
6761
  :rtype: typing.Any
6771
6762
  """
6772
6763
 
6773
- def draw(self, context):
6764
+ def draw(self, context) -> None:
6774
6765
  """
6775
6766
 
6776
6767
  :param context:
6777
6768
  """
6778
6769
 
6779
6770
  @classmethod
6780
- def poll(cls, context):
6771
+ def poll(cls, context) -> None:
6781
6772
  """
6782
6773
 
6783
6774
  :param context:
@@ -6805,7 +6796,7 @@ class VIEW3D_PT_shading_options_shadow(bpy.types.Panel):
6805
6796
  :rtype: typing.Any
6806
6797
  """
6807
6798
 
6808
- def draw(self, context):
6799
+ def draw(self, context) -> None:
6809
6800
  """
6810
6801
 
6811
6802
  :param context:
@@ -6832,7 +6823,7 @@ class VIEW3D_PT_shading_options_ssao(bpy.types.Panel):
6832
6823
  :rtype: typing.Any
6833
6824
  """
6834
6825
 
6835
- def draw(self, context):
6826
+ def draw(self, context) -> None:
6836
6827
  """
6837
6828
 
6838
6829
  :param context:
@@ -6861,14 +6852,14 @@ class VIEW3D_PT_shading_render_pass(bpy.types.Panel):
6861
6852
  :rtype: typing.Any
6862
6853
  """
6863
6854
 
6864
- def draw(self, context):
6855
+ def draw(self, context) -> None:
6865
6856
  """
6866
6857
 
6867
6858
  :param context:
6868
6859
  """
6869
6860
 
6870
6861
  @classmethod
6871
- def poll(cls, context):
6862
+ def poll(cls, context) -> None:
6872
6863
  """
6873
6864
 
6874
6865
  :param context:
@@ -6895,7 +6886,7 @@ class VIEW3D_PT_snapping(bpy.types.Panel):
6895
6886
  :rtype: typing.Any
6896
6887
  """
6897
6888
 
6898
- def draw(self, context):
6889
+ def draw(self, context) -> None:
6899
6890
  """
6900
6891
 
6901
6892
  :param context:
@@ -6923,7 +6914,7 @@ class VIEW3D_PT_transform_orientations(bpy.types.Panel):
6923
6914
  :rtype: typing.Any
6924
6915
  """
6925
6916
 
6926
- def draw(self, context):
6917
+ def draw(self, context) -> None:
6927
6918
  """
6928
6919
 
6929
6920
  :param context:
@@ -6951,7 +6942,7 @@ class VIEW3D_PT_view3d_cursor(bpy.types.Panel):
6951
6942
  :rtype: typing.Any
6952
6943
  """
6953
6944
 
6954
- def draw(self, context):
6945
+ def draw(self, context) -> None:
6955
6946
  """
6956
6947
 
6957
6948
  :param context:
@@ -6980,7 +6971,7 @@ class VIEW3D_PT_view3d_lock(bpy.types.Panel):
6980
6971
  :rtype: typing.Any
6981
6972
  """
6982
6973
 
6983
- def draw(self, context):
6974
+ def draw(self, context) -> None:
6984
6975
  """
6985
6976
 
6986
6977
  :param context:
@@ -7008,7 +6999,7 @@ class VIEW3D_PT_view3d_properties(bpy.types.Panel):
7008
6999
  :rtype: typing.Any
7009
7000
  """
7010
7001
 
7011
- def draw(self, context):
7002
+ def draw(self, context) -> None:
7012
7003
  """
7013
7004
 
7014
7005
  :param context:
@@ -7037,14 +7028,14 @@ class VIEW3D_PT_view3d_stereo(bpy.types.Panel):
7037
7028
  :rtype: typing.Any
7038
7029
  """
7039
7030
 
7040
- def draw(self, context):
7031
+ def draw(self, context) -> None:
7041
7032
  """
7042
7033
 
7043
7034
  :param context:
7044
7035
  """
7045
7036
 
7046
7037
  @classmethod
7047
- def poll(cls, context):
7038
+ def poll(cls, context) -> None:
7048
7039
  """
7049
7040
 
7050
7041
  :param context:
@@ -7072,14 +7063,14 @@ class VIEW3D_PT_viewport_debug(bpy.types.Panel):
7072
7063
  :rtype: typing.Any
7073
7064
  """
7074
7065
 
7075
- def draw(self, context):
7066
+ def draw(self, context) -> None:
7076
7067
  """
7077
7068
 
7078
7069
  :param context:
7079
7070
  """
7080
7071
 
7081
7072
  @classmethod
7082
- def poll(cls, context):
7073
+ def poll(cls, context) -> None:
7083
7074
  """
7084
7075
 
7085
7076
  :param context:
@@ -7092,11 +7083,10 @@ class View3DAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
7092
7083
  bl_space_type: typing.Any
7093
7084
  brush_type_prop: typing.Any
7094
7085
  mode_prop: typing.Any
7095
- tool_prop: typing.Any
7096
7086
 
7097
7087
  class _draw_tool_settings_context_mode:
7098
7088
  @staticmethod
7099
- def PAINT_GREASE_PENCIL(context, layout, tool):
7089
+ def PAINT_GREASE_PENCIL(context, layout, tool) -> None:
7100
7090
  """
7101
7091
 
7102
7092
  :param context:
@@ -7105,7 +7095,7 @@ class _draw_tool_settings_context_mode:
7105
7095
  """
7106
7096
 
7107
7097
  @staticmethod
7108
- def PAINT_TEXTURE(context, layout, tool):
7098
+ def PAINT_TEXTURE(context, layout, tool) -> None:
7109
7099
  """
7110
7100
 
7111
7101
  :param context:
@@ -7114,7 +7104,7 @@ class _draw_tool_settings_context_mode:
7114
7104
  """
7115
7105
 
7116
7106
  @staticmethod
7117
- def PAINT_VERTEX(context, layout, tool):
7107
+ def PAINT_VERTEX(context, layout, tool) -> None:
7118
7108
  """
7119
7109
 
7120
7110
  :param context:
@@ -7123,7 +7113,7 @@ class _draw_tool_settings_context_mode:
7123
7113
  """
7124
7114
 
7125
7115
  @staticmethod
7126
- def PAINT_WEIGHT(context, layout, tool):
7116
+ def PAINT_WEIGHT(context, layout, tool) -> None:
7127
7117
  """
7128
7118
 
7129
7119
  :param context:
@@ -7132,7 +7122,7 @@ class _draw_tool_settings_context_mode:
7132
7122
  """
7133
7123
 
7134
7124
  @staticmethod
7135
- def PARTICLE(context, layout, tool):
7125
+ def PARTICLE(context, layout, tool) -> None:
7136
7126
  """
7137
7127
 
7138
7128
  :param context:
@@ -7141,7 +7131,7 @@ class _draw_tool_settings_context_mode:
7141
7131
  """
7142
7132
 
7143
7133
  @staticmethod
7144
- def SCULPT(context, layout, tool):
7134
+ def SCULPT(context, layout, tool) -> None:
7145
7135
  """
7146
7136
 
7147
7137
  :param context:
@@ -7150,7 +7140,7 @@ class _draw_tool_settings_context_mode:
7150
7140
  """
7151
7141
 
7152
7142
  @staticmethod
7153
- def SCULPT_CURVES(context, layout, tool):
7143
+ def SCULPT_CURVES(context, layout, tool) -> None:
7154
7144
  """
7155
7145
 
7156
7146
  :param context:
@@ -7159,7 +7149,7 @@ class _draw_tool_settings_context_mode:
7159
7149
  """
7160
7150
 
7161
7151
  @staticmethod
7162
- def SCULPT_GREASE_PENCIL(context, layout, tool):
7152
+ def SCULPT_GREASE_PENCIL(context, layout, tool) -> None:
7163
7153
  """
7164
7154
 
7165
7155
  :param context:
@@ -7168,7 +7158,7 @@ class _draw_tool_settings_context_mode:
7168
7158
  """
7169
7159
 
7170
7160
  @staticmethod
7171
- def VERTEX_GREASE_PENCIL(context, layout, tool):
7161
+ def VERTEX_GREASE_PENCIL(context, layout, tool) -> None:
7172
7162
  """
7173
7163
 
7174
7164
  :param context:
@@ -7177,7 +7167,7 @@ class _draw_tool_settings_context_mode:
7177
7167
  """
7178
7168
 
7179
7169
  @staticmethod
7180
- def WEIGHT_GPENCIL(context, layout, tool):
7170
+ def WEIGHT_GPENCIL(context, layout, tool) -> None:
7181
7171
  """
7182
7172
 
7183
7173
  :param context:
@@ -7186,7 +7176,7 @@ class _draw_tool_settings_context_mode:
7186
7176
  """
7187
7177
 
7188
7178
  @staticmethod
7189
- def WEIGHT_GREASE_PENCIL(context, layout, tool):
7179
+ def WEIGHT_GREASE_PENCIL(context, layout, tool) -> None:
7190
7180
  """
7191
7181
 
7192
7182
  :param context:
@@ -7254,5 +7244,5 @@ class VIEW3D_MT_bone_options_toggle(bpy.types.Menu, BoneOptions):
7254
7244
  :rtype: typing.Any
7255
7245
  """
7256
7246
 
7257
- def draw_curve(self_, _context): ...
7258
- def draw_topbar_grease_pencil_layer_panel(context, layout): ...
7247
+ def draw_curve(self_, _context) -> None: ...
7248
+ def draw_topbar_grease_pencil_layer_panel(context, layout) -> None: ...