fake-bpy-module-latest 20251003__py3-none-any.whl → 20260114__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.
Files changed (299) hide show
  1. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
  2. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
  3. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
  4. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
  5. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  6. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  7. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  8. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  9. _bpy_internal/__init__.pyi +1 -0
  10. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  11. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  12. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  13. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  14. _bpy_types/__init__.pyi +18 -123
  15. {rna_info → _rna_info}/__init__.pyi +0 -1
  16. addon_utils/__init__.pyi +0 -13
  17. aud/__init__.pyi +55 -131
  18. bl_math/__init__.pyi +2 -12
  19. bl_operators/__init__.pyi +1 -0
  20. bl_operators/add_mesh_torus/__init__.pyi +0 -2
  21. bl_operators/anim/__init__.pyi +40 -24
  22. bl_operators/assets/__init__.pyi +0 -6
  23. bl_operators/bone_selection_sets/__init__.pyi +0 -28
  24. bl_operators/clip/__init__.pyi +0 -20
  25. bl_operators/connect_to_output/__init__.pyi +0 -2
  26. bl_operators/console/__init__.pyi +0 -10
  27. bl_operators/constraint/__init__.pyi +0 -8
  28. bl_operators/copy_global_transform/__init__.pyi +261 -0
  29. bl_operators/file/__init__.pyi +0 -6
  30. bl_operators/freestyle/__init__.pyi +0 -8
  31. bl_operators/geometry_nodes/__init__.pyi +0 -8
  32. bl_operators/grease_pencil/__init__.pyi +0 -2
  33. bl_operators/image/__init__.pyi +0 -10
  34. bl_operators/image_as_planes/__init__.pyi +0 -4
  35. bl_operators/mesh/__init__.pyi +0 -4
  36. bl_operators/node/__init__.pyi +36 -46
  37. bl_operators/object/__init__.pyi +0 -37
  38. bl_operators/object_align/__init__.pyi +0 -2
  39. bl_operators/object_quick_effects/__init__.pyi +0 -8
  40. bl_operators/object_randomize_transform/__init__.pyi +0 -2
  41. bl_operators/presets/__init__.pyi +0 -50
  42. bl_operators/rigidbody/__init__.pyi +0 -6
  43. bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
  44. bl_operators/sequencer/__init__.pyi +0 -16
  45. bl_operators/spreadsheet/__init__.pyi +0 -2
  46. bl_operators/userpref/__init__.pyi +0 -50
  47. bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
  48. bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
  49. bl_operators/uvcalc_transform/__init__.pyi +21 -12
  50. bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
  51. bl_operators/view3d/__init__.pyi +0 -16
  52. bl_operators/wm/__init__.pyi +0 -92
  53. bl_operators/world/__init__.pyi +0 -2
  54. bl_ui/__init__.pyi +3 -4
  55. bl_ui/anim/__init__.pyi +0 -2
  56. bl_ui/asset_shelf/__init__.pyi +0 -2
  57. bl_ui/generic_ui_list/__init__.pyi +1 -17
  58. bl_ui/node_add_menu/__init__.pyi +13 -16
  59. bl_ui/node_add_menu_compositor/__init__.pyi +19 -57
  60. bl_ui/node_add_menu_geometry/__init__.pyi +56 -168
  61. bl_ui/node_add_menu_shader/__init__.pyi +10 -30
  62. bl_ui/node_add_menu_texture/__init__.pyi +1 -17
  63. bl_ui/properties_collection/__init__.pyi +0 -14
  64. bl_ui/properties_constraint/__init__.pyi +64 -150
  65. bl_ui/properties_data_armature/__init__.pyi +0 -36
  66. bl_ui/properties_data_bone/__init__.pyi +0 -20
  67. bl_ui/properties_data_camera/__init__.pyi +0 -30
  68. bl_ui/properties_data_curve/__init__.pyi +0 -30
  69. bl_ui/properties_data_curves/__init__.pyi +0 -16
  70. bl_ui/properties_data_empty/__init__.pyi +0 -4
  71. bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
  72. bl_ui/properties_data_lattice/__init__.pyi +0 -8
  73. bl_ui/properties_data_light/__init__.pyi +0 -20
  74. bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
  75. bl_ui/properties_data_mesh/__init__.pyi +0 -42
  76. bl_ui/properties_data_metaball/__init__.pyi +0 -12
  77. bl_ui/properties_data_modifier/__init__.pyi +0 -18
  78. bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
  79. bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
  80. bl_ui/properties_data_speaker/__init__.pyi +0 -12
  81. bl_ui/properties_data_volume/__init__.pyi +0 -18
  82. bl_ui/properties_freestyle/__init__.pyi +0 -50
  83. bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
  84. bl_ui/properties_mask_common/__init__.pyi +0 -14
  85. bl_ui/properties_material/__init__.pyi +0 -32
  86. bl_ui/properties_material_gpencil/__init__.pyi +0 -22
  87. bl_ui/properties_object/__init__.pyi +35 -42
  88. bl_ui/properties_output/__init__.pyi +0 -40
  89. bl_ui/properties_paint_common/__init__.pyi +23 -7
  90. bl_ui/properties_particle/__init__.pyi +0 -106
  91. bl_ui/properties_physics_cloth/__init__.pyi +0 -28
  92. bl_ui/properties_physics_common/__init__.pyi +0 -2
  93. bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
  94. bl_ui/properties_physics_field/__init__.pyi +0 -20
  95. bl_ui/properties_physics_fluid/__init__.pyi +0 -56
  96. bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
  97. bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
  98. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
  99. bl_ui/properties_physics_softbody/__init__.pyi +0 -30
  100. bl_ui/properties_render/__init__.pyi +0 -90
  101. bl_ui/properties_scene/__init__.pyi +0 -34
  102. bl_ui/properties_strip/__init__.pyi +744 -0
  103. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  104. bl_ui/properties_texture/__init__.pyi +0 -54
  105. bl_ui/properties_view_layer/__init__.pyi +7 -28
  106. bl_ui/properties_workspace/__init__.pyi +0 -8
  107. bl_ui/properties_world/__init__.pyi +0 -22
  108. bl_ui/space_clip/__init__.pyi +1 -150
  109. bl_ui/space_console/__init__.pyi +0 -12
  110. bl_ui/space_dopesheet/__init__.pyi +52 -60
  111. bl_ui/space_filebrowser/__init__.pyi +0 -60
  112. bl_ui/space_graph/__init__.pyi +0 -44
  113. bl_ui/space_image/__init__.pyi +2 -144
  114. bl_ui/space_info/__init__.pyi +0 -12
  115. bl_ui/space_nla/__init__.pyi +0 -36
  116. bl_ui/space_node/__init__.pyi +27 -66
  117. bl_ui/space_outliner/__init__.pyi +0 -30
  118. bl_ui/space_properties/__init__.pyi +29 -6
  119. bl_ui/space_sequencer/__init__.pyi +46 -912
  120. bl_ui/space_spreadsheet/__init__.pyi +0 -6
  121. bl_ui/space_statusbar/__init__.pyi +0 -2
  122. bl_ui/space_text/__init__.pyi +0 -32
  123. bl_ui/space_time/__init__.pyi +50 -8
  124. bl_ui/space_topbar/__init__.pyi +7 -52
  125. bl_ui/space_userpref/__init__.pyi +7 -188
  126. bl_ui/space_view3d/__init__.pyi +36 -544
  127. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  128. bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
  129. blf/__init__.pyi +6 -50
  130. bmesh/__init__.pyi +0 -7
  131. bmesh/geometry/__init__.pyi +0 -3
  132. bmesh/ops/__init__.pyi +2 -450
  133. bmesh/types/__init__.pyi +206 -420
  134. bmesh/utils/__init__.pyi +16 -43
  135. bpy/app/__init__.pyi +53 -56
  136. bpy/app/icons/__init__.pyi +0 -6
  137. bpy/app/timers/__init__.pyi +0 -6
  138. bpy/app/translations/__init__.pyi +1 -16
  139. bpy/msgbus/__init__.pyi +1 -4
  140. bpy/ops/action/__init__.pyi +15 -165
  141. bpy/ops/anim/__init__.pyi +38 -279
  142. bpy/ops/armature/__init__.pyi +18 -192
  143. bpy/ops/asset/__init__.pyi +11 -97
  144. bpy/ops/boid/__init__.pyi +7 -38
  145. bpy/ops/brush/__init__.pyi +3 -72
  146. bpy/ops/buttons/__init__.pyi +4 -71
  147. bpy/ops/cachefile/__init__.pyi +2 -63
  148. bpy/ops/camera/__init__.pyi +0 -11
  149. bpy/ops/clip/__init__.pyi +43 -427
  150. bpy/ops/cloth/__init__.pyi +0 -5
  151. bpy/ops/collection/__init__.pyi +2 -34
  152. bpy/ops/console/__init__.pyi +10 -88
  153. bpy/ops/constraint/__init__.pyi +3 -80
  154. bpy/ops/curve/__init__.pyi +23 -254
  155. bpy/ops/curves/__init__.pyi +17 -166
  156. bpy/ops/cycles/__init__.pyi +1 -14
  157. bpy/ops/dpaint/__init__.pyi +3 -21
  158. bpy/ops/ed/__init__.pyi +10 -82
  159. bpy/ops/export_anim/__init__.pyi +2 -10
  160. bpy/ops/export_scene/__init__.pyi +1 -155
  161. bpy/ops/extensions/__init__.pyi +15 -150
  162. bpy/ops/file/__init__.pyi +27 -217
  163. bpy/ops/fluid/__init__.pyi +13 -70
  164. bpy/ops/font/__init__.pyi +10 -134
  165. bpy/ops/geometry/__init__.pyi +3 -124
  166. bpy/ops/gizmogroup/__init__.pyi +1 -12
  167. bpy/ops/gpencil/__init__.pyi +5 -38
  168. bpy/ops/graph/__init__.pyi +18 -316
  169. bpy/ops/grease_pencil/__init__.pyi +29 -524
  170. bpy/ops/image/__init__.pyi +19 -379
  171. bpy/ops/import_anim/__init__.pyi +2 -16
  172. bpy/ops/import_curve/__init__.pyi +0 -6
  173. bpy/ops/import_scene/__init__.pyi +0 -50
  174. bpy/ops/info/__init__.pyi +4 -35
  175. bpy/ops/lattice/__init__.pyi +3 -33
  176. bpy/ops/marker/__init__.pyi +2 -50
  177. bpy/ops/mask/__init__.pyi +17 -176
  178. bpy/ops/material/__init__.pyi +3 -15
  179. bpy/ops/mball/__init__.pyi +1 -30
  180. bpy/ops/mesh/__init__.pyi +32 -915
  181. bpy/ops/nla/__init__.pyi +20 -184
  182. bpy/ops/node/__init__.pyi +71 -741
  183. bpy/ops/object/__init__.pyi +137 -1254
  184. bpy/ops/outliner/__init__.pyi +47 -327
  185. bpy/ops/paint/__init__.pyi +14 -279
  186. bpy/ops/paintcurve/__init__.pyi +4 -36
  187. bpy/ops/palette/__init__.pyi +3 -27
  188. bpy/ops/particle/__init__.pyi +20 -160
  189. bpy/ops/pointcloud/__init__.pyi +3 -35
  190. bpy/ops/pose/__init__.pyi +28 -233
  191. bpy/ops/poselib/__init__.pyi +4 -47
  192. bpy/ops/preferences/__init__.pyi +9 -177
  193. bpy/ops/ptcache/__init__.pyi +5 -31
  194. bpy/ops/render/__init__.pyi +6 -70
  195. bpy/ops/rigidbody/__init__.pyi +6 -56
  196. bpy/ops/scene/__init__.pyi +22 -167
  197. bpy/ops/screen/__init__.pyi +36 -202
  198. bpy/ops/script/__init__.pyi +1 -12
  199. bpy/ops/sculpt/__init__.pyi +36 -311
  200. bpy/ops/sculpt_curves/__init__.pyi +1 -20
  201. bpy/ops/sequencer/__init__.pyi +90 -662
  202. bpy/ops/sound/__init__.pyi +3 -109
  203. bpy/ops/spreadsheet/__init__.pyi +5 -32
  204. bpy/ops/surface/__init__.pyi +0 -48
  205. bpy/ops/text/__init__.pyi +27 -225
  206. bpy/ops/text_editor/__init__.pyi +0 -5
  207. bpy/ops/texture/__init__.pyi +3 -18
  208. bpy/ops/transform/__init__.pyi +10 -382
  209. bpy/ops/ui/__init__.pyi +21 -158
  210. bpy/ops/uilist/__init__.pyi +0 -13
  211. bpy/ops/uv/__init__.pyi +52 -305
  212. bpy/ops/view2d/__init__.pyi +3 -73
  213. bpy/ops/view3d/__init__.pyi +37 -339
  214. bpy/ops/wm/__init__.pyi +39 -1334
  215. bpy/ops/workspace/__init__.pyi +7 -39
  216. bpy/ops/world/__init__.pyi +2 -10
  217. bpy/path/__init__.pyi +0 -34
  218. bpy/props/__init__.pyi +15 -157
  219. bpy/stub_internal/rna_enums/__init__.pyi +52 -20
  220. bpy/types/__init__.pyi +15386 -56984
  221. bpy/utils/__init__.pyi +4 -75
  222. bpy/utils/previews/__init__.pyi +1 -10
  223. bpy/utils/units/__init__.pyi +0 -12
  224. bpy_extras/anim_utils/__init__.pyi +9 -8
  225. bpy_extras/bmesh_utils/__init__.pyi +0 -1
  226. bpy_extras/id_map_utils/__init__.pyi +14 -6
  227. bpy_extras/image_utils/__init__.pyi +0 -9
  228. bpy_extras/io_utils/__init__.pyi +2 -22
  229. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  230. bpy_extras/mesh_utils/__init__.pyi +0 -12
  231. bpy_extras/object_utils/__init__.pyi +0 -14
  232. bpy_extras/view3d_utils/__init__.pyi +0 -18
  233. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/METADATA +4 -1
  234. fake_bpy_module_latest-20260114.dist-info/RECORD +382 -0
  235. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/top_level.txt +14 -14
  236. freestyle/chainingiterators/__init__.pyi +0 -22
  237. freestyle/functions/__init__.pyi +0 -139
  238. freestyle/predicates/__init__.pyi +0 -51
  239. freestyle/shaders/__init__.pyi +0 -65
  240. freestyle/types/__init__.pyi +139 -777
  241. freestyle/utils/ContextFunctions/__init__.pyi +0 -23
  242. freestyle/utils/__init__.pyi +1 -7
  243. gpu/capabilities/__init__.pyi +0 -21
  244. gpu/matrix/__init__.pyi +1 -10
  245. gpu/platform/__init__.pyi +0 -5
  246. gpu/shader/__init__.pyi +22 -6
  247. gpu/state/__init__.pyi +59 -38
  248. gpu/texture/__init__.pyi +0 -2
  249. gpu/types/__init__.pyi +84 -152
  250. gpu_extras/batch/__init__.pyi +0 -4
  251. gpu_extras/presets/__init__.pyi +6 -8
  252. idprop/types/__init__.pyi +5 -5
  253. imbuf/__init__.pyi +2 -9
  254. imbuf/types/__init__.pyi +5 -25
  255. keyingsets_builtins/__init__.pyi +1 -45
  256. mathutils/__init__.pyi +82 -2172
  257. mathutils/bvhtree/__init__.pyi +3 -25
  258. mathutils/geometry/__init__.pyi +24 -135
  259. mathutils/interpolate/__init__.pyi +3 -4
  260. mathutils/kdtree/__init__.pyi +0 -11
  261. mathutils/noise/__init__.pyi +0 -62
  262. fake_bpy_module_latest-20251003.dist-info/RECORD +0 -373
  263. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  264. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  265. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  266. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  267. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  268. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
  269. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  270. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  271. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  272. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  273. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  274. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  275. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  276. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  277. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  278. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  279. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  280. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  281. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  282. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  283. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  284. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  285. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  286. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  287. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  288. {console_python → _console_python}/__init__.pyi +0 -0
  289. {console_python → _console_python}/py.typed +0 -0
  290. {console_shell → _console_shell}/__init__.pyi +0 -0
  291. {console_shell → _console_shell}/py.typed +0 -0
  292. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  293. {graphviz_export → _graphviz_export}/py.typed +0 -0
  294. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  295. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  296. {rna_info → _rna_info}/py.typed +0 -0
  297. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  298. {rna_xml → _rna_xml}/py.typed +0 -0
  299. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/WHEEL +0 -0
@@ -178,14 +178,12 @@ class USERPREF_HT_header(_bpy_types.Header):
178
178
  """
179
179
 
180
180
  :return: The RNA type or default when not found.
181
- :rtype: bpy.types.Struct
182
181
  """
183
182
 
184
183
  def bl_rna_get_subclass_py(self) -> typing.Any:
185
184
  """
186
185
 
187
186
  :return: The class or default when not found.
188
- :rtype: typing.Any
189
187
  """
190
188
 
191
189
  def draw(self, context) -> None:
@@ -212,14 +210,12 @@ class USERPREF_MT_editor_menus(_bpy_types.Menu):
212
210
  """
213
211
 
214
212
  :return: The RNA type or default when not found.
215
- :rtype: bpy.types.Struct
216
213
  """
217
214
 
218
215
  def bl_rna_get_subclass_py(self) -> typing.Any:
219
216
  """
220
217
 
221
218
  :return: The class or default when not found.
222
- :rtype: typing.Any
223
219
  """
224
220
 
225
221
  def draw(self, _context) -> None:
@@ -237,14 +233,12 @@ class USERPREF_MT_extensions_active_repo(_bpy_types.Menu):
237
233
  """
238
234
 
239
235
  :return: The RNA type or default when not found.
240
- :rtype: bpy.types.Struct
241
236
  """
242
237
 
243
238
  def bl_rna_get_subclass_py(self) -> typing.Any:
244
239
  """
245
240
 
246
241
  :return: The class or default when not found.
247
- :rtype: typing.Any
248
242
  """
249
243
 
250
244
  class USERPREF_MT_extensions_active_repo_remove(_bpy_types.Menu):
@@ -256,14 +250,12 @@ class USERPREF_MT_extensions_active_repo_remove(_bpy_types.Menu):
256
250
  """
257
251
 
258
252
  :return: The RNA type or default when not found.
259
- :rtype: bpy.types.Struct
260
253
  """
261
254
 
262
255
  def bl_rna_get_subclass_py(self) -> typing.Any:
263
256
  """
264
257
 
265
258
  :return: The class or default when not found.
266
- :rtype: typing.Any
267
259
  """
268
260
 
269
261
  def draw(self, context) -> None:
@@ -286,14 +278,12 @@ class USERPREF_MT_interface_theme_presets(_bpy_types.Menu):
286
278
  """
287
279
 
288
280
  :return: The RNA type or default when not found.
289
- :rtype: bpy.types.Struct
290
281
  """
291
282
 
292
283
  def bl_rna_get_subclass_py(self) -> typing.Any:
293
284
  """
294
285
 
295
286
  :return: The class or default when not found.
296
- :rtype: typing.Any
297
287
  """
298
288
 
299
289
  @staticmethod
@@ -323,14 +313,12 @@ class USERPREF_MT_keyconfigs(_bpy_types.Menu):
323
313
  """
324
314
 
325
315
  :return: The RNA type or default when not found.
326
- :rtype: bpy.types.Struct
327
316
  """
328
317
 
329
318
  def bl_rna_get_subclass_py(self) -> typing.Any:
330
319
  """
331
320
 
332
321
  :return: The class or default when not found.
333
- :rtype: typing.Any
334
322
  """
335
323
 
336
324
  def draw(self, context) -> None:
@@ -348,14 +336,12 @@ class USERPREF_MT_save_load(_bpy_types.Menu):
348
336
  """
349
337
 
350
338
  :return: The RNA type or default when not found.
351
- :rtype: bpy.types.Struct
352
339
  """
353
340
 
354
341
  def bl_rna_get_subclass_py(self) -> typing.Any:
355
342
  """
356
343
 
357
344
  :return: The class or default when not found.
358
- :rtype: typing.Any
359
345
  """
360
346
 
361
347
  def draw(self, context) -> None:
@@ -373,14 +359,12 @@ class USERPREF_MT_view(_bpy_types.Menu):
373
359
  """
374
360
 
375
361
  :return: The RNA type or default when not found.
376
- :rtype: bpy.types.Struct
377
362
  """
378
363
 
379
364
  def bl_rna_get_subclass_py(self) -> typing.Any:
380
365
  """
381
366
 
382
367
  :return: The class or default when not found.
383
- :rtype: typing.Any
384
368
  """
385
369
 
386
370
  def draw(self, context) -> None:
@@ -402,14 +386,12 @@ class USERPREF_PT_addons(AddOnPanel, _bpy_types.Panel):
402
386
  """
403
387
 
404
388
  :return: The RNA type or default when not found.
405
- :rtype: bpy.types.Struct
406
389
  """
407
390
 
408
391
  def bl_rna_get_subclass_py(self) -> typing.Any:
409
392
  """
410
393
 
411
394
  :return: The class or default when not found.
412
- :rtype: typing.Any
413
395
  """
414
396
 
415
397
  @staticmethod
@@ -449,14 +431,12 @@ class USERPREF_PT_addons_filter(_bpy_types.Panel):
449
431
  """
450
432
 
451
433
  :return: The RNA type or default when not found.
452
- :rtype: bpy.types.Struct
453
434
  """
454
435
 
455
436
  def bl_rna_get_subclass_py(self) -> typing.Any:
456
437
  """
457
438
 
458
439
  :return: The class or default when not found.
459
- :rtype: typing.Any
460
440
  """
461
441
 
462
442
  def draw(self, context) -> None:
@@ -481,14 +461,12 @@ class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, _bpy_types
481
461
  """
482
462
 
483
463
  :return: The RNA type or default when not found.
484
- :rtype: bpy.types.Struct
485
464
  """
486
465
 
487
466
  def bl_rna_get_subclass_py(self) -> typing.Any:
488
467
  """
489
468
 
490
469
  :return: The class or default when not found.
491
- :rtype: typing.Any
492
470
  """
493
471
 
494
472
  def draw_centered(self, context, layout) -> None:
@@ -516,14 +494,12 @@ class USERPREF_PT_animation_keyframes(
516
494
  """
517
495
 
518
496
  :return: The RNA type or default when not found.
519
- :rtype: bpy.types.Struct
520
497
  """
521
498
 
522
499
  def bl_rna_get_subclass_py(self) -> typing.Any:
523
500
  """
524
501
 
525
502
  :return: The class or default when not found.
526
- :rtype: typing.Any
527
503
  """
528
504
 
529
505
  def draw_centered(self, context, layout) -> None:
@@ -551,14 +527,12 @@ class USERPREF_PT_animation_timeline(
551
527
  """
552
528
 
553
529
  :return: The RNA type or default when not found.
554
- :rtype: bpy.types.Struct
555
530
  """
556
531
 
557
532
  def bl_rna_get_subclass_py(self) -> typing.Any:
558
533
  """
559
534
 
560
535
  :return: The class or default when not found.
561
- :rtype: typing.Any
562
536
  """
563
537
 
564
538
  def draw_centered(self, context, layout) -> None:
@@ -580,14 +554,12 @@ class USERPREF_PT_developer_tools(_bpy_types.Panel):
580
554
  """
581
555
 
582
556
  :return: The RNA type or default when not found.
583
- :rtype: bpy.types.Struct
584
557
  """
585
558
 
586
559
  def bl_rna_get_subclass_py(self) -> typing.Any:
587
560
  """
588
561
 
589
562
  :return: The class or default when not found.
590
- :rtype: typing.Any
591
563
  """
592
564
 
593
565
  def draw(self, context) -> None:
@@ -619,14 +591,12 @@ class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, _bpy_types.Pa
619
591
  """
620
592
 
621
593
  :return: The RNA type or default when not found.
622
- :rtype: bpy.types.Struct
623
594
  """
624
595
 
625
596
  def bl_rna_get_subclass_py(self) -> typing.Any:
626
597
  """
627
598
 
628
599
  :return: The class or default when not found.
629
- :rtype: typing.Any
630
600
  """
631
601
 
632
602
  def draw_centered(self, context, layout) -> None:
@@ -652,14 +622,12 @@ class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
652
622
  """
653
623
 
654
624
  :return: The RNA type or default when not found.
655
- :rtype: bpy.types.Struct
656
625
  """
657
626
 
658
627
  def bl_rna_get_subclass_py(self) -> typing.Any:
659
628
  """
660
629
 
661
630
  :return: The class or default when not found.
662
- :rtype: typing.Any
663
631
  """
664
632
 
665
633
  def draw_centered(self, context, layout) -> None:
@@ -686,14 +654,12 @@ class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, _bpy_types.Panel)
686
654
  """
687
655
 
688
656
  :return: The RNA type or default when not found.
689
- :rtype: bpy.types.Struct
690
657
  """
691
658
 
692
659
  def bl_rna_get_subclass_py(self) -> typing.Any:
693
660
  """
694
661
 
695
662
  :return: The class or default when not found.
696
- :rtype: typing.Any
697
663
  """
698
664
 
699
665
  def draw_centered(self, context, layout) -> None:
@@ -720,14 +686,12 @@ class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
720
686
  """
721
687
 
722
688
  :return: The RNA type or default when not found.
723
- :rtype: bpy.types.Struct
724
689
  """
725
690
 
726
691
  def bl_rna_get_subclass_py(self) -> typing.Any:
727
692
  """
728
693
 
729
694
  :return: The class or default when not found.
730
- :rtype: typing.Any
731
695
  """
732
696
 
733
697
  def draw_centered(self, context, layout) -> None:
@@ -754,14 +718,12 @@ class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, _bpy_types.Pa
754
718
  """
755
719
 
756
720
  :return: The RNA type or default when not found.
757
- :rtype: bpy.types.Struct
758
721
  """
759
722
 
760
723
  def bl_rna_get_subclass_py(self) -> typing.Any:
761
724
  """
762
725
 
763
726
  :return: The class or default when not found.
764
- :rtype: typing.Any
765
727
  """
766
728
 
767
729
  def draw_centered(self, context, layout) -> None:
@@ -783,14 +745,12 @@ class USERPREF_PT_edit_objects(EditingPanel, _bpy_types.Panel):
783
745
  """
784
746
 
785
747
  :return: The RNA type or default when not found.
786
- :rtype: bpy.types.Struct
787
748
  """
788
749
 
789
750
  def bl_rna_get_subclass_py(self) -> typing.Any:
790
751
  """
791
752
 
792
753
  :return: The class or default when not found.
793
- :rtype: typing.Any
794
754
  """
795
755
 
796
756
  def draw(self, context) -> None:
@@ -819,14 +779,12 @@ class USERPREF_PT_edit_objects_duplicate_data(
819
779
  """
820
780
 
821
781
  :return: The RNA type or default when not found.
822
- :rtype: bpy.types.Struct
823
782
  """
824
783
 
825
784
  def bl_rna_get_subclass_py(self) -> typing.Any:
826
785
  """
827
786
 
828
787
  :return: The class or default when not found.
829
- :rtype: typing.Any
830
788
  """
831
789
 
832
790
  def draw_centered(self, context, layout) -> None:
@@ -853,14 +811,12 @@ class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, _bpy_types.Pa
853
811
  """
854
812
 
855
813
  :return: The RNA type or default when not found.
856
- :rtype: bpy.types.Struct
857
814
  """
858
815
 
859
816
  def bl_rna_get_subclass_py(self) -> typing.Any:
860
817
  """
861
818
 
862
819
  :return: The class or default when not found.
863
- :rtype: typing.Any
864
820
  """
865
821
 
866
822
  def draw_centered(self, context, layout) -> None:
@@ -889,14 +845,12 @@ class USERPREF_PT_edit_sequence_editor(
889
845
  """
890
846
 
891
847
  :return: The RNA type or default when not found.
892
- :rtype: bpy.types.Struct
893
848
  """
894
849
 
895
850
  def bl_rna_get_subclass_py(self) -> typing.Any:
896
851
  """
897
852
 
898
853
  :return: The class or default when not found.
899
- :rtype: typing.Any
900
854
  """
901
855
 
902
856
  def draw_centered(self, context, layout) -> None:
@@ -923,14 +877,12 @@ class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, _bpy_types.Pa
923
877
  """
924
878
 
925
879
  :return: The RNA type or default when not found.
926
- :rtype: bpy.types.Struct
927
880
  """
928
881
 
929
882
  def bl_rna_get_subclass_py(self) -> typing.Any:
930
883
  """
931
884
 
932
885
  :return: The class or default when not found.
933
- :rtype: typing.Any
934
886
  """
935
887
 
936
888
  def draw_centered(self, context, layout) -> None:
@@ -957,14 +909,12 @@ class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, _bpy_types.P
957
909
  """
958
910
 
959
911
  :return: The RNA type or default when not found.
960
- :rtype: bpy.types.Struct
961
912
  """
962
913
 
963
914
  def bl_rna_get_subclass_py(self) -> typing.Any:
964
915
  """
965
916
 
966
917
  :return: The class or default when not found.
967
- :rtype: typing.Any
968
918
  """
969
919
 
970
920
  def draw_centered(self, context, layout) -> None:
@@ -986,14 +936,12 @@ class USERPREF_PT_experimental_new_features(ExperimentalPanel, _bpy_types.Panel)
986
936
  """
987
937
 
988
938
  :return: The RNA type or default when not found.
989
- :rtype: bpy.types.Struct
990
939
  """
991
940
 
992
941
  def bl_rna_get_subclass_py(self) -> typing.Any:
993
942
  """
994
943
 
995
944
  :return: The class or default when not found.
996
- :rtype: typing.Any
997
945
  """
998
946
 
999
947
  def draw(self, context) -> None:
@@ -1014,14 +962,12 @@ class USERPREF_PT_experimental_prototypes(ExperimentalPanel, _bpy_types.Panel):
1014
962
  """
1015
963
 
1016
964
  :return: The RNA type or default when not found.
1017
- :rtype: bpy.types.Struct
1018
965
  """
1019
966
 
1020
967
  def bl_rna_get_subclass_py(self) -> typing.Any:
1021
968
  """
1022
969
 
1023
970
  :return: The class or default when not found.
1024
- :rtype: typing.Any
1025
971
  """
1026
972
 
1027
973
  def draw(self, context) -> None:
@@ -1043,14 +989,12 @@ class USERPREF_PT_extensions(ExtensionsPanel, _bpy_types.Panel):
1043
989
  """
1044
990
 
1045
991
  :return: The RNA type or default when not found.
1046
- :rtype: bpy.types.Struct
1047
992
  """
1048
993
 
1049
994
  def bl_rna_get_subclass_py(self) -> typing.Any:
1050
995
  """
1051
996
 
1052
997
  :return: The class or default when not found.
1053
- :rtype: typing.Any
1054
998
  """
1055
999
 
1056
1000
  class USERPREF_PT_extensions_repos(_bpy_types.Panel):
@@ -1066,14 +1010,12 @@ class USERPREF_PT_extensions_repos(_bpy_types.Panel):
1066
1010
  """
1067
1011
 
1068
1012
  :return: The RNA type or default when not found.
1069
- :rtype: bpy.types.Struct
1070
1013
  """
1071
1014
 
1072
1015
  def bl_rna_get_subclass_py(self) -> typing.Any:
1073
1016
  """
1074
1017
 
1075
1018
  :return: The class or default when not found.
1076
- :rtype: typing.Any
1077
1019
  """
1078
1020
 
1079
1021
  def draw(self, context) -> None:
@@ -1095,14 +1037,12 @@ class USERPREF_PT_file_paths_applications(FilePathsPanel, _bpy_types.Panel):
1095
1037
  """
1096
1038
 
1097
1039
  :return: The RNA type or default when not found.
1098
- :rtype: bpy.types.Struct
1099
1040
  """
1100
1041
 
1101
1042
  def bl_rna_get_subclass_py(self) -> typing.Any:
1102
1043
  """
1103
1044
 
1104
1045
  :return: The class or default when not found.
1105
- :rtype: typing.Any
1106
1046
  """
1107
1047
 
1108
1048
  def draw(self, context) -> None:
@@ -1123,14 +1063,12 @@ class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, _bpy_types.Panel):
1123
1063
  """
1124
1064
 
1125
1065
  :return: The RNA type or default when not found.
1126
- :rtype: bpy.types.Struct
1127
1066
  """
1128
1067
 
1129
1068
  def bl_rna_get_subclass_py(self) -> typing.Any:
1130
1069
  """
1131
1070
 
1132
1071
  :return: The class or default when not found.
1133
- :rtype: typing.Any
1134
1072
  """
1135
1073
 
1136
1074
  def draw(self, context) -> None:
@@ -1151,14 +1089,12 @@ class USERPREF_PT_file_paths_data(FilePathsPanel, _bpy_types.Panel):
1151
1089
  """
1152
1090
 
1153
1091
  :return: The RNA type or default when not found.
1154
- :rtype: bpy.types.Struct
1155
1092
  """
1156
1093
 
1157
1094
  def bl_rna_get_subclass_py(self) -> typing.Any:
1158
1095
  """
1159
1096
 
1160
1097
  :return: The class or default when not found.
1161
- :rtype: typing.Any
1162
1098
  """
1163
1099
 
1164
1100
  def draw(self, context) -> None:
@@ -1180,14 +1116,12 @@ class USERPREF_PT_file_paths_development(FilePathsPanel, _bpy_types.Panel):
1180
1116
  """
1181
1117
 
1182
1118
  :return: The RNA type or default when not found.
1183
- :rtype: bpy.types.Struct
1184
1119
  """
1185
1120
 
1186
1121
  def bl_rna_get_subclass_py(self) -> typing.Any:
1187
1122
  """
1188
1123
 
1189
1124
  :return: The class or default when not found.
1190
- :rtype: typing.Any
1191
1125
  """
1192
1126
 
1193
1127
  def draw(self, context) -> None:
@@ -1216,14 +1150,12 @@ class USERPREF_PT_file_paths_render(FilePathsPanel, _bpy_types.Panel):
1216
1150
  """
1217
1151
 
1218
1152
  :return: The RNA type or default when not found.
1219
- :rtype: bpy.types.Struct
1220
1153
  """
1221
1154
 
1222
1155
  def bl_rna_get_subclass_py(self) -> typing.Any:
1223
1156
  """
1224
1157
 
1225
1158
  :return: The class or default when not found.
1226
- :rtype: typing.Any
1227
1159
  """
1228
1160
 
1229
1161
  def draw(self, context) -> None:
@@ -1244,14 +1176,12 @@ class USERPREF_PT_file_paths_script_directories(FilePathsPanel, _bpy_types.Panel
1244
1176
  """
1245
1177
 
1246
1178
  :return: The RNA type or default when not found.
1247
- :rtype: bpy.types.Struct
1248
1179
  """
1249
1180
 
1250
1181
  def bl_rna_get_subclass_py(self) -> typing.Any:
1251
1182
  """
1252
1183
 
1253
1184
  :return: The class or default when not found.
1254
- :rtype: typing.Any
1255
1185
  """
1256
1186
 
1257
1187
  def draw(self, context) -> None:
@@ -1276,14 +1206,12 @@ class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, _bpy_types.Panel)
1276
1206
  """
1277
1207
 
1278
1208
  :return: The RNA type or default when not found.
1279
- :rtype: bpy.types.Struct
1280
1209
  """
1281
1210
 
1282
1211
  def bl_rna_get_subclass_py(self) -> typing.Any:
1283
1212
  """
1284
1213
 
1285
1214
  :return: The class or default when not found.
1286
- :rtype: typing.Any
1287
1215
  """
1288
1216
 
1289
1217
  def draw_centered(self, context, layout) -> None:
@@ -1309,14 +1237,12 @@ class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
1309
1237
  """
1310
1238
 
1311
1239
  :return: The RNA type or default when not found.
1312
- :rtype: bpy.types.Struct
1313
1240
  """
1314
1241
 
1315
1242
  def bl_rna_get_subclass_py(self) -> typing.Any:
1316
1243
  """
1317
1244
 
1318
1245
  :return: The class or default when not found.
1319
- :rtype: typing.Any
1320
1246
  """
1321
1247
 
1322
1248
  def draw_centered(self, context, layout) -> None:
@@ -1343,14 +1269,12 @@ class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
1343
1269
  """
1344
1270
 
1345
1271
  :return: The RNA type or default when not found.
1346
- :rtype: bpy.types.Struct
1347
1272
  """
1348
1273
 
1349
1274
  def bl_rna_get_subclass_py(self) -> typing.Any:
1350
1275
  """
1351
1276
 
1352
1277
  :return: The class or default when not found.
1353
- :rtype: typing.Any
1354
1278
  """
1355
1279
 
1356
1280
  def draw_centered(self, context, layout) -> None:
@@ -1383,14 +1307,12 @@ class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
1383
1307
  """
1384
1308
 
1385
1309
  :return: The RNA type or default when not found.
1386
- :rtype: bpy.types.Struct
1387
1310
  """
1388
1311
 
1389
1312
  def bl_rna_get_subclass_py(self) -> typing.Any:
1390
1313
  """
1391
1314
 
1392
1315
  :return: The class or default when not found.
1393
- :rtype: typing.Any
1394
1316
  """
1395
1317
 
1396
1318
  def draw_centered(self, context, layout) -> None:
@@ -1417,14 +1339,12 @@ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, _bpy_types.Panel)
1417
1339
  """
1418
1340
 
1419
1341
  :return: The RNA type or default when not found.
1420
- :rtype: bpy.types.Struct
1421
1342
  """
1422
1343
 
1423
1344
  def bl_rna_get_subclass_py(self) -> typing.Any:
1424
1345
  """
1425
1346
 
1426
1347
  :return: The class or default when not found.
1427
- :rtype: typing.Any
1428
1348
  """
1429
1349
 
1430
1350
  def draw_centered(self, context, layout) -> None:
@@ -1460,14 +1380,12 @@ class USERPREF_PT_interface_accessibility(
1460
1380
  """
1461
1381
 
1462
1382
  :return: The RNA type or default when not found.
1463
- :rtype: bpy.types.Struct
1464
1383
  """
1465
1384
 
1466
1385
  def bl_rna_get_subclass_py(self) -> typing.Any:
1467
1386
  """
1468
1387
 
1469
1388
  :return: The class or default when not found.
1470
- :rtype: typing.Any
1471
1389
  """
1472
1390
 
1473
1391
  def draw_centered(self, context, layout) -> None:
@@ -1493,14 +1411,12 @@ class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, _bpy_types
1493
1411
  """
1494
1412
 
1495
1413
  :return: The RNA type or default when not found.
1496
- :rtype: bpy.types.Struct
1497
1414
  """
1498
1415
 
1499
1416
  def bl_rna_get_subclass_py(self) -> typing.Any:
1500
1417
  """
1501
1418
 
1502
1419
  :return: The class or default when not found.
1503
- :rtype: typing.Any
1504
1420
  """
1505
1421
 
1506
1422
  def draw_centered(self, context, layout) -> None:
@@ -1526,14 +1442,12 @@ class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, _bpy_types
1526
1442
  """
1527
1443
 
1528
1444
  :return: The RNA type or default when not found.
1529
- :rtype: bpy.types.Struct
1530
1445
  """
1531
1446
 
1532
1447
  def bl_rna_get_subclass_py(self) -> typing.Any:
1533
1448
  """
1534
1449
 
1535
1450
  :return: The class or default when not found.
1536
- :rtype: typing.Any
1537
1451
  """
1538
1452
 
1539
1453
  def draw_centered(self, context, layout) -> None:
@@ -1543,7 +1457,11 @@ class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, _bpy_types
1543
1457
  :param layout:
1544
1458
  """
1545
1459
 
1546
- class USERPREF_PT_interface_menus(InterfacePanel, _bpy_types.Panel):
1460
+ class USERPREF_PT_interface_menus(CenterAlignMixIn, InterfacePanel, _bpy_types.Panel):
1461
+ """Base class for panels to center align contents with some horizontal margin.
1462
+ Deriving classes need to implement a draw_centered(context, layout) function.
1463
+ """
1464
+
1547
1465
  bl_context: typing.Any
1548
1466
  bl_label: typing.Any
1549
1467
  bl_options: typing.Any
@@ -1556,20 +1474,19 @@ class USERPREF_PT_interface_menus(InterfacePanel, _bpy_types.Panel):
1556
1474
  """
1557
1475
 
1558
1476
  :return: The RNA type or default when not found.
1559
- :rtype: bpy.types.Struct
1560
1477
  """
1561
1478
 
1562
1479
  def bl_rna_get_subclass_py(self) -> typing.Any:
1563
1480
  """
1564
1481
 
1565
1482
  :return: The class or default when not found.
1566
- :rtype: typing.Any
1567
1483
  """
1568
1484
 
1569
- def draw(self, context) -> None:
1485
+ def draw_centered(self, context, layout) -> None:
1570
1486
  """
1571
1487
 
1572
1488
  :param context:
1489
+ :param layout:
1573
1490
  """
1574
1491
 
1575
1492
  class USERPREF_PT_interface_menus_mouse_over(
@@ -1591,14 +1508,12 @@ class USERPREF_PT_interface_menus_mouse_over(
1591
1508
  """
1592
1509
 
1593
1510
  :return: The RNA type or default when not found.
1594
- :rtype: bpy.types.Struct
1595
1511
  """
1596
1512
 
1597
1513
  def bl_rna_get_subclass_py(self) -> typing.Any:
1598
1514
  """
1599
1515
 
1600
1516
  :return: The class or default when not found.
1601
- :rtype: typing.Any
1602
1517
  """
1603
1518
 
1604
1519
  def draw_centered(self, context, layout) -> None:
@@ -1633,14 +1548,12 @@ class USERPREF_PT_interface_menus_pie(
1633
1548
  """
1634
1549
 
1635
1550
  :return: The RNA type or default when not found.
1636
- :rtype: bpy.types.Struct
1637
1551
  """
1638
1552
 
1639
1553
  def bl_rna_get_subclass_py(self) -> typing.Any:
1640
1554
  """
1641
1555
 
1642
1556
  :return: The class or default when not found.
1643
- :rtype: typing.Any
1644
1557
  """
1645
1558
 
1646
1559
  def draw_centered(self, context, layout) -> None:
@@ -1670,14 +1583,12 @@ class USERPREF_PT_interface_statusbar(
1670
1583
  """
1671
1584
 
1672
1585
  :return: The RNA type or default when not found.
1673
- :rtype: bpy.types.Struct
1674
1586
  """
1675
1587
 
1676
1588
  def bl_rna_get_subclass_py(self) -> typing.Any:
1677
1589
  """
1678
1590
 
1679
1591
  :return: The class or default when not found.
1680
- :rtype: typing.Any
1681
1592
  """
1682
1593
 
1683
1594
  def draw_centered(self, context, layout) -> None:
@@ -1707,14 +1618,12 @@ class USERPREF_PT_interface_temporary_windows(
1707
1618
  """
1708
1619
 
1709
1620
  :return: The RNA type or default when not found.
1710
- :rtype: bpy.types.Struct
1711
1621
  """
1712
1622
 
1713
1623
  def bl_rna_get_subclass_py(self) -> typing.Any:
1714
1624
  """
1715
1625
 
1716
1626
  :return: The class or default when not found.
1717
- :rtype: typing.Any
1718
1627
  """
1719
1628
 
1720
1629
  def draw_centered(self, context, layout) -> None:
@@ -1741,14 +1650,12 @@ class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, _bpy_types.Pa
1741
1650
  """
1742
1651
 
1743
1652
  :return: The RNA type or default when not found.
1744
- :rtype: bpy.types.Struct
1745
1653
  """
1746
1654
 
1747
1655
  def bl_rna_get_subclass_py(self) -> typing.Any:
1748
1656
  """
1749
1657
 
1750
1658
  :return: The class or default when not found.
1751
- :rtype: typing.Any
1752
1659
  """
1753
1660
 
1754
1661
  def draw_centered(self, context, layout) -> None:
@@ -1777,14 +1684,12 @@ class USERPREF_PT_interface_translation(
1777
1684
  """
1778
1685
 
1779
1686
  :return: The RNA type or default when not found.
1780
- :rtype: bpy.types.Struct
1781
1687
  """
1782
1688
 
1783
1689
  def bl_rna_get_subclass_py(self) -> typing.Any:
1784
1690
  """
1785
1691
 
1786
1692
  :return: The class or default when not found.
1787
- :rtype: typing.Any
1788
1693
  """
1789
1694
 
1790
1695
  def draw_centered(self, context, layout) -> None:
@@ -1814,14 +1719,12 @@ class USERPREF_PT_keymap(KeymapPanel, _bpy_types.Panel):
1814
1719
  """
1815
1720
 
1816
1721
  :return: The RNA type or default when not found.
1817
- :rtype: bpy.types.Struct
1818
1722
  """
1819
1723
 
1820
1724
  def bl_rna_get_subclass_py(self) -> typing.Any:
1821
1725
  """
1822
1726
 
1823
1727
  :return: The class or default when not found.
1824
- :rtype: typing.Any
1825
1728
  """
1826
1729
 
1827
1730
  def draw(self, context) -> None:
@@ -1843,14 +1746,12 @@ class USERPREF_PT_navigation_bar(_bpy_types.Panel):
1843
1746
  """
1844
1747
 
1845
1748
  :return: The RNA type or default when not found.
1846
- :rtype: bpy.types.Struct
1847
1749
  """
1848
1750
 
1849
1751
  def bl_rna_get_subclass_py(self) -> typing.Any:
1850
1752
  """
1851
1753
 
1852
1754
  :return: The class or default when not found.
1853
- :rtype: typing.Any
1854
1755
  """
1855
1756
 
1856
1757
  def draw(self, context) -> None:
@@ -1877,14 +1778,12 @@ class USERPREF_PT_navigation_fly_walk(
1877
1778
  """
1878
1779
 
1879
1780
  :return: The RNA type or default when not found.
1880
- :rtype: bpy.types.Struct
1881
1781
  """
1882
1782
 
1883
1783
  def bl_rna_get_subclass_py(self) -> typing.Any:
1884
1784
  """
1885
1785
 
1886
1786
  :return: The class or default when not found.
1887
- :rtype: typing.Any
1888
1787
  """
1889
1788
 
1890
1789
  def draw_centered(self, context, layout) -> None:
@@ -1914,14 +1813,12 @@ class USERPREF_PT_navigation_fly_walk_gravity(
1914
1813
  """
1915
1814
 
1916
1815
  :return: The RNA type or default when not found.
1917
- :rtype: bpy.types.Struct
1918
1816
  """
1919
1817
 
1920
1818
  def bl_rna_get_subclass_py(self) -> typing.Any:
1921
1819
  """
1922
1820
 
1923
1821
  :return: The class or default when not found.
1924
- :rtype: typing.Any
1925
1822
  """
1926
1823
 
1927
1824
  def draw_centered(self, context, layout) -> None:
@@ -1964,14 +1861,12 @@ class USERPREF_PT_navigation_fly_walk_navigation(
1964
1861
  """
1965
1862
 
1966
1863
  :return: The RNA type or default when not found.
1967
- :rtype: bpy.types.Struct
1968
1864
  """
1969
1865
 
1970
1866
  def bl_rna_get_subclass_py(self) -> typing.Any:
1971
1867
  """
1972
1868
 
1973
1869
  :return: The class or default when not found.
1974
- :rtype: typing.Any
1975
1870
  """
1976
1871
 
1977
1872
  def draw_centered(self, context, layout) -> None:
@@ -2004,14 +1899,12 @@ class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, _bpy_types
2004
1899
  """
2005
1900
 
2006
1901
  :return: The RNA type or default when not found.
2007
- :rtype: bpy.types.Struct
2008
1902
  """
2009
1903
 
2010
1904
  def bl_rna_get_subclass_py(self) -> typing.Any:
2011
1905
  """
2012
1906
 
2013
1907
  :return: The class or default when not found.
2014
- :rtype: typing.Any
2015
1908
  """
2016
1909
 
2017
1910
  def draw_centered(self, context, layout) -> None:
@@ -2037,14 +1930,12 @@ class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, _bpy_types.
2037
1930
  """
2038
1931
 
2039
1932
  :return: The RNA type or default when not found.
2040
- :rtype: bpy.types.Struct
2041
1933
  """
2042
1934
 
2043
1935
  def bl_rna_get_subclass_py(self) -> typing.Any:
2044
1936
  """
2045
1937
 
2046
1938
  :return: The class or default when not found.
2047
- :rtype: typing.Any
2048
1939
  """
2049
1940
 
2050
1941
  def draw_centered(self, context, layout) -> None:
@@ -2066,14 +1957,12 @@ class USERPREF_PT_ndof_settings(_bpy_types.Panel):
2066
1957
  """
2067
1958
 
2068
1959
  :return: The RNA type or default when not found.
2069
- :rtype: bpy.types.Struct
2070
1960
  """
2071
1961
 
2072
1962
  def bl_rna_get_subclass_py(self) -> typing.Any:
2073
1963
  """
2074
1964
 
2075
1965
  :return: The class or default when not found.
2076
- :rtype: typing.Any
2077
1966
  """
2078
1967
 
2079
1968
  def draw(self, context) -> None:
@@ -2103,14 +1992,12 @@ class USERPREF_PT_save_preferences(_bpy_types.Panel):
2103
1992
  """
2104
1993
 
2105
1994
  :return: The RNA type or default when not found.
2106
- :rtype: bpy.types.Struct
2107
1995
  """
2108
1996
 
2109
1997
  def bl_rna_get_subclass_py(self) -> typing.Any:
2110
1998
  """
2111
1999
 
2112
2000
  :return: The class or default when not found.
2113
- :rtype: typing.Any
2114
2001
  """
2115
2002
 
2116
2003
  def draw(self, context) -> None:
@@ -2139,14 +2026,12 @@ class USERPREF_PT_saveload_autorun(FilePathsPanel, _bpy_types.Panel):
2139
2026
  """
2140
2027
 
2141
2028
  :return: The RNA type or default when not found.
2142
- :rtype: bpy.types.Struct
2143
2029
  """
2144
2030
 
2145
2031
  def bl_rna_get_subclass_py(self) -> typing.Any:
2146
2032
  """
2147
2033
 
2148
2034
  :return: The class or default when not found.
2149
- :rtype: typing.Any
2150
2035
  """
2151
2036
 
2152
2037
  def draw(self, context) -> None:
@@ -2177,14 +2062,12 @@ class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, _bpy_types.Pan
2177
2062
  """
2178
2063
 
2179
2064
  :return: The RNA type or default when not found.
2180
- :rtype: bpy.types.Struct
2181
2065
  """
2182
2066
 
2183
2067
  def bl_rna_get_subclass_py(self) -> typing.Any:
2184
2068
  """
2185
2069
 
2186
2070
  :return: The class or default when not found.
2187
- :rtype: typing.Any
2188
2071
  """
2189
2072
 
2190
2073
  def draw_centered(self, context, layout) -> None:
@@ -2212,14 +2095,12 @@ class USERPREF_PT_saveload_file_browser(
2212
2095
  """
2213
2096
 
2214
2097
  :return: The RNA type or default when not found.
2215
- :rtype: bpy.types.Struct
2216
2098
  """
2217
2099
 
2218
2100
  def bl_rna_get_subclass_py(self) -> typing.Any:
2219
2101
  """
2220
2102
 
2221
2103
  :return: The class or default when not found.
2222
- :rtype: typing.Any
2223
2104
  """
2224
2105
 
2225
2106
  def draw_centered(self, context, layout) -> None:
@@ -2243,14 +2124,12 @@ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, _bpy_types.Panel):
2243
2124
  """
2244
2125
 
2245
2126
  :return: The RNA type or default when not found.
2246
- :rtype: bpy.types.Struct
2247
2127
  """
2248
2128
 
2249
2129
  def bl_rna_get_subclass_py(self) -> typing.Any:
2250
2130
  """
2251
2131
 
2252
2132
  :return: The class or default when not found.
2253
- :rtype: typing.Any
2254
2133
  """
2255
2134
 
2256
2135
  def draw(self, context) -> None:
@@ -2282,14 +2161,12 @@ class USERPREF_PT_studiolight_lights(
2282
2161
  """
2283
2162
 
2284
2163
  :return: The RNA type or default when not found.
2285
- :rtype: bpy.types.Struct
2286
2164
  """
2287
2165
 
2288
2166
  def bl_rna_get_subclass_py(self) -> typing.Any:
2289
2167
  """
2290
2168
 
2291
2169
  :return: The class or default when not found.
2292
- :rtype: typing.Any
2293
2170
  """
2294
2171
 
2295
2172
  def draw_header_preset(self, _context) -> None:
@@ -2315,14 +2192,12 @@ class USERPREF_PT_studiolight_matcaps(
2315
2192
  """
2316
2193
 
2317
2194
  :return: The RNA type or default when not found.
2318
- :rtype: bpy.types.Struct
2319
2195
  """
2320
2196
 
2321
2197
  def bl_rna_get_subclass_py(self) -> typing.Any:
2322
2198
  """
2323
2199
 
2324
2200
  :return: The class or default when not found.
2325
- :rtype: typing.Any
2326
2201
  """
2327
2202
 
2328
2203
  def draw_header_preset(self, _context) -> None:
@@ -2348,14 +2223,12 @@ class USERPREF_PT_studiolight_world(
2348
2223
  """
2349
2224
 
2350
2225
  :return: The RNA type or default when not found.
2351
- :rtype: bpy.types.Struct
2352
2226
  """
2353
2227
 
2354
2228
  def bl_rna_get_subclass_py(self) -> typing.Any:
2355
2229
  """
2356
2230
 
2357
2231
  :return: The class or default when not found.
2358
- :rtype: typing.Any
2359
2232
  """
2360
2233
 
2361
2234
  def draw_header_preset(self, _context) -> None:
@@ -2384,14 +2257,12 @@ class USERPREF_PT_system_cycles_devices(
2384
2257
  """
2385
2258
 
2386
2259
  :return: The RNA type or default when not found.
2387
- :rtype: bpy.types.Struct
2388
2260
  """
2389
2261
 
2390
2262
  def bl_rna_get_subclass_py(self) -> typing.Any:
2391
2263
  """
2392
2264
 
2393
2265
  :return: The class or default when not found.
2394
- :rtype: typing.Any
2395
2266
  """
2396
2267
 
2397
2268
  def draw_centered(self, context, layout) -> None:
@@ -2419,14 +2290,12 @@ class USERPREF_PT_system_display_graphics(
2419
2290
  """
2420
2291
 
2421
2292
  :return: The RNA type or default when not found.
2422
- :rtype: bpy.types.Struct
2423
2293
  """
2424
2294
 
2425
2295
  def bl_rna_get_subclass_py(self) -> typing.Any:
2426
2296
  """
2427
2297
 
2428
2298
  :return: The class or default when not found.
2429
- :rtype: typing.Any
2430
2299
  """
2431
2300
 
2432
2301
  def draw_centered(self, context, layout) -> None:
@@ -2459,14 +2328,12 @@ class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, _bpy_types.Panel)
2459
2328
  """
2460
2329
 
2461
2330
  :return: The RNA type or default when not found.
2462
- :rtype: bpy.types.Struct
2463
2331
  """
2464
2332
 
2465
2333
  def bl_rna_get_subclass_py(self) -> typing.Any:
2466
2334
  """
2467
2335
 
2468
2336
  :return: The class or default when not found.
2469
- :rtype: typing.Any
2470
2337
  """
2471
2338
 
2472
2339
  def draw_centered(self, context, layout) -> None:
@@ -2492,14 +2359,12 @@ class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, _bpy_types.Panel
2492
2359
  """
2493
2360
 
2494
2361
  :return: The RNA type or default when not found.
2495
- :rtype: bpy.types.Struct
2496
2362
  """
2497
2363
 
2498
2364
  def bl_rna_get_subclass_py(self) -> typing.Any:
2499
2365
  """
2500
2366
 
2501
2367
  :return: The class or default when not found.
2502
- :rtype: typing.Any
2503
2368
  """
2504
2369
 
2505
2370
  def draw_centered(self, context, layout) -> None:
@@ -2525,14 +2390,12 @@ class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, _bpy_types.P
2525
2390
  """
2526
2391
 
2527
2392
  :return: The RNA type or default when not found.
2528
- :rtype: bpy.types.Struct
2529
2393
  """
2530
2394
 
2531
2395
  def bl_rna_get_subclass_py(self) -> typing.Any:
2532
2396
  """
2533
2397
 
2534
2398
  :return: The class or default when not found.
2535
- :rtype: typing.Any
2536
2399
  """
2537
2400
 
2538
2401
  def draw_centered(self, context, layout) -> None:
@@ -2566,14 +2429,12 @@ class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, _bpy_types.Panel):
2566
2429
  """
2567
2430
 
2568
2431
  :return: The RNA type or default when not found.
2569
- :rtype: bpy.types.Struct
2570
2432
  """
2571
2433
 
2572
2434
  def bl_rna_get_subclass_py(self) -> typing.Any:
2573
2435
  """
2574
2436
 
2575
2437
  :return: The class or default when not found.
2576
- :rtype: typing.Any
2577
2438
  """
2578
2439
 
2579
2440
  def draw_centered(self, context, layout) -> None:
@@ -2601,14 +2462,12 @@ class USERPREF_PT_system_video_sequencer(
2601
2462
  """
2602
2463
 
2603
2464
  :return: The RNA type or default when not found.
2604
- :rtype: bpy.types.Struct
2605
2465
  """
2606
2466
 
2607
2467
  def bl_rna_get_subclass_py(self) -> typing.Any:
2608
2468
  """
2609
2469
 
2610
2470
  :return: The class or default when not found.
2611
- :rtype: typing.Any
2612
2471
  """
2613
2472
 
2614
2473
  def draw_centered(self, context, layout) -> None:
@@ -2631,14 +2490,12 @@ class USERPREF_PT_text_editor(FilePathsPanel, _bpy_types.Panel):
2631
2490
  """
2632
2491
 
2633
2492
  :return: The RNA type or default when not found.
2634
- :rtype: bpy.types.Struct
2635
2493
  """
2636
2494
 
2637
2495
  def bl_rna_get_subclass_py(self) -> typing.Any:
2638
2496
  """
2639
2497
 
2640
2498
  :return: The class or default when not found.
2641
- :rtype: typing.Any
2642
2499
  """
2643
2500
 
2644
2501
  def draw(self, context) -> None:
@@ -2667,14 +2524,12 @@ class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel)
2667
2524
  """
2668
2525
 
2669
2526
  :return: The RNA type or default when not found.
2670
- :rtype: bpy.types.Struct
2671
2527
  """
2672
2528
 
2673
2529
  def bl_rna_get_subclass_py(self) -> typing.Any:
2674
2530
  """
2675
2531
 
2676
2532
  :return: The class or default when not found.
2677
- :rtype: typing.Any
2678
2533
  """
2679
2534
 
2680
2535
  class USERPREF_PT_theme(ThemePanel, _bpy_types.Panel):
@@ -2690,14 +2545,12 @@ class USERPREF_PT_theme(ThemePanel, _bpy_types.Panel):
2690
2545
  """
2691
2546
 
2692
2547
  :return: The RNA type or default when not found.
2693
- :rtype: bpy.types.Struct
2694
2548
  """
2695
2549
 
2696
2550
  def bl_rna_get_subclass_py(self) -> typing.Any:
2697
2551
  """
2698
2552
 
2699
2553
  :return: The class or default when not found.
2700
- :rtype: typing.Any
2701
2554
  """
2702
2555
 
2703
2556
  def draw(self, context) -> None:
@@ -2723,14 +2576,12 @@ class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, _bpy_types
2723
2576
  """
2724
2577
 
2725
2578
  :return: The RNA type or default when not found.
2726
- :rtype: bpy.types.Struct
2727
2579
  """
2728
2580
 
2729
2581
  def bl_rna_get_subclass_py(self) -> typing.Any:
2730
2582
  """
2731
2583
 
2732
2584
  :return: The class or default when not found.
2733
- :rtype: typing.Any
2734
2585
  """
2735
2586
 
2736
2587
  def draw_centered(self, context, layout) -> None:
@@ -2765,14 +2616,12 @@ class USERPREF_PT_theme_collection_colors(
2765
2616
  """
2766
2617
 
2767
2618
  :return: The RNA type or default when not found.
2768
- :rtype: bpy.types.Struct
2769
2619
  """
2770
2620
 
2771
2621
  def bl_rna_get_subclass_py(self) -> typing.Any:
2772
2622
  """
2773
2623
 
2774
2624
  :return: The class or default when not found.
2775
- :rtype: typing.Any
2776
2625
  """
2777
2626
 
2778
2627
  def draw_centered(self, context, layout) -> None:
@@ -2808,14 +2657,12 @@ class USERPREF_PT_theme_interface_gizmos(
2808
2657
  """
2809
2658
 
2810
2659
  :return: The RNA type or default when not found.
2811
- :rtype: bpy.types.Struct
2812
2660
  """
2813
2661
 
2814
2662
  def bl_rna_get_subclass_py(self) -> typing.Any:
2815
2663
  """
2816
2664
 
2817
2665
  :return: The class or default when not found.
2818
- :rtype: typing.Any
2819
2666
  """
2820
2667
 
2821
2668
  def draw_centered(self, context, layout) -> None:
@@ -2843,14 +2690,12 @@ class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, _bpy_types
2843
2690
  """
2844
2691
 
2845
2692
  :return: The RNA type or default when not found.
2846
- :rtype: bpy.types.Struct
2847
2693
  """
2848
2694
 
2849
2695
  def bl_rna_get_subclass_py(self) -> typing.Any:
2850
2696
  """
2851
2697
 
2852
2698
  :return: The class or default when not found.
2853
- :rtype: typing.Any
2854
2699
  """
2855
2700
 
2856
2701
  def draw_centered(self, context, layout) -> None:
@@ -2878,14 +2723,12 @@ class USERPREF_PT_theme_interface_panel(CenterAlignMixIn, ThemePanel, _bpy_types
2878
2723
  """
2879
2724
 
2880
2725
  :return: The RNA type or default when not found.
2881
- :rtype: bpy.types.Struct
2882
2726
  """
2883
2727
 
2884
2728
  def bl_rna_get_subclass_py(self) -> typing.Any:
2885
2729
  """
2886
2730
 
2887
2731
  :return: The class or default when not found.
2888
- :rtype: typing.Any
2889
2732
  """
2890
2733
 
2891
2734
  def draw_centered(self, context, layout) -> None:
@@ -2913,14 +2756,12 @@ class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, _bpy_types
2913
2756
  """
2914
2757
 
2915
2758
  :return: The RNA type or default when not found.
2916
- :rtype: bpy.types.Struct
2917
2759
  """
2918
2760
 
2919
2761
  def bl_rna_get_subclass_py(self) -> typing.Any:
2920
2762
  """
2921
2763
 
2922
2764
  :return: The class or default when not found.
2923
- :rtype: typing.Any
2924
2765
  """
2925
2766
 
2926
2767
  def draw_centered(self, context, layout) -> None:
@@ -2950,14 +2791,12 @@ class USERPREF_PT_theme_interface_styles(
2950
2791
  """
2951
2792
 
2952
2793
  :return: The RNA type or default when not found.
2953
- :rtype: bpy.types.Struct
2954
2794
  """
2955
2795
 
2956
2796
  def bl_rna_get_subclass_py(self) -> typing.Any:
2957
2797
  """
2958
2798
 
2959
2799
  :return: The class or default when not found.
2960
- :rtype: typing.Any
2961
2800
  """
2962
2801
 
2963
2802
  def draw_centered(self, context, layout) -> None:
@@ -2987,14 +2826,12 @@ class USERPREF_PT_theme_interface_transparent_checker(
2987
2826
  """
2988
2827
 
2989
2828
  :return: The RNA type or default when not found.
2990
- :rtype: bpy.types.Struct
2991
2829
  """
2992
2830
 
2993
2831
  def bl_rna_get_subclass_py(self) -> typing.Any:
2994
2832
  """
2995
2833
 
2996
2834
  :return: The class or default when not found.
2997
- :rtype: typing.Any
2998
2835
  """
2999
2836
 
3000
2837
  def draw_centered(self, context, layout) -> None:
@@ -3021,14 +2858,12 @@ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, _bpy_types.Pa
3021
2858
  """
3022
2859
 
3023
2860
  :return: The RNA type or default when not found.
3024
- :rtype: bpy.types.Struct
3025
2861
  """
3026
2862
 
3027
2863
  def bl_rna_get_subclass_py(self) -> typing.Any:
3028
2864
  """
3029
2865
 
3030
2866
  :return: The class or default when not found.
3031
- :rtype: typing.Any
3032
2867
  """
3033
2868
 
3034
2869
  def draw_centered(self, context, layout) -> None:
@@ -3061,14 +2896,12 @@ class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, _bpy_types.Pane
3061
2896
  """
3062
2897
 
3063
2898
  :return: The RNA type or default when not found.
3064
- :rtype: bpy.types.Struct
3065
2899
  """
3066
2900
 
3067
2901
  def bl_rna_get_subclass_py(self) -> typing.Any:
3068
2902
  """
3069
2903
 
3070
2904
  :return: The class or default when not found.
3071
- :rtype: typing.Any
3072
2905
  """
3073
2906
 
3074
2907
  def draw_centered(self, context, layout) -> None:
@@ -3101,14 +2934,12 @@ class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, _bpy_types.
3101
2934
  """
3102
2935
 
3103
2936
  :return: The RNA type or default when not found.
3104
- :rtype: bpy.types.Struct
3105
2937
  """
3106
2938
 
3107
2939
  def bl_rna_get_subclass_py(self) -> typing.Any:
3108
2940
  """
3109
2941
 
3110
2942
  :return: The class or default when not found.
3111
- :rtype: typing.Any
3112
2943
  """
3113
2944
 
3114
2945
  def draw(self, context) -> None:
@@ -3139,14 +2970,12 @@ class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, _bpy_types.P
3139
2970
  """
3140
2971
 
3141
2972
  :return: The RNA type or default when not found.
3142
- :rtype: bpy.types.Struct
3143
2973
  """
3144
2974
 
3145
2975
  def bl_rna_get_subclass_py(self) -> typing.Any:
3146
2976
  """
3147
2977
 
3148
2978
  :return: The class or default when not found.
3149
- :rtype: typing.Any
3150
2979
  """
3151
2980
 
3152
2981
  def draw_centered(self, context, layout) -> None:
@@ -3172,14 +3001,12 @@ class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, _bpy_types.P
3172
3001
  """
3173
3002
 
3174
3003
  :return: The RNA type or default when not found.
3175
- :rtype: bpy.types.Struct
3176
3004
  """
3177
3005
 
3178
3006
  def bl_rna_get_subclass_py(self) -> typing.Any:
3179
3007
  """
3180
3008
 
3181
3009
  :return: The class or default when not found.
3182
- :rtype: typing.Any
3183
3010
  """
3184
3011
 
3185
3012
  def draw_centered(self, context, layout) -> None:
@@ -3208,14 +3035,12 @@ class USERPREF_PT_viewport_subdivision(
3208
3035
  """
3209
3036
 
3210
3037
  :return: The RNA type or default when not found.
3211
- :rtype: bpy.types.Struct
3212
3038
  """
3213
3039
 
3214
3040
  def bl_rna_get_subclass_py(self) -> typing.Any:
3215
3041
  """
3216
3042
 
3217
3043
  :return: The class or default when not found.
3218
- :rtype: typing.Any
3219
3044
  """
3220
3045
 
3221
3046
  def draw_centered(self, context, layout) -> None:
@@ -3241,14 +3066,12 @@ class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, _bpy_types.
3241
3066
  """
3242
3067
 
3243
3068
  :return: The RNA type or default when not found.
3244
- :rtype: bpy.types.Struct
3245
3069
  """
3246
3070
 
3247
3071
  def bl_rna_get_subclass_py(self) -> typing.Any:
3248
3072
  """
3249
3073
 
3250
3074
  :return: The class or default when not found.
3251
- :rtype: typing.Any
3252
3075
  """
3253
3076
 
3254
3077
  def draw_centered(self, context, layout) -> None:
@@ -3266,14 +3089,12 @@ class USERPREF_UL_asset_libraries(_bpy_types.UIList):
3266
3089
  """
3267
3090
 
3268
3091
  :return: The RNA type or default when not found.
3269
- :rtype: bpy.types.Struct
3270
3092
  """
3271
3093
 
3272
3094
  def bl_rna_get_subclass_py(self) -> typing.Any:
3273
3095
  """
3274
3096
 
3275
3097
  :return: The class or default when not found.
3276
- :rtype: typing.Any
3277
3098
  """
3278
3099
 
3279
3100
  def draw_item(
@@ -3307,14 +3128,12 @@ class USERPREF_UL_extension_repos(_bpy_types.UIList):
3307
3128
  """
3308
3129
 
3309
3130
  :return: The RNA type or default when not found.
3310
- :rtype: bpy.types.Struct
3311
3131
  """
3312
3132
 
3313
3133
  def bl_rna_get_subclass_py(self) -> typing.Any:
3314
3134
  """
3315
3135
 
3316
3136
  :return: The class or default when not found.
3317
- :rtype: typing.Any
3318
3137
  """
3319
3138
 
3320
3139
  def draw_item(