fake-bpy-module 20250603__py3-none-any.whl → 20250606__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 +26 -26
  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 -49
  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 -73
  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 -297
  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 +5 -5
  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 +3 -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 -17
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -13
  163. bpy/ops/buttons/__init__.pyi +14 -6
  164. bpy/ops/cachefile/__init__.pyi +9 -5
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -92
  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 -13
  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 -40
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -23
  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 -65
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -49
  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 -147
  200. bpy/ops/object/__init__.pyi +262 -242
  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 -35
  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 -39
  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 -100
  219. bpy/ops/sound/__init__.pyi +7 -7
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -43
  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 +138 -116
  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 +1220 -1157
  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-20250603.dist-info → fake_bpy_module-20250606.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250606.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-20250603.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250603.dist-info → fake_bpy_module-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250603.dist-info → fake_bpy_module-20250606.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:
@@ -457,7 +457,7 @@ class VIEW3D_HT_header(bpy.types.Header):
457
457
  """
458
458
 
459
459
  @staticmethod
460
- def draw_xform_template(layout, context):
460
+ def draw_xform_template(layout, context) -> None:
461
461
  """
462
462
 
463
463
  :param layout:
@@ -484,19 +484,19 @@ class VIEW3D_HT_tool_header(bpy.types.Header):
484
484
  :rtype: typing.Any
485
485
  """
486
486
 
487
- def draw(self, context):
487
+ def draw(self, context) -> None:
488
488
  """
489
489
 
490
490
  :param context:
491
491
  """
492
492
 
493
- def draw_mode_settings(self, context):
493
+ def draw_mode_settings(self, context) -> None:
494
494
  """
495
495
 
496
496
  :param context:
497
497
  """
498
498
 
499
- def draw_tool_settings(self, context):
499
+ def draw_tool_settings(self, context) -> None:
500
500
  """
501
501
 
502
502
  :param context:
@@ -523,7 +523,7 @@ class VIEW3D_MT_add(bpy.types.Menu):
523
523
  :rtype: typing.Any
524
524
  """
525
525
 
526
- def draw(self, context):
526
+ def draw(self, context) -> None:
527
527
  """
528
528
 
529
529
  :param context:
@@ -550,7 +550,7 @@ class VIEW3D_MT_armature_add(bpy.types.Menu):
550
550
  :rtype: typing.Any
551
551
  """
552
552
 
553
- def draw(self, _context):
553
+ def draw(self, _context) -> None:
554
554
  """
555
555
 
556
556
  :param _context:
@@ -575,7 +575,7 @@ class VIEW3D_MT_armature_context_menu(bpy.types.Menu):
575
575
  :rtype: typing.Any
576
576
  """
577
577
 
578
- def draw(self, context):
578
+ def draw(self, context) -> None:
579
579
  """
580
580
 
581
581
  :param context:
@@ -600,14 +600,14 @@ class VIEW3D_MT_bone_collections(bpy.types.Menu):
600
600
  :rtype: typing.Any
601
601
  """
602
602
 
603
- def draw(self, context):
603
+ def draw(self, context) -> None:
604
604
  """
605
605
 
606
606
  :param context:
607
607
  """
608
608
 
609
609
  @classmethod
610
- def poll(cls, context):
610
+ def poll(cls, context) -> None:
611
611
  """
612
612
 
613
613
  :param context:
@@ -634,7 +634,7 @@ class VIEW3D_MT_camera_add(bpy.types.Menu):
634
634
  :rtype: typing.Any
635
635
  """
636
636
 
637
- def draw(self, _context):
637
+ def draw(self, _context) -> None:
638
638
  """
639
639
 
640
640
  :param _context:
@@ -661,7 +661,7 @@ class VIEW3D_MT_curve_add(bpy.types.Menu):
661
661
  :rtype: typing.Any
662
662
  """
663
663
 
664
- def draw(self, context):
664
+ def draw(self, context) -> None:
665
665
  """
666
666
 
667
667
  :param context:
@@ -686,7 +686,7 @@ class VIEW3D_MT_edit_armature(bpy.types.Menu):
686
686
  :rtype: typing.Any
687
687
  """
688
688
 
689
- def draw(self, context):
689
+ def draw(self, context) -> None:
690
690
  """
691
691
 
692
692
  :param context:
@@ -711,7 +711,7 @@ class VIEW3D_MT_edit_armature_delete(bpy.types.Menu):
711
711
  :rtype: typing.Any
712
712
  """
713
713
 
714
- def draw(self, _context):
714
+ def draw(self, _context) -> None:
715
715
  """
716
716
 
717
717
  :param _context:
@@ -736,7 +736,7 @@ class VIEW3D_MT_edit_armature_names(bpy.types.Menu):
736
736
  :rtype: typing.Any
737
737
  """
738
738
 
739
- def draw(self, _context):
739
+ def draw(self, _context) -> None:
740
740
  """
741
741
 
742
742
  :param _context:
@@ -762,7 +762,7 @@ class VIEW3D_MT_edit_armature_parent(bpy.types.Menu):
762
762
  :rtype: typing.Any
763
763
  """
764
764
 
765
- def draw(self, _context):
765
+ def draw(self, _context) -> None:
766
766
  """
767
767
 
768
768
  :param _context:
@@ -787,7 +787,7 @@ class VIEW3D_MT_edit_armature_roll(bpy.types.Menu):
787
787
  :rtype: typing.Any
788
788
  """
789
789
 
790
- def draw(self, _context):
790
+ def draw(self, _context) -> None:
791
791
  """
792
792
 
793
793
  :param _context:
@@ -831,7 +831,7 @@ class VIEW3D_MT_edit_curve_clean(bpy.types.Menu):
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:
@@ -856,7 +856,7 @@ class VIEW3D_MT_edit_curve_context_menu(bpy.types.Menu):
856
856
  :rtype: typing.Any
857
857
  """
858
858
 
859
- def draw(self, _context):
859
+ def draw(self, _context) -> None:
860
860
  """
861
861
 
862
862
  :param _context:
@@ -881,7 +881,7 @@ class VIEW3D_MT_edit_curve_ctrlpoints(bpy.types.Menu):
881
881
  :rtype: typing.Any
882
882
  """
883
883
 
884
- def draw(self, context):
884
+ def draw(self, context) -> None:
885
885
  """
886
886
 
887
887
  :param context:
@@ -906,7 +906,7 @@ class VIEW3D_MT_edit_curve_delete(bpy.types.Menu):
906
906
  :rtype: typing.Any
907
907
  """
908
908
 
909
- def draw(self, _context):
909
+ def draw(self, _context) -> None:
910
910
  """
911
911
 
912
912
  :param _context:
@@ -931,7 +931,7 @@ class VIEW3D_MT_edit_curve_segments(bpy.types.Menu):
931
931
  :rtype: typing.Any
932
932
  """
933
933
 
934
- def draw(self, _context):
934
+ def draw(self, _context) -> None:
935
935
  """
936
936
 
937
937
  :param _context:
@@ -975,7 +975,7 @@ class VIEW3D_MT_edit_curves(bpy.types.Menu):
975
975
  :rtype: typing.Any
976
976
  """
977
977
 
978
- def draw(self, _context):
978
+ def draw(self, _context) -> None:
979
979
  """
980
980
 
981
981
  :param _context:
@@ -1001,7 +1001,7 @@ class VIEW3D_MT_edit_curves_add(bpy.types.Menu):
1001
1001
  :rtype: typing.Any
1002
1002
  """
1003
1003
 
1004
- def draw(self, _context):
1004
+ def draw(self, _context) -> None:
1005
1005
  """
1006
1006
 
1007
1007
  :param _context:
@@ -1026,7 +1026,7 @@ class VIEW3D_MT_edit_curves_context_menu(bpy.types.Menu):
1026
1026
  :rtype: typing.Any
1027
1027
  """
1028
1028
 
1029
- def draw(self, _context):
1029
+ def draw(self, _context) -> None:
1030
1030
  """
1031
1031
 
1032
1032
  :param _context:
@@ -1051,7 +1051,7 @@ class VIEW3D_MT_edit_curves_control_points(bpy.types.Menu):
1051
1051
  :rtype: typing.Any
1052
1052
  """
1053
1053
 
1054
- def draw(self, _context):
1054
+ def draw(self, _context) -> None:
1055
1055
  """
1056
1056
 
1057
1057
  :param _context:
@@ -1076,7 +1076,7 @@ class VIEW3D_MT_edit_curves_segments(bpy.types.Menu):
1076
1076
  :rtype: typing.Any
1077
1077
  """
1078
1078
 
1079
- def draw(self, _context):
1079
+ def draw(self, _context) -> None:
1080
1080
  """
1081
1081
 
1082
1082
  :param _context:
@@ -1101,7 +1101,7 @@ class VIEW3D_MT_edit_curves_select_more_less(bpy.types.Menu):
1101
1101
  :rtype: typing.Any
1102
1102
  """
1103
1103
 
1104
- def draw(self, _context):
1104
+ def draw(self, _context) -> None:
1105
1105
  """
1106
1106
 
1107
1107
  :param _context:
@@ -1126,7 +1126,7 @@ class VIEW3D_MT_edit_font(bpy.types.Menu):
1126
1126
  :rtype: typing.Any
1127
1127
  """
1128
1128
 
1129
- def draw(self, _context):
1129
+ def draw(self, _context) -> None:
1130
1130
  """
1131
1131
 
1132
1132
  :param _context:
@@ -1151,7 +1151,7 @@ class VIEW3D_MT_edit_font_chars(bpy.types.Menu):
1151
1151
  :rtype: typing.Any
1152
1152
  """
1153
1153
 
1154
- def draw(self, _context):
1154
+ def draw(self, _context) -> None:
1155
1155
  """
1156
1156
 
1157
1157
  :param _context:
@@ -1176,7 +1176,7 @@ class VIEW3D_MT_edit_font_context_menu(bpy.types.Menu):
1176
1176
  :rtype: typing.Any
1177
1177
  """
1178
1178
 
1179
- def draw(self, _context):
1179
+ def draw(self, _context) -> None:
1180
1180
  """
1181
1181
 
1182
1182
  :param _context:
@@ -1201,7 +1201,7 @@ class VIEW3D_MT_edit_font_delete(bpy.types.Menu):
1201
1201
  :rtype: typing.Any
1202
1202
  """
1203
1203
 
1204
- def draw(self, _context):
1204
+ def draw(self, _context) -> None:
1205
1205
  """
1206
1206
 
1207
1207
  :param _context:
@@ -1226,7 +1226,7 @@ class VIEW3D_MT_edit_font_kerning(bpy.types.Menu):
1226
1226
  :rtype: typing.Any
1227
1227
  """
1228
1228
 
1229
- def draw(self, context):
1229
+ def draw(self, context) -> None:
1230
1230
  """
1231
1231
 
1232
1232
  :param context:
@@ -1251,7 +1251,7 @@ class VIEW3D_MT_edit_greasepencil(bpy.types.Menu):
1251
1251
  :rtype: typing.Any
1252
1252
  """
1253
1253
 
1254
- def draw(self, _context):
1254
+ def draw(self, _context) -> None:
1255
1255
  """
1256
1256
 
1257
1257
  :param _context:
@@ -1276,7 +1276,7 @@ class VIEW3D_MT_edit_greasepencil_animation(bpy.types.Menu):
1276
1276
  :rtype: typing.Any
1277
1277
  """
1278
1278
 
1279
- def draw(self, context):
1279
+ def draw(self, context) -> None:
1280
1280
  """
1281
1281
 
1282
1282
  :param context:
@@ -1301,7 +1301,7 @@ class VIEW3D_MT_edit_greasepencil_cleanup(bpy.types.Menu):
1301
1301
  :rtype: typing.Any
1302
1302
  """
1303
1303
 
1304
- def draw(self, context):
1304
+ def draw(self, context) -> None:
1305
1305
  """
1306
1306
 
1307
1307
  :param context:
@@ -1326,7 +1326,7 @@ class VIEW3D_MT_edit_greasepencil_delete(bpy.types.Menu):
1326
1326
  :rtype: typing.Any
1327
1327
  """
1328
1328
 
1329
- def draw(self, _context):
1329
+ def draw(self, _context) -> None:
1330
1330
  """
1331
1331
 
1332
1332
  :param _context:
@@ -1351,7 +1351,7 @@ class VIEW3D_MT_edit_greasepencil_point(bpy.types.Menu):
1351
1351
  :rtype: typing.Any
1352
1352
  """
1353
1353
 
1354
- def draw(self, _context):
1354
+ def draw(self, _context) -> None:
1355
1355
  """
1356
1356
 
1357
1357
  :param _context:
@@ -1376,7 +1376,7 @@ class VIEW3D_MT_edit_greasepencil_showhide(bpy.types.Menu):
1376
1376
  :rtype: typing.Any
1377
1377
  """
1378
1378
 
1379
- def draw(self, _context):
1379
+ def draw(self, _context) -> None:
1380
1380
  """
1381
1381
 
1382
1382
  :param _context:
@@ -1401,7 +1401,7 @@ class VIEW3D_MT_edit_greasepencil_stroke(bpy.types.Menu):
1401
1401
  :rtype: typing.Any
1402
1402
  """
1403
1403
 
1404
- def draw(self, context):
1404
+ def draw(self, context) -> None:
1405
1405
  """
1406
1406
 
1407
1407
  :param context:
@@ -1426,7 +1426,7 @@ class VIEW3D_MT_edit_lattice(bpy.types.Menu):
1426
1426
  :rtype: typing.Any
1427
1427
  """
1428
1428
 
1429
- def draw(self, _context):
1429
+ def draw(self, _context) -> None:
1430
1430
  """
1431
1431
 
1432
1432
  :param _context:
@@ -1451,7 +1451,7 @@ class VIEW3D_MT_edit_lattice_context_menu(bpy.types.Menu):
1451
1451
  :rtype: typing.Any
1452
1452
  """
1453
1453
 
1454
- def draw(self, _context):
1454
+ def draw(self, _context) -> None:
1455
1455
  """
1456
1456
 
1457
1457
  :param _context:
@@ -1476,7 +1476,7 @@ class VIEW3D_MT_edit_mesh(bpy.types.Menu):
1476
1476
  :rtype: typing.Any
1477
1477
  """
1478
1478
 
1479
- def draw(self, _context):
1479
+ def draw(self, _context) -> None:
1480
1480
  """
1481
1481
 
1482
1482
  :param _context:
@@ -1501,7 +1501,7 @@ class VIEW3D_MT_edit_mesh_clean(bpy.types.Menu):
1501
1501
  :rtype: typing.Any
1502
1502
  """
1503
1503
 
1504
- def draw(self, _context):
1504
+ def draw(self, _context) -> None:
1505
1505
  """
1506
1506
 
1507
1507
  :param _context:
@@ -1526,7 +1526,7 @@ class VIEW3D_MT_edit_mesh_context_menu(bpy.types.Menu):
1526
1526
  :rtype: typing.Any
1527
1527
  """
1528
1528
 
1529
- def draw(self, context):
1529
+ def draw(self, context) -> None:
1530
1530
  """
1531
1531
 
1532
1532
  :param context:
@@ -1551,7 +1551,7 @@ class VIEW3D_MT_edit_mesh_delete(bpy.types.Menu):
1551
1551
  :rtype: typing.Any
1552
1552
  """
1553
1553
 
1554
- def draw(self, _context):
1554
+ def draw(self, _context) -> None:
1555
1555
  """
1556
1556
 
1557
1557
  :param _context:
@@ -1576,7 +1576,7 @@ class VIEW3D_MT_edit_mesh_edges(bpy.types.Menu):
1576
1576
  :rtype: typing.Any
1577
1577
  """
1578
1578
 
1579
- def draw(self, _context):
1579
+ def draw(self, _context) -> None:
1580
1580
  """
1581
1581
 
1582
1582
  :param _context:
@@ -1601,7 +1601,7 @@ class VIEW3D_MT_edit_mesh_extrude(bpy.types.Menu):
1601
1601
  :rtype: typing.Any
1602
1602
  """
1603
1603
 
1604
- def draw(self, context):
1604
+ def draw(self, context) -> None:
1605
1605
  """
1606
1606
 
1607
1607
  :param context:
@@ -1627,7 +1627,7 @@ class VIEW3D_MT_edit_mesh_faces(bpy.types.Menu):
1627
1627
  :rtype: typing.Any
1628
1628
  """
1629
1629
 
1630
- def draw(self, context):
1630
+ def draw(self, context) -> None:
1631
1631
  """
1632
1632
 
1633
1633
  :param context:
@@ -1652,7 +1652,7 @@ class VIEW3D_MT_edit_mesh_faces_data(bpy.types.Menu):
1652
1652
  :rtype: typing.Any
1653
1653
  """
1654
1654
 
1655
- def draw(self, _context):
1655
+ def draw(self, _context) -> None:
1656
1656
  """
1657
1657
 
1658
1658
  :param _context:
@@ -1677,7 +1677,7 @@ class VIEW3D_MT_edit_mesh_merge(bpy.types.Menu):
1677
1677
  :rtype: typing.Any
1678
1678
  """
1679
1679
 
1680
- def draw(self, _context):
1680
+ def draw(self, _context) -> None:
1681
1681
  """
1682
1682
 
1683
1683
  :param _context:
@@ -1702,7 +1702,7 @@ class VIEW3D_MT_edit_mesh_normals(bpy.types.Menu):
1702
1702
  :rtype: typing.Any
1703
1703
  """
1704
1704
 
1705
- def draw(self, _context):
1705
+ def draw(self, _context) -> None:
1706
1706
  """
1707
1707
 
1708
1708
  :param _context:
@@ -1727,7 +1727,7 @@ class VIEW3D_MT_edit_mesh_normals_average(bpy.types.Menu):
1727
1727
  :rtype: typing.Any
1728
1728
  """
1729
1729
 
1730
- def draw(self, _context):
1730
+ def draw(self, _context) -> None:
1731
1731
  """
1732
1732
 
1733
1733
  :param _context:
@@ -1752,7 +1752,7 @@ class VIEW3D_MT_edit_mesh_normals_select_strength(bpy.types.Menu):
1752
1752
  :rtype: typing.Any
1753
1753
  """
1754
1754
 
1755
- def draw(self, _context):
1755
+ def draw(self, _context) -> None:
1756
1756
  """
1757
1757
 
1758
1758
  :param _context:
@@ -1777,7 +1777,7 @@ class VIEW3D_MT_edit_mesh_normals_set_strength(bpy.types.Menu):
1777
1777
  :rtype: typing.Any
1778
1778
  """
1779
1779
 
1780
- def draw(self, _context):
1780
+ def draw(self, _context) -> None:
1781
1781
  """
1782
1782
 
1783
1783
  :param _context:
@@ -1802,7 +1802,7 @@ class VIEW3D_MT_edit_mesh_select_by_trait(bpy.types.Menu):
1802
1802
  :rtype: typing.Any
1803
1803
  """
1804
1804
 
1805
- def draw(self, context):
1805
+ def draw(self, context) -> None:
1806
1806
  """
1807
1807
 
1808
1808
  :param context:
@@ -1827,7 +1827,7 @@ class VIEW3D_MT_edit_mesh_select_linked(bpy.types.Menu):
1827
1827
  :rtype: typing.Any
1828
1828
  """
1829
1829
 
1830
- def draw(self, _context):
1830
+ def draw(self, _context) -> None:
1831
1831
  """
1832
1832
 
1833
1833
  :param _context:
@@ -1852,7 +1852,7 @@ class VIEW3D_MT_edit_mesh_select_loops(bpy.types.Menu):
1852
1852
  :rtype: typing.Any
1853
1853
  """
1854
1854
 
1855
- def draw(self, _context):
1855
+ def draw(self, _context) -> None:
1856
1856
  """
1857
1857
 
1858
1858
  :param _context:
@@ -1877,7 +1877,7 @@ class VIEW3D_MT_edit_mesh_select_mode(bpy.types.Menu):
1877
1877
  :rtype: typing.Any
1878
1878
  """
1879
1879
 
1880
- def draw(self, _context):
1880
+ def draw(self, _context) -> None:
1881
1881
  """
1882
1882
 
1883
1883
  :param _context:
@@ -1902,7 +1902,7 @@ class VIEW3D_MT_edit_mesh_select_more_less(bpy.types.Menu):
1902
1902
  :rtype: typing.Any
1903
1903
  """
1904
1904
 
1905
- def draw(self, _context):
1905
+ def draw(self, _context) -> None:
1906
1906
  """
1907
1907
 
1908
1908
  :param _context:
@@ -1927,7 +1927,7 @@ class VIEW3D_MT_edit_mesh_select_similar(bpy.types.Menu):
1927
1927
  :rtype: typing.Any
1928
1928
  """
1929
1929
 
1930
- def draw(self, _context):
1930
+ def draw(self, _context) -> None:
1931
1931
  """
1932
1932
 
1933
1933
  :param _context:
@@ -1952,7 +1952,7 @@ class VIEW3D_MT_edit_mesh_shading(bpy.types.Menu):
1952
1952
  :rtype: typing.Any
1953
1953
  """
1954
1954
 
1955
- def draw(self, _context):
1955
+ def draw(self, _context) -> None:
1956
1956
  """
1957
1957
 
1958
1958
  :param _context:
@@ -1996,7 +1996,7 @@ class VIEW3D_MT_edit_mesh_split(bpy.types.Menu):
1996
1996
  :rtype: typing.Any
1997
1997
  """
1998
1998
 
1999
- def draw(self, _context):
1999
+ def draw(self, _context) -> None:
2000
2000
  """
2001
2001
 
2002
2002
  :param _context:
@@ -2021,7 +2021,7 @@ class VIEW3D_MT_edit_mesh_vertices(bpy.types.Menu):
2021
2021
  :rtype: typing.Any
2022
2022
  """
2023
2023
 
2024
- def draw(self, _context):
2024
+ def draw(self, _context) -> None:
2025
2025
  """
2026
2026
 
2027
2027
  :param _context:
@@ -2046,7 +2046,7 @@ class VIEW3D_MT_edit_mesh_weights(bpy.types.Menu):
2046
2046
  :rtype: typing.Any
2047
2047
  """
2048
2048
 
2049
- def draw(self, _context):
2049
+ def draw(self, _context) -> None:
2050
2050
  """
2051
2051
 
2052
2052
  :param _context:
@@ -2071,7 +2071,7 @@ class VIEW3D_MT_edit_meta(bpy.types.Menu):
2071
2071
  :rtype: typing.Any
2072
2072
  """
2073
2073
 
2074
- def draw(self, _context):
2074
+ def draw(self, _context) -> None:
2075
2075
  """
2076
2076
 
2077
2077
  :param _context:
@@ -2096,7 +2096,7 @@ class VIEW3D_MT_edit_meta_showhide(bpy.types.Menu):
2096
2096
  :rtype: typing.Any
2097
2097
  """
2098
2098
 
2099
- def draw(self, _context):
2099
+ def draw(self, _context) -> None:
2100
2100
  """
2101
2101
 
2102
2102
  :param _context:
@@ -2121,7 +2121,7 @@ class VIEW3D_MT_edit_metaball_context_menu(bpy.types.Menu):
2121
2121
  :rtype: typing.Any
2122
2122
  """
2123
2123
 
2124
- def draw(self, _context):
2124
+ def draw(self, _context) -> None:
2125
2125
  """
2126
2126
 
2127
2127
  :param _context:
@@ -2146,7 +2146,7 @@ class VIEW3D_MT_edit_pointcloud(bpy.types.Menu):
2146
2146
  :rtype: typing.Any
2147
2147
  """
2148
2148
 
2149
- def draw(self, context):
2149
+ def draw(self, context) -> None:
2150
2150
  """
2151
2151
 
2152
2152
  :param context:
@@ -2190,7 +2190,7 @@ class VIEW3D_MT_editor_menus(bpy.types.Menu):
2190
2190
  :rtype: typing.Any
2191
2191
  """
2192
2192
 
2193
- def draw(self, context):
2193
+ def draw(self, context) -> None:
2194
2194
  """
2195
2195
 
2196
2196
  :param context:
@@ -2218,7 +2218,7 @@ class VIEW3D_MT_empty_add(bpy.types.Menu):
2218
2218
  :rtype: typing.Any
2219
2219
  """
2220
2220
 
2221
- def draw(self, _context):
2221
+ def draw(self, _context) -> None:
2222
2222
  """
2223
2223
 
2224
2224
  :param _context:
@@ -2243,7 +2243,7 @@ class VIEW3D_MT_face_sets(bpy.types.Menu):
2243
2243
  :rtype: typing.Any
2244
2244
  """
2245
2245
 
2246
- def draw(self, _context):
2246
+ def draw(self, _context) -> None:
2247
2247
  """
2248
2248
 
2249
2249
  :param _context:
@@ -2268,7 +2268,7 @@ class VIEW3D_MT_face_sets_init(bpy.types.Menu):
2268
2268
  :rtype: typing.Any
2269
2269
  """
2270
2270
 
2271
- def draw(self, _context):
2271
+ def draw(self, _context) -> None:
2272
2272
  """
2273
2273
 
2274
2274
  :param _context:
@@ -2295,7 +2295,7 @@ class VIEW3D_MT_grease_pencil_add(bpy.types.Menu):
2295
2295
  :rtype: typing.Any
2296
2296
  """
2297
2297
 
2298
- def draw(self, _context):
2298
+ def draw(self, _context) -> None:
2299
2299
  """
2300
2300
 
2301
2301
  :param _context:
@@ -2320,7 +2320,7 @@ class VIEW3D_MT_grease_pencil_assign_material(bpy.types.Menu):
2320
2320
  :rtype: typing.Any
2321
2321
  """
2322
2322
 
2323
- def draw(self, context):
2323
+ def draw(self, context) -> None:
2324
2324
  """
2325
2325
 
2326
2326
  :param context:
@@ -2345,7 +2345,7 @@ class VIEW3D_MT_grease_pencil_sculpt_automasking_pie(bpy.types.Menu):
2345
2345
  :rtype: typing.Any
2346
2346
  """
2347
2347
 
2348
- def draw(self, context):
2348
+ def draw(self, context) -> None:
2349
2349
  """
2350
2350
 
2351
2351
  :param context:
@@ -2370,7 +2370,7 @@ class VIEW3D_MT_greasepencil_edit_context_menu(bpy.types.Menu):
2370
2370
  :rtype: typing.Any
2371
2371
  """
2372
2372
 
2373
- def draw(self, context):
2373
+ def draw(self, context) -> None:
2374
2374
  """
2375
2375
 
2376
2376
  :param context:
@@ -2395,14 +2395,14 @@ class VIEW3D_MT_greasepencil_material_active(bpy.types.Menu):
2395
2395
  :rtype: typing.Any
2396
2396
  """
2397
2397
 
2398
- def draw(self, context):
2398
+ def draw(self, context) -> None:
2399
2399
  """
2400
2400
 
2401
2401
  :param context:
2402
2402
  """
2403
2403
 
2404
2404
  @classmethod
2405
- def poll(cls, context):
2405
+ def poll(cls, context) -> None:
2406
2406
  """
2407
2407
 
2408
2408
  :param context:
@@ -2427,7 +2427,7 @@ class VIEW3D_MT_greasepencil_vertex_group(bpy.types.Menu):
2427
2427
  :rtype: typing.Any
2428
2428
  """
2429
2429
 
2430
- def draw(self, context):
2430
+ def draw(self, context) -> None:
2431
2431
  """
2432
2432
 
2433
2433
  :param context:
@@ -2452,7 +2452,7 @@ class VIEW3D_MT_hook(bpy.types.Menu):
2452
2452
  :rtype: typing.Any
2453
2453
  """
2454
2454
 
2455
- def draw(self, context):
2455
+ def draw(self, context) -> None:
2456
2456
  """
2457
2457
 
2458
2458
  :param context:
@@ -2478,7 +2478,7 @@ class VIEW3D_MT_image_add(bpy.types.Menu):
2478
2478
  :rtype: typing.Any
2479
2479
  """
2480
2480
 
2481
- def draw(self, _context):
2481
+ def draw(self, _context) -> None:
2482
2482
  """
2483
2483
 
2484
2484
  :param _context:
@@ -2506,7 +2506,7 @@ class VIEW3D_MT_light_add(bpy.types.Menu):
2506
2506
  :rtype: typing.Any
2507
2507
  """
2508
2508
 
2509
- def draw(self, _context):
2509
+ def draw(self, _context) -> None:
2510
2510
  """
2511
2511
 
2512
2512
  :param _context:
@@ -2533,7 +2533,7 @@ class VIEW3D_MT_lightprobe_add(bpy.types.Menu):
2533
2533
  :rtype: typing.Any
2534
2534
  """
2535
2535
 
2536
- def draw(self, _context):
2536
+ def draw(self, _context) -> None:
2537
2537
  """
2538
2538
 
2539
2539
  :param _context:
@@ -2558,7 +2558,7 @@ class VIEW3D_MT_make_links(bpy.types.Menu):
2558
2558
  :rtype: typing.Any
2559
2559
  """
2560
2560
 
2561
- def draw(self, _context):
2561
+ def draw(self, _context) -> None:
2562
2562
  """
2563
2563
 
2564
2564
  :param _context:
@@ -2583,7 +2583,7 @@ class VIEW3D_MT_make_single_user(bpy.types.Menu):
2583
2583
  :rtype: typing.Any
2584
2584
  """
2585
2585
 
2586
- def draw(self, _context):
2586
+ def draw(self, _context) -> None:
2587
2587
  """
2588
2588
 
2589
2589
  :param _context:
@@ -2608,7 +2608,7 @@ class VIEW3D_MT_mask(bpy.types.Menu):
2608
2608
  :rtype: typing.Any
2609
2609
  """
2610
2610
 
2611
- def draw(self, _context):
2611
+ def draw(self, _context) -> None:
2612
2612
  """
2613
2613
 
2614
2614
  :param _context:
@@ -2635,7 +2635,7 @@ class VIEW3D_MT_mesh_add(bpy.types.Menu):
2635
2635
  :rtype: typing.Any
2636
2636
  """
2637
2637
 
2638
- def draw(self, _context):
2638
+ def draw(self, _context) -> None:
2639
2639
  """
2640
2640
 
2641
2641
  :param _context:
@@ -2662,7 +2662,7 @@ class VIEW3D_MT_metaball_add(bpy.types.Menu):
2662
2662
  :rtype: typing.Any
2663
2663
  """
2664
2664
 
2665
- def draw(self, _context):
2665
+ def draw(self, _context) -> None:
2666
2666
  """
2667
2667
 
2668
2668
  :param _context:
@@ -2687,7 +2687,7 @@ class VIEW3D_MT_mirror(bpy.types.Menu):
2687
2687
  :rtype: typing.Any
2688
2688
  """
2689
2689
 
2690
- def draw(self, _context):
2690
+ def draw(self, _context) -> None:
2691
2691
  """
2692
2692
 
2693
2693
  :param _context:
@@ -2713,7 +2713,7 @@ class VIEW3D_MT_object(bpy.types.Menu):
2713
2713
  :rtype: typing.Any
2714
2714
  """
2715
2715
 
2716
- def draw(self, context):
2716
+ def draw(self, context) -> None:
2717
2717
  """
2718
2718
 
2719
2719
  :param context:
@@ -2738,7 +2738,7 @@ class VIEW3D_MT_object_animation(bpy.types.Menu):
2738
2738
  :rtype: typing.Any
2739
2739
  """
2740
2740
 
2741
- def draw(self, _context):
2741
+ def draw(self, _context) -> None:
2742
2742
  """
2743
2743
 
2744
2744
  :param _context:
@@ -2763,7 +2763,7 @@ class VIEW3D_MT_object_apply(bpy.types.Menu):
2763
2763
  :rtype: typing.Any
2764
2764
  """
2765
2765
 
2766
- def draw(self, _context):
2766
+ def draw(self, _context) -> None:
2767
2767
  """
2768
2768
 
2769
2769
  :param _context:
@@ -2788,7 +2788,7 @@ class VIEW3D_MT_object_asset(bpy.types.Menu):
2788
2788
  :rtype: typing.Any
2789
2789
  """
2790
2790
 
2791
- def draw(self, _context):
2791
+ def draw(self, _context) -> None:
2792
2792
  """
2793
2793
 
2794
2794
  :param _context:
@@ -2813,7 +2813,7 @@ class VIEW3D_MT_object_cleanup(bpy.types.Menu):
2813
2813
  :rtype: typing.Any
2814
2814
  """
2815
2815
 
2816
- def draw(self, _context):
2816
+ def draw(self, _context) -> None:
2817
2817
  """
2818
2818
 
2819
2819
  :param _context:
@@ -2838,7 +2838,7 @@ class VIEW3D_MT_object_clear(bpy.types.Menu):
2838
2838
  :rtype: typing.Any
2839
2839
  """
2840
2840
 
2841
- def draw(self, _context):
2841
+ def draw(self, _context) -> None:
2842
2842
  """
2843
2843
 
2844
2844
  :param _context:
@@ -2863,7 +2863,7 @@ class VIEW3D_MT_object_collection(bpy.types.Menu):
2863
2863
  :rtype: typing.Any
2864
2864
  """
2865
2865
 
2866
- def draw(self, _context):
2866
+ def draw(self, _context) -> None:
2867
2867
  """
2868
2868
 
2869
2869
  :param _context:
@@ -2888,7 +2888,7 @@ class VIEW3D_MT_object_constraints(bpy.types.Menu):
2888
2888
  :rtype: typing.Any
2889
2889
  """
2890
2890
 
2891
- def draw(self, _context):
2891
+ def draw(self, _context) -> None:
2892
2892
  """
2893
2893
 
2894
2894
  :param _context:
@@ -2913,7 +2913,7 @@ class VIEW3D_MT_object_context_menu(bpy.types.Menu):
2913
2913
  :rtype: typing.Any
2914
2914
  """
2915
2915
 
2916
- def draw(self, context):
2916
+ def draw(self, context) -> None:
2917
2917
  """
2918
2918
 
2919
2919
  :param context:
@@ -2938,7 +2938,7 @@ class VIEW3D_MT_object_convert(bpy.types.Menu):
2938
2938
  :rtype: typing.Any
2939
2939
  """
2940
2940
 
2941
- def draw(self, context):
2941
+ def draw(self, context) -> None:
2942
2942
  """
2943
2943
 
2944
2944
  :param context:
@@ -2963,7 +2963,7 @@ class VIEW3D_MT_object_liboverride(bpy.types.Menu):
2963
2963
  :rtype: typing.Any
2964
2964
  """
2965
2965
 
2966
- def draw(self, _context):
2966
+ def draw(self, _context) -> None:
2967
2967
  """
2968
2968
 
2969
2969
  :param _context:
@@ -2988,7 +2988,7 @@ class VIEW3D_MT_object_mode_pie(bpy.types.Menu):
2988
2988
  :rtype: typing.Any
2989
2989
  """
2990
2990
 
2991
- def draw(self, _context):
2991
+ def draw(self, _context) -> None:
2992
2992
  """
2993
2993
 
2994
2994
  :param _context:
@@ -3013,7 +3013,7 @@ class VIEW3D_MT_object_modifiers(bpy.types.Menu):
3013
3013
  :rtype: typing.Any
3014
3014
  """
3015
3015
 
3016
- def draw(self, _context):
3016
+ def draw(self, _context) -> None:
3017
3017
  """
3018
3018
 
3019
3019
  :param _context:
@@ -3039,7 +3039,7 @@ class VIEW3D_MT_object_parent(bpy.types.Menu):
3039
3039
  :rtype: typing.Any
3040
3040
  """
3041
3041
 
3042
- def draw(self, _context):
3042
+ def draw(self, _context) -> None:
3043
3043
  """
3044
3044
 
3045
3045
  :param _context:
@@ -3064,7 +3064,7 @@ class VIEW3D_MT_object_quick_effects(bpy.types.Menu):
3064
3064
  :rtype: typing.Any
3065
3065
  """
3066
3066
 
3067
- def draw(self, _context):
3067
+ def draw(self, _context) -> None:
3068
3068
  """
3069
3069
 
3070
3070
  :param _context:
@@ -3089,7 +3089,7 @@ class VIEW3D_MT_object_relations(bpy.types.Menu):
3089
3089
  :rtype: typing.Any
3090
3090
  """
3091
3091
 
3092
- def draw(self, _context):
3092
+ def draw(self, _context) -> None:
3093
3093
  """
3094
3094
 
3095
3095
  :param _context:
@@ -3114,7 +3114,7 @@ class VIEW3D_MT_object_rigid_body(bpy.types.Menu):
3114
3114
  :rtype: typing.Any
3115
3115
  """
3116
3116
 
3117
- def draw(self, _context):
3117
+ def draw(self, _context) -> None:
3118
3118
  """
3119
3119
 
3120
3120
  :param _context:
@@ -3139,7 +3139,7 @@ class VIEW3D_MT_object_shading(bpy.types.Menu):
3139
3139
  :rtype: typing.Any
3140
3140
  """
3141
3141
 
3142
- def draw(self, _context):
3142
+ def draw(self, _context) -> None:
3143
3143
  """
3144
3144
 
3145
3145
  :param _context:
@@ -3164,7 +3164,7 @@ class VIEW3D_MT_object_showhide(bpy.types.Menu):
3164
3164
  :rtype: typing.Any
3165
3165
  """
3166
3166
 
3167
- def draw(self, _context):
3167
+ def draw(self, _context) -> None:
3168
3168
  """
3169
3169
 
3170
3170
  :param _context:
@@ -3190,7 +3190,7 @@ class VIEW3D_MT_object_track(bpy.types.Menu):
3190
3190
  :rtype: typing.Any
3191
3191
  """
3192
3192
 
3193
- def draw(self, _context):
3193
+ def draw(self, _context) -> None:
3194
3194
  """
3195
3195
 
3196
3196
  :param _context:
@@ -3215,7 +3215,7 @@ class VIEW3D_MT_orientations_pie(bpy.types.Menu):
3215
3215
  :rtype: typing.Any
3216
3216
  """
3217
3217
 
3218
- def draw(self, context):
3218
+ def draw(self, context) -> None:
3219
3219
  """
3220
3220
 
3221
3221
  :param context:
@@ -3240,7 +3240,7 @@ class VIEW3D_MT_paint_grease_pencil(bpy.types.Menu):
3240
3240
  :rtype: typing.Any
3241
3241
  """
3242
3242
 
3243
- def draw(self, _context):
3243
+ def draw(self, _context) -> None:
3244
3244
  """
3245
3245
 
3246
3246
  :param _context:
@@ -3265,7 +3265,7 @@ class VIEW3D_MT_paint_vertex(bpy.types.Menu):
3265
3265
  :rtype: typing.Any
3266
3266
  """
3267
3267
 
3268
- def draw(self, _context):
3268
+ def draw(self, _context) -> None:
3269
3269
  """
3270
3270
 
3271
3271
  :param _context:
@@ -3290,7 +3290,7 @@ class VIEW3D_MT_paint_vertex_grease_pencil(bpy.types.Menu):
3290
3290
  :rtype: typing.Any
3291
3291
  """
3292
3292
 
3293
- def draw(self, _context):
3293
+ def draw(self, _context) -> None:
3294
3294
  """
3295
3295
 
3296
3296
  :param _context:
@@ -3315,14 +3315,14 @@ class VIEW3D_MT_paint_weight(bpy.types.Menu):
3315
3315
  :rtype: typing.Any
3316
3316
  """
3317
3317
 
3318
- def draw(self, _context):
3318
+ def draw(self, _context) -> None:
3319
3319
  """
3320
3320
 
3321
3321
  :param _context:
3322
3322
  """
3323
3323
 
3324
3324
  @staticmethod
3325
- def draw_generic(layout, is_editmode=False):
3325
+ def draw_generic(layout, is_editmode=False) -> None:
3326
3326
  """
3327
3327
 
3328
3328
  :param layout:
@@ -3348,7 +3348,7 @@ class VIEW3D_MT_paint_weight_lock(bpy.types.Menu):
3348
3348
  :rtype: typing.Any
3349
3349
  """
3350
3350
 
3351
- def draw(self, _context):
3351
+ def draw(self, _context) -> None:
3352
3352
  """
3353
3353
 
3354
3354
  :param _context:
@@ -3373,7 +3373,7 @@ class VIEW3D_MT_particle(bpy.types.Menu):
3373
3373
  :rtype: typing.Any
3374
3374
  """
3375
3375
 
3376
- def draw(self, context):
3376
+ def draw(self, context) -> None:
3377
3377
  """
3378
3378
 
3379
3379
  :param context:
@@ -3398,7 +3398,7 @@ class VIEW3D_MT_particle_context_menu(bpy.types.Menu):
3398
3398
  :rtype: typing.Any
3399
3399
  """
3400
3400
 
3401
- def draw(self, context):
3401
+ def draw(self, context) -> None:
3402
3402
  """
3403
3403
 
3404
3404
  :param context:
@@ -3442,7 +3442,7 @@ class VIEW3D_MT_pivot_pie(bpy.types.Menu):
3442
3442
  :rtype: typing.Any
3443
3443
  """
3444
3444
 
3445
- def draw(self, context):
3445
+ def draw(self, context) -> None:
3446
3446
  """
3447
3447
 
3448
3448
  :param context:
@@ -3467,7 +3467,7 @@ class VIEW3D_MT_pose(bpy.types.Menu):
3467
3467
  :rtype: typing.Any
3468
3468
  """
3469
3469
 
3470
- def draw(self, _context):
3470
+ def draw(self, _context) -> None:
3471
3471
  """
3472
3472
 
3473
3473
  :param _context:
@@ -3492,7 +3492,7 @@ class VIEW3D_MT_pose_apply(bpy.types.Menu):
3492
3492
  :rtype: typing.Any
3493
3493
  """
3494
3494
 
3495
- def draw(self, _context):
3495
+ def draw(self, _context) -> None:
3496
3496
  """
3497
3497
 
3498
3498
  :param _context:
@@ -3517,7 +3517,7 @@ class VIEW3D_MT_pose_constraints(bpy.types.Menu):
3517
3517
  :rtype: typing.Any
3518
3518
  """
3519
3519
 
3520
- def draw(self, _context):
3520
+ def draw(self, _context) -> None:
3521
3521
  """
3522
3522
 
3523
3523
  :param _context:
@@ -3542,7 +3542,7 @@ class VIEW3D_MT_pose_context_menu(bpy.types.Menu):
3542
3542
  :rtype: typing.Any
3543
3543
  """
3544
3544
 
3545
- def draw(self, _context):
3545
+ def draw(self, _context) -> None:
3546
3546
  """
3547
3547
 
3548
3548
  :param _context:
@@ -3567,7 +3567,7 @@ class VIEW3D_MT_pose_ik(bpy.types.Menu):
3567
3567
  :rtype: typing.Any
3568
3568
  """
3569
3569
 
3570
- def draw(self, _context):
3570
+ def draw(self, _context) -> None:
3571
3571
  """
3572
3572
 
3573
3573
  :param _context:
@@ -3592,7 +3592,7 @@ class VIEW3D_MT_pose_motion(bpy.types.Menu):
3592
3592
  :rtype: typing.Any
3593
3593
  """
3594
3594
 
3595
- def draw(self, _context):
3595
+ def draw(self, _context) -> None:
3596
3596
  """
3597
3597
 
3598
3598
  :param _context:
@@ -3617,7 +3617,7 @@ class VIEW3D_MT_pose_names(bpy.types.Menu):
3617
3617
  :rtype: typing.Any
3618
3618
  """
3619
3619
 
3620
- def draw(self, _context):
3620
+ def draw(self, _context) -> None:
3621
3621
  """
3622
3622
 
3623
3623
  :param _context:
@@ -3642,7 +3642,7 @@ class VIEW3D_MT_pose_propagate(bpy.types.Menu):
3642
3642
  :rtype: typing.Any
3643
3643
  """
3644
3644
 
3645
- def draw(self, _context):
3645
+ def draw(self, _context) -> None:
3646
3646
  """
3647
3647
 
3648
3648
  :param _context:
@@ -3686,7 +3686,7 @@ class VIEW3D_MT_pose_slide(bpy.types.Menu):
3686
3686
  :rtype: typing.Any
3687
3687
  """
3688
3688
 
3689
- def draw(self, _context):
3689
+ def draw(self, _context) -> None:
3690
3690
  """
3691
3691
 
3692
3692
  :param _context:
@@ -3711,7 +3711,7 @@ class VIEW3D_MT_pose_transform(bpy.types.Menu):
3711
3711
  :rtype: typing.Any
3712
3712
  """
3713
3713
 
3714
- def draw(self, _context):
3714
+ def draw(self, _context) -> None:
3715
3715
  """
3716
3716
 
3717
3717
  :param _context:
@@ -3736,7 +3736,7 @@ class VIEW3D_MT_proportional_editing_falloff_pie(bpy.types.Menu):
3736
3736
  :rtype: typing.Any
3737
3737
  """
3738
3738
 
3739
- def draw(self, context):
3739
+ def draw(self, context) -> None:
3740
3740
  """
3741
3741
 
3742
3742
  :param context:
@@ -3761,7 +3761,7 @@ class VIEW3D_MT_random_mask(bpy.types.Menu):
3761
3761
  :rtype: typing.Any
3762
3762
  """
3763
3763
 
3764
- def draw(self, _context):
3764
+ def draw(self, _context) -> None:
3765
3765
  """
3766
3766
 
3767
3767
  :param _context:
@@ -3786,7 +3786,7 @@ class VIEW3D_MT_sculpt(bpy.types.Menu):
3786
3786
  :rtype: typing.Any
3787
3787
  """
3788
3788
 
3789
- def draw(self, context):
3789
+ def draw(self, context) -> None:
3790
3790
  """
3791
3791
 
3792
3792
  :param context:
@@ -3811,7 +3811,7 @@ class VIEW3D_MT_sculpt_automasking_pie(bpy.types.Menu):
3811
3811
  :rtype: typing.Any
3812
3812
  """
3813
3813
 
3814
- def draw(self, context):
3814
+ def draw(self, context) -> None:
3815
3815
  """
3816
3816
 
3817
3817
  :param context:
@@ -3836,7 +3836,7 @@ class VIEW3D_MT_sculpt_curves(bpy.types.Menu):
3836
3836
  :rtype: typing.Any
3837
3837
  """
3838
3838
 
3839
- def draw(self, _context):
3839
+ def draw(self, _context) -> None:
3840
3840
  """
3841
3841
 
3842
3842
  :param _context:
@@ -3861,7 +3861,7 @@ class VIEW3D_MT_sculpt_face_sets_edit_pie(bpy.types.Menu):
3861
3861
  :rtype: typing.Any
3862
3862
  """
3863
3863
 
3864
- def draw(self, _context):
3864
+ def draw(self, _context) -> None:
3865
3865
  """
3866
3866
 
3867
3867
  :param _context:
@@ -3886,7 +3886,7 @@ class VIEW3D_MT_sculpt_mask_edit_pie(bpy.types.Menu):
3886
3886
  :rtype: typing.Any
3887
3887
  """
3888
3888
 
3889
- def draw(self, _context):
3889
+ def draw(self, _context) -> None:
3890
3890
  """
3891
3891
 
3892
3892
  :param _context:
@@ -3911,7 +3911,7 @@ class VIEW3D_MT_sculpt_set_pivot(bpy.types.Menu):
3911
3911
  :rtype: typing.Any
3912
3912
  """
3913
3913
 
3914
- def draw(self, _context):
3914
+ def draw(self, _context) -> None:
3915
3915
  """
3916
3916
 
3917
3917
  :param _context:
@@ -3936,7 +3936,7 @@ class VIEW3D_MT_sculpt_showhide(bpy.types.Menu):
3936
3936
  :rtype: typing.Any
3937
3937
  """
3938
3938
 
3939
- def draw(self, _context):
3939
+ def draw(self, _context) -> None:
3940
3940
  """
3941
3941
 
3942
3942
  :param _context:
@@ -3961,7 +3961,7 @@ class VIEW3D_MT_sculpt_transform(bpy.types.Menu):
3961
3961
  :rtype: typing.Any
3962
3962
  """
3963
3963
 
3964
- def draw(self, _context):
3964
+ def draw(self, _context) -> None:
3965
3965
  """
3966
3966
 
3967
3967
  :param _context:
@@ -3986,7 +3986,7 @@ class VIEW3D_MT_sculpt_trim(bpy.types.Menu):
3986
3986
  :rtype: typing.Any
3987
3987
  """
3988
3988
 
3989
- def draw(self, _context):
3989
+ def draw(self, _context) -> None:
3990
3990
  """
3991
3991
 
3992
3992
  :param _context:
@@ -4011,7 +4011,7 @@ class VIEW3D_MT_select_edit_armature(bpy.types.Menu):
4011
4011
  :rtype: typing.Any
4012
4012
  """
4013
4013
 
4014
- def draw(self, _context):
4014
+ def draw(self, _context) -> None:
4015
4015
  """
4016
4016
 
4017
4017
  :param _context:
@@ -4036,7 +4036,7 @@ class VIEW3D_MT_select_edit_curve(bpy.types.Menu):
4036
4036
  :rtype: typing.Any
4037
4037
  """
4038
4038
 
4039
- def draw(self, _context):
4039
+ def draw(self, _context) -> None:
4040
4040
  """
4041
4041
 
4042
4042
  :param _context:
@@ -4061,7 +4061,7 @@ class VIEW3D_MT_select_edit_curves(bpy.types.Menu):
4061
4061
  :rtype: typing.Any
4062
4062
  """
4063
4063
 
4064
- def draw(self, _context):
4064
+ def draw(self, _context) -> None:
4065
4065
  """
4066
4066
 
4067
4067
  :param _context:
@@ -4086,7 +4086,7 @@ class VIEW3D_MT_select_edit_grease_pencil(bpy.types.Menu):
4086
4086
  :rtype: typing.Any
4087
4087
  """
4088
4088
 
4089
- def draw(self, context):
4089
+ def draw(self, context) -> None:
4090
4090
  """
4091
4091
 
4092
4092
  :param context:
@@ -4111,7 +4111,7 @@ class VIEW3D_MT_select_edit_lattice(bpy.types.Menu):
4111
4111
  :rtype: typing.Any
4112
4112
  """
4113
4113
 
4114
- def draw(self, _context):
4114
+ def draw(self, _context) -> None:
4115
4115
  """
4116
4116
 
4117
4117
  :param _context:
@@ -4136,7 +4136,7 @@ class VIEW3D_MT_select_edit_mesh(bpy.types.Menu):
4136
4136
  :rtype: typing.Any
4137
4137
  """
4138
4138
 
4139
- def draw(self, _context):
4139
+ def draw(self, _context) -> None:
4140
4140
  """
4141
4141
 
4142
4142
  :param _context:
@@ -4161,7 +4161,7 @@ class VIEW3D_MT_select_edit_metaball(bpy.types.Menu):
4161
4161
  :rtype: typing.Any
4162
4162
  """
4163
4163
 
4164
- def draw(self, _context):
4164
+ def draw(self, _context) -> None:
4165
4165
  """
4166
4166
 
4167
4167
  :param _context:
@@ -4186,7 +4186,7 @@ class VIEW3D_MT_select_edit_pointcloud(bpy.types.Menu):
4186
4186
  :rtype: typing.Any
4187
4187
  """
4188
4188
 
4189
- def draw(self, _context):
4189
+ def draw(self, _context) -> None:
4190
4190
  """
4191
4191
 
4192
4192
  :param _context:
@@ -4211,7 +4211,7 @@ class VIEW3D_MT_select_edit_surface(bpy.types.Menu):
4211
4211
  :rtype: typing.Any
4212
4212
  """
4213
4213
 
4214
- def draw(self, _context):
4214
+ def draw(self, _context) -> None:
4215
4215
  """
4216
4216
 
4217
4217
  :param _context:
@@ -4236,7 +4236,7 @@ class VIEW3D_MT_select_edit_text(bpy.types.Menu):
4236
4236
  :rtype: typing.Any
4237
4237
  """
4238
4238
 
4239
- def draw(self, _context):
4239
+ def draw(self, _context) -> None:
4240
4240
  """
4241
4241
 
4242
4242
  :param _context:
@@ -4261,7 +4261,7 @@ class VIEW3D_MT_select_object(bpy.types.Menu):
4261
4261
  :rtype: typing.Any
4262
4262
  """
4263
4263
 
4264
- def draw(self, _context):
4264
+ def draw(self, _context) -> None:
4265
4265
  """
4266
4266
 
4267
4267
  :param _context:
@@ -4286,7 +4286,7 @@ class VIEW3D_MT_select_object_more_less(bpy.types.Menu):
4286
4286
  :rtype: typing.Any
4287
4287
  """
4288
4288
 
4289
- def draw(self, _context):
4289
+ def draw(self, _context) -> None:
4290
4290
  """
4291
4291
 
4292
4292
  :param _context:
@@ -4311,7 +4311,7 @@ class VIEW3D_MT_select_paint_mask(bpy.types.Menu):
4311
4311
  :rtype: typing.Any
4312
4312
  """
4313
4313
 
4314
- def draw(self, _context):
4314
+ def draw(self, _context) -> None:
4315
4315
  """
4316
4316
 
4317
4317
  :param _context:
@@ -4336,7 +4336,7 @@ class VIEW3D_MT_select_paint_mask_vertex(bpy.types.Menu):
4336
4336
  :rtype: typing.Any
4337
4337
  """
4338
4338
 
4339
- def draw(self, _context):
4339
+ def draw(self, _context) -> None:
4340
4340
  """
4341
4341
 
4342
4342
  :param _context:
@@ -4361,7 +4361,7 @@ class VIEW3D_MT_select_particle(bpy.types.Menu):
4361
4361
  :rtype: typing.Any
4362
4362
  """
4363
4363
 
4364
- def draw(self, _context):
4364
+ def draw(self, _context) -> None:
4365
4365
  """
4366
4366
 
4367
4367
  :param _context:
@@ -4386,7 +4386,7 @@ class VIEW3D_MT_select_pose(bpy.types.Menu):
4386
4386
  :rtype: typing.Any
4387
4387
  """
4388
4388
 
4389
- def draw(self, _context):
4389
+ def draw(self, _context) -> None:
4390
4390
  """
4391
4391
 
4392
4392
  :param _context:
@@ -4411,7 +4411,7 @@ class VIEW3D_MT_select_pose_more_less(bpy.types.Menu):
4411
4411
  :rtype: typing.Any
4412
4412
  """
4413
4413
 
4414
- def draw(self, _context):
4414
+ def draw(self, _context) -> None:
4415
4415
  """
4416
4416
 
4417
4417
  :param _context:
@@ -4436,7 +4436,7 @@ class VIEW3D_MT_select_sculpt_curves(bpy.types.Menu):
4436
4436
  :rtype: typing.Any
4437
4437
  """
4438
4438
 
4439
- def draw(self, _context):
4439
+ def draw(self, _context) -> None:
4440
4440
  """
4441
4441
 
4442
4442
  :param _context:
@@ -4461,7 +4461,7 @@ class VIEW3D_MT_shading_ex_pie(bpy.types.Menu):
4461
4461
  :rtype: typing.Any
4462
4462
  """
4463
4463
 
4464
- def draw(self, context):
4464
+ def draw(self, context) -> None:
4465
4465
  """
4466
4466
 
4467
4467
  :param context:
@@ -4486,7 +4486,7 @@ class VIEW3D_MT_shading_pie(bpy.types.Menu):
4486
4486
  :rtype: typing.Any
4487
4487
  """
4488
4488
 
4489
- def draw(self, context):
4489
+ def draw(self, context) -> None:
4490
4490
  """
4491
4491
 
4492
4492
  :param context:
@@ -4511,7 +4511,7 @@ class VIEW3D_MT_snap(bpy.types.Menu):
4511
4511
  :rtype: typing.Any
4512
4512
  """
4513
4513
 
4514
- def draw(self, _context):
4514
+ def draw(self, _context) -> None:
4515
4515
  """
4516
4516
 
4517
4517
  :param _context:
@@ -4536,7 +4536,7 @@ class VIEW3D_MT_snap_pie(bpy.types.Menu):
4536
4536
  :rtype: typing.Any
4537
4537
  """
4538
4538
 
4539
- def draw(self, _context):
4539
+ def draw(self, _context) -> None:
4540
4540
  """
4541
4541
 
4542
4542
  :param _context:
@@ -4563,7 +4563,7 @@ class VIEW3D_MT_surface_add(bpy.types.Menu):
4563
4563
  :rtype: typing.Any
4564
4564
  """
4565
4565
 
4566
- def draw(self, _context):
4566
+ def draw(self, _context) -> None:
4567
4567
  """
4568
4568
 
4569
4569
  :param _context:
@@ -4589,7 +4589,7 @@ class VIEW3D_MT_transform(VIEW3D_MT_transform_base, bpy.types.Menu):
4589
4589
  :rtype: typing.Any
4590
4590
  """
4591
4591
 
4592
- def draw(self, context):
4592
+ def draw(self, context) -> None:
4593
4593
  """
4594
4594
 
4595
4595
  :param context:
@@ -4615,7 +4615,7 @@ class VIEW3D_MT_transform_armature(VIEW3D_MT_transform_base, bpy.types.Menu):
4615
4615
  :rtype: typing.Any
4616
4616
  """
4617
4617
 
4618
- def draw(self, context):
4618
+ def draw(self, context) -> None:
4619
4619
  """
4620
4620
 
4621
4621
  :param context:
@@ -4625,7 +4625,7 @@ class VIEW3D_MT_transform_base:
4625
4625
  bl_category: typing.Any
4626
4626
  bl_label: typing.Any
4627
4627
 
4628
- def draw(self, context):
4628
+ def draw(self, context) -> None:
4629
4629
  """
4630
4630
 
4631
4631
  :param context:
@@ -4650,7 +4650,7 @@ class VIEW3D_MT_transform_gizmo_pie(bpy.types.Menu):
4650
4650
  :rtype: typing.Any
4651
4651
  """
4652
4652
 
4653
- def draw(self, context):
4653
+ def draw(self, context) -> None:
4654
4654
  """
4655
4655
 
4656
4656
  :param context:
@@ -4676,7 +4676,7 @@ class VIEW3D_MT_transform_object(VIEW3D_MT_transform_base, bpy.types.Menu):
4676
4676
  :rtype: typing.Any
4677
4677
  """
4678
4678
 
4679
- def draw(self, context):
4679
+ def draw(self, context) -> None:
4680
4680
  """
4681
4681
 
4682
4682
  :param context:
@@ -4701,7 +4701,7 @@ class VIEW3D_MT_uv_map(bpy.types.Menu):
4701
4701
  :rtype: typing.Any
4702
4702
  """
4703
4703
 
4704
- def draw(self, _context):
4704
+ def draw(self, _context) -> None:
4705
4705
  """
4706
4706
 
4707
4707
  :param _context:
@@ -4726,7 +4726,7 @@ class VIEW3D_MT_vertex_group(bpy.types.Menu):
4726
4726
  :rtype: typing.Any
4727
4727
  """
4728
4728
 
4729
- def draw(self, context):
4729
+ def draw(self, context) -> None:
4730
4730
  """
4731
4731
 
4732
4732
  :param context:
@@ -4751,7 +4751,7 @@ class VIEW3D_MT_view(bpy.types.Menu):
4751
4751
  :rtype: typing.Any
4752
4752
  """
4753
4753
 
4754
- def draw(self, context):
4754
+ def draw(self, context) -> None:
4755
4755
  """
4756
4756
 
4757
4757
  :param context:
@@ -4776,7 +4776,7 @@ class VIEW3D_MT_view_align(bpy.types.Menu):
4776
4776
  :rtype: typing.Any
4777
4777
  """
4778
4778
 
4779
- def draw(self, _context):
4779
+ def draw(self, _context) -> None:
4780
4780
  """
4781
4781
 
4782
4782
  :param _context:
@@ -4801,7 +4801,7 @@ class VIEW3D_MT_view_align_selected(bpy.types.Menu):
4801
4801
  :rtype: typing.Any
4802
4802
  """
4803
4803
 
4804
- def draw(self, _context):
4804
+ def draw(self, _context) -> None:
4805
4805
  """
4806
4806
 
4807
4807
  :param _context:
@@ -4826,7 +4826,7 @@ class VIEW3D_MT_view_cameras(bpy.types.Menu):
4826
4826
  :rtype: typing.Any
4827
4827
  """
4828
4828
 
4829
- def draw(self, _context):
4829
+ def draw(self, _context) -> None:
4830
4830
  """
4831
4831
 
4832
4832
  :param _context:
@@ -4851,7 +4851,7 @@ class VIEW3D_MT_view_local(bpy.types.Menu):
4851
4851
  :rtype: typing.Any
4852
4852
  """
4853
4853
 
4854
- def draw(self, _context):
4854
+ def draw(self, _context) -> None:
4855
4855
  """
4856
4856
 
4857
4857
  :param _context:
@@ -4876,7 +4876,7 @@ class VIEW3D_MT_view_navigation(bpy.types.Menu):
4876
4876
  :rtype: typing.Any
4877
4877
  """
4878
4878
 
4879
- def draw(self, _context):
4879
+ def draw(self, _context) -> None:
4880
4880
  """
4881
4881
 
4882
4882
  :param _context:
@@ -4902,7 +4902,7 @@ class VIEW3D_MT_view_pie(bpy.types.Menu):
4902
4902
  :rtype: typing.Any
4903
4903
  """
4904
4904
 
4905
- def draw(self, _context):
4905
+ def draw(self, _context) -> None:
4906
4906
  """
4907
4907
 
4908
4908
  :param _context:
@@ -4927,7 +4927,7 @@ class VIEW3D_MT_view_regions(bpy.types.Menu):
4927
4927
  :rtype: typing.Any
4928
4928
  """
4929
4929
 
4930
- def draw(self, _context):
4930
+ def draw(self, _context) -> None:
4931
4931
  """
4932
4932
 
4933
4933
  :param _context:
@@ -4952,7 +4952,7 @@ class VIEW3D_MT_view_viewpoint(bpy.types.Menu):
4952
4952
  :rtype: typing.Any
4953
4953
  """
4954
4954
 
4955
- def draw(self, _context):
4955
+ def draw(self, _context) -> None:
4956
4956
  """
4957
4957
 
4958
4958
  :param _context:
@@ -4980,7 +4980,7 @@ class VIEW3D_MT_volume_add(bpy.types.Menu):
4980
4980
  :rtype: typing.Any
4981
4981
  """
4982
4982
 
4983
- def draw(self, _context):
4983
+ def draw(self, _context) -> None:
4984
4984
  """
4985
4985
 
4986
4986
  :param _context:
@@ -5005,7 +5005,7 @@ class VIEW3D_MT_weight_grease_pencil(bpy.types.Menu):
5005
5005
  :rtype: typing.Any
5006
5006
  """
5007
5007
 
5008
- def draw(self, _context):
5008
+ def draw(self, _context) -> None:
5009
5009
  """
5010
5010
 
5011
5011
  :param _context:
@@ -5030,7 +5030,7 @@ class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy.types.Menu):
5030
5030
  :rtype: typing.Any
5031
5031
  """
5032
5032
 
5033
- def draw(self, _context):
5033
+ def draw(self, _context) -> None:
5034
5034
  """
5035
5035
 
5036
5036
  :param _context:
@@ -5058,14 +5058,14 @@ class VIEW3D_PT_active_spline(bpy.types.Panel):
5058
5058
  :rtype: typing.Any
5059
5059
  """
5060
5060
 
5061
- def draw(self, context):
5061
+ def draw(self, context) -> None:
5062
5062
  """
5063
5063
 
5064
5064
  :param context:
5065
5065
  """
5066
5066
 
5067
5067
  @classmethod
5068
- def poll(cls, context):
5068
+ def poll(cls, context) -> None:
5069
5069
  """
5070
5070
 
5071
5071
  :param context:
@@ -5096,7 +5096,7 @@ class VIEW3D_PT_active_tool(
5096
5096
  """
5097
5097
 
5098
5098
  @classmethod
5099
- def poll(cls, context):
5099
+ def poll(cls, context) -> None:
5100
5100
  """
5101
5101
 
5102
5102
  :param context:
@@ -5128,7 +5128,7 @@ class VIEW3D_PT_active_tool_duplicate(
5128
5128
  """
5129
5129
 
5130
5130
  @classmethod
5131
- def poll(cls, context):
5131
+ def poll(cls, context) -> None:
5132
5132
  """
5133
5133
 
5134
5134
  :param context:
@@ -5183,7 +5183,7 @@ class VIEW3D_PT_collections(bpy.types.Panel):
5183
5183
  :rtype: typing.Any
5184
5184
  """
5185
5185
 
5186
- def draw(self, context):
5186
+ def draw(self, context) -> None:
5187
5187
  """
5188
5188
 
5189
5189
  :param context:
@@ -5212,14 +5212,14 @@ class VIEW3D_PT_context_properties(bpy.types.Panel):
5212
5212
  :rtype: typing.Any
5213
5213
  """
5214
5214
 
5215
- def draw(self, context):
5215
+ def draw(self, context) -> None:
5216
5216
  """
5217
5217
 
5218
5218
  :param context:
5219
5219
  """
5220
5220
 
5221
5221
  @classmethod
5222
- def poll(cls, context):
5222
+ def poll(cls, context) -> None:
5223
5223
  """
5224
5224
 
5225
5225
  :param context:
@@ -5246,7 +5246,7 @@ class VIEW3D_PT_curves_sculpt_add_shape(bpy.types.Panel):
5246
5246
  :rtype: typing.Any
5247
5247
  """
5248
5248
 
5249
- def draw(self, context):
5249
+ def draw(self, context) -> None:
5250
5250
  """
5251
5251
 
5252
5252
  :param context:
@@ -5274,7 +5274,7 @@ class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(bpy.types.Panel):
5274
5274
  :rtype: typing.Any
5275
5275
  """
5276
5276
 
5277
- def draw(self, context):
5277
+ def draw(self, context) -> None:
5278
5278
  """
5279
5279
 
5280
5280
  :param context:
@@ -5301,7 +5301,7 @@ class VIEW3D_PT_curves_sculpt_parameter_falloff(bpy.types.Panel):
5301
5301
  :rtype: typing.Any
5302
5302
  """
5303
5303
 
5304
- def draw(self, context):
5304
+ def draw(self, context) -> None:
5305
5305
  """
5306
5306
 
5307
5307
  :param context:
@@ -5329,7 +5329,7 @@ class VIEW3D_PT_gizmo_display(bpy.types.Panel):
5329
5329
  :rtype: typing.Any
5330
5330
  """
5331
5331
 
5332
- def draw(self, context):
5332
+ def draw(self, context) -> None:
5333
5333
  """
5334
5334
 
5335
5335
  :param context:
@@ -5381,7 +5381,7 @@ class VIEW3D_PT_grease_pencil_guide(bpy.types.Panel):
5381
5381
  :rtype: typing.Any
5382
5382
  """
5383
5383
 
5384
- def draw(self, context):
5384
+ def draw(self, context) -> None:
5385
5385
  """
5386
5386
 
5387
5387
  :param context:
@@ -5408,7 +5408,7 @@ class VIEW3D_PT_grease_pencil_lock(bpy.types.Panel):
5408
5408
  :rtype: typing.Any
5409
5409
  """
5410
5410
 
5411
- def draw(self, context):
5411
+ def draw(self, context) -> None:
5412
5412
  """
5413
5413
 
5414
5414
  :param context:
@@ -5435,7 +5435,7 @@ class VIEW3D_PT_grease_pencil_multi_frame(bpy.types.Panel):
5435
5435
  :rtype: typing.Any
5436
5436
  """
5437
5437
 
5438
- def draw(self, context):
5438
+ def draw(self, context) -> None:
5439
5439
  """
5440
5440
 
5441
5441
  :param context:
@@ -5462,7 +5462,7 @@ class VIEW3D_PT_grease_pencil_origin(bpy.types.Panel):
5462
5462
  :rtype: typing.Any
5463
5463
  """
5464
5464
 
5465
- def draw(self, context):
5465
+ def draw(self, context) -> None:
5466
5466
  """
5467
5467
 
5468
5468
  :param context:
@@ -5490,7 +5490,7 @@ class VIEW3D_PT_grease_pencil_sculpt_automasking(bpy.types.Panel):
5490
5490
  :rtype: typing.Any
5491
5491
  """
5492
5492
 
5493
- def draw(self, context):
5493
+ def draw(self, context) -> None:
5494
5494
  """
5495
5495
 
5496
5496
  :param context:
@@ -5518,7 +5518,7 @@ class VIEW3D_PT_greasepencil_draw_context_menu(bpy.types.Panel):
5518
5518
  :rtype: typing.Any
5519
5519
  """
5520
5520
 
5521
- def draw(self, context):
5521
+ def draw(self, context) -> None:
5522
5522
  """
5523
5523
 
5524
5524
  :param context:
@@ -5546,7 +5546,7 @@ class VIEW3D_PT_greasepencil_sculpt_context_menu(bpy.types.Panel):
5546
5546
  :rtype: typing.Any
5547
5547
  """
5548
5548
 
5549
- def draw(self, context):
5549
+ def draw(self, context) -> None:
5550
5550
  """
5551
5551
 
5552
5552
  :param context:
@@ -5574,7 +5574,7 @@ class VIEW3D_PT_greasepencil_vertex_paint_context_menu(bpy.types.Panel):
5574
5574
  :rtype: typing.Any
5575
5575
  """
5576
5576
 
5577
- def draw(self, context):
5577
+ def draw(self, context) -> None:
5578
5578
  """
5579
5579
 
5580
5580
  :param context:
@@ -5602,7 +5602,7 @@ class VIEW3D_PT_greasepencil_weight_context_menu(bpy.types.Panel):
5602
5602
  :rtype: typing.Any
5603
5603
  """
5604
5604
 
5605
- def draw(self, context):
5605
+ def draw(self, context) -> None:
5606
5606
  """
5607
5607
 
5608
5608
  :param context:
@@ -5630,13 +5630,13 @@ class VIEW3D_PT_object_type_visibility(bpy.types.Panel):
5630
5630
  :rtype: typing.Any
5631
5631
  """
5632
5632
 
5633
- def draw(self, context):
5633
+ def draw(self, context) -> None:
5634
5634
  """
5635
5635
 
5636
5636
  :param context:
5637
5637
  """
5638
5638
 
5639
- def draw_ex(self, _context, view, show_select):
5639
+ def draw_ex(self, _context, view, show_select) -> None:
5640
5640
  """
5641
5641
 
5642
5642
  :param _context:
@@ -5666,7 +5666,7 @@ class VIEW3D_PT_overlay(bpy.types.Panel):
5666
5666
  :rtype: typing.Any
5667
5667
  """
5668
5668
 
5669
- def draw(self, _context):
5669
+ def draw(self, _context) -> None:
5670
5670
  """
5671
5671
 
5672
5672
  :param _context:
@@ -5693,21 +5693,21 @@ class VIEW3D_PT_overlay_bones(bpy.types.Panel):
5693
5693
  :rtype: typing.Any
5694
5694
  """
5695
5695
 
5696
- def draw(self, context):
5696
+ def draw(self, context) -> None:
5697
5697
  """
5698
5698
 
5699
5699
  :param context:
5700
5700
  """
5701
5701
 
5702
5702
  @staticmethod
5703
- def is_using_wireframe(context):
5703
+ def is_using_wireframe(context) -> None:
5704
5704
  """
5705
5705
 
5706
5706
  :param context:
5707
5707
  """
5708
5708
 
5709
5709
  @classmethod
5710
- def poll(cls, context):
5710
+ def poll(cls, context) -> None:
5711
5711
  """
5712
5712
 
5713
5713
  :param context:
@@ -5734,14 +5734,14 @@ class VIEW3D_PT_overlay_edit_curve(bpy.types.Panel):
5734
5734
  :rtype: typing.Any
5735
5735
  """
5736
5736
 
5737
- def draw(self, context):
5737
+ def draw(self, context) -> None:
5738
5738
  """
5739
5739
 
5740
5740
  :param context:
5741
5741
  """
5742
5742
 
5743
5743
  @classmethod
5744
- def poll(cls, context):
5744
+ def poll(cls, context) -> None:
5745
5745
  """
5746
5746
 
5747
5747
  :param context:
@@ -5768,14 +5768,14 @@ class VIEW3D_PT_overlay_edit_curves(bpy.types.Panel):
5768
5768
  :rtype: typing.Any
5769
5769
  """
5770
5770
 
5771
- def draw(self, context):
5771
+ def draw(self, context) -> None:
5772
5772
  """
5773
5773
 
5774
5774
  :param context:
5775
5775
  """
5776
5776
 
5777
5777
  @classmethod
5778
- def poll(cls, context):
5778
+ def poll(cls, context) -> None:
5779
5779
  """
5780
5780
 
5781
5781
  :param context:
@@ -5803,14 +5803,14 @@ class VIEW3D_PT_overlay_edit_mesh(bpy.types.Panel):
5803
5803
  :rtype: typing.Any
5804
5804
  """
5805
5805
 
5806
- def draw(self, context):
5806
+ def draw(self, context) -> None:
5807
5807
  """
5808
5808
 
5809
5809
  :param context:
5810
5810
  """
5811
5811
 
5812
5812
  @classmethod
5813
- def poll(cls, context):
5813
+ def poll(cls, context) -> None:
5814
5814
  """
5815
5815
 
5816
5816
  :param context:
@@ -5838,14 +5838,14 @@ class VIEW3D_PT_overlay_edit_mesh_freestyle(bpy.types.Panel):
5838
5838
  :rtype: typing.Any
5839
5839
  """
5840
5840
 
5841
- def draw(self, context):
5841
+ def draw(self, context) -> None:
5842
5842
  """
5843
5843
 
5844
5844
  :param context:
5845
5845
  """
5846
5846
 
5847
5847
  @classmethod
5848
- def poll(cls, context):
5848
+ def poll(cls, context) -> None:
5849
5849
  """
5850
5850
 
5851
5851
  :param context:
@@ -5873,14 +5873,14 @@ class VIEW3D_PT_overlay_edit_mesh_measurement(bpy.types.Panel):
5873
5873
  :rtype: typing.Any
5874
5874
  """
5875
5875
 
5876
- def draw(self, context):
5876
+ def draw(self, context) -> None:
5877
5877
  """
5878
5878
 
5879
5879
  :param context:
5880
5880
  """
5881
5881
 
5882
5882
  @classmethod
5883
- def poll(cls, context):
5883
+ def poll(cls, context) -> None:
5884
5884
  """
5885
5885
 
5886
5886
  :param context:
@@ -5908,14 +5908,14 @@ class VIEW3D_PT_overlay_edit_mesh_normals(bpy.types.Panel):
5908
5908
  :rtype: typing.Any
5909
5909
  """
5910
5910
 
5911
- def draw(self, context):
5911
+ def draw(self, context) -> None:
5912
5912
  """
5913
5913
 
5914
5914
  :param context:
5915
5915
  """
5916
5916
 
5917
5917
  @classmethod
5918
- def poll(cls, context):
5918
+ def poll(cls, context) -> None:
5919
5919
  """
5920
5920
 
5921
5921
  :param context:
@@ -5943,14 +5943,14 @@ class VIEW3D_PT_overlay_edit_mesh_shading(bpy.types.Panel):
5943
5943
  :rtype: typing.Any
5944
5944
  """
5945
5945
 
5946
- def draw(self, context):
5946
+ def draw(self, context) -> None:
5947
5947
  """
5948
5948
 
5949
5949
  :param context:
5950
5950
  """
5951
5951
 
5952
5952
  @classmethod
5953
- def poll(cls, context):
5953
+ def poll(cls, context) -> None:
5954
5954
  """
5955
5955
 
5956
5956
  :param context:
@@ -5978,7 +5978,7 @@ class VIEW3D_PT_overlay_geometry(bpy.types.Panel):
5978
5978
  :rtype: typing.Any
5979
5979
  """
5980
5980
 
5981
- def draw(self, context):
5981
+ def draw(self, context) -> None:
5982
5982
  """
5983
5983
 
5984
5984
  :param context:
@@ -6007,14 +6007,14 @@ class VIEW3D_PT_overlay_grease_pencil_canvas_options(bpy.types.Panel):
6007
6007
  :rtype: typing.Any
6008
6008
  """
6009
6009
 
6010
- def draw(self, context):
6010
+ def draw(self, context) -> None:
6011
6011
  """
6012
6012
 
6013
6013
  :param context:
6014
6014
  """
6015
6015
 
6016
6016
  @classmethod
6017
- def poll(cls, context):
6017
+ def poll(cls, context) -> None:
6018
6018
  """
6019
6019
 
6020
6020
  :param context:
@@ -6042,14 +6042,14 @@ class VIEW3D_PT_overlay_grease_pencil_options(bpy.types.Panel):
6042
6042
  :rtype: typing.Any
6043
6043
  """
6044
6044
 
6045
- def draw(self, context):
6045
+ def draw(self, context) -> None:
6046
6046
  """
6047
6047
 
6048
6048
  :param context:
6049
6049
  """
6050
6050
 
6051
6051
  @classmethod
6052
- def poll(cls, context):
6052
+ def poll(cls, context) -> None:
6053
6053
  """
6054
6054
 
6055
6055
  :param context:
@@ -6077,7 +6077,7 @@ class VIEW3D_PT_overlay_guides(bpy.types.Panel):
6077
6077
  :rtype: typing.Any
6078
6078
  """
6079
6079
 
6080
- def draw(self, context):
6080
+ def draw(self, context) -> None:
6081
6081
  """
6082
6082
 
6083
6083
  :param context:
@@ -6105,13 +6105,13 @@ class VIEW3D_PT_overlay_motion_tracking(bpy.types.Panel):
6105
6105
  :rtype: typing.Any
6106
6106
  """
6107
6107
 
6108
- def draw(self, context):
6108
+ def draw(self, context) -> None:
6109
6109
  """
6110
6110
 
6111
6111
  :param context:
6112
6112
  """
6113
6113
 
6114
- def draw_header(self, context):
6114
+ def draw_header(self, context) -> None:
6115
6115
  """
6116
6116
 
6117
6117
  :param context:
@@ -6139,7 +6139,7 @@ class VIEW3D_PT_overlay_object(bpy.types.Panel):
6139
6139
  :rtype: typing.Any
6140
6140
  """
6141
6141
 
6142
- def draw(self, context):
6142
+ def draw(self, context) -> None:
6143
6143
  """
6144
6144
 
6145
6145
  :param context:
@@ -6167,14 +6167,14 @@ class VIEW3D_PT_overlay_sculpt(bpy.types.Panel):
6167
6167
  :rtype: typing.Any
6168
6168
  """
6169
6169
 
6170
- def draw(self, context):
6170
+ def draw(self, context) -> None:
6171
6171
  """
6172
6172
 
6173
6173
  :param context:
6174
6174
  """
6175
6175
 
6176
6176
  @classmethod
6177
- def poll(cls, context):
6177
+ def poll(cls, context) -> None:
6178
6178
  """
6179
6179
 
6180
6180
  :param context:
@@ -6202,14 +6202,14 @@ class VIEW3D_PT_overlay_sculpt_curves(bpy.types.Panel):
6202
6202
  :rtype: typing.Any
6203
6203
  """
6204
6204
 
6205
- def draw(self, context):
6205
+ def draw(self, context) -> None:
6206
6206
  """
6207
6207
 
6208
6208
  :param context:
6209
6209
  """
6210
6210
 
6211
6211
  @classmethod
6212
- def poll(cls, context):
6212
+ def poll(cls, context) -> None:
6213
6213
  """
6214
6214
 
6215
6215
  :param context:
@@ -6236,14 +6236,14 @@ class VIEW3D_PT_overlay_texture_paint(bpy.types.Panel):
6236
6236
  :rtype: typing.Any
6237
6237
  """
6238
6238
 
6239
- def draw(self, context):
6239
+ def draw(self, context) -> None:
6240
6240
  """
6241
6241
 
6242
6242
  :param context:
6243
6243
  """
6244
6244
 
6245
6245
  @classmethod
6246
- def poll(cls, context):
6246
+ def poll(cls, context) -> None:
6247
6247
  """
6248
6248
 
6249
6249
  :param context:
@@ -6270,14 +6270,14 @@ class VIEW3D_PT_overlay_vertex_paint(bpy.types.Panel):
6270
6270
  :rtype: typing.Any
6271
6271
  """
6272
6272
 
6273
- def draw(self, context):
6273
+ def draw(self, context) -> None:
6274
6274
  """
6275
6275
 
6276
6276
  :param context:
6277
6277
  """
6278
6278
 
6279
6279
  @classmethod
6280
- def poll(cls, context):
6280
+ def poll(cls, context) -> None:
6281
6281
  """
6282
6282
 
6283
6283
  :param context:
@@ -6305,7 +6305,7 @@ class VIEW3D_PT_overlay_viewer_node(bpy.types.Panel):
6305
6305
  :rtype: typing.Any
6306
6306
  """
6307
6307
 
6308
- def draw(self, context):
6308
+ def draw(self, context) -> None:
6309
6309
  """
6310
6310
 
6311
6311
  :param context:
@@ -6333,14 +6333,14 @@ class VIEW3D_PT_overlay_weight_paint(bpy.types.Panel):
6333
6333
  :rtype: typing.Any
6334
6334
  """
6335
6335
 
6336
- def draw(self, context):
6336
+ def draw(self, context) -> None:
6337
6337
  """
6338
6338
 
6339
6339
  :param context:
6340
6340
  """
6341
6341
 
6342
6342
  @classmethod
6343
- def poll(cls, context):
6343
+ def poll(cls, context) -> None:
6344
6344
  """
6345
6345
 
6346
6346
  :param context:
@@ -6367,7 +6367,7 @@ class VIEW3D_PT_paint_texture_context_menu(bpy.types.Panel):
6367
6367
  :rtype: typing.Any
6368
6368
  """
6369
6369
 
6370
- def draw(self, context):
6370
+ def draw(self, context) -> None:
6371
6371
  """
6372
6372
 
6373
6373
  :param context:
@@ -6394,7 +6394,7 @@ class VIEW3D_PT_paint_vertex_context_menu(bpy.types.Panel):
6394
6394
  :rtype: typing.Any
6395
6395
  """
6396
6396
 
6397
- def draw(self, context):
6397
+ def draw(self, context) -> None:
6398
6398
  """
6399
6399
 
6400
6400
  :param context:
@@ -6421,7 +6421,7 @@ class VIEW3D_PT_paint_weight_context_menu(bpy.types.Panel):
6421
6421
  :rtype: typing.Any
6422
6422
  """
6423
6423
 
6424
- def draw(self, context):
6424
+ def draw(self, context) -> None:
6425
6425
  """
6426
6426
 
6427
6427
  :param context:
@@ -6449,7 +6449,7 @@ class VIEW3D_PT_proportional_edit(bpy.types.Panel):
6449
6449
  :rtype: typing.Any
6450
6450
  """
6451
6451
 
6452
- def draw(self, context):
6452
+ def draw(self, context) -> None:
6453
6453
  """
6454
6454
 
6455
6455
  :param context:
@@ -6478,14 +6478,14 @@ class VIEW3D_PT_quad_view(bpy.types.Panel):
6478
6478
  :rtype: typing.Any
6479
6479
  """
6480
6480
 
6481
- def draw(self, context):
6481
+ def draw(self, context) -> None:
6482
6482
  """
6483
6483
 
6484
6484
  :param context:
6485
6485
  """
6486
6486
 
6487
6487
  @classmethod
6488
- def poll(cls, context):
6488
+ def poll(cls, context) -> None:
6489
6489
  """
6490
6490
 
6491
6491
  :param context:
@@ -6513,7 +6513,7 @@ class VIEW3D_PT_sculpt_automasking(bpy.types.Panel):
6513
6513
  :rtype: typing.Any
6514
6514
  """
6515
6515
 
6516
- def draw(self, context):
6516
+ def draw(self, context) -> None:
6517
6517
  """
6518
6518
 
6519
6519
  :param context:
@@ -6540,7 +6540,7 @@ class VIEW3D_PT_sculpt_context_menu(bpy.types.Panel):
6540
6540
  :rtype: typing.Any
6541
6541
  """
6542
6542
 
6543
- def draw(self, context):
6543
+ def draw(self, context) -> None:
6544
6544
  """
6545
6545
 
6546
6546
  :param context:
@@ -6567,7 +6567,7 @@ class VIEW3D_PT_sculpt_snapping(bpy.types.Panel):
6567
6567
  :rtype: typing.Any
6568
6568
  """
6569
6569
 
6570
- def draw(self, context):
6570
+ def draw(self, context) -> None:
6571
6571
  """
6572
6572
 
6573
6573
  :param context:
@@ -6595,14 +6595,14 @@ class VIEW3D_PT_shading(bpy.types.Panel):
6595
6595
  :rtype: typing.Any
6596
6596
  """
6597
6597
 
6598
- def draw(self, _context):
6598
+ def draw(self, _context) -> None:
6599
6599
  """
6600
6600
 
6601
6601
  :param _context:
6602
6602
  """
6603
6603
 
6604
6604
  @classmethod
6605
- def get_shading(cls, context):
6605
+ def get_shading(cls, context) -> None:
6606
6606
  """
6607
6607
 
6608
6608
  :param context:
@@ -6630,20 +6630,20 @@ class VIEW3D_PT_shading_cavity(bpy.types.Panel):
6630
6630
  :rtype: typing.Any
6631
6631
  """
6632
6632
 
6633
- def draw(self, context):
6633
+ def draw(self, context) -> None:
6634
6634
  """
6635
6635
 
6636
6636
  :param context:
6637
6637
  """
6638
6638
 
6639
- def draw_header(self, context):
6639
+ def draw_header(self, context) -> None:
6640
6640
  """
6641
6641
 
6642
6642
  :param context:
6643
6643
  """
6644
6644
 
6645
6645
  @classmethod
6646
- def poll(cls, context):
6646
+ def poll(cls, context) -> None:
6647
6647
  """
6648
6648
 
6649
6649
  :param context:
@@ -6671,7 +6671,7 @@ class VIEW3D_PT_shading_color(bpy.types.Panel):
6671
6671
  :rtype: typing.Any
6672
6672
  """
6673
6673
 
6674
- def draw(self, context):
6674
+ def draw(self, context) -> None:
6675
6675
  """
6676
6676
 
6677
6677
  :param context:
@@ -6700,14 +6700,14 @@ class VIEW3D_PT_shading_compositor(bpy.types.Panel):
6700
6700
  :rtype: typing.Any
6701
6701
  """
6702
6702
 
6703
- def draw(self, context):
6703
+ def draw(self, context) -> None:
6704
6704
  """
6705
6705
 
6706
6706
  :param context:
6707
6707
  """
6708
6708
 
6709
6709
  @classmethod
6710
- def poll(cls, context):
6710
+ def poll(cls, context) -> None:
6711
6711
  """
6712
6712
 
6713
6713
  :param context:
@@ -6735,14 +6735,14 @@ class VIEW3D_PT_shading_lighting(bpy.types.Panel):
6735
6735
  :rtype: typing.Any
6736
6736
  """
6737
6737
 
6738
- def draw(self, context):
6738
+ def draw(self, context) -> None:
6739
6739
  """
6740
6740
 
6741
6741
  :param context:
6742
6742
  """
6743
6743
 
6744
6744
  @classmethod
6745
- def poll(cls, context):
6745
+ def poll(cls, context) -> None:
6746
6746
  """
6747
6747
 
6748
6748
  :param context:
@@ -6770,14 +6770,14 @@ class VIEW3D_PT_shading_options(bpy.types.Panel):
6770
6770
  :rtype: typing.Any
6771
6771
  """
6772
6772
 
6773
- def draw(self, context):
6773
+ def draw(self, context) -> None:
6774
6774
  """
6775
6775
 
6776
6776
  :param context:
6777
6777
  """
6778
6778
 
6779
6779
  @classmethod
6780
- def poll(cls, context):
6780
+ def poll(cls, context) -> None:
6781
6781
  """
6782
6782
 
6783
6783
  :param context:
@@ -6805,7 +6805,7 @@ class VIEW3D_PT_shading_options_shadow(bpy.types.Panel):
6805
6805
  :rtype: typing.Any
6806
6806
  """
6807
6807
 
6808
- def draw(self, context):
6808
+ def draw(self, context) -> None:
6809
6809
  """
6810
6810
 
6811
6811
  :param context:
@@ -6832,7 +6832,7 @@ class VIEW3D_PT_shading_options_ssao(bpy.types.Panel):
6832
6832
  :rtype: typing.Any
6833
6833
  """
6834
6834
 
6835
- def draw(self, context):
6835
+ def draw(self, context) -> None:
6836
6836
  """
6837
6837
 
6838
6838
  :param context:
@@ -6861,14 +6861,14 @@ class VIEW3D_PT_shading_render_pass(bpy.types.Panel):
6861
6861
  :rtype: typing.Any
6862
6862
  """
6863
6863
 
6864
- def draw(self, context):
6864
+ def draw(self, context) -> None:
6865
6865
  """
6866
6866
 
6867
6867
  :param context:
6868
6868
  """
6869
6869
 
6870
6870
  @classmethod
6871
- def poll(cls, context):
6871
+ def poll(cls, context) -> None:
6872
6872
  """
6873
6873
 
6874
6874
  :param context:
@@ -6895,7 +6895,7 @@ class VIEW3D_PT_snapping(bpy.types.Panel):
6895
6895
  :rtype: typing.Any
6896
6896
  """
6897
6897
 
6898
- def draw(self, context):
6898
+ def draw(self, context) -> None:
6899
6899
  """
6900
6900
 
6901
6901
  :param context:
@@ -6923,7 +6923,7 @@ class VIEW3D_PT_transform_orientations(bpy.types.Panel):
6923
6923
  :rtype: typing.Any
6924
6924
  """
6925
6925
 
6926
- def draw(self, context):
6926
+ def draw(self, context) -> None:
6927
6927
  """
6928
6928
 
6929
6929
  :param context:
@@ -6951,7 +6951,7 @@ class VIEW3D_PT_view3d_cursor(bpy.types.Panel):
6951
6951
  :rtype: typing.Any
6952
6952
  """
6953
6953
 
6954
- def draw(self, context):
6954
+ def draw(self, context) -> None:
6955
6955
  """
6956
6956
 
6957
6957
  :param context:
@@ -6980,7 +6980,7 @@ class VIEW3D_PT_view3d_lock(bpy.types.Panel):
6980
6980
  :rtype: typing.Any
6981
6981
  """
6982
6982
 
6983
- def draw(self, context):
6983
+ def draw(self, context) -> None:
6984
6984
  """
6985
6985
 
6986
6986
  :param context:
@@ -7008,7 +7008,7 @@ class VIEW3D_PT_view3d_properties(bpy.types.Panel):
7008
7008
  :rtype: typing.Any
7009
7009
  """
7010
7010
 
7011
- def draw(self, context):
7011
+ def draw(self, context) -> None:
7012
7012
  """
7013
7013
 
7014
7014
  :param context:
@@ -7037,14 +7037,14 @@ class VIEW3D_PT_view3d_stereo(bpy.types.Panel):
7037
7037
  :rtype: typing.Any
7038
7038
  """
7039
7039
 
7040
- def draw(self, context):
7040
+ def draw(self, context) -> None:
7041
7041
  """
7042
7042
 
7043
7043
  :param context:
7044
7044
  """
7045
7045
 
7046
7046
  @classmethod
7047
- def poll(cls, context):
7047
+ def poll(cls, context) -> None:
7048
7048
  """
7049
7049
 
7050
7050
  :param context:
@@ -7072,14 +7072,14 @@ class VIEW3D_PT_viewport_debug(bpy.types.Panel):
7072
7072
  :rtype: typing.Any
7073
7073
  """
7074
7074
 
7075
- def draw(self, context):
7075
+ def draw(self, context) -> None:
7076
7076
  """
7077
7077
 
7078
7078
  :param context:
7079
7079
  """
7080
7080
 
7081
7081
  @classmethod
7082
- def poll(cls, context):
7082
+ def poll(cls, context) -> None:
7083
7083
  """
7084
7084
 
7085
7085
  :param context:
@@ -7096,7 +7096,7 @@ class View3DAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
7096
7096
 
7097
7097
  class _draw_tool_settings_context_mode:
7098
7098
  @staticmethod
7099
- def PAINT_GREASE_PENCIL(context, layout, tool):
7099
+ def PAINT_GREASE_PENCIL(context, layout, tool) -> None:
7100
7100
  """
7101
7101
 
7102
7102
  :param context:
@@ -7105,7 +7105,7 @@ class _draw_tool_settings_context_mode:
7105
7105
  """
7106
7106
 
7107
7107
  @staticmethod
7108
- def PAINT_TEXTURE(context, layout, tool):
7108
+ def PAINT_TEXTURE(context, layout, tool) -> None:
7109
7109
  """
7110
7110
 
7111
7111
  :param context:
@@ -7114,7 +7114,7 @@ class _draw_tool_settings_context_mode:
7114
7114
  """
7115
7115
 
7116
7116
  @staticmethod
7117
- def PAINT_VERTEX(context, layout, tool):
7117
+ def PAINT_VERTEX(context, layout, tool) -> None:
7118
7118
  """
7119
7119
 
7120
7120
  :param context:
@@ -7123,7 +7123,7 @@ class _draw_tool_settings_context_mode:
7123
7123
  """
7124
7124
 
7125
7125
  @staticmethod
7126
- def PAINT_WEIGHT(context, layout, tool):
7126
+ def PAINT_WEIGHT(context, layout, tool) -> None:
7127
7127
  """
7128
7128
 
7129
7129
  :param context:
@@ -7132,7 +7132,7 @@ class _draw_tool_settings_context_mode:
7132
7132
  """
7133
7133
 
7134
7134
  @staticmethod
7135
- def PARTICLE(context, layout, tool):
7135
+ def PARTICLE(context, layout, tool) -> None:
7136
7136
  """
7137
7137
 
7138
7138
  :param context:
@@ -7141,7 +7141,7 @@ class _draw_tool_settings_context_mode:
7141
7141
  """
7142
7142
 
7143
7143
  @staticmethod
7144
- def SCULPT(context, layout, tool):
7144
+ def SCULPT(context, layout, tool) -> None:
7145
7145
  """
7146
7146
 
7147
7147
  :param context:
@@ -7150,7 +7150,7 @@ class _draw_tool_settings_context_mode:
7150
7150
  """
7151
7151
 
7152
7152
  @staticmethod
7153
- def SCULPT_CURVES(context, layout, tool):
7153
+ def SCULPT_CURVES(context, layout, tool) -> None:
7154
7154
  """
7155
7155
 
7156
7156
  :param context:
@@ -7159,7 +7159,7 @@ class _draw_tool_settings_context_mode:
7159
7159
  """
7160
7160
 
7161
7161
  @staticmethod
7162
- def SCULPT_GREASE_PENCIL(context, layout, tool):
7162
+ def SCULPT_GREASE_PENCIL(context, layout, tool) -> None:
7163
7163
  """
7164
7164
 
7165
7165
  :param context:
@@ -7168,7 +7168,7 @@ class _draw_tool_settings_context_mode:
7168
7168
  """
7169
7169
 
7170
7170
  @staticmethod
7171
- def VERTEX_GREASE_PENCIL(context, layout, tool):
7171
+ def VERTEX_GREASE_PENCIL(context, layout, tool) -> None:
7172
7172
  """
7173
7173
 
7174
7174
  :param context:
@@ -7177,7 +7177,7 @@ class _draw_tool_settings_context_mode:
7177
7177
  """
7178
7178
 
7179
7179
  @staticmethod
7180
- def WEIGHT_GPENCIL(context, layout, tool):
7180
+ def WEIGHT_GPENCIL(context, layout, tool) -> None:
7181
7181
  """
7182
7182
 
7183
7183
  :param context:
@@ -7186,7 +7186,7 @@ class _draw_tool_settings_context_mode:
7186
7186
  """
7187
7187
 
7188
7188
  @staticmethod
7189
- def WEIGHT_GREASE_PENCIL(context, layout, tool):
7189
+ def WEIGHT_GREASE_PENCIL(context, layout, tool) -> None:
7190
7190
  """
7191
7191
 
7192
7192
  :param context:
@@ -7254,5 +7254,5 @@ class VIEW3D_MT_bone_options_toggle(bpy.types.Menu, BoneOptions):
7254
7254
  :rtype: typing.Any
7255
7255
  """
7256
7256
 
7257
- def draw_curve(self_, _context): ...
7258
- def draw_topbar_grease_pencil_layer_panel(context, layout): ...
7257
+ def draw_curve(self_, _context) -> None: ...
7258
+ def draw_topbar_grease_pencil_layer_panel(context, layout) -> None: ...