fake-bpy-module 20250604__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 +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 +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 +1206 -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-20250604.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-20250604.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.dist-info}/top_level.txt +0 -0
@@ -20,7 +20,7 @@ class CenterAlignMixIn:
20
20
  Deriving classes need to implement a draw_centered(context, layout) function.
21
21
  """
22
22
 
23
- def draw(self, context):
23
+ def draw(self, context) -> None:
24
24
  """
25
25
 
26
26
  :param context:
@@ -38,7 +38,7 @@ class ExperimentalPanel:
38
38
  url_prefix: typing.Any
39
39
 
40
40
  @classmethod
41
- def poll(cls, _context):
41
+ def poll(cls, _context) -> None:
42
42
  """
43
43
 
44
44
  :param _context:
@@ -75,13 +75,13 @@ class NavigationPanel:
75
75
  bl_space_type: typing.Any
76
76
 
77
77
  class PreferenceThemeSpacePanel:
78
- def draw(self, context):
78
+ def draw(self, context) -> None:
79
79
  """
80
80
 
81
81
  :param context:
82
82
  """
83
83
 
84
- def draw_header(self, _context):
84
+ def draw_header(self, _context) -> None:
85
85
  """
86
86
 
87
87
  :param _context:
@@ -90,20 +90,20 @@ class PreferenceThemeSpacePanel:
90
90
  class PreferenceThemeWidgetColorPanel:
91
91
  bl_parent_id: typing.Any
92
92
 
93
- def draw(self, context):
93
+ def draw(self, context) -> None:
94
94
  """
95
95
 
96
96
  :param context:
97
97
  """
98
98
 
99
99
  class PreferenceThemeWidgetShadePanel:
100
- def draw(self, context):
100
+ def draw(self, context) -> None:
101
101
  """
102
102
 
103
103
  :param context:
104
104
  """
105
105
 
106
- def draw_header(self, context):
106
+ def draw_header(self, context) -> None:
107
107
  """
108
108
 
109
109
  :param context:
@@ -120,27 +120,27 @@ class StudioLightPanel:
120
120
  bl_space_type: typing.Any
121
121
 
122
122
  class StudioLightPanelMixin:
123
- def draw(self, context):
123
+ def draw(self, context) -> None:
124
124
  """
125
125
 
126
126
  :param context:
127
127
  """
128
128
 
129
- def draw_light_list(self, layout, lights):
129
+ def draw_light_list(self, layout, lights) -> None:
130
130
  """
131
131
 
132
132
  :param layout:
133
133
  :param lights:
134
134
  """
135
135
 
136
- def draw_studio_light(self, layout, studio_light):
136
+ def draw_studio_light(self, layout, studio_light) -> None:
137
137
  """
138
138
 
139
139
  :param layout:
140
140
  :param studio_light:
141
141
  """
142
142
 
143
- def get_error_message(self): ...
143
+ def get_error_message(self) -> None: ...
144
144
 
145
145
  class SystemPanel:
146
146
  bl_context: typing.Any
@@ -149,13 +149,13 @@ class SystemPanel:
149
149
 
150
150
  class ThemeGenericClassGenerator:
151
151
  @staticmethod
152
- def generate_panel_classes_for_wcols(): ...
152
+ def generate_panel_classes_for_wcols() -> None: ...
153
153
  @staticmethod
154
- def generate_panel_classes_from_theme_areas(): ...
154
+ def generate_panel_classes_from_theme_areas() -> None: ...
155
155
  @staticmethod
156
156
  def generate_theme_area_child_panel_classes(
157
157
  parent_id, rna_type, theme_area, datapath
158
- ):
158
+ ) -> None:
159
159
  """
160
160
 
161
161
  :param parent_id:
@@ -188,14 +188,14 @@ class USERPREF_HT_header(bpy.types.Header):
188
188
  :rtype: typing.Any
189
189
  """
190
190
 
191
- def draw(self, context):
191
+ def draw(self, context) -> None:
192
192
  """
193
193
 
194
194
  :param context:
195
195
  """
196
196
 
197
197
  @staticmethod
198
- def draw_buttons(layout, context):
198
+ def draw_buttons(layout, context) -> None:
199
199
  """
200
200
 
201
201
  :param layout:
@@ -222,7 +222,7 @@ class USERPREF_MT_editor_menus(bpy.types.Menu):
222
222
  :rtype: typing.Any
223
223
  """
224
224
 
225
- def draw(self, _context):
225
+ def draw(self, _context) -> None:
226
226
  """
227
227
 
228
228
  :param _context:
@@ -266,7 +266,7 @@ class USERPREF_MT_extensions_active_repo_remove(bpy.types.Menu):
266
266
  :rtype: typing.Any
267
267
  """
268
268
 
269
- def draw(self, context):
269
+ def draw(self, context) -> None:
270
270
  """
271
271
 
272
272
  :param context:
@@ -297,7 +297,7 @@ class USERPREF_MT_interface_theme_presets(bpy.types.Menu):
297
297
  """
298
298
 
299
299
  @staticmethod
300
- def post_cb(context, filepath):
300
+ def post_cb(context, filepath) -> None:
301
301
  """
302
302
 
303
303
  :param context:
@@ -305,7 +305,7 @@ class USERPREF_MT_interface_theme_presets(bpy.types.Menu):
305
305
  """
306
306
 
307
307
  @staticmethod
308
- def reset_cb(_context, _filepath):
308
+ def reset_cb(_context, _filepath) -> None:
309
309
  """
310
310
 
311
311
  :param _context:
@@ -333,7 +333,7 @@ class USERPREF_MT_keyconfigs(bpy.types.Menu):
333
333
  :rtype: typing.Any
334
334
  """
335
335
 
336
- def draw(self, context):
336
+ def draw(self, context) -> None:
337
337
  """
338
338
 
339
339
  :param context:
@@ -358,7 +358,7 @@ class USERPREF_MT_save_load(bpy.types.Menu):
358
358
  :rtype: typing.Any
359
359
  """
360
360
 
361
- def draw(self, context):
361
+ def draw(self, context) -> None:
362
362
  """
363
363
 
364
364
  :param context:
@@ -383,7 +383,7 @@ class USERPREF_MT_view(bpy.types.Menu):
383
383
  :rtype: typing.Any
384
384
  """
385
385
 
386
- def draw(self, _context):
386
+ def draw(self, _context) -> None:
387
387
  """
388
388
 
389
389
  :param _context:
@@ -413,7 +413,7 @@ class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
413
413
  """
414
414
 
415
415
  @staticmethod
416
- def draw_addon_preferences(layout, context, addon_preferences):
416
+ def draw_addon_preferences(layout, context, addon_preferences) -> None:
417
417
  """
418
418
 
419
419
  :param layout:
@@ -422,7 +422,7 @@ class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
422
422
  """
423
423
 
424
424
  @staticmethod
425
- def draw_error(layout, message):
425
+ def draw_error(layout, message) -> None:
426
426
  """
427
427
 
428
428
  :param layout:
@@ -430,7 +430,7 @@ class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
430
430
  """
431
431
 
432
432
  @staticmethod
433
- def is_user_addon(mod, user_addon_paths):
433
+ def is_user_addon(mod, user_addon_paths) -> None:
434
434
  """
435
435
 
436
436
  :param mod:
@@ -459,7 +459,7 @@ class USERPREF_PT_addons_filter(bpy.types.Panel):
459
459
  :rtype: typing.Any
460
460
  """
461
461
 
462
- def draw(self, context):
462
+ def draw(self, context) -> None:
463
463
  """
464
464
 
465
465
  :param context:
@@ -491,7 +491,7 @@ class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, bpy.types.
491
491
  :rtype: typing.Any
492
492
  """
493
493
 
494
- def draw_centered(self, context, layout):
494
+ def draw_centered(self, context, layout) -> None:
495
495
  """
496
496
 
497
497
  :param context:
@@ -526,7 +526,7 @@ class USERPREF_PT_animation_keyframes(
526
526
  :rtype: typing.Any
527
527
  """
528
528
 
529
- def draw_centered(self, context, layout):
529
+ def draw_centered(self, context, layout) -> None:
530
530
  """
531
531
 
532
532
  :param context:
@@ -559,7 +559,7 @@ class USERPREF_PT_animation_timeline(CenterAlignMixIn, AnimationPanel, bpy.types
559
559
  :rtype: typing.Any
560
560
  """
561
561
 
562
- def draw_centered(self, context, layout):
562
+ def draw_centered(self, context, layout) -> None:
563
563
  """
564
564
 
565
565
  :param context:
@@ -592,7 +592,7 @@ class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, bpy.types.Pan
592
592
  :rtype: typing.Any
593
593
  """
594
594
 
595
- def draw_centered(self, context, layout):
595
+ def draw_centered(self, context, layout) -> None:
596
596
  """
597
597
 
598
598
  :param context:
@@ -625,7 +625,7 @@ class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
625
625
  :rtype: typing.Any
626
626
  """
627
627
 
628
- def draw_centered(self, context, layout):
628
+ def draw_centered(self, context, layout) -> None:
629
629
  """
630
630
 
631
631
  :param context:
@@ -659,7 +659,7 @@ class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
659
659
  :rtype: typing.Any
660
660
  """
661
661
 
662
- def draw_centered(self, context, layout):
662
+ def draw_centered(self, context, layout) -> None:
663
663
  """
664
664
 
665
665
  :param context:
@@ -693,7 +693,7 @@ class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
693
693
  :rtype: typing.Any
694
694
  """
695
695
 
696
- def draw_centered(self, context, layout):
696
+ def draw_centered(self, context, layout) -> None:
697
697
  """
698
698
 
699
699
  :param context:
@@ -727,7 +727,7 @@ class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
727
727
  :rtype: typing.Any
728
728
  """
729
729
 
730
- def draw_centered(self, context, layout):
730
+ def draw_centered(self, context, layout) -> None:
731
731
  """
732
732
 
733
733
  :param context:
@@ -756,7 +756,7 @@ class USERPREF_PT_edit_objects(EditingPanel, bpy.types.Panel):
756
756
  :rtype: typing.Any
757
757
  """
758
758
 
759
- def draw(self, context):
759
+ def draw(self, context) -> None:
760
760
  """
761
761
 
762
762
  :param context:
@@ -792,7 +792,7 @@ class USERPREF_PT_edit_objects_duplicate_data(
792
792
  :rtype: typing.Any
793
793
  """
794
794
 
795
- def draw_centered(self, context, layout):
795
+ def draw_centered(self, context, layout) -> None:
796
796
  """
797
797
 
798
798
  :param context:
@@ -826,7 +826,7 @@ class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, bpy.types.Pan
826
826
  :rtype: typing.Any
827
827
  """
828
828
 
829
- def draw_centered(self, context, layout):
829
+ def draw_centered(self, context, layout) -> None:
830
830
  """
831
831
 
832
832
  :param context:
@@ -860,7 +860,7 @@ class USERPREF_PT_edit_sequence_editor(CenterAlignMixIn, EditingPanel, bpy.types
860
860
  :rtype: typing.Any
861
861
  """
862
862
 
863
- def draw_centered(self, context, layout):
863
+ def draw_centered(self, context, layout) -> None:
864
864
  """
865
865
 
866
866
  :param context:
@@ -894,7 +894,7 @@ class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
894
894
  :rtype: typing.Any
895
895
  """
896
896
 
897
- def draw_centered(self, context, layout):
897
+ def draw_centered(self, context, layout) -> None:
898
898
  """
899
899
 
900
900
  :param context:
@@ -928,7 +928,7 @@ class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, bpy.types.Pa
928
928
  :rtype: typing.Any
929
929
  """
930
930
 
931
- def draw_centered(self, context, layout):
931
+ def draw_centered(self, context, layout) -> None:
932
932
  """
933
933
 
934
934
  :param context:
@@ -958,14 +958,14 @@ class USERPREF_PT_experimental_debugging(ExperimentalPanel, bpy.types.Panel):
958
958
  :rtype: typing.Any
959
959
  """
960
960
 
961
- def draw(self, context):
961
+ def draw(self, context) -> None:
962
962
  """
963
963
 
964
964
  :param context:
965
965
  """
966
966
 
967
967
  @classmethod
968
- def poll(cls, _context):
968
+ def poll(cls, _context) -> None:
969
969
  """
970
970
 
971
971
  :param _context:
@@ -994,7 +994,7 @@ class USERPREF_PT_experimental_new_features(ExperimentalPanel, bpy.types.Panel):
994
994
  :rtype: typing.Any
995
995
  """
996
996
 
997
- def draw(self, context):
997
+ def draw(self, context) -> None:
998
998
  """
999
999
 
1000
1000
  :param context:
@@ -1023,7 +1023,7 @@ class USERPREF_PT_experimental_prototypes(ExperimentalPanel, bpy.types.Panel):
1023
1023
  :rtype: typing.Any
1024
1024
  """
1025
1025
 
1026
- def draw(self, context):
1026
+ def draw(self, context) -> None:
1027
1027
  """
1028
1028
 
1029
1029
  :param context:
@@ -1075,7 +1075,7 @@ class USERPREF_PT_extensions_repos(bpy.types.Panel):
1075
1075
  :rtype: typing.Any
1076
1076
  """
1077
1077
 
1078
- def draw(self, context):
1078
+ def draw(self, context) -> None:
1079
1079
  """
1080
1080
 
1081
1081
  :param context:
@@ -1104,7 +1104,7 @@ class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy.types.Panel):
1104
1104
  :rtype: typing.Any
1105
1105
  """
1106
1106
 
1107
- def draw(self, context):
1107
+ def draw(self, context) -> None:
1108
1108
  """
1109
1109
 
1110
1110
  :param context:
@@ -1132,7 +1132,7 @@ class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy.types.Panel):
1132
1132
  :rtype: typing.Any
1133
1133
  """
1134
1134
 
1135
- def draw(self, context):
1135
+ def draw(self, context) -> None:
1136
1136
  """
1137
1137
 
1138
1138
  :param context:
@@ -1160,7 +1160,7 @@ class USERPREF_PT_file_paths_data(FilePathsPanel, bpy.types.Panel):
1160
1160
  :rtype: typing.Any
1161
1161
  """
1162
1162
 
1163
- def draw(self, context):
1163
+ def draw(self, context) -> None:
1164
1164
  """
1165
1165
 
1166
1166
  :param context:
@@ -1189,14 +1189,14 @@ class USERPREF_PT_file_paths_development(FilePathsPanel, bpy.types.Panel):
1189
1189
  :rtype: typing.Any
1190
1190
  """
1191
1191
 
1192
- def draw(self, context):
1192
+ def draw(self, context) -> None:
1193
1193
  """
1194
1194
 
1195
1195
  :param context:
1196
1196
  """
1197
1197
 
1198
1198
  @classmethod
1199
- def poll(cls, context):
1199
+ def poll(cls, context) -> None:
1200
1200
  """
1201
1201
 
1202
1202
  :param context:
@@ -1225,7 +1225,7 @@ class USERPREF_PT_file_paths_render(FilePathsPanel, bpy.types.Panel):
1225
1225
  :rtype: typing.Any
1226
1226
  """
1227
1227
 
1228
- def draw(self, context):
1228
+ def draw(self, context) -> None:
1229
1229
  """
1230
1230
 
1231
1231
  :param context:
@@ -1253,7 +1253,7 @@ class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy.types.Panel)
1253
1253
  :rtype: typing.Any
1254
1254
  """
1255
1255
 
1256
- def draw(self, context):
1256
+ def draw(self, context) -> None:
1257
1257
  """
1258
1258
 
1259
1259
  :param context:
@@ -1285,7 +1285,7 @@ class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1285
1285
  :rtype: typing.Any
1286
1286
  """
1287
1287
 
1288
- def draw_centered(self, context, layout):
1288
+ def draw_centered(self, context, layout) -> None:
1289
1289
  """
1290
1290
 
1291
1291
  :param context:
@@ -1318,7 +1318,7 @@ class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1318
1318
  :rtype: typing.Any
1319
1319
  """
1320
1320
 
1321
- def draw_centered(self, context, layout):
1321
+ def draw_centered(self, context, layout) -> None:
1322
1322
  """
1323
1323
 
1324
1324
  :param context:
@@ -1352,7 +1352,7 @@ class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1352
1352
  :rtype: typing.Any
1353
1353
  """
1354
1354
 
1355
- def draw_centered(self, context, layout):
1355
+ def draw_centered(self, context, layout) -> None:
1356
1356
  """
1357
1357
 
1358
1358
  :param context:
@@ -1360,7 +1360,7 @@ class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1360
1360
  """
1361
1361
 
1362
1362
  @classmethod
1363
- def poll(cls, context):
1363
+ def poll(cls, context) -> None:
1364
1364
  """
1365
1365
 
1366
1366
  :param context:
@@ -1392,7 +1392,7 @@ class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1392
1392
  :rtype: typing.Any
1393
1393
  """
1394
1394
 
1395
- def draw_centered(self, context, layout):
1395
+ def draw_centered(self, context, layout) -> None:
1396
1396
  """
1397
1397
 
1398
1398
  :param context:
@@ -1426,7 +1426,7 @@ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1426
1426
  :rtype: typing.Any
1427
1427
  """
1428
1428
 
1429
- def draw_centered(self, context, layout):
1429
+ def draw_centered(self, context, layout) -> None:
1430
1430
  """
1431
1431
 
1432
1432
  :param context:
@@ -1434,7 +1434,7 @@ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1434
1434
  """
1435
1435
 
1436
1436
  @classmethod
1437
- def poll(cls, context):
1437
+ def poll(cls, context) -> None:
1438
1438
  """
1439
1439
 
1440
1440
  :param context:
@@ -1466,7 +1466,7 @@ class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, bpy.types.
1466
1466
  :rtype: typing.Any
1467
1467
  """
1468
1468
 
1469
- def draw_centered(self, context, layout):
1469
+ def draw_centered(self, context, layout) -> None:
1470
1470
  """
1471
1471
 
1472
1472
  :param context:
@@ -1499,7 +1499,7 @@ class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, bpy.types.
1499
1499
  :rtype: typing.Any
1500
1500
  """
1501
1501
 
1502
- def draw_centered(self, context, layout):
1502
+ def draw_centered(self, context, layout) -> None:
1503
1503
  """
1504
1504
 
1505
1505
  :param context:
@@ -1529,7 +1529,7 @@ class USERPREF_PT_interface_menus(InterfacePanel, bpy.types.Panel):
1529
1529
  :rtype: typing.Any
1530
1530
  """
1531
1531
 
1532
- def draw(self, context):
1532
+ def draw(self, context) -> None:
1533
1533
  """
1534
1534
 
1535
1535
  :param context:
@@ -1564,14 +1564,14 @@ class USERPREF_PT_interface_menus_mouse_over(
1564
1564
  :rtype: typing.Any
1565
1565
  """
1566
1566
 
1567
- def draw_centered(self, context, layout):
1567
+ def draw_centered(self, context, layout) -> None:
1568
1568
  """
1569
1569
 
1570
1570
  :param context:
1571
1571
  :param layout:
1572
1572
  """
1573
1573
 
1574
- def draw_header(self, context):
1574
+ def draw_header(self, context) -> None:
1575
1575
  """
1576
1576
 
1577
1577
  :param context:
@@ -1606,7 +1606,7 @@ class USERPREF_PT_interface_menus_pie(
1606
1606
  :rtype: typing.Any
1607
1607
  """
1608
1608
 
1609
- def draw_centered(self, context, layout):
1609
+ def draw_centered(self, context, layout) -> None:
1610
1610
  """
1611
1611
 
1612
1612
  :param context:
@@ -1643,7 +1643,7 @@ class USERPREF_PT_interface_statusbar(
1643
1643
  :rtype: typing.Any
1644
1644
  """
1645
1645
 
1646
- def draw_centered(self, context, layout):
1646
+ def draw_centered(self, context, layout) -> None:
1647
1647
  """
1648
1648
 
1649
1649
  :param context:
@@ -1680,7 +1680,7 @@ class USERPREF_PT_interface_temporary_windows(
1680
1680
  :rtype: typing.Any
1681
1681
  """
1682
1682
 
1683
- def draw_centered(self, context, layout):
1683
+ def draw_centered(self, context, layout) -> None:
1684
1684
  """
1685
1685
 
1686
1686
  :param context:
@@ -1714,7 +1714,7 @@ class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, bpy.types.Pan
1714
1714
  :rtype: typing.Any
1715
1715
  """
1716
1716
 
1717
- def draw_centered(self, context, layout):
1717
+ def draw_centered(self, context, layout) -> None:
1718
1718
  """
1719
1719
 
1720
1720
  :param context:
@@ -1750,7 +1750,7 @@ class USERPREF_PT_interface_translation(
1750
1750
  :rtype: typing.Any
1751
1751
  """
1752
1752
 
1753
- def draw_centered(self, context, layout):
1753
+ def draw_centered(self, context, layout) -> None:
1754
1754
  """
1755
1755
 
1756
1756
  :param context:
@@ -1758,7 +1758,7 @@ class USERPREF_PT_interface_translation(
1758
1758
  """
1759
1759
 
1760
1760
  @classmethod
1761
- def poll(cls, _context):
1761
+ def poll(cls, _context) -> None:
1762
1762
  """
1763
1763
 
1764
1764
  :param _context:
@@ -1787,7 +1787,7 @@ class USERPREF_PT_keymap(KeymapPanel, bpy.types.Panel):
1787
1787
  :rtype: typing.Any
1788
1788
  """
1789
1789
 
1790
- def draw(self, context):
1790
+ def draw(self, context) -> None:
1791
1791
  """
1792
1792
 
1793
1793
  :param context:
@@ -1815,7 +1815,7 @@ class USERPREF_PT_navigation_bar(bpy.types.Panel):
1815
1815
  :rtype: typing.Any
1816
1816
  """
1817
1817
 
1818
- def draw(self, context):
1818
+ def draw(self, context) -> None:
1819
1819
  """
1820
1820
 
1821
1821
  :param context:
@@ -1849,7 +1849,7 @@ class USERPREF_PT_navigation_fly_walk(
1849
1849
  :rtype: typing.Any
1850
1850
  """
1851
1851
 
1852
- def draw_centered(self, context, layout):
1852
+ def draw_centered(self, context, layout) -> None:
1853
1853
  """
1854
1854
 
1855
1855
  :param context:
@@ -1886,21 +1886,21 @@ class USERPREF_PT_navigation_fly_walk_gravity(
1886
1886
  :rtype: typing.Any
1887
1887
  """
1888
1888
 
1889
- def draw_centered(self, context, layout):
1889
+ def draw_centered(self, context, layout) -> None:
1890
1890
  """
1891
1891
 
1892
1892
  :param context:
1893
1893
  :param layout:
1894
1894
  """
1895
1895
 
1896
- def draw_header(self, context):
1896
+ def draw_header(self, context) -> None:
1897
1897
  """
1898
1898
 
1899
1899
  :param context:
1900
1900
  """
1901
1901
 
1902
1902
  @classmethod
1903
- def poll(cls, context):
1903
+ def poll(cls, context) -> None:
1904
1904
  """
1905
1905
 
1906
1906
  :param context:
@@ -1936,7 +1936,7 @@ class USERPREF_PT_navigation_fly_walk_navigation(
1936
1936
  :rtype: typing.Any
1937
1937
  """
1938
1938
 
1939
- def draw_centered(self, context, layout):
1939
+ def draw_centered(self, context, layout) -> None:
1940
1940
  """
1941
1941
 
1942
1942
  :param context:
@@ -1944,7 +1944,7 @@ class USERPREF_PT_navigation_fly_walk_navigation(
1944
1944
  """
1945
1945
 
1946
1946
  @classmethod
1947
- def poll(cls, context):
1947
+ def poll(cls, context) -> None:
1948
1948
  """
1949
1949
 
1950
1950
  :param context:
@@ -1976,7 +1976,7 @@ class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, bpy.types.
1976
1976
  :rtype: typing.Any
1977
1977
  """
1978
1978
 
1979
- def draw_centered(self, context, layout):
1979
+ def draw_centered(self, context, layout) -> None:
1980
1980
  """
1981
1981
 
1982
1982
  :param context:
@@ -2009,7 +2009,7 @@ class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, bpy.types.P
2009
2009
  :rtype: typing.Any
2010
2010
  """
2011
2011
 
2012
- def draw_centered(self, context, layout):
2012
+ def draw_centered(self, context, layout) -> None:
2013
2013
  """
2014
2014
 
2015
2015
  :param context:
@@ -2038,14 +2038,14 @@ class USERPREF_PT_ndof_settings(bpy.types.Panel):
2038
2038
  :rtype: typing.Any
2039
2039
  """
2040
2040
 
2041
- def draw(self, context):
2041
+ def draw(self, context) -> None:
2042
2042
  """
2043
2043
 
2044
2044
  :param context:
2045
2045
  """
2046
2046
 
2047
2047
  @staticmethod
2048
- def draw_settings(layout, props, show_3dview_settings=True):
2048
+ def draw_settings(layout, props, show_3dview_settings=True) -> None:
2049
2049
  """
2050
2050
 
2051
2051
  :param layout:
@@ -2075,14 +2075,14 @@ class USERPREF_PT_save_preferences(bpy.types.Panel):
2075
2075
  :rtype: typing.Any
2076
2076
  """
2077
2077
 
2078
- def draw(self, context):
2078
+ def draw(self, context) -> None:
2079
2079
  """
2080
2080
 
2081
2081
  :param context:
2082
2082
  """
2083
2083
 
2084
2084
  @classmethod
2085
- def poll(cls, context):
2085
+ def poll(cls, context) -> None:
2086
2086
  """
2087
2087
 
2088
2088
  :param context:
@@ -2111,13 +2111,13 @@ class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy.types.Panel):
2111
2111
  :rtype: typing.Any
2112
2112
  """
2113
2113
 
2114
- def draw(self, context):
2114
+ def draw(self, context) -> None:
2115
2115
  """
2116
2116
 
2117
2117
  :param context:
2118
2118
  """
2119
2119
 
2120
- def draw_header(self, context):
2120
+ def draw_header(self, context) -> None:
2121
2121
  """
2122
2122
 
2123
2123
  :param context:
@@ -2149,7 +2149,7 @@ class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, bpy.types.Pane
2149
2149
  :rtype: typing.Any
2150
2150
  """
2151
2151
 
2152
- def draw_centered(self, context, layout):
2152
+ def draw_centered(self, context, layout) -> None:
2153
2153
  """
2154
2154
 
2155
2155
  :param context:
@@ -2184,7 +2184,7 @@ class USERPREF_PT_saveload_file_browser(
2184
2184
  :rtype: typing.Any
2185
2185
  """
2186
2186
 
2187
- def draw_centered(self, context, layout):
2187
+ def draw_centered(self, context, layout) -> None:
2188
2188
  """
2189
2189
 
2190
2190
  :param context:
@@ -2215,14 +2215,14 @@ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy.types.Panel):
2215
2215
  :rtype: typing.Any
2216
2216
  """
2217
2217
 
2218
- def draw(self, context):
2218
+ def draw(self, context) -> None:
2219
2219
  """
2220
2220
 
2221
2221
  :param context:
2222
2222
  """
2223
2223
 
2224
2224
  @staticmethod
2225
- def opengl_light_buttons(layout, light):
2225
+ def opengl_light_buttons(layout, light) -> None:
2226
2226
  """
2227
2227
 
2228
2228
  :param layout:
@@ -2254,13 +2254,13 @@ class USERPREF_PT_studiolight_lights(
2254
2254
  :rtype: typing.Any
2255
2255
  """
2256
2256
 
2257
- def draw_header_preset(self, _context):
2257
+ def draw_header_preset(self, _context) -> None:
2258
2258
  """
2259
2259
 
2260
2260
  :param _context:
2261
2261
  """
2262
2262
 
2263
- def get_error_message(self): ...
2263
+ def get_error_message(self) -> None: ...
2264
2264
 
2265
2265
  class USERPREF_PT_studiolight_matcaps(
2266
2266
  StudioLightPanelMixin, StudioLightPanel, bpy.types.Panel
@@ -2287,13 +2287,13 @@ class USERPREF_PT_studiolight_matcaps(
2287
2287
  :rtype: typing.Any
2288
2288
  """
2289
2289
 
2290
- def draw_header_preset(self, _context):
2290
+ def draw_header_preset(self, _context) -> None:
2291
2291
  """
2292
2292
 
2293
2293
  :param _context:
2294
2294
  """
2295
2295
 
2296
- def get_error_message(self): ...
2296
+ def get_error_message(self) -> None: ...
2297
2297
 
2298
2298
  class USERPREF_PT_studiolight_world(
2299
2299
  StudioLightPanelMixin, StudioLightPanel, bpy.types.Panel
@@ -2320,13 +2320,13 @@ class USERPREF_PT_studiolight_world(
2320
2320
  :rtype: typing.Any
2321
2321
  """
2322
2322
 
2323
- def draw_header_preset(self, _context):
2323
+ def draw_header_preset(self, _context) -> None:
2324
2324
  """
2325
2325
 
2326
2326
  :param _context:
2327
2327
  """
2328
2328
 
2329
- def get_error_message(self): ...
2329
+ def get_error_message(self) -> None: ...
2330
2330
 
2331
2331
  class USERPREF_PT_system_cycles_devices(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2332
2332
  """Base class for panels to center align contents with some horizontal margin.
@@ -2354,7 +2354,7 @@ class USERPREF_PT_system_cycles_devices(CenterAlignMixIn, SystemPanel, bpy.types
2354
2354
  :rtype: typing.Any
2355
2355
  """
2356
2356
 
2357
- def draw_centered(self, context, layout):
2357
+ def draw_centered(self, context, layout) -> None:
2358
2358
  """
2359
2359
 
2360
2360
  :param context:
@@ -2389,7 +2389,7 @@ class USERPREF_PT_system_display_graphics(
2389
2389
  :rtype: typing.Any
2390
2390
  """
2391
2391
 
2392
- def draw_centered(self, context, layout):
2392
+ def draw_centered(self, context, layout) -> None:
2393
2393
  """
2394
2394
 
2395
2395
  :param context:
@@ -2397,7 +2397,7 @@ class USERPREF_PT_system_display_graphics(
2397
2397
  """
2398
2398
 
2399
2399
  @classmethod
2400
- def poll(cls, _context):
2400
+ def poll(cls, _context) -> None:
2401
2401
  """
2402
2402
 
2403
2403
  :param _context:
@@ -2429,7 +2429,7 @@ class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2429
2429
  :rtype: typing.Any
2430
2430
  """
2431
2431
 
2432
- def draw_centered(self, context, layout):
2432
+ def draw_centered(self, context, layout) -> None:
2433
2433
  """
2434
2434
 
2435
2435
  :param context:
@@ -2462,7 +2462,7 @@ class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, bpy.types.Panel)
2462
2462
  :rtype: typing.Any
2463
2463
  """
2464
2464
 
2465
- def draw_centered(self, context, layout):
2465
+ def draw_centered(self, context, layout) -> None:
2466
2466
  """
2467
2467
 
2468
2468
  :param context:
@@ -2495,7 +2495,7 @@ class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, bpy.types.Pa
2495
2495
  :rtype: typing.Any
2496
2496
  """
2497
2497
 
2498
- def draw_centered(self, context, layout):
2498
+ def draw_centered(self, context, layout) -> None:
2499
2499
  """
2500
2500
 
2501
2501
  :param context:
@@ -2503,7 +2503,7 @@ class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, bpy.types.Pa
2503
2503
  """
2504
2504
 
2505
2505
  @classmethod
2506
- def poll(cls, _context):
2506
+ def poll(cls, _context) -> None:
2507
2507
  """
2508
2508
 
2509
2509
  :param _context:
@@ -2536,7 +2536,7 @@ class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2536
2536
  :rtype: typing.Any
2537
2537
  """
2538
2538
 
2539
- def draw_centered(self, context, layout):
2539
+ def draw_centered(self, context, layout) -> None:
2540
2540
  """
2541
2541
 
2542
2542
  :param context:
@@ -2571,7 +2571,7 @@ class USERPREF_PT_system_video_sequencer(
2571
2571
  :rtype: typing.Any
2572
2572
  """
2573
2573
 
2574
- def draw_centered(self, context, layout):
2574
+ def draw_centered(self, context, layout) -> None:
2575
2575
  """
2576
2576
 
2577
2577
  :param context:
@@ -2601,13 +2601,13 @@ class USERPREF_PT_text_editor(FilePathsPanel, bpy.types.Panel):
2601
2601
  :rtype: typing.Any
2602
2602
  """
2603
2603
 
2604
- def draw(self, context):
2604
+ def draw(self, context) -> None:
2605
2605
  """
2606
2606
 
2607
2607
  :param context:
2608
2608
  """
2609
2609
 
2610
- def draw_header_preset(self, _context):
2610
+ def draw_header_preset(self, _context) -> None:
2611
2611
  """
2612
2612
 
2613
2613
  :param _context:
@@ -2660,7 +2660,7 @@ class USERPREF_PT_theme(ThemePanel, bpy.types.Panel):
2660
2660
  :rtype: typing.Any
2661
2661
  """
2662
2662
 
2663
- def draw(self, context):
2663
+ def draw(self, context) -> None:
2664
2664
  """
2665
2665
 
2666
2666
  :param context:
@@ -2693,14 +2693,14 @@ class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, bpy.types.
2693
2693
  :rtype: typing.Any
2694
2694
  """
2695
2695
 
2696
- def draw_centered(self, context, layout):
2696
+ def draw_centered(self, context, layout) -> None:
2697
2697
  """
2698
2698
 
2699
2699
  :param context:
2700
2700
  :param layout:
2701
2701
  """
2702
2702
 
2703
- def draw_header(self, _context):
2703
+ def draw_header(self, _context) -> None:
2704
2704
  """
2705
2705
 
2706
2706
  :param _context:
@@ -2735,14 +2735,14 @@ class USERPREF_PT_theme_collection_colors(
2735
2735
  :rtype: typing.Any
2736
2736
  """
2737
2737
 
2738
- def draw_centered(self, context, layout):
2738
+ def draw_centered(self, context, layout) -> None:
2739
2739
  """
2740
2740
 
2741
2741
  :param context:
2742
2742
  :param layout:
2743
2743
  """
2744
2744
 
2745
- def draw_header(self, _context):
2745
+ def draw_header(self, _context) -> None:
2746
2746
  """
2747
2747
 
2748
2748
  :param _context:
@@ -2776,7 +2776,7 @@ class USERPREF_PT_theme_interface_gizmos(CenterAlignMixIn, ThemePanel, bpy.types
2776
2776
  :rtype: typing.Any
2777
2777
  """
2778
2778
 
2779
- def draw_centered(self, context, layout):
2779
+ def draw_centered(self, context, layout) -> None:
2780
2780
  """
2781
2781
 
2782
2782
  :param context:
@@ -2811,7 +2811,7 @@ class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, bpy.types.
2811
2811
  :rtype: typing.Any
2812
2812
  """
2813
2813
 
2814
- def draw_centered(self, context, layout):
2814
+ def draw_centered(self, context, layout) -> None:
2815
2815
  """
2816
2816
 
2817
2817
  :param context:
@@ -2846,7 +2846,7 @@ class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, bpy.types.
2846
2846
  :rtype: typing.Any
2847
2847
  """
2848
2848
 
2849
- def draw_centered(self, context, layout):
2849
+ def draw_centered(self, context, layout) -> None:
2850
2850
  """
2851
2851
 
2852
2852
  :param context:
@@ -2881,7 +2881,7 @@ class USERPREF_PT_theme_interface_styles(CenterAlignMixIn, ThemePanel, bpy.types
2881
2881
  :rtype: typing.Any
2882
2882
  """
2883
2883
 
2884
- def draw_centered(self, context, layout):
2884
+ def draw_centered(self, context, layout) -> None:
2885
2885
  """
2886
2886
 
2887
2887
  :param context:
@@ -2918,7 +2918,7 @@ class USERPREF_PT_theme_interface_transparent_checker(
2918
2918
  :rtype: typing.Any
2919
2919
  """
2920
2920
 
2921
- def draw_centered(self, context, layout):
2921
+ def draw_centered(self, context, layout) -> None:
2922
2922
  """
2923
2923
 
2924
2924
  :param context:
@@ -2952,14 +2952,14 @@ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Pan
2952
2952
  :rtype: typing.Any
2953
2953
  """
2954
2954
 
2955
- def draw_centered(self, context, layout):
2955
+ def draw_centered(self, context, layout) -> None:
2956
2956
  """
2957
2957
 
2958
2958
  :param context:
2959
2959
  :param layout:
2960
2960
  """
2961
2961
 
2962
- def draw_header(self, _context):
2962
+ def draw_header(self, _context) -> None:
2963
2963
  """
2964
2964
 
2965
2965
  :param _context:
@@ -2992,14 +2992,14 @@ class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel
2992
2992
  :rtype: typing.Any
2993
2993
  """
2994
2994
 
2995
- def draw_centered(self, context, layout):
2995
+ def draw_centered(self, context, layout) -> None:
2996
2996
  """
2997
2997
 
2998
2998
  :param context:
2999
2999
  :param layout:
3000
3000
  """
3001
3001
 
3002
- def draw_header(self, _context):
3002
+ def draw_header(self, _context) -> None:
3003
3003
  """
3004
3004
 
3005
3005
  :param _context:
@@ -3032,13 +3032,13 @@ class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, bpy.types.P
3032
3032
  :rtype: typing.Any
3033
3033
  """
3034
3034
 
3035
- def draw(self, context):
3035
+ def draw(self, context) -> None:
3036
3036
  """
3037
3037
 
3038
3038
  :param context:
3039
3039
  """
3040
3040
 
3041
- def draw_header(self, _context):
3041
+ def draw_header(self, _context) -> None:
3042
3042
  """
3043
3043
 
3044
3044
  :param _context:
@@ -3070,7 +3070,7 @@ class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
3070
3070
  :rtype: typing.Any
3071
3071
  """
3072
3072
 
3073
- def draw_centered(self, context, layout):
3073
+ def draw_centered(self, context, layout) -> None:
3074
3074
  """
3075
3075
 
3076
3076
  :param context:
@@ -3103,7 +3103,7 @@ class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
3103
3103
  :rtype: typing.Any
3104
3104
  """
3105
3105
 
3106
- def draw_centered(self, context, layout):
3106
+ def draw_centered(self, context, layout) -> None:
3107
3107
  """
3108
3108
 
3109
3109
  :param context:
@@ -3137,7 +3137,7 @@ class USERPREF_PT_viewport_selection(CenterAlignMixIn, ViewportPanel, bpy.types.
3137
3137
  :rtype: typing.Any
3138
3138
  """
3139
3139
 
3140
- def draw_centered(self, context, layout):
3140
+ def draw_centered(self, context, layout) -> None:
3141
3141
  """
3142
3142
 
3143
3143
  :param context:
@@ -3173,7 +3173,7 @@ class USERPREF_PT_viewport_subdivision(
3173
3173
  :rtype: typing.Any
3174
3174
  """
3175
3175
 
3176
- def draw_centered(self, context, layout):
3176
+ def draw_centered(self, context, layout) -> None:
3177
3177
  """
3178
3178
 
3179
3179
  :param context:
@@ -3206,7 +3206,7 @@ class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, bpy.types.P
3206
3206
  :rtype: typing.Any
3207
3207
  """
3208
3208
 
3209
- def draw_centered(self, context, layout):
3209
+ def draw_centered(self, context, layout) -> None:
3210
3210
  """
3211
3211
 
3212
3212
  :param context:
@@ -3241,7 +3241,7 @@ class USERPREF_UL_asset_libraries(bpy.types.UIList):
3241
3241
  _active_data,
3242
3242
  _active_propname,
3243
3243
  _index,
3244
- ):
3244
+ ) -> None:
3245
3245
  """
3246
3246
 
3247
3247
  :param _context:
@@ -3282,7 +3282,7 @@ class USERPREF_UL_extension_repos(bpy.types.UIList):
3282
3282
  _active_data,
3283
3283
  _active_propname,
3284
3284
  _index,
3285
- ):
3285
+ ) -> None:
3286
3286
  """
3287
3287
 
3288
3288
  :param _context:
@@ -3295,7 +3295,7 @@ class USERPREF_UL_extension_repos(bpy.types.UIList):
3295
3295
  :param _index:
3296
3296
  """
3297
3297
 
3298
- def filter_items(self, _context, data, propname):
3298
+ def filter_items(self, _context, data, propname) -> None:
3299
3299
  """
3300
3300
 
3301
3301
  :param _context: