fake-bpy-module 20250612__py3-none-any.whl → 20260118__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 (325) 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}/bl_extract_messages/__init__.pyi +1 -0
  7. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +3 -1
  8. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +4 -4
  9. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  10. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  11. _blendfile_header/__init__.pyi +48 -0
  12. _bpy_internal/__init__.pyi +4 -1
  13. _bpy_internal/assets/__init__.pyi +5 -0
  14. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  15. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  16. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  17. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  18. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  19. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  20. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
  21. _bpy_internal/filesystem/__init__.pyi +5 -0
  22. _bpy_internal/filesystem/locking/__init__.pyi +28 -0
  23. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
  24. _bpy_internal/platform/__init__.pyi +5 -0
  25. _bpy_types/__init__.pyi +1592 -0
  26. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +2 -0
  27. {rna_info → _rna_info}/__init__.pyi +4 -2
  28. addon_utils/__init__.pyi +0 -13
  29. aud/__init__.pyi +122 -145
  30. bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
  31. bl_app_templates_system/__init__.pyi +5 -0
  32. bl_app_templates_system/py.typed +0 -0
  33. bl_math/__init__.pyi +3 -13
  34. bl_operators/__init__.pyi +1 -0
  35. bl_operators/add_mesh_torus/__init__.pyi +2 -3
  36. bl_operators/anim/__init__.pyi +62 -38
  37. bl_operators/assets/__init__.pyi +4 -9
  38. bl_operators/bone_selection_sets/__init__.pyi +15 -42
  39. bl_operators/clip/__init__.pyi +12 -31
  40. bl_operators/connect_to_output/__init__.pyi +2 -3
  41. bl_operators/console/__init__.pyi +6 -15
  42. bl_operators/constraint/__init__.pyi +6 -13
  43. bl_operators/copy_global_transform/__init__.pyi +261 -0
  44. bl_operators/file/__init__.pyi +6 -11
  45. bl_operators/freestyle/__init__.pyi +5 -12
  46. bl_operators/geometry_nodes/__init__.pyi +5 -12
  47. bl_operators/grease_pencil/__init__.pyi +2 -3
  48. bl_operators/image/__init__.pyi +6 -15
  49. bl_operators/image_as_planes/__init__.pyi +3 -10
  50. bl_operators/mesh/__init__.pyi +3 -49
  51. bl_operators/node/__init__.pyi +294 -73
  52. bl_operators/object/__init__.pyi +17 -53
  53. bl_operators/object_align/__init__.pyi +2 -3
  54. bl_operators/object_quick_effects/__init__.pyi +5 -12
  55. bl_operators/object_randomize_transform/__init__.pyi +2 -3
  56. bl_operators/presets/__init__.pyi +27 -76
  57. bl_operators/rigidbody/__init__.pyi +4 -9
  58. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -3
  59. bl_operators/sequencer/__init__.pyi +12 -27
  60. bl_operators/spreadsheet/__init__.pyi +2 -3
  61. bl_operators/userpref/__init__.pyi +26 -75
  62. bl_operators/uvcalc_follow_active/__init__.pyi +3 -4
  63. bl_operators/uvcalc_lightmap/__init__.pyi +3 -4
  64. bl_operators/uvcalc_transform/__init__.pyi +26 -16
  65. bl_operators/vertexpaint_dirt/__init__.pyi +2 -3
  66. bl_operators/view3d/__init__.pyi +9 -24
  67. bl_operators/wm/__init__.pyi +48 -139
  68. bl_operators/world/__init__.pyi +3 -4
  69. bl_ui/__init__.pyi +7 -7
  70. bl_ui/anim/__init__.pyi +2 -3
  71. bl_ui/asset_shelf/__init__.pyi +2 -3
  72. bl_ui/generic_ui_list/__init__.pyi +4 -19
  73. bl_ui/node_add_menu/__init__.pyi +263 -7
  74. bl_ui/node_add_menu_compositor/__init__.pyi +96 -79
  75. bl_ui/node_add_menu_geometry/__init__.pyi +309 -270
  76. bl_ui/node_add_menu_shader/__init__.pyi +49 -49
  77. bl_ui/node_add_menu_texture/__init__.pyi +17 -62
  78. bl_ui/properties_collection/__init__.pyi +9 -22
  79. bl_ui/properties_constraint/__init__.pyi +129 -282
  80. bl_ui/properties_data_armature/__init__.pyi +22 -57
  81. bl_ui/properties_data_bone/__init__.pyi +12 -31
  82. bl_ui/properties_data_camera/__init__.pyi +18 -47
  83. bl_ui/properties_data_curve/__init__.pyi +18 -47
  84. bl_ui/properties_data_curves/__init__.pyi +11 -26
  85. bl_ui/properties_data_empty/__init__.pyi +3 -6
  86. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -62
  87. bl_ui/properties_data_lattice/__init__.pyi +7 -14
  88. bl_ui/properties_data_light/__init__.pyi +13 -32
  89. bl_ui/properties_data_lightprobe/__init__.pyi +16 -43
  90. bl_ui/properties_data_mesh/__init__.pyi +47 -62
  91. bl_ui/properties_data_metaball/__init__.pyi +9 -20
  92. bl_ui/properties_data_modifier/__init__.pyi +22 -28
  93. bl_ui/properties_data_pointcloud/__init__.pyi +8 -19
  94. bl_ui/properties_data_shaderfx/__init__.pyi +2 -3
  95. bl_ui/properties_data_speaker/__init__.pyi +9 -20
  96. bl_ui/properties_data_volume/__init__.pyi +12 -29
  97. bl_ui/properties_freestyle/__init__.pyi +27 -76
  98. bl_ui/properties_grease_pencil_common/__init__.pyi +10 -168
  99. bl_ui/properties_mask_common/__init__.pyi +8 -21
  100. bl_ui/properties_material/__init__.pyi +26 -86
  101. bl_ui/properties_material_gpencil/__init__.pyi +36 -57
  102. bl_ui/properties_object/__init__.pyi +59 -65
  103. bl_ui/properties_output/__init__.pyi +21 -60
  104. bl_ui/properties_paint_common/__init__.pyi +30 -22
  105. bl_ui/properties_particle/__init__.pyi +58 -161
  106. bl_ui/properties_physics_cloth/__init__.pyi +15 -42
  107. bl_ui/properties_physics_common/__init__.pyi +2 -3
  108. bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -66
  109. bl_ui/properties_physics_field/__init__.pyi +11 -30
  110. bl_ui/properties_physics_fluid/__init__.pyi +29 -84
  111. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -3
  112. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -24
  113. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -39
  114. bl_ui/properties_physics_softbody/__init__.pyi +16 -45
  115. bl_ui/properties_render/__init__.pyi +139 -197
  116. bl_ui/properties_scene/__init__.pyi +46 -50
  117. bl_ui/properties_strip/__init__.pyi +744 -0
  118. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  119. bl_ui/properties_texture/__init__.pyi +30 -83
  120. bl_ui/properties_view_layer/__init__.pyi +84 -39
  121. bl_ui/properties_workspace/__init__.pyi +6 -13
  122. bl_ui/properties_world/__init__.pyi +14 -35
  123. bl_ui/space_clip/__init__.pyi +150 -231
  124. bl_ui/space_console/__init__.pyi +7 -18
  125. bl_ui/space_dopesheet/__init__.pyi +143 -100
  126. bl_ui/space_filebrowser/__init__.pyi +33 -90
  127. bl_ui/space_graph/__init__.pyi +48 -85
  128. bl_ui/space_image/__init__.pyi +111 -229
  129. bl_ui/space_info/__init__.pyi +7 -18
  130. bl_ui/space_nla/__init__.pyi +44 -73
  131. bl_ui/space_node/__init__.pyi +161 -123
  132. bl_ui/space_outliner/__init__.pyi +16 -45
  133. bl_ui/space_properties/__init__.pyi +34 -10
  134. bl_ui/space_sequencer/__init__.pyi +164 -901
  135. bl_ui/space_spreadsheet/__init__.pyi +4 -9
  136. bl_ui/space_statusbar/__init__.pyi +2 -3
  137. bl_ui/space_text/__init__.pyi +17 -48
  138. bl_ui/space_time/__init__.pyi +25 -71
  139. bl_ui/space_toolsystem_common/__init__.pyi +2 -2
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +30 -7
  141. bl_ui/space_topbar/__init__.pyi +35 -79
  142. bl_ui/space_userpref/__init__.pyi +185 -321
  143. bl_ui/space_view3d/__init__.pyi +337 -817
  144. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  145. bl_ui/space_view3d_toolbar/__init__.pyi +110 -880
  146. bl_ui/utils/__init__.pyi +0 -17
  147. blend_render_info/__init__.pyi +1 -0
  148. blf/__init__.pyi +8 -54
  149. bmesh/__init__.pyi +2 -9
  150. bmesh/geometry/__init__.pyi +1 -4
  151. bmesh/ops/__init__.pyi +125 -508
  152. bmesh/types/__init__.pyi +318 -664
  153. bmesh/utils/__init__.pyi +17 -43
  154. bpy/__init__.pyi +1 -1
  155. bpy/app/__init__.pyi +93 -88
  156. bpy/app/handlers/__init__.pyi +19 -19
  157. bpy/app/icons/__init__.pyi +0 -6
  158. bpy/app/timers/__init__.pyi +2 -7
  159. bpy/app/translations/__init__.pyi +8 -23
  160. bpy/msgbus/__init__.pyi +4 -6
  161. bpy/ops/action/__init__.pyi +68 -199
  162. bpy/ops/anim/__init__.pyi +142 -299
  163. bpy/ops/armature/__init__.pyi +78 -209
  164. bpy/ops/asset/__init__.pyi +46 -108
  165. bpy/ops/boid/__init__.pyi +28 -45
  166. bpy/ops/brush/__init__.pyi +13 -108
  167. bpy/ops/buttons/__init__.pyi +16 -75
  168. bpy/ops/cachefile/__init__.pyi +8 -65
  169. bpy/ops/camera/__init__.pyi +0 -11
  170. bpy/ops/clip/__init__.pyi +173 -471
  171. bpy/ops/cloth/__init__.pyi +0 -5
  172. bpy/ops/collection/__init__.pyi +23 -36
  173. bpy/ops/console/__init__.pyi +40 -98
  174. bpy/ops/constraint/__init__.pyi +14 -85
  175. bpy/ops/curve/__init__.pyi +94 -277
  176. bpy/ops/curves/__init__.pyi +119 -166
  177. bpy/ops/cycles/__init__.pyi +4 -15
  178. bpy/ops/dpaint/__init__.pyi +14 -24
  179. bpy/ops/ed/__init__.pyi +44 -92
  180. bpy/ops/export_anim/__init__.pyi +2 -10
  181. bpy/ops/export_scene/__init__.pyi +16 -170
  182. bpy/ops/extensions/__init__.pyi +60 -165
  183. bpy/ops/file/__init__.pyi +110 -246
  184. bpy/ops/fluid/__init__.pyi +52 -83
  185. bpy/ops/font/__init__.pyi +40 -144
  186. bpy/ops/geometry/__init__.pyi +12 -127
  187. bpy/ops/gizmogroup/__init__.pyi +4 -13
  188. bpy/ops/gpencil/__init__.pyi +22 -54
  189. bpy/ops/graph/__init__.pyi +92 -343
  190. bpy/ops/grease_pencil/__init__.pyi +218 -550
  191. bpy/ops/image/__init__.pyi +85 -435
  192. bpy/ops/import_anim/__init__.pyi +3 -17
  193. bpy/ops/import_curve/__init__.pyi +2 -5
  194. bpy/ops/import_scene/__init__.pyi +15 -49
  195. bpy/ops/info/__init__.pyi +16 -39
  196. bpy/ops/lattice/__init__.pyi +12 -36
  197. bpy/ops/marker/__init__.pyi +12 -51
  198. bpy/ops/mask/__init__.pyi +68 -193
  199. bpy/ops/material/__init__.pyi +18 -18
  200. bpy/ops/mball/__init__.pyi +4 -31
  201. bpy/ops/mesh/__init__.pyi +140 -967
  202. bpy/ops/nla/__init__.pyi +87 -206
  203. bpy/ops/node/__init__.pyi +714 -744
  204. bpy/ops/object/__init__.pyi +461 -1341
  205. bpy/ops/outliner/__init__.pyi +192 -376
  206. bpy/ops/paint/__init__.pyi +94 -319
  207. bpy/ops/paintcurve/__init__.pyi +20 -40
  208. bpy/ops/palette/__init__.pyi +14 -30
  209. bpy/ops/particle/__init__.pyi +86 -184
  210. bpy/ops/pointcloud/__init__.pyi +12 -38
  211. bpy/ops/pose/__init__.pyi +108 -261
  212. bpy/ops/poselib/__init__.pyi +32 -67
  213. bpy/ops/preferences/__init__.pyi +37 -187
  214. bpy/ops/ptcache/__init__.pyi +22 -36
  215. bpy/ops/render/__init__.pyi +20 -72
  216. bpy/ops/rigidbody/__init__.pyi +25 -63
  217. bpy/ops/scene/__init__.pyi +122 -181
  218. bpy/ops/screen/__init__.pyi +93 -221
  219. bpy/ops/script/__init__.pyi +4 -13
  220. bpy/ops/sculpt/__init__.pyi +69 -324
  221. bpy/ops/sculpt_curves/__init__.pyi +10 -23
  222. bpy/ops/sequencer/__init__.pyi +410 -730
  223. bpy/ops/sound/__init__.pyi +16 -114
  224. bpy/ops/spreadsheet/__init__.pyi +20 -37
  225. bpy/ops/surface/__init__.pyi +0 -48
  226. bpy/ops/text/__init__.pyi +112 -250
  227. bpy/ops/text_editor/__init__.pyi +0 -5
  228. bpy/ops/texture/__init__.pyi +14 -21
  229. bpy/ops/transform/__init__.pyi +18 -386
  230. bpy/ops/ui/__init__.pyi +117 -188
  231. bpy/ops/uilist/__init__.pyi +0 -13
  232. bpy/ops/uv/__init__.pyi +238 -305
  233. bpy/ops/view2d/__init__.pyi +16 -76
  234. bpy/ops/view3d/__init__.pyi +153 -377
  235. bpy/ops/wm/__init__.pyi +277 -1397
  236. bpy/ops/workspace/__init__.pyi +32 -39
  237. bpy/ops/world/__init__.pyi +10 -12
  238. bpy/path/__init__.pyi +1 -35
  239. bpy/props/__init__.pyi +347 -218
  240. bpy/stub_internal/rna_enums/__init__.pyi +142 -108
  241. bpy/types/__init__.pyi +77367 -101305
  242. bpy/utils/__init__.pyi +11 -82
  243. bpy/utils/previews/__init__.pyi +2 -11
  244. bpy/utils/units/__init__.pyi +5 -15
  245. bpy_extras/anim_utils/__init__.pyi +24 -16
  246. bpy_extras/bmesh_utils/__init__.pyi +0 -1
  247. bpy_extras/id_map_utils/__init__.pyi +14 -6
  248. bpy_extras/image_utils/__init__.pyi +2 -11
  249. bpy_extras/io_utils/__init__.pyi +8 -27
  250. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  251. bpy_extras/mesh_utils/__init__.pyi +0 -12
  252. bpy_extras/node_shader_utils/__init__.pyi +1 -9
  253. bpy_extras/object_utils/__init__.pyi +1 -15
  254. bpy_extras/view3d_utils/__init__.pyi +0 -18
  255. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
  256. {fake_bpy_module-20250612.dist-info → fake_bpy_module-20260118.dist-info}/METADATA +4 -1
  257. fake_bpy_module-20260118.dist-info/RECORD +385 -0
  258. {fake_bpy_module-20250612.dist-info → fake_bpy_module-20260118.dist-info}/top_level.txt +17 -16
  259. freestyle/chainingiterators/__init__.pyi +5 -27
  260. freestyle/functions/__init__.pyi +0 -139
  261. freestyle/predicates/__init__.pyi +2 -53
  262. freestyle/shaders/__init__.pyi +15 -81
  263. freestyle/types/__init__.pyi +159 -799
  264. freestyle/utils/ContextFunctions/__init__.pyi +0 -23
  265. freestyle/utils/__init__.pyi +5 -11
  266. gpu/capabilities/__init__.pyi +0 -21
  267. gpu/matrix/__init__.pyi +1 -10
  268. gpu/platform/__init__.pyi +2 -7
  269. gpu/shader/__init__.pyi +26 -9
  270. gpu/state/__init__.pyi +60 -39
  271. gpu/texture/__init__.pyi +3 -5
  272. gpu/types/__init__.pyi +116 -184
  273. gpu_extras/batch/__init__.pyi +1 -5
  274. gpu_extras/presets/__init__.pyi +6 -8
  275. idprop/types/__init__.pyi +6 -6
  276. imbuf/__init__.pyi +3 -10
  277. imbuf/types/__init__.pyi +7 -21
  278. keyingsets_builtins/__init__.pyi +24 -67
  279. mathutils/__init__.pyi +241 -2207
  280. mathutils/bvhtree/__init__.pyi +18 -26
  281. mathutils/geometry/__init__.pyi +82 -132
  282. mathutils/interpolate/__init__.pyi +6 -5
  283. mathutils/kdtree/__init__.pyi +1 -11
  284. mathutils/noise/__init__.pyi +61 -106
  285. rna_prop_ui/__init__.pyi +1 -1
  286. bgl/__init__.pyi +0 -4256
  287. bpy_types/__init__.pyi +0 -30
  288. fake_bpy_module-20250612.dist-info/RECORD +0 -367
  289. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  290. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  291. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  292. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  293. {bgl → _bl_console_utils}/py.typed +0 -0
  294. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  295. {bl_console_utils → _bl_i18n_utils}/py.typed +0 -0
  296. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  297. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  298. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  299. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  300. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  301. {bl_i18n_utils → _bl_previews_utils}/py.typed +0 -0
  302. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  303. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  304. {bl_previews_utils → _bl_rna_utils}/py.typed +0 -0
  305. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  306. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  307. {bl_rna_utils → _bl_text_utils}/py.typed +0 -0
  308. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  309. {bl_text_utils → _bl_ui_utils}/py.typed +0 -0
  310. {bl_ui_utils → _blendfile_header}/py.typed +0 -0
  311. /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
  312. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  313. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  314. {bpy_types → _bpy_types}/py.typed +0 -0
  315. {console_python → _console_python}/__init__.pyi +0 -0
  316. {console_python → _console_python}/py.typed +0 -0
  317. {console_shell → _console_shell}/__init__.pyi +0 -0
  318. {console_shell → _console_shell}/py.typed +0 -0
  319. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  320. {graphviz_export → _graphviz_export}/py.typed +0 -0
  321. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  322. {rna_info → _rna_info}/py.typed +0 -0
  323. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  324. {rna_xml → _rna_xml}/py.typed +0 -0
  325. {fake_bpy_module-20250612.dist-info → fake_bpy_module-20260118.dist-info}/WHEEL +0 -0
@@ -2,6 +2,7 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bl_ui.utils
6
7
  import bpy.types
7
8
 
@@ -35,7 +36,6 @@ class ExperimentalPanel:
35
36
  bl_context: typing.Any
36
37
  bl_region_type: typing.Any
37
38
  bl_space_type: typing.Any
38
- url_prefix: typing.Any
39
39
 
40
40
  @classmethod
41
41
  def poll(cls, _context) -> None:
@@ -169,7 +169,7 @@ class ThemePanel:
169
169
  bl_region_type: typing.Any
170
170
  bl_space_type: typing.Any
171
171
 
172
- class USERPREF_HT_header(bpy.types.Header):
172
+ class USERPREF_HT_header(_bpy_types.Header):
173
173
  bl_rna: typing.Any
174
174
  bl_space_type: typing.Any
175
175
  id_data: typing.Any
@@ -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:
@@ -202,7 +200,7 @@ class USERPREF_HT_header(bpy.types.Header):
202
200
  :param context:
203
201
  """
204
202
 
205
- class USERPREF_MT_editor_menus(bpy.types.Menu):
203
+ class USERPREF_MT_editor_menus(_bpy_types.Menu):
206
204
  bl_idname: typing.Any
207
205
  bl_label: typing.Any
208
206
  bl_rna: typing.Any
@@ -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:
@@ -228,7 +224,7 @@ class USERPREF_MT_editor_menus(bpy.types.Menu):
228
224
  :param _context:
229
225
  """
230
226
 
231
- class USERPREF_MT_extensions_active_repo(bpy.types.Menu):
227
+ class USERPREF_MT_extensions_active_repo(_bpy_types.Menu):
232
228
  bl_label: typing.Any
233
229
  bl_rna: typing.Any
234
230
  id_data: typing.Any
@@ -237,17 +233,15 @@ 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
- class USERPREF_MT_extensions_active_repo_remove(bpy.types.Menu):
244
+ class USERPREF_MT_extensions_active_repo_remove(_bpy_types.Menu):
251
245
  bl_label: typing.Any
252
246
  bl_rna: typing.Any
253
247
  id_data: typing.Any
@@ -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:
@@ -272,7 +264,7 @@ class USERPREF_MT_extensions_active_repo_remove(bpy.types.Menu):
272
264
  :param context:
273
265
  """
274
266
 
275
- class USERPREF_MT_interface_theme_presets(bpy.types.Menu):
267
+ class USERPREF_MT_interface_theme_presets(_bpy_types.Menu):
276
268
  bl_label: typing.Any
277
269
  bl_rna: typing.Any
278
270
  id_data: typing.Any
@@ -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
@@ -312,7 +302,7 @@ class USERPREF_MT_interface_theme_presets(bpy.types.Menu):
312
302
  :param _filepath:
313
303
  """
314
304
 
315
- class USERPREF_MT_keyconfigs(bpy.types.Menu):
305
+ class USERPREF_MT_keyconfigs(_bpy_types.Menu):
316
306
  bl_label: typing.Any
317
307
  bl_rna: typing.Any
318
308
  id_data: typing.Any
@@ -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:
@@ -339,7 +327,7 @@ class USERPREF_MT_keyconfigs(bpy.types.Menu):
339
327
  :param context:
340
328
  """
341
329
 
342
- class USERPREF_MT_save_load(bpy.types.Menu):
330
+ class USERPREF_MT_save_load(_bpy_types.Menu):
343
331
  bl_label: typing.Any
344
332
  bl_rna: typing.Any
345
333
  id_data: typing.Any
@@ -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:
@@ -364,7 +350,7 @@ class USERPREF_MT_save_load(bpy.types.Menu):
364
350
  :param context:
365
351
  """
366
352
 
367
- class USERPREF_MT_view(bpy.types.Menu):
353
+ class USERPREF_MT_view(_bpy_types.Menu):
368
354
  bl_label: typing.Any
369
355
  bl_rna: typing.Any
370
356
  id_data: typing.Any
@@ -373,23 +359,21 @@ 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
- def draw(self, _context) -> None:
370
+ def draw(self, context) -> None:
387
371
  """
388
372
 
389
- :param _context:
373
+ :param context:
390
374
  """
391
375
 
392
- class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
376
+ class USERPREF_PT_addons(AddOnPanel, _bpy_types.Panel):
393
377
  bl_context: typing.Any
394
378
  bl_label: typing.Any
395
379
  bl_options: typing.Any
@@ -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
@@ -437,7 +419,7 @@ class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
437
419
  :param user_addon_paths:
438
420
  """
439
421
 
440
- class USERPREF_PT_addons_filter(bpy.types.Panel):
422
+ class USERPREF_PT_addons_filter(_bpy_types.Panel):
441
423
  bl_label: typing.Any
442
424
  bl_region_type: typing.Any
443
425
  bl_rna: typing.Any
@@ -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:
@@ -465,7 +445,7 @@ class USERPREF_PT_addons_filter(bpy.types.Panel):
465
445
  :param context:
466
446
  """
467
447
 
468
- class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, bpy.types.Panel):
448
+ class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, _bpy_types.Panel):
469
449
  """Base class for panels to center align contents with some horizontal margin.
470
450
  Deriving classes need to implement a draw_centered(context, layout) function.
471
451
  """
@@ -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:
@@ -499,7 +477,7 @@ class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, bpy.types.
499
477
  """
500
478
 
501
479
  class USERPREF_PT_animation_keyframes(
502
- CenterAlignMixIn, AnimationPanel, bpy.types.Panel
480
+ CenterAlignMixIn, AnimationPanel, _bpy_types.Panel
503
481
  ):
504
482
  """Base class for panels to center align contents with some horizontal margin.
505
483
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -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:
@@ -533,7 +509,9 @@ class USERPREF_PT_animation_keyframes(
533
509
  :param layout:
534
510
  """
535
511
 
536
- class USERPREF_PT_animation_timeline(CenterAlignMixIn, AnimationPanel, bpy.types.Panel):
512
+ class USERPREF_PT_animation_timeline(
513
+ CenterAlignMixIn, AnimationPanel, _bpy_types.Panel
514
+ ):
537
515
  """Base class for panels to center align contents with some horizontal margin.
538
516
  Deriving classes need to implement a draw_centered(context, layout) function.
539
517
  """
@@ -549,14 +527,12 @@ class USERPREF_PT_animation_timeline(CenterAlignMixIn, AnimationPanel, bpy.types
549
527
  """
550
528
 
551
529
  :return: The RNA type or default when not found.
552
- :rtype: bpy.types.Struct
553
530
  """
554
531
 
555
532
  def bl_rna_get_subclass_py(self) -> typing.Any:
556
533
  """
557
534
 
558
535
  :return: The class or default when not found.
559
- :rtype: typing.Any
560
536
  """
561
537
 
562
538
  def draw_centered(self, context, layout) -> None:
@@ -566,11 +542,7 @@ class USERPREF_PT_animation_timeline(CenterAlignMixIn, AnimationPanel, bpy.types
566
542
  :param layout:
567
543
  """
568
544
 
569
- class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
570
- """Base class for panels to center align contents with some horizontal margin.
571
- Deriving classes need to implement a draw_centered(context, layout) function.
572
- """
573
-
545
+ class USERPREF_PT_developer_tools(_bpy_types.Panel):
574
546
  bl_context: typing.Any
575
547
  bl_label: typing.Any
576
548
  bl_region_type: typing.Any
@@ -582,24 +554,28 @@ class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, bpy.types.Pan
582
554
  """
583
555
 
584
556
  :return: The RNA type or default when not found.
585
- :rtype: bpy.types.Struct
586
557
  """
587
558
 
588
559
  def bl_rna_get_subclass_py(self) -> typing.Any:
589
560
  """
590
561
 
591
562
  :return: The class or default when not found.
592
- :rtype: typing.Any
593
563
  """
594
564
 
595
- def draw_centered(self, context, layout) -> None:
565
+ def draw(self, context) -> None:
596
566
  """
597
567
 
598
568
  :param context:
599
- :param layout:
600
569
  """
601
570
 
602
- class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
571
+ @classmethod
572
+ def poll(cls, context) -> None:
573
+ """
574
+
575
+ :param context:
576
+ """
577
+
578
+ class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
603
579
  """Base class for panels to center align contents with some horizontal margin.
604
580
  Deriving classes need to implement a draw_centered(context, layout) function.
605
581
  """
@@ -615,14 +591,12 @@ class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
615
591
  """
616
592
 
617
593
  :return: The RNA type or default when not found.
618
- :rtype: bpy.types.Struct
619
594
  """
620
595
 
621
596
  def bl_rna_get_subclass_py(self) -> typing.Any:
622
597
  """
623
598
 
624
599
  :return: The class or default when not found.
625
- :rtype: typing.Any
626
600
  """
627
601
 
628
602
  def draw_centered(self, context, layout) -> None:
@@ -632,14 +606,13 @@ class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
632
606
  :param layout:
633
607
  """
634
608
 
635
- class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
609
+ class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
636
610
  """Base class for panels to center align contents with some horizontal margin.
637
611
  Deriving classes need to implement a draw_centered(context, layout) function.
638
612
  """
639
613
 
640
614
  bl_context: typing.Any
641
615
  bl_label: typing.Any
642
- bl_options: typing.Any
643
616
  bl_region_type: typing.Any
644
617
  bl_rna: typing.Any
645
618
  bl_space_type: typing.Any
@@ -649,14 +622,12 @@ class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
649
622
  """
650
623
 
651
624
  :return: The RNA type or default when not found.
652
- :rtype: bpy.types.Struct
653
625
  """
654
626
 
655
627
  def bl_rna_get_subclass_py(self) -> typing.Any:
656
628
  """
657
629
 
658
630
  :return: The class or default when not found.
659
- :rtype: typing.Any
660
631
  """
661
632
 
662
633
  def draw_centered(self, context, layout) -> None:
@@ -666,7 +637,7 @@ class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
666
637
  :param layout:
667
638
  """
668
639
 
669
- class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
640
+ class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
670
641
  """Base class for panels to center align contents with some horizontal margin.
671
642
  Deriving classes need to implement a draw_centered(context, layout) function.
672
643
  """
@@ -683,14 +654,12 @@ class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
683
654
  """
684
655
 
685
656
  :return: The RNA type or default when not found.
686
- :rtype: bpy.types.Struct
687
657
  """
688
658
 
689
659
  def bl_rna_get_subclass_py(self) -> typing.Any:
690
660
  """
691
661
 
692
662
  :return: The class or default when not found.
693
- :rtype: typing.Any
694
663
  """
695
664
 
696
665
  def draw_centered(self, context, layout) -> None:
@@ -700,7 +669,7 @@ class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
700
669
  :param layout:
701
670
  """
702
671
 
703
- class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
672
+ class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
704
673
  """Base class for panels to center align contents with some horizontal margin.
705
674
  Deriving classes need to implement a draw_centered(context, layout) function.
706
675
  """
@@ -717,14 +686,12 @@ class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
717
686
  """
718
687
 
719
688
  :return: The RNA type or default when not found.
720
- :rtype: bpy.types.Struct
721
689
  """
722
690
 
723
691
  def bl_rna_get_subclass_py(self) -> typing.Any:
724
692
  """
725
693
 
726
694
  :return: The class or default when not found.
727
- :rtype: typing.Any
728
695
  """
729
696
 
730
697
  def draw_centered(self, context, layout) -> None:
@@ -734,9 +701,14 @@ class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
734
701
  :param layout:
735
702
  """
736
703
 
737
- class USERPREF_PT_edit_objects(EditingPanel, bpy.types.Panel):
704
+ class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
705
+ """Base class for panels to center align contents with some horizontal margin.
706
+ Deriving classes need to implement a draw_centered(context, layout) function.
707
+ """
708
+
738
709
  bl_context: typing.Any
739
710
  bl_label: typing.Any
711
+ bl_options: typing.Any
740
712
  bl_region_type: typing.Any
741
713
  bl_rna: typing.Any
742
714
  bl_space_type: typing.Any
@@ -746,33 +718,24 @@ class USERPREF_PT_edit_objects(EditingPanel, bpy.types.Panel):
746
718
  """
747
719
 
748
720
  :return: The RNA type or default when not found.
749
- :rtype: bpy.types.Struct
750
721
  """
751
722
 
752
723
  def bl_rna_get_subclass_py(self) -> typing.Any:
753
724
  """
754
725
 
755
726
  :return: The class or default when not found.
756
- :rtype: typing.Any
757
727
  """
758
728
 
759
- def draw(self, context) -> None:
729
+ def draw_centered(self, context, layout) -> None:
760
730
  """
761
731
 
762
732
  :param context:
733
+ :param layout:
763
734
  """
764
735
 
765
- class USERPREF_PT_edit_objects_duplicate_data(
766
- CenterAlignMixIn, EditingPanel, bpy.types.Panel
767
- ):
768
- """Base class for panels to center align contents with some horizontal margin.
769
- Deriving classes need to implement a draw_centered(context, layout) function.
770
- """
771
-
736
+ class USERPREF_PT_edit_objects(EditingPanel, _bpy_types.Panel):
772
737
  bl_context: typing.Any
773
738
  bl_label: typing.Any
774
- bl_options: typing.Any
775
- bl_parent_id: typing.Any
776
739
  bl_region_type: typing.Any
777
740
  bl_rna: typing.Any
778
741
  bl_space_type: typing.Any
@@ -782,30 +745,30 @@ class USERPREF_PT_edit_objects_duplicate_data(
782
745
  """
783
746
 
784
747
  :return: The RNA type or default when not found.
785
- :rtype: bpy.types.Struct
786
748
  """
787
749
 
788
750
  def bl_rna_get_subclass_py(self) -> typing.Any:
789
751
  """
790
752
 
791
753
  :return: The class or default when not found.
792
- :rtype: typing.Any
793
754
  """
794
755
 
795
- def draw_centered(self, context, layout) -> None:
756
+ def draw(self, context) -> None:
796
757
  """
797
758
 
798
759
  :param context:
799
- :param layout:
800
760
  """
801
761
 
802
- class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
762
+ class USERPREF_PT_edit_objects_duplicate_data(
763
+ CenterAlignMixIn, EditingPanel, _bpy_types.Panel
764
+ ):
803
765
  """Base class for panels to center align contents with some horizontal margin.
804
766
  Deriving classes need to implement a draw_centered(context, layout) function.
805
767
  """
806
768
 
807
769
  bl_context: typing.Any
808
770
  bl_label: typing.Any
771
+ bl_options: typing.Any
809
772
  bl_parent_id: typing.Any
810
773
  bl_region_type: typing.Any
811
774
  bl_rna: typing.Any
@@ -816,14 +779,12 @@ class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, bpy.types.Pan
816
779
  """
817
780
 
818
781
  :return: The RNA type or default when not found.
819
- :rtype: bpy.types.Struct
820
782
  """
821
783
 
822
784
  def bl_rna_get_subclass_py(self) -> typing.Any:
823
785
  """
824
786
 
825
787
  :return: The class or default when not found.
826
- :rtype: typing.Any
827
788
  """
828
789
 
829
790
  def draw_centered(self, context, layout) -> None:
@@ -833,14 +794,14 @@ class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, bpy.types.Pan
833
794
  :param layout:
834
795
  """
835
796
 
836
- class USERPREF_PT_edit_sequence_editor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
797
+ class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
837
798
  """Base class for panels to center align contents with some horizontal margin.
838
799
  Deriving classes need to implement a draw_centered(context, layout) function.
839
800
  """
840
801
 
841
802
  bl_context: typing.Any
842
803
  bl_label: typing.Any
843
- bl_options: typing.Any
804
+ bl_parent_id: typing.Any
844
805
  bl_region_type: typing.Any
845
806
  bl_rna: typing.Any
846
807
  bl_space_type: typing.Any
@@ -850,14 +811,12 @@ class USERPREF_PT_edit_sequence_editor(CenterAlignMixIn, EditingPanel, bpy.types
850
811
  """
851
812
 
852
813
  :return: The RNA type or default when not found.
853
- :rtype: bpy.types.Struct
854
814
  """
855
815
 
856
816
  def bl_rna_get_subclass_py(self) -> typing.Any:
857
817
  """
858
818
 
859
819
  :return: The class or default when not found.
860
- :rtype: typing.Any
861
820
  """
862
821
 
863
822
  def draw_centered(self, context, layout) -> None:
@@ -867,7 +826,9 @@ class USERPREF_PT_edit_sequence_editor(CenterAlignMixIn, EditingPanel, bpy.types
867
826
  :param layout:
868
827
  """
869
828
 
870
- class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
829
+ class USERPREF_PT_edit_sequence_editor(
830
+ CenterAlignMixIn, EditingPanel, _bpy_types.Panel
831
+ ):
871
832
  """Base class for panels to center align contents with some horizontal margin.
872
833
  Deriving classes need to implement a draw_centered(context, layout) function.
873
834
  """
@@ -884,14 +845,12 @@ class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
884
845
  """
885
846
 
886
847
  :return: The RNA type or default when not found.
887
- :rtype: bpy.types.Struct
888
848
  """
889
849
 
890
850
  def bl_rna_get_subclass_py(self) -> typing.Any:
891
851
  """
892
852
 
893
853
  :return: The class or default when not found.
894
- :rtype: typing.Any
895
854
  """
896
855
 
897
856
  def draw_centered(self, context, layout) -> None:
@@ -901,7 +860,7 @@ class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
901
860
  :param layout:
902
861
  """
903
862
 
904
- class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
863
+ class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
905
864
  """Base class for panels to center align contents with some horizontal margin.
906
865
  Deriving classes need to implement a draw_centered(context, layout) function.
907
866
  """
@@ -918,14 +877,12 @@ class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, bpy.types.Pa
918
877
  """
919
878
 
920
879
  :return: The RNA type or default when not found.
921
- :rtype: bpy.types.Struct
922
880
  """
923
881
 
924
882
  def bl_rna_get_subclass_py(self) -> typing.Any:
925
883
  """
926
884
 
927
885
  :return: The class or default when not found.
928
- :rtype: typing.Any
929
886
  """
930
887
 
931
888
  def draw_centered(self, context, layout) -> None:
@@ -935,63 +892,56 @@ class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, bpy.types.Pa
935
892
  :param layout:
936
893
  """
937
894
 
938
- class USERPREF_PT_experimental_debugging(ExperimentalPanel, bpy.types.Panel):
895
+ class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, _bpy_types.Panel):
896
+ """Base class for panels to center align contents with some horizontal margin.
897
+ Deriving classes need to implement a draw_centered(context, layout) function.
898
+ """
899
+
939
900
  bl_context: typing.Any
940
901
  bl_label: typing.Any
902
+ bl_options: typing.Any
941
903
  bl_region_type: typing.Any
942
904
  bl_rna: typing.Any
943
905
  bl_space_type: typing.Any
944
906
  id_data: typing.Any
945
- url_prefix: typing.Any
946
907
 
947
908
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
948
909
  """
949
910
 
950
911
  :return: The RNA type or default when not found.
951
- :rtype: bpy.types.Struct
952
912
  """
953
913
 
954
914
  def bl_rna_get_subclass_py(self) -> typing.Any:
955
915
  """
956
916
 
957
917
  :return: The class or default when not found.
958
- :rtype: typing.Any
959
918
  """
960
919
 
961
- def draw(self, context) -> None:
920
+ def draw_centered(self, context, layout) -> None:
962
921
  """
963
922
 
964
923
  :param context:
924
+ :param layout:
965
925
  """
966
926
 
967
- @classmethod
968
- def poll(cls, _context) -> None:
969
- """
970
-
971
- :param _context:
972
- """
973
-
974
- class USERPREF_PT_experimental_new_features(ExperimentalPanel, bpy.types.Panel):
927
+ class USERPREF_PT_experimental_new_features(ExperimentalPanel, _bpy_types.Panel):
975
928
  bl_context: typing.Any
976
929
  bl_label: typing.Any
977
930
  bl_region_type: typing.Any
978
931
  bl_rna: typing.Any
979
932
  bl_space_type: typing.Any
980
933
  id_data: typing.Any
981
- url_prefix: typing.Any
982
934
 
983
935
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
984
936
  """
985
937
 
986
938
  :return: The RNA type or default when not found.
987
- :rtype: bpy.types.Struct
988
939
  """
989
940
 
990
941
  def bl_rna_get_subclass_py(self) -> typing.Any:
991
942
  """
992
943
 
993
944
  :return: The class or default when not found.
994
- :rtype: typing.Any
995
945
  """
996
946
 
997
947
  def draw(self, context) -> None:
@@ -1000,27 +950,24 @@ class USERPREF_PT_experimental_new_features(ExperimentalPanel, bpy.types.Panel):
1000
950
  :param context:
1001
951
  """
1002
952
 
1003
- class USERPREF_PT_experimental_prototypes(ExperimentalPanel, bpy.types.Panel):
953
+ class USERPREF_PT_experimental_prototypes(ExperimentalPanel, _bpy_types.Panel):
1004
954
  bl_context: typing.Any
1005
955
  bl_label: typing.Any
1006
956
  bl_region_type: typing.Any
1007
957
  bl_rna: typing.Any
1008
958
  bl_space_type: typing.Any
1009
959
  id_data: typing.Any
1010
- url_prefix: typing.Any
1011
960
 
1012
961
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1013
962
  """
1014
963
 
1015
964
  :return: The RNA type or default when not found.
1016
- :rtype: bpy.types.Struct
1017
965
  """
1018
966
 
1019
967
  def bl_rna_get_subclass_py(self) -> typing.Any:
1020
968
  """
1021
969
 
1022
970
  :return: The class or default when not found.
1023
- :rtype: typing.Any
1024
971
  """
1025
972
 
1026
973
  def draw(self, context) -> None:
@@ -1029,7 +976,7 @@ class USERPREF_PT_experimental_prototypes(ExperimentalPanel, bpy.types.Panel):
1029
976
  :param context:
1030
977
  """
1031
978
 
1032
- class USERPREF_PT_extensions(ExtensionsPanel, bpy.types.Panel):
979
+ class USERPREF_PT_extensions(ExtensionsPanel, _bpy_types.Panel):
1033
980
  bl_context: typing.Any
1034
981
  bl_label: typing.Any
1035
982
  bl_options: typing.Any
@@ -1042,17 +989,15 @@ class USERPREF_PT_extensions(ExtensionsPanel, bpy.types.Panel):
1042
989
  """
1043
990
 
1044
991
  :return: The RNA type or default when not found.
1045
- :rtype: bpy.types.Struct
1046
992
  """
1047
993
 
1048
994
  def bl_rna_get_subclass_py(self) -> typing.Any:
1049
995
  """
1050
996
 
1051
997
  :return: The class or default when not found.
1052
- :rtype: typing.Any
1053
998
  """
1054
999
 
1055
- class USERPREF_PT_extensions_repos(bpy.types.Panel):
1000
+ class USERPREF_PT_extensions_repos(_bpy_types.Panel):
1056
1001
  bl_label: typing.Any
1057
1002
  bl_options: typing.Any
1058
1003
  bl_region_type: typing.Any
@@ -1065,14 +1010,12 @@ class USERPREF_PT_extensions_repos(bpy.types.Panel):
1065
1010
  """
1066
1011
 
1067
1012
  :return: The RNA type or default when not found.
1068
- :rtype: bpy.types.Struct
1069
1013
  """
1070
1014
 
1071
1015
  def bl_rna_get_subclass_py(self) -> typing.Any:
1072
1016
  """
1073
1017
 
1074
1018
  :return: The class or default when not found.
1075
- :rtype: typing.Any
1076
1019
  """
1077
1020
 
1078
1021
  def draw(self, context) -> None:
@@ -1081,7 +1024,7 @@ class USERPREF_PT_extensions_repos(bpy.types.Panel):
1081
1024
  :param context:
1082
1025
  """
1083
1026
 
1084
- class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy.types.Panel):
1027
+ class USERPREF_PT_file_paths_applications(FilePathsPanel, _bpy_types.Panel):
1085
1028
  bl_context: typing.Any
1086
1029
  bl_label: typing.Any
1087
1030
  bl_options: typing.Any
@@ -1094,14 +1037,12 @@ class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy.types.Panel):
1094
1037
  """
1095
1038
 
1096
1039
  :return: The RNA type or default when not found.
1097
- :rtype: bpy.types.Struct
1098
1040
  """
1099
1041
 
1100
1042
  def bl_rna_get_subclass_py(self) -> typing.Any:
1101
1043
  """
1102
1044
 
1103
1045
  :return: The class or default when not found.
1104
- :rtype: typing.Any
1105
1046
  """
1106
1047
 
1107
1048
  def draw(self, context) -> None:
@@ -1110,7 +1051,7 @@ class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy.types.Panel):
1110
1051
  :param context:
1111
1052
  """
1112
1053
 
1113
- class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy.types.Panel):
1054
+ class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, _bpy_types.Panel):
1114
1055
  bl_context: typing.Any
1115
1056
  bl_label: typing.Any
1116
1057
  bl_region_type: typing.Any
@@ -1122,14 +1063,12 @@ class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy.types.Panel):
1122
1063
  """
1123
1064
 
1124
1065
  :return: The RNA type or default when not found.
1125
- :rtype: bpy.types.Struct
1126
1066
  """
1127
1067
 
1128
1068
  def bl_rna_get_subclass_py(self) -> typing.Any:
1129
1069
  """
1130
1070
 
1131
1071
  :return: The class or default when not found.
1132
- :rtype: typing.Any
1133
1072
  """
1134
1073
 
1135
1074
  def draw(self, context) -> None:
@@ -1138,7 +1077,7 @@ class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy.types.Panel):
1138
1077
  :param context:
1139
1078
  """
1140
1079
 
1141
- class USERPREF_PT_file_paths_data(FilePathsPanel, bpy.types.Panel):
1080
+ class USERPREF_PT_file_paths_data(FilePathsPanel, _bpy_types.Panel):
1142
1081
  bl_context: typing.Any
1143
1082
  bl_label: typing.Any
1144
1083
  bl_region_type: typing.Any
@@ -1150,14 +1089,12 @@ class USERPREF_PT_file_paths_data(FilePathsPanel, bpy.types.Panel):
1150
1089
  """
1151
1090
 
1152
1091
  :return: The RNA type or default when not found.
1153
- :rtype: bpy.types.Struct
1154
1092
  """
1155
1093
 
1156
1094
  def bl_rna_get_subclass_py(self) -> typing.Any:
1157
1095
  """
1158
1096
 
1159
1097
  :return: The class or default when not found.
1160
- :rtype: typing.Any
1161
1098
  """
1162
1099
 
1163
1100
  def draw(self, context) -> None:
@@ -1166,7 +1103,7 @@ class USERPREF_PT_file_paths_data(FilePathsPanel, bpy.types.Panel):
1166
1103
  :param context:
1167
1104
  """
1168
1105
 
1169
- class USERPREF_PT_file_paths_development(FilePathsPanel, bpy.types.Panel):
1106
+ class USERPREF_PT_file_paths_development(FilePathsPanel, _bpy_types.Panel):
1170
1107
  bl_context: typing.Any
1171
1108
  bl_label: typing.Any
1172
1109
  bl_options: typing.Any
@@ -1179,14 +1116,12 @@ class USERPREF_PT_file_paths_development(FilePathsPanel, bpy.types.Panel):
1179
1116
  """
1180
1117
 
1181
1118
  :return: The RNA type or default when not found.
1182
- :rtype: bpy.types.Struct
1183
1119
  """
1184
1120
 
1185
1121
  def bl_rna_get_subclass_py(self) -> typing.Any:
1186
1122
  """
1187
1123
 
1188
1124
  :return: The class or default when not found.
1189
- :rtype: typing.Any
1190
1125
  """
1191
1126
 
1192
1127
  def draw(self, context) -> None:
@@ -1202,7 +1137,7 @@ class USERPREF_PT_file_paths_development(FilePathsPanel, bpy.types.Panel):
1202
1137
  :param context:
1203
1138
  """
1204
1139
 
1205
- class USERPREF_PT_file_paths_render(FilePathsPanel, bpy.types.Panel):
1140
+ class USERPREF_PT_file_paths_render(FilePathsPanel, _bpy_types.Panel):
1206
1141
  bl_context: typing.Any
1207
1142
  bl_label: typing.Any
1208
1143
  bl_parent_id: typing.Any
@@ -1215,14 +1150,12 @@ class USERPREF_PT_file_paths_render(FilePathsPanel, bpy.types.Panel):
1215
1150
  """
1216
1151
 
1217
1152
  :return: The RNA type or default when not found.
1218
- :rtype: bpy.types.Struct
1219
1153
  """
1220
1154
 
1221
1155
  def bl_rna_get_subclass_py(self) -> typing.Any:
1222
1156
  """
1223
1157
 
1224
1158
  :return: The class or default when not found.
1225
- :rtype: typing.Any
1226
1159
  """
1227
1160
 
1228
1161
  def draw(self, context) -> None:
@@ -1231,7 +1164,7 @@ class USERPREF_PT_file_paths_render(FilePathsPanel, bpy.types.Panel):
1231
1164
  :param context:
1232
1165
  """
1233
1166
 
1234
- class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy.types.Panel):
1167
+ class USERPREF_PT_file_paths_script_directories(FilePathsPanel, _bpy_types.Panel):
1235
1168
  bl_context: typing.Any
1236
1169
  bl_label: typing.Any
1237
1170
  bl_region_type: typing.Any
@@ -1243,14 +1176,12 @@ class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy.types.Panel)
1243
1176
  """
1244
1177
 
1245
1178
  :return: The RNA type or default when not found.
1246
- :rtype: bpy.types.Struct
1247
1179
  """
1248
1180
 
1249
1181
  def bl_rna_get_subclass_py(self) -> typing.Any:
1250
1182
  """
1251
1183
 
1252
1184
  :return: The class or default when not found.
1253
- :rtype: typing.Any
1254
1185
  """
1255
1186
 
1256
1187
  def draw(self, context) -> None:
@@ -1259,7 +1190,7 @@ class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy.types.Panel)
1259
1190
  :param context:
1260
1191
  """
1261
1192
 
1262
- class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1193
+ class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
1263
1194
  """Base class for panels to center align contents with some horizontal margin.
1264
1195
  Deriving classes need to implement a draw_centered(context, layout) function.
1265
1196
  """
@@ -1275,14 +1206,12 @@ class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1275
1206
  """
1276
1207
 
1277
1208
  :return: The RNA type or default when not found.
1278
- :rtype: bpy.types.Struct
1279
1209
  """
1280
1210
 
1281
1211
  def bl_rna_get_subclass_py(self) -> typing.Any:
1282
1212
  """
1283
1213
 
1284
1214
  :return: The class or default when not found.
1285
- :rtype: typing.Any
1286
1215
  """
1287
1216
 
1288
1217
  def draw_centered(self, context, layout) -> None:
@@ -1292,7 +1221,7 @@ class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1292
1221
  :param layout:
1293
1222
  """
1294
1223
 
1295
- class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1224
+ class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
1296
1225
  """Base class for panels to center align contents with some horizontal margin.
1297
1226
  Deriving classes need to implement a draw_centered(context, layout) function.
1298
1227
  """
@@ -1308,14 +1237,12 @@ class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1308
1237
  """
1309
1238
 
1310
1239
  :return: The RNA type or default when not found.
1311
- :rtype: bpy.types.Struct
1312
1240
  """
1313
1241
 
1314
1242
  def bl_rna_get_subclass_py(self) -> typing.Any:
1315
1243
  """
1316
1244
 
1317
1245
  :return: The class or default when not found.
1318
- :rtype: typing.Any
1319
1246
  """
1320
1247
 
1321
1248
  def draw_centered(self, context, layout) -> None:
@@ -1325,7 +1252,7 @@ class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1325
1252
  :param layout:
1326
1253
  """
1327
1254
 
1328
- class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1255
+ class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
1329
1256
  """Base class for panels to center align contents with some horizontal margin.
1330
1257
  Deriving classes need to implement a draw_centered(context, layout) function.
1331
1258
  """
@@ -1342,14 +1269,12 @@ class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1342
1269
  """
1343
1270
 
1344
1271
  :return: The RNA type or default when not found.
1345
- :rtype: bpy.types.Struct
1346
1272
  """
1347
1273
 
1348
1274
  def bl_rna_get_subclass_py(self) -> typing.Any:
1349
1275
  """
1350
1276
 
1351
1277
  :return: The class or default when not found.
1352
- :rtype: typing.Any
1353
1278
  """
1354
1279
 
1355
1280
  def draw_centered(self, context, layout) -> None:
@@ -1366,7 +1291,7 @@ class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1366
1291
  :param context:
1367
1292
  """
1368
1293
 
1369
- class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1294
+ class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
1370
1295
  """Base class for panels to center align contents with some horizontal margin.
1371
1296
  Deriving classes need to implement a draw_centered(context, layout) function.
1372
1297
  """
@@ -1382,14 +1307,12 @@ class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1382
1307
  """
1383
1308
 
1384
1309
  :return: The RNA type or default when not found.
1385
- :rtype: bpy.types.Struct
1386
1310
  """
1387
1311
 
1388
1312
  def bl_rna_get_subclass_py(self) -> typing.Any:
1389
1313
  """
1390
1314
 
1391
1315
  :return: The class or default when not found.
1392
- :rtype: typing.Any
1393
1316
  """
1394
1317
 
1395
1318
  def draw_centered(self, context, layout) -> None:
@@ -1399,7 +1322,7 @@ class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1399
1322
  :param layout:
1400
1323
  """
1401
1324
 
1402
- class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1325
+ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, _bpy_types.Panel):
1403
1326
  """Base class for panels to center align contents with some horizontal margin.
1404
1327
  Deriving classes need to implement a draw_centered(context, layout) function.
1405
1328
  """
@@ -1416,14 +1339,12 @@ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1416
1339
  """
1417
1340
 
1418
1341
  :return: The RNA type or default when not found.
1419
- :rtype: bpy.types.Struct
1420
1342
  """
1421
1343
 
1422
1344
  def bl_rna_get_subclass_py(self) -> typing.Any:
1423
1345
  """
1424
1346
 
1425
1347
  :return: The class or default when not found.
1426
- :rtype: typing.Any
1427
1348
  """
1428
1349
 
1429
1350
  def draw_centered(self, context, layout) -> None:
@@ -1440,13 +1361,16 @@ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1440
1361
  :param context:
1441
1362
  """
1442
1363
 
1443
- class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, bpy.types.Panel):
1364
+ class USERPREF_PT_interface_accessibility(
1365
+ CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
1366
+ ):
1444
1367
  """Base class for panels to center align contents with some horizontal margin.
1445
1368
  Deriving classes need to implement a draw_centered(context, layout) function.
1446
1369
  """
1447
1370
 
1448
1371
  bl_context: typing.Any
1449
1372
  bl_label: typing.Any
1373
+ bl_options: typing.Any
1450
1374
  bl_region_type: typing.Any
1451
1375
  bl_rna: typing.Any
1452
1376
  bl_space_type: typing.Any
@@ -1456,14 +1380,12 @@ class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, bpy.types.
1456
1380
  """
1457
1381
 
1458
1382
  :return: The RNA type or default when not found.
1459
- :rtype: bpy.types.Struct
1460
1383
  """
1461
1384
 
1462
1385
  def bl_rna_get_subclass_py(self) -> typing.Any:
1463
1386
  """
1464
1387
 
1465
1388
  :return: The class or default when not found.
1466
- :rtype: typing.Any
1467
1389
  """
1468
1390
 
1469
1391
  def draw_centered(self, context, layout) -> None:
@@ -1473,7 +1395,7 @@ class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, bpy.types.
1473
1395
  :param layout:
1474
1396
  """
1475
1397
 
1476
- class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, bpy.types.Panel):
1398
+ class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, _bpy_types.Panel):
1477
1399
  """Base class for panels to center align contents with some horizontal margin.
1478
1400
  Deriving classes need to implement a draw_centered(context, layout) function.
1479
1401
  """
@@ -1489,14 +1411,12 @@ class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, bpy.types.
1489
1411
  """
1490
1412
 
1491
1413
  :return: The RNA type or default when not found.
1492
- :rtype: bpy.types.Struct
1493
1414
  """
1494
1415
 
1495
1416
  def bl_rna_get_subclass_py(self) -> typing.Any:
1496
1417
  """
1497
1418
 
1498
1419
  :return: The class or default when not found.
1499
- :rtype: typing.Any
1500
1420
  """
1501
1421
 
1502
1422
  def draw_centered(self, context, layout) -> None:
@@ -1506,7 +1426,42 @@ class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, bpy.types.
1506
1426
  :param layout:
1507
1427
  """
1508
1428
 
1509
- class USERPREF_PT_interface_menus(InterfacePanel, bpy.types.Panel):
1429
+ class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, _bpy_types.Panel):
1430
+ """Base class for panels to center align contents with some horizontal margin.
1431
+ Deriving classes need to implement a draw_centered(context, layout) function.
1432
+ """
1433
+
1434
+ bl_context: typing.Any
1435
+ bl_label: typing.Any
1436
+ bl_region_type: typing.Any
1437
+ bl_rna: typing.Any
1438
+ bl_space_type: typing.Any
1439
+ id_data: typing.Any
1440
+
1441
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1442
+ """
1443
+
1444
+ :return: The RNA type or default when not found.
1445
+ """
1446
+
1447
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1448
+ """
1449
+
1450
+ :return: The class or default when not found.
1451
+ """
1452
+
1453
+ def draw_centered(self, context, layout) -> None:
1454
+ """
1455
+
1456
+ :param context:
1457
+ :param layout:
1458
+ """
1459
+
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
+
1510
1465
  bl_context: typing.Any
1511
1466
  bl_label: typing.Any
1512
1467
  bl_options: typing.Any
@@ -1519,24 +1474,23 @@ class USERPREF_PT_interface_menus(InterfacePanel, bpy.types.Panel):
1519
1474
  """
1520
1475
 
1521
1476
  :return: The RNA type or default when not found.
1522
- :rtype: bpy.types.Struct
1523
1477
  """
1524
1478
 
1525
1479
  def bl_rna_get_subclass_py(self) -> typing.Any:
1526
1480
  """
1527
1481
 
1528
1482
  :return: The class or default when not found.
1529
- :rtype: typing.Any
1530
1483
  """
1531
1484
 
1532
- def draw(self, context) -> None:
1485
+ def draw_centered(self, context, layout) -> None:
1533
1486
  """
1534
1487
 
1535
1488
  :param context:
1489
+ :param layout:
1536
1490
  """
1537
1491
 
1538
1492
  class USERPREF_PT_interface_menus_mouse_over(
1539
- CenterAlignMixIn, InterfacePanel, bpy.types.Panel
1493
+ CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
1540
1494
  ):
1541
1495
  """Base class for panels to center align contents with some horizontal margin.
1542
1496
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -1554,14 +1508,12 @@ class USERPREF_PT_interface_menus_mouse_over(
1554
1508
  """
1555
1509
 
1556
1510
  :return: The RNA type or default when not found.
1557
- :rtype: bpy.types.Struct
1558
1511
  """
1559
1512
 
1560
1513
  def bl_rna_get_subclass_py(self) -> typing.Any:
1561
1514
  """
1562
1515
 
1563
1516
  :return: The class or default when not found.
1564
- :rtype: typing.Any
1565
1517
  """
1566
1518
 
1567
1519
  def draw_centered(self, context, layout) -> None:
@@ -1578,7 +1530,7 @@ class USERPREF_PT_interface_menus_mouse_over(
1578
1530
  """
1579
1531
 
1580
1532
  class USERPREF_PT_interface_menus_pie(
1581
- CenterAlignMixIn, InterfacePanel, bpy.types.Panel
1533
+ CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
1582
1534
  ):
1583
1535
  """Base class for panels to center align contents with some horizontal margin.
1584
1536
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -1596,14 +1548,12 @@ class USERPREF_PT_interface_menus_pie(
1596
1548
  """
1597
1549
 
1598
1550
  :return: The RNA type or default when not found.
1599
- :rtype: bpy.types.Struct
1600
1551
  """
1601
1552
 
1602
1553
  def bl_rna_get_subclass_py(self) -> typing.Any:
1603
1554
  """
1604
1555
 
1605
1556
  :return: The class or default when not found.
1606
- :rtype: typing.Any
1607
1557
  """
1608
1558
 
1609
1559
  def draw_centered(self, context, layout) -> None:
@@ -1614,7 +1564,7 @@ class USERPREF_PT_interface_menus_pie(
1614
1564
  """
1615
1565
 
1616
1566
  class USERPREF_PT_interface_statusbar(
1617
- CenterAlignMixIn, InterfacePanel, bpy.types.Panel
1567
+ CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
1618
1568
  ):
1619
1569
  """Base class for panels to center align contents with some horizontal margin.
1620
1570
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -1633,14 +1583,12 @@ class USERPREF_PT_interface_statusbar(
1633
1583
  """
1634
1584
 
1635
1585
  :return: The RNA type or default when not found.
1636
- :rtype: bpy.types.Struct
1637
1586
  """
1638
1587
 
1639
1588
  def bl_rna_get_subclass_py(self) -> typing.Any:
1640
1589
  """
1641
1590
 
1642
1591
  :return: The class or default when not found.
1643
- :rtype: typing.Any
1644
1592
  """
1645
1593
 
1646
1594
  def draw_centered(self, context, layout) -> None:
@@ -1651,7 +1599,7 @@ class USERPREF_PT_interface_statusbar(
1651
1599
  """
1652
1600
 
1653
1601
  class USERPREF_PT_interface_temporary_windows(
1654
- CenterAlignMixIn, InterfacePanel, bpy.types.Panel
1602
+ CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
1655
1603
  ):
1656
1604
  """Base class for panels to center align contents with some horizontal margin.
1657
1605
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -1670,14 +1618,12 @@ class USERPREF_PT_interface_temporary_windows(
1670
1618
  """
1671
1619
 
1672
1620
  :return: The RNA type or default when not found.
1673
- :rtype: bpy.types.Struct
1674
1621
  """
1675
1622
 
1676
1623
  def bl_rna_get_subclass_py(self) -> typing.Any:
1677
1624
  """
1678
1625
 
1679
1626
  :return: The class or default when not found.
1680
- :rtype: typing.Any
1681
1627
  """
1682
1628
 
1683
1629
  def draw_centered(self, context, layout) -> None:
@@ -1687,7 +1633,7 @@ class USERPREF_PT_interface_temporary_windows(
1687
1633
  :param layout:
1688
1634
  """
1689
1635
 
1690
- class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, bpy.types.Panel):
1636
+ class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, _bpy_types.Panel):
1691
1637
  """Base class for panels to center align contents with some horizontal margin.
1692
1638
  Deriving classes need to implement a draw_centered(context, layout) function.
1693
1639
  """
@@ -1704,14 +1650,12 @@ class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, bpy.types.Pan
1704
1650
  """
1705
1651
 
1706
1652
  :return: The RNA type or default when not found.
1707
- :rtype: bpy.types.Struct
1708
1653
  """
1709
1654
 
1710
1655
  def bl_rna_get_subclass_py(self) -> typing.Any:
1711
1656
  """
1712
1657
 
1713
1658
  :return: The class or default when not found.
1714
- :rtype: typing.Any
1715
1659
  """
1716
1660
 
1717
1661
  def draw_centered(self, context, layout) -> None:
@@ -1722,7 +1666,7 @@ class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, bpy.types.Pan
1722
1666
  """
1723
1667
 
1724
1668
  class USERPREF_PT_interface_translation(
1725
- CenterAlignMixIn, InterfacePanel, bpy.types.Panel
1669
+ CenterAlignMixIn, InterfacePanel, _bpy_types.Panel
1726
1670
  ):
1727
1671
  """Base class for panels to center align contents with some horizontal margin.
1728
1672
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -1740,14 +1684,12 @@ class USERPREF_PT_interface_translation(
1740
1684
  """
1741
1685
 
1742
1686
  :return: The RNA type or default when not found.
1743
- :rtype: bpy.types.Struct
1744
1687
  """
1745
1688
 
1746
1689
  def bl_rna_get_subclass_py(self) -> typing.Any:
1747
1690
  """
1748
1691
 
1749
1692
  :return: The class or default when not found.
1750
- :rtype: typing.Any
1751
1693
  """
1752
1694
 
1753
1695
  def draw_centered(self, context, layout) -> None:
@@ -1764,7 +1706,7 @@ class USERPREF_PT_interface_translation(
1764
1706
  :param _context:
1765
1707
  """
1766
1708
 
1767
- class USERPREF_PT_keymap(KeymapPanel, bpy.types.Panel):
1709
+ class USERPREF_PT_keymap(KeymapPanel, _bpy_types.Panel):
1768
1710
  bl_context: typing.Any
1769
1711
  bl_label: typing.Any
1770
1712
  bl_options: typing.Any
@@ -1777,14 +1719,12 @@ class USERPREF_PT_keymap(KeymapPanel, bpy.types.Panel):
1777
1719
  """
1778
1720
 
1779
1721
  :return: The RNA type or default when not found.
1780
- :rtype: bpy.types.Struct
1781
1722
  """
1782
1723
 
1783
1724
  def bl_rna_get_subclass_py(self) -> typing.Any:
1784
1725
  """
1785
1726
 
1786
1727
  :return: The class or default when not found.
1787
- :rtype: typing.Any
1788
1728
  """
1789
1729
 
1790
1730
  def draw(self, context) -> None:
@@ -1793,7 +1733,8 @@ class USERPREF_PT_keymap(KeymapPanel, bpy.types.Panel):
1793
1733
  :param context:
1794
1734
  """
1795
1735
 
1796
- class USERPREF_PT_navigation_bar(bpy.types.Panel):
1736
+ class USERPREF_PT_navigation_bar(_bpy_types.Panel):
1737
+ bl_category: typing.Any
1797
1738
  bl_label: typing.Any
1798
1739
  bl_options: typing.Any
1799
1740
  bl_region_type: typing.Any
@@ -1805,14 +1746,12 @@ class USERPREF_PT_navigation_bar(bpy.types.Panel):
1805
1746
  """
1806
1747
 
1807
1748
  :return: The RNA type or default when not found.
1808
- :rtype: bpy.types.Struct
1809
1749
  """
1810
1750
 
1811
1751
  def bl_rna_get_subclass_py(self) -> typing.Any:
1812
1752
  """
1813
1753
 
1814
1754
  :return: The class or default when not found.
1815
- :rtype: typing.Any
1816
1755
  """
1817
1756
 
1818
1757
  def draw(self, context) -> None:
@@ -1822,7 +1761,7 @@ class USERPREF_PT_navigation_bar(bpy.types.Panel):
1822
1761
  """
1823
1762
 
1824
1763
  class USERPREF_PT_navigation_fly_walk(
1825
- CenterAlignMixIn, NavigationPanel, bpy.types.Panel
1764
+ CenterAlignMixIn, NavigationPanel, _bpy_types.Panel
1826
1765
  ):
1827
1766
  """Base class for panels to center align contents with some horizontal margin.
1828
1767
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -1839,14 +1778,12 @@ class USERPREF_PT_navigation_fly_walk(
1839
1778
  """
1840
1779
 
1841
1780
  :return: The RNA type or default when not found.
1842
- :rtype: bpy.types.Struct
1843
1781
  """
1844
1782
 
1845
1783
  def bl_rna_get_subclass_py(self) -> typing.Any:
1846
1784
  """
1847
1785
 
1848
1786
  :return: The class or default when not found.
1849
- :rtype: typing.Any
1850
1787
  """
1851
1788
 
1852
1789
  def draw_centered(self, context, layout) -> None:
@@ -1857,7 +1794,7 @@ class USERPREF_PT_navigation_fly_walk(
1857
1794
  """
1858
1795
 
1859
1796
  class USERPREF_PT_navigation_fly_walk_gravity(
1860
- CenterAlignMixIn, NavigationPanel, bpy.types.Panel
1797
+ CenterAlignMixIn, NavigationPanel, _bpy_types.Panel
1861
1798
  ):
1862
1799
  """Base class for panels to center align contents with some horizontal margin.
1863
1800
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -1876,14 +1813,12 @@ class USERPREF_PT_navigation_fly_walk_gravity(
1876
1813
  """
1877
1814
 
1878
1815
  :return: The RNA type or default when not found.
1879
- :rtype: bpy.types.Struct
1880
1816
  """
1881
1817
 
1882
1818
  def bl_rna_get_subclass_py(self) -> typing.Any:
1883
1819
  """
1884
1820
 
1885
1821
  :return: The class or default when not found.
1886
- :rtype: typing.Any
1887
1822
  """
1888
1823
 
1889
1824
  def draw_centered(self, context, layout) -> None:
@@ -1907,7 +1842,7 @@ class USERPREF_PT_navigation_fly_walk_gravity(
1907
1842
  """
1908
1843
 
1909
1844
  class USERPREF_PT_navigation_fly_walk_navigation(
1910
- CenterAlignMixIn, NavigationPanel, bpy.types.Panel
1845
+ CenterAlignMixIn, NavigationPanel, _bpy_types.Panel
1911
1846
  ):
1912
1847
  """Base class for panels to center align contents with some horizontal margin.
1913
1848
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -1926,14 +1861,12 @@ class USERPREF_PT_navigation_fly_walk_navigation(
1926
1861
  """
1927
1862
 
1928
1863
  :return: The RNA type or default when not found.
1929
- :rtype: bpy.types.Struct
1930
1864
  """
1931
1865
 
1932
1866
  def bl_rna_get_subclass_py(self) -> typing.Any:
1933
1867
  """
1934
1868
 
1935
1869
  :return: The class or default when not found.
1936
- :rtype: typing.Any
1937
1870
  """
1938
1871
 
1939
1872
  def draw_centered(self, context, layout) -> None:
@@ -1950,7 +1883,7 @@ class USERPREF_PT_navigation_fly_walk_navigation(
1950
1883
  :param context:
1951
1884
  """
1952
1885
 
1953
- class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, bpy.types.Panel):
1886
+ class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, _bpy_types.Panel):
1954
1887
  """Base class for panels to center align contents with some horizontal margin.
1955
1888
  Deriving classes need to implement a draw_centered(context, layout) function.
1956
1889
  """
@@ -1966,14 +1899,12 @@ class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, bpy.types.
1966
1899
  """
1967
1900
 
1968
1901
  :return: The RNA type or default when not found.
1969
- :rtype: bpy.types.Struct
1970
1902
  """
1971
1903
 
1972
1904
  def bl_rna_get_subclass_py(self) -> typing.Any:
1973
1905
  """
1974
1906
 
1975
1907
  :return: The class or default when not found.
1976
- :rtype: typing.Any
1977
1908
  """
1978
1909
 
1979
1910
  def draw_centered(self, context, layout) -> None:
@@ -1983,7 +1914,7 @@ class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, bpy.types.
1983
1914
  :param layout:
1984
1915
  """
1985
1916
 
1986
- class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, bpy.types.Panel):
1917
+ class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, _bpy_types.Panel):
1987
1918
  """Base class for panels to center align contents with some horizontal margin.
1988
1919
  Deriving classes need to implement a draw_centered(context, layout) function.
1989
1920
  """
@@ -1999,14 +1930,12 @@ class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, bpy.types.P
1999
1930
  """
2000
1931
 
2001
1932
  :return: The RNA type or default when not found.
2002
- :rtype: bpy.types.Struct
2003
1933
  """
2004
1934
 
2005
1935
  def bl_rna_get_subclass_py(self) -> typing.Any:
2006
1936
  """
2007
1937
 
2008
1938
  :return: The class or default when not found.
2009
- :rtype: typing.Any
2010
1939
  """
2011
1940
 
2012
1941
  def draw_centered(self, context, layout) -> None:
@@ -2016,7 +1945,7 @@ class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, bpy.types.P
2016
1945
  :param layout:
2017
1946
  """
2018
1947
 
2019
- class USERPREF_PT_ndof_settings(bpy.types.Panel):
1948
+ class USERPREF_PT_ndof_settings(_bpy_types.Panel):
2020
1949
  bl_label: typing.Any
2021
1950
  bl_region_type: typing.Any
2022
1951
  bl_rna: typing.Any
@@ -2028,14 +1957,12 @@ class USERPREF_PT_ndof_settings(bpy.types.Panel):
2028
1957
  """
2029
1958
 
2030
1959
  :return: The RNA type or default when not found.
2031
- :rtype: bpy.types.Struct
2032
1960
  """
2033
1961
 
2034
1962
  def bl_rna_get_subclass_py(self) -> typing.Any:
2035
1963
  """
2036
1964
 
2037
1965
  :return: The class or default when not found.
2038
- :rtype: typing.Any
2039
1966
  """
2040
1967
 
2041
1968
  def draw(self, context) -> None:
@@ -2053,7 +1980,7 @@ class USERPREF_PT_ndof_settings(bpy.types.Panel):
2053
1980
  :param show_3dview_settings:
2054
1981
  """
2055
1982
 
2056
- class USERPREF_PT_save_preferences(bpy.types.Panel):
1983
+ class USERPREF_PT_save_preferences(_bpy_types.Panel):
2057
1984
  bl_label: typing.Any
2058
1985
  bl_options: typing.Any
2059
1986
  bl_region_type: typing.Any
@@ -2065,14 +1992,12 @@ class USERPREF_PT_save_preferences(bpy.types.Panel):
2065
1992
  """
2066
1993
 
2067
1994
  :return: The RNA type or default when not found.
2068
- :rtype: bpy.types.Struct
2069
1995
  """
2070
1996
 
2071
1997
  def bl_rna_get_subclass_py(self) -> typing.Any:
2072
1998
  """
2073
1999
 
2074
2000
  :return: The class or default when not found.
2075
- :rtype: typing.Any
2076
2001
  """
2077
2002
 
2078
2003
  def draw(self, context) -> None:
@@ -2088,7 +2013,7 @@ class USERPREF_PT_save_preferences(bpy.types.Panel):
2088
2013
  :param context:
2089
2014
  """
2090
2015
 
2091
- class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy.types.Panel):
2016
+ class USERPREF_PT_saveload_autorun(FilePathsPanel, _bpy_types.Panel):
2092
2017
  bl_context: typing.Any
2093
2018
  bl_label: typing.Any
2094
2019
  bl_parent_id: typing.Any
@@ -2101,14 +2026,12 @@ class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy.types.Panel):
2101
2026
  """
2102
2027
 
2103
2028
  :return: The RNA type or default when not found.
2104
- :rtype: bpy.types.Struct
2105
2029
  """
2106
2030
 
2107
2031
  def bl_rna_get_subclass_py(self) -> typing.Any:
2108
2032
  """
2109
2033
 
2110
2034
  :return: The class or default when not found.
2111
- :rtype: typing.Any
2112
2035
  """
2113
2036
 
2114
2037
  def draw(self, context) -> None:
@@ -2123,7 +2046,7 @@ class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy.types.Panel):
2123
2046
  :param context:
2124
2047
  """
2125
2048
 
2126
- class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, bpy.types.Panel):
2049
+ class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, _bpy_types.Panel):
2127
2050
  """Base class for panels to center align contents with some horizontal margin.
2128
2051
  Deriving classes need to implement a draw_centered(context, layout) function.
2129
2052
  """
@@ -2139,14 +2062,12 @@ class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, bpy.types.Pane
2139
2062
  """
2140
2063
 
2141
2064
  :return: The RNA type or default when not found.
2142
- :rtype: bpy.types.Struct
2143
2065
  """
2144
2066
 
2145
2067
  def bl_rna_get_subclass_py(self) -> typing.Any:
2146
2068
  """
2147
2069
 
2148
2070
  :return: The class or default when not found.
2149
- :rtype: typing.Any
2150
2071
  """
2151
2072
 
2152
2073
  def draw_centered(self, context, layout) -> None:
@@ -2157,7 +2078,7 @@ class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, bpy.types.Pane
2157
2078
  """
2158
2079
 
2159
2080
  class USERPREF_PT_saveload_file_browser(
2160
- CenterAlignMixIn, SaveLoadPanel, bpy.types.Panel
2081
+ CenterAlignMixIn, SaveLoadPanel, _bpy_types.Panel
2161
2082
  ):
2162
2083
  """Base class for panels to center align contents with some horizontal margin.
2163
2084
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -2174,14 +2095,12 @@ class USERPREF_PT_saveload_file_browser(
2174
2095
  """
2175
2096
 
2176
2097
  :return: The RNA type or default when not found.
2177
- :rtype: bpy.types.Struct
2178
2098
  """
2179
2099
 
2180
2100
  def bl_rna_get_subclass_py(self) -> typing.Any:
2181
2101
  """
2182
2102
 
2183
2103
  :return: The class or default when not found.
2184
- :rtype: typing.Any
2185
2104
  """
2186
2105
 
2187
2106
  def draw_centered(self, context, layout) -> None:
@@ -2191,7 +2110,7 @@ class USERPREF_PT_saveload_file_browser(
2191
2110
  :param layout:
2192
2111
  """
2193
2112
 
2194
- class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy.types.Panel):
2113
+ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, _bpy_types.Panel):
2195
2114
  bl_context: typing.Any
2196
2115
  bl_label: typing.Any
2197
2116
  bl_options: typing.Any
@@ -2205,14 +2124,12 @@ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy.types.Panel):
2205
2124
  """
2206
2125
 
2207
2126
  :return: The RNA type or default when not found.
2208
- :rtype: bpy.types.Struct
2209
2127
  """
2210
2128
 
2211
2129
  def bl_rna_get_subclass_py(self) -> typing.Any:
2212
2130
  """
2213
2131
 
2214
2132
  :return: The class or default when not found.
2215
- :rtype: typing.Any
2216
2133
  """
2217
2134
 
2218
2135
  def draw(self, context) -> None:
@@ -2230,7 +2147,7 @@ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy.types.Panel):
2230
2147
  """
2231
2148
 
2232
2149
  class USERPREF_PT_studiolight_lights(
2233
- StudioLightPanelMixin, StudioLightPanel, bpy.types.Panel
2150
+ StudioLightPanelMixin, StudioLightPanel, _bpy_types.Panel
2234
2151
  ):
2235
2152
  bl_context: typing.Any
2236
2153
  bl_label: typing.Any
@@ -2244,14 +2161,12 @@ class USERPREF_PT_studiolight_lights(
2244
2161
  """
2245
2162
 
2246
2163
  :return: The RNA type or default when not found.
2247
- :rtype: bpy.types.Struct
2248
2164
  """
2249
2165
 
2250
2166
  def bl_rna_get_subclass_py(self) -> typing.Any:
2251
2167
  """
2252
2168
 
2253
2169
  :return: The class or default when not found.
2254
- :rtype: typing.Any
2255
2170
  """
2256
2171
 
2257
2172
  def draw_header_preset(self, _context) -> None:
@@ -2263,7 +2178,7 @@ class USERPREF_PT_studiolight_lights(
2263
2178
  def get_error_message(self) -> None: ...
2264
2179
 
2265
2180
  class USERPREF_PT_studiolight_matcaps(
2266
- StudioLightPanelMixin, StudioLightPanel, bpy.types.Panel
2181
+ StudioLightPanelMixin, StudioLightPanel, _bpy_types.Panel
2267
2182
  ):
2268
2183
  bl_context: typing.Any
2269
2184
  bl_label: typing.Any
@@ -2277,14 +2192,12 @@ class USERPREF_PT_studiolight_matcaps(
2277
2192
  """
2278
2193
 
2279
2194
  :return: The RNA type or default when not found.
2280
- :rtype: bpy.types.Struct
2281
2195
  """
2282
2196
 
2283
2197
  def bl_rna_get_subclass_py(self) -> typing.Any:
2284
2198
  """
2285
2199
 
2286
2200
  :return: The class or default when not found.
2287
- :rtype: typing.Any
2288
2201
  """
2289
2202
 
2290
2203
  def draw_header_preset(self, _context) -> None:
@@ -2296,7 +2209,7 @@ class USERPREF_PT_studiolight_matcaps(
2296
2209
  def get_error_message(self) -> None: ...
2297
2210
 
2298
2211
  class USERPREF_PT_studiolight_world(
2299
- StudioLightPanelMixin, StudioLightPanel, bpy.types.Panel
2212
+ StudioLightPanelMixin, StudioLightPanel, _bpy_types.Panel
2300
2213
  ):
2301
2214
  bl_context: typing.Any
2302
2215
  bl_label: typing.Any
@@ -2310,14 +2223,12 @@ class USERPREF_PT_studiolight_world(
2310
2223
  """
2311
2224
 
2312
2225
  :return: The RNA type or default when not found.
2313
- :rtype: bpy.types.Struct
2314
2226
  """
2315
2227
 
2316
2228
  def bl_rna_get_subclass_py(self) -> typing.Any:
2317
2229
  """
2318
2230
 
2319
2231
  :return: The class or default when not found.
2320
- :rtype: typing.Any
2321
2232
  """
2322
2233
 
2323
2234
  def draw_header_preset(self, _context) -> None:
@@ -2328,7 +2239,9 @@ class USERPREF_PT_studiolight_world(
2328
2239
 
2329
2240
  def get_error_message(self) -> None: ...
2330
2241
 
2331
- class USERPREF_PT_system_cycles_devices(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2242
+ class USERPREF_PT_system_cycles_devices(
2243
+ CenterAlignMixIn, SystemPanel, _bpy_types.Panel
2244
+ ):
2332
2245
  """Base class for panels to center align contents with some horizontal margin.
2333
2246
  Deriving classes need to implement a draw_centered(context, layout) function.
2334
2247
  """
@@ -2344,14 +2257,12 @@ class USERPREF_PT_system_cycles_devices(CenterAlignMixIn, SystemPanel, bpy.types
2344
2257
  """
2345
2258
 
2346
2259
  :return: The RNA type or default when not found.
2347
- :rtype: bpy.types.Struct
2348
2260
  """
2349
2261
 
2350
2262
  def bl_rna_get_subclass_py(self) -> typing.Any:
2351
2263
  """
2352
2264
 
2353
2265
  :return: The class or default when not found.
2354
- :rtype: typing.Any
2355
2266
  """
2356
2267
 
2357
2268
  def draw_centered(self, context, layout) -> None:
@@ -2362,7 +2273,7 @@ class USERPREF_PT_system_cycles_devices(CenterAlignMixIn, SystemPanel, bpy.types
2362
2273
  """
2363
2274
 
2364
2275
  class USERPREF_PT_system_display_graphics(
2365
- CenterAlignMixIn, SystemPanel, bpy.types.Panel
2276
+ CenterAlignMixIn, SystemPanel, _bpy_types.Panel
2366
2277
  ):
2367
2278
  """Base class for panels to center align contents with some horizontal margin.
2368
2279
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -2379,14 +2290,12 @@ class USERPREF_PT_system_display_graphics(
2379
2290
  """
2380
2291
 
2381
2292
  :return: The RNA type or default when not found.
2382
- :rtype: bpy.types.Struct
2383
2293
  """
2384
2294
 
2385
2295
  def bl_rna_get_subclass_py(self) -> typing.Any:
2386
2296
  """
2387
2297
 
2388
2298
  :return: The class or default when not found.
2389
- :rtype: typing.Any
2390
2299
  """
2391
2300
 
2392
2301
  def draw_centered(self, context, layout) -> None:
@@ -2403,7 +2312,7 @@ class USERPREF_PT_system_display_graphics(
2403
2312
  :param _context:
2404
2313
  """
2405
2314
 
2406
- class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2315
+ class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, _bpy_types.Panel):
2407
2316
  """Base class for panels to center align contents with some horizontal margin.
2408
2317
  Deriving classes need to implement a draw_centered(context, layout) function.
2409
2318
  """
@@ -2419,14 +2328,12 @@ class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2419
2328
  """
2420
2329
 
2421
2330
  :return: The RNA type or default when not found.
2422
- :rtype: bpy.types.Struct
2423
2331
  """
2424
2332
 
2425
2333
  def bl_rna_get_subclass_py(self) -> typing.Any:
2426
2334
  """
2427
2335
 
2428
2336
  :return: The class or default when not found.
2429
- :rtype: typing.Any
2430
2337
  """
2431
2338
 
2432
2339
  def draw_centered(self, context, layout) -> None:
@@ -2436,7 +2343,7 @@ class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2436
2343
  :param layout:
2437
2344
  """
2438
2345
 
2439
- class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2346
+ class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, _bpy_types.Panel):
2440
2347
  """Base class for panels to center align contents with some horizontal margin.
2441
2348
  Deriving classes need to implement a draw_centered(context, layout) function.
2442
2349
  """
@@ -2452,14 +2359,12 @@ class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, bpy.types.Panel)
2452
2359
  """
2453
2360
 
2454
2361
  :return: The RNA type or default when not found.
2455
- :rtype: bpy.types.Struct
2456
2362
  """
2457
2363
 
2458
2364
  def bl_rna_get_subclass_py(self) -> typing.Any:
2459
2365
  """
2460
2366
 
2461
2367
  :return: The class or default when not found.
2462
- :rtype: typing.Any
2463
2368
  """
2464
2369
 
2465
2370
  def draw_centered(self, context, layout) -> None:
@@ -2469,7 +2374,7 @@ class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, bpy.types.Panel)
2469
2374
  :param layout:
2470
2375
  """
2471
2376
 
2472
- class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2377
+ class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, _bpy_types.Panel):
2473
2378
  """Base class for panels to center align contents with some horizontal margin.
2474
2379
  Deriving classes need to implement a draw_centered(context, layout) function.
2475
2380
  """
@@ -2485,14 +2390,12 @@ class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, bpy.types.Pa
2485
2390
  """
2486
2391
 
2487
2392
  :return: The RNA type or default when not found.
2488
- :rtype: bpy.types.Struct
2489
2393
  """
2490
2394
 
2491
2395
  def bl_rna_get_subclass_py(self) -> typing.Any:
2492
2396
  """
2493
2397
 
2494
2398
  :return: The class or default when not found.
2495
- :rtype: typing.Any
2496
2399
  """
2497
2400
 
2498
2401
  def draw_centered(self, context, layout) -> None:
@@ -2509,7 +2412,7 @@ class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, bpy.types.Pa
2509
2412
  :param _context:
2510
2413
  """
2511
2414
 
2512
- class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2415
+ class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, _bpy_types.Panel):
2513
2416
  """Base class for panels to center align contents with some horizontal margin.
2514
2417
  Deriving classes need to implement a draw_centered(context, layout) function.
2515
2418
  """
@@ -2526,14 +2429,12 @@ class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2526
2429
  """
2527
2430
 
2528
2431
  :return: The RNA type or default when not found.
2529
- :rtype: bpy.types.Struct
2530
2432
  """
2531
2433
 
2532
2434
  def bl_rna_get_subclass_py(self) -> typing.Any:
2533
2435
  """
2534
2436
 
2535
2437
  :return: The class or default when not found.
2536
- :rtype: typing.Any
2537
2438
  """
2538
2439
 
2539
2440
  def draw_centered(self, context, layout) -> None:
@@ -2544,7 +2445,7 @@ class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2544
2445
  """
2545
2446
 
2546
2447
  class USERPREF_PT_system_video_sequencer(
2547
- CenterAlignMixIn, SystemPanel, bpy.types.Panel
2448
+ CenterAlignMixIn, SystemPanel, _bpy_types.Panel
2548
2449
  ):
2549
2450
  """Base class for panels to center align contents with some horizontal margin.
2550
2451
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -2561,14 +2462,12 @@ class USERPREF_PT_system_video_sequencer(
2561
2462
  """
2562
2463
 
2563
2464
  :return: The RNA type or default when not found.
2564
- :rtype: bpy.types.Struct
2565
2465
  """
2566
2466
 
2567
2467
  def bl_rna_get_subclass_py(self) -> typing.Any:
2568
2468
  """
2569
2469
 
2570
2470
  :return: The class or default when not found.
2571
- :rtype: typing.Any
2572
2471
  """
2573
2472
 
2574
2473
  def draw_centered(self, context, layout) -> None:
@@ -2578,7 +2477,7 @@ class USERPREF_PT_system_video_sequencer(
2578
2477
  :param layout:
2579
2478
  """
2580
2479
 
2581
- class USERPREF_PT_text_editor(FilePathsPanel, bpy.types.Panel):
2480
+ class USERPREF_PT_text_editor(FilePathsPanel, _bpy_types.Panel):
2582
2481
  bl_context: typing.Any
2583
2482
  bl_label: typing.Any
2584
2483
  bl_parent_id: typing.Any
@@ -2591,14 +2490,12 @@ class USERPREF_PT_text_editor(FilePathsPanel, bpy.types.Panel):
2591
2490
  """
2592
2491
 
2593
2492
  :return: The RNA type or default when not found.
2594
- :rtype: bpy.types.Struct
2595
2493
  """
2596
2494
 
2597
2495
  def bl_rna_get_subclass_py(self) -> typing.Any:
2598
2496
  """
2599
2497
 
2600
2498
  :return: The class or default when not found.
2601
- :rtype: typing.Any
2602
2499
  """
2603
2500
 
2604
2501
  def draw(self, context) -> None:
@@ -2613,7 +2510,7 @@ class USERPREF_PT_text_editor(FilePathsPanel, bpy.types.Panel):
2613
2510
  :param _context:
2614
2511
  """
2615
2512
 
2616
- class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
2513
+ class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
2617
2514
  bl_label: typing.Any
2618
2515
  bl_region_type: typing.Any
2619
2516
  bl_rna: typing.Any
@@ -2627,17 +2524,15 @@ class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
2627
2524
  """
2628
2525
 
2629
2526
  :return: The RNA type or default when not found.
2630
- :rtype: bpy.types.Struct
2631
2527
  """
2632
2528
 
2633
2529
  def bl_rna_get_subclass_py(self) -> typing.Any:
2634
2530
  """
2635
2531
 
2636
2532
  :return: The class or default when not found.
2637
- :rtype: typing.Any
2638
2533
  """
2639
2534
 
2640
- class USERPREF_PT_theme(ThemePanel, bpy.types.Panel):
2535
+ class USERPREF_PT_theme(ThemePanel, _bpy_types.Panel):
2641
2536
  bl_context: typing.Any
2642
2537
  bl_label: typing.Any
2643
2538
  bl_options: typing.Any
@@ -2650,14 +2545,12 @@ class USERPREF_PT_theme(ThemePanel, bpy.types.Panel):
2650
2545
  """
2651
2546
 
2652
2547
  :return: The RNA type or default when not found.
2653
- :rtype: bpy.types.Struct
2654
2548
  """
2655
2549
 
2656
2550
  def bl_rna_get_subclass_py(self) -> typing.Any:
2657
2551
  """
2658
2552
 
2659
2553
  :return: The class or default when not found.
2660
- :rtype: typing.Any
2661
2554
  """
2662
2555
 
2663
2556
  def draw(self, context) -> None:
@@ -2666,7 +2559,7 @@ class USERPREF_PT_theme(ThemePanel, bpy.types.Panel):
2666
2559
  :param context:
2667
2560
  """
2668
2561
 
2669
- class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2562
+ class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
2670
2563
  """Base class for panels to center align contents with some horizontal margin.
2671
2564
  Deriving classes need to implement a draw_centered(context, layout) function.
2672
2565
  """
@@ -2683,14 +2576,12 @@ class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, bpy.types.
2683
2576
  """
2684
2577
 
2685
2578
  :return: The RNA type or default when not found.
2686
- :rtype: bpy.types.Struct
2687
2579
  """
2688
2580
 
2689
2581
  def bl_rna_get_subclass_py(self) -> typing.Any:
2690
2582
  """
2691
2583
 
2692
2584
  :return: The class or default when not found.
2693
- :rtype: typing.Any
2694
2585
  """
2695
2586
 
2696
2587
  def draw_centered(self, context, layout) -> None:
@@ -2707,7 +2598,7 @@ class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, bpy.types.
2707
2598
  """
2708
2599
 
2709
2600
  class USERPREF_PT_theme_collection_colors(
2710
- CenterAlignMixIn, ThemePanel, bpy.types.Panel
2601
+ CenterAlignMixIn, ThemePanel, _bpy_types.Panel
2711
2602
  ):
2712
2603
  """Base class for panels to center align contents with some horizontal margin.
2713
2604
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -2725,14 +2616,12 @@ class USERPREF_PT_theme_collection_colors(
2725
2616
  """
2726
2617
 
2727
2618
  :return: The RNA type or default when not found.
2728
- :rtype: bpy.types.Struct
2729
2619
  """
2730
2620
 
2731
2621
  def bl_rna_get_subclass_py(self) -> typing.Any:
2732
2622
  """
2733
2623
 
2734
2624
  :return: The class or default when not found.
2735
- :rtype: typing.Any
2736
2625
  """
2737
2626
 
2738
2627
  def draw_centered(self, context, layout) -> None:
@@ -2748,7 +2637,9 @@ class USERPREF_PT_theme_collection_colors(
2748
2637
  :param _context:
2749
2638
  """
2750
2639
 
2751
- class USERPREF_PT_theme_interface_gizmos(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2640
+ class USERPREF_PT_theme_interface_gizmos(
2641
+ CenterAlignMixIn, ThemePanel, _bpy_types.Panel
2642
+ ):
2752
2643
  """Base class for panels to center align contents with some horizontal margin.
2753
2644
  Deriving classes need to implement a draw_centered(context, layout) function.
2754
2645
  """
@@ -2766,14 +2657,12 @@ class USERPREF_PT_theme_interface_gizmos(CenterAlignMixIn, ThemePanel, bpy.types
2766
2657
  """
2767
2658
 
2768
2659
  :return: The RNA type or default when not found.
2769
- :rtype: bpy.types.Struct
2770
2660
  """
2771
2661
 
2772
2662
  def bl_rna_get_subclass_py(self) -> typing.Any:
2773
2663
  """
2774
2664
 
2775
2665
  :return: The class or default when not found.
2776
- :rtype: typing.Any
2777
2666
  """
2778
2667
 
2779
2668
  def draw_centered(self, context, layout) -> None:
@@ -2783,7 +2672,7 @@ class USERPREF_PT_theme_interface_gizmos(CenterAlignMixIn, ThemePanel, bpy.types
2783
2672
  :param layout:
2784
2673
  """
2785
2674
 
2786
- class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2675
+ class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
2787
2676
  """Base class for panels to center align contents with some horizontal margin.
2788
2677
  Deriving classes need to implement a draw_centered(context, layout) function.
2789
2678
  """
@@ -2801,14 +2690,12 @@ class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, bpy.types.
2801
2690
  """
2802
2691
 
2803
2692
  :return: The RNA type or default when not found.
2804
- :rtype: bpy.types.Struct
2805
2693
  """
2806
2694
 
2807
2695
  def bl_rna_get_subclass_py(self) -> typing.Any:
2808
2696
  """
2809
2697
 
2810
2698
  :return: The class or default when not found.
2811
- :rtype: typing.Any
2812
2699
  """
2813
2700
 
2814
2701
  def draw_centered(self, context, layout) -> None:
@@ -2818,7 +2705,7 @@ class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, bpy.types.
2818
2705
  :param layout:
2819
2706
  """
2820
2707
 
2821
- class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2708
+ class USERPREF_PT_theme_interface_panel(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
2822
2709
  """Base class for panels to center align contents with some horizontal margin.
2823
2710
  Deriving classes need to implement a draw_centered(context, layout) function.
2824
2711
  """
@@ -2836,14 +2723,12 @@ class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, bpy.types.
2836
2723
  """
2837
2724
 
2838
2725
  :return: The RNA type or default when not found.
2839
- :rtype: bpy.types.Struct
2840
2726
  """
2841
2727
 
2842
2728
  def bl_rna_get_subclass_py(self) -> typing.Any:
2843
2729
  """
2844
2730
 
2845
2731
  :return: The class or default when not found.
2846
- :rtype: typing.Any
2847
2732
  """
2848
2733
 
2849
2734
  def draw_centered(self, context, layout) -> None:
@@ -2853,7 +2738,7 @@ class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, bpy.types.
2853
2738
  :param layout:
2854
2739
  """
2855
2740
 
2856
- class USERPREF_PT_theme_interface_styles(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2741
+ class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
2857
2742
  """Base class for panels to center align contents with some horizontal margin.
2858
2743
  Deriving classes need to implement a draw_centered(context, layout) function.
2859
2744
  """
@@ -2871,14 +2756,12 @@ class USERPREF_PT_theme_interface_styles(CenterAlignMixIn, ThemePanel, bpy.types
2871
2756
  """
2872
2757
 
2873
2758
  :return: The RNA type or default when not found.
2874
- :rtype: bpy.types.Struct
2875
2759
  """
2876
2760
 
2877
2761
  def bl_rna_get_subclass_py(self) -> typing.Any:
2878
2762
  """
2879
2763
 
2880
2764
  :return: The class or default when not found.
2881
- :rtype: typing.Any
2882
2765
  """
2883
2766
 
2884
2767
  def draw_centered(self, context, layout) -> None:
@@ -2888,8 +2771,8 @@ class USERPREF_PT_theme_interface_styles(CenterAlignMixIn, ThemePanel, bpy.types
2888
2771
  :param layout:
2889
2772
  """
2890
2773
 
2891
- class USERPREF_PT_theme_interface_transparent_checker(
2892
- CenterAlignMixIn, ThemePanel, bpy.types.Panel
2774
+ class USERPREF_PT_theme_interface_styles(
2775
+ CenterAlignMixIn, ThemePanel, _bpy_types.Panel
2893
2776
  ):
2894
2777
  """Base class for panels to center align contents with some horizontal margin.
2895
2778
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -2908,14 +2791,12 @@ class USERPREF_PT_theme_interface_transparent_checker(
2908
2791
  """
2909
2792
 
2910
2793
  :return: The RNA type or default when not found.
2911
- :rtype: bpy.types.Struct
2912
2794
  """
2913
2795
 
2914
2796
  def bl_rna_get_subclass_py(self) -> typing.Any:
2915
2797
  """
2916
2798
 
2917
2799
  :return: The class or default when not found.
2918
- :rtype: typing.Any
2919
2800
  """
2920
2801
 
2921
2802
  def draw_centered(self, context, layout) -> None:
@@ -2925,7 +2806,9 @@ class USERPREF_PT_theme_interface_transparent_checker(
2925
2806
  :param layout:
2926
2807
  """
2927
2808
 
2928
- class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2809
+ class USERPREF_PT_theme_interface_transparent_checker(
2810
+ CenterAlignMixIn, ThemePanel, _bpy_types.Panel
2811
+ ):
2929
2812
  """Base class for panels to center align contents with some horizontal margin.
2930
2813
  Deriving classes need to implement a draw_centered(context, layout) function.
2931
2814
  """
@@ -2933,6 +2816,7 @@ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Pan
2933
2816
  bl_context: typing.Any
2934
2817
  bl_label: typing.Any
2935
2818
  bl_options: typing.Any
2819
+ bl_parent_id: typing.Any
2936
2820
  bl_region_type: typing.Any
2937
2821
  bl_rna: typing.Any
2938
2822
  bl_space_type: typing.Any
@@ -2942,14 +2826,12 @@ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Pan
2942
2826
  """
2943
2827
 
2944
2828
  :return: The RNA type or default when not found.
2945
- :rtype: bpy.types.Struct
2946
2829
  """
2947
2830
 
2948
2831
  def bl_rna_get_subclass_py(self) -> typing.Any:
2949
2832
  """
2950
2833
 
2951
2834
  :return: The class or default when not found.
2952
- :rtype: typing.Any
2953
2835
  """
2954
2836
 
2955
2837
  def draw_centered(self, context, layout) -> None:
@@ -2959,13 +2841,7 @@ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Pan
2959
2841
  :param layout:
2960
2842
  """
2961
2843
 
2962
- def draw_header(self, _context) -> None:
2963
- """
2964
-
2965
- :param _context:
2966
- """
2967
-
2968
- class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2844
+ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
2969
2845
  """Base class for panels to center align contents with some horizontal margin.
2970
2846
  Deriving classes need to implement a draw_centered(context, layout) function.
2971
2847
  """
@@ -2982,14 +2858,12 @@ class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel
2982
2858
  """
2983
2859
 
2984
2860
  :return: The RNA type or default when not found.
2985
- :rtype: bpy.types.Struct
2986
2861
  """
2987
2862
 
2988
2863
  def bl_rna_get_subclass_py(self) -> typing.Any:
2989
2864
  """
2990
2865
 
2991
2866
  :return: The class or default when not found.
2992
- :rtype: typing.Any
2993
2867
  """
2994
2868
 
2995
2869
  def draw_centered(self, context, layout) -> None:
@@ -3005,7 +2879,7 @@ class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel
3005
2879
  :param _context:
3006
2880
  """
3007
2881
 
3008
- class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2882
+ class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
3009
2883
  """Base class for panels to center align contents with some horizontal margin.
3010
2884
  Deriving classes need to implement a draw_centered(context, layout) function.
3011
2885
  """
@@ -3022,20 +2896,19 @@ class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, bpy.types.P
3022
2896
  """
3023
2897
 
3024
2898
  :return: The RNA type or default when not found.
3025
- :rtype: bpy.types.Struct
3026
2899
  """
3027
2900
 
3028
2901
  def bl_rna_get_subclass_py(self) -> typing.Any:
3029
2902
  """
3030
2903
 
3031
2904
  :return: The class or default when not found.
3032
- :rtype: typing.Any
3033
2905
  """
3034
2906
 
3035
- def draw(self, context) -> None:
2907
+ def draw_centered(self, context, layout) -> None:
3036
2908
  """
3037
2909
 
3038
2910
  :param context:
2911
+ :param layout:
3039
2912
  """
3040
2913
 
3041
2914
  def draw_header(self, _context) -> None:
@@ -3044,13 +2917,14 @@ class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, bpy.types.P
3044
2917
  :param _context:
3045
2918
  """
3046
2919
 
3047
- class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
2920
+ class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, _bpy_types.Panel):
3048
2921
  """Base class for panels to center align contents with some horizontal margin.
3049
2922
  Deriving classes need to implement a draw_centered(context, layout) function.
3050
2923
  """
3051
2924
 
3052
2925
  bl_context: typing.Any
3053
2926
  bl_label: typing.Any
2927
+ bl_options: typing.Any
3054
2928
  bl_region_type: typing.Any
3055
2929
  bl_rna: typing.Any
3056
2930
  bl_space_type: typing.Any
@@ -3060,24 +2934,27 @@ class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
3060
2934
  """
3061
2935
 
3062
2936
  :return: The RNA type or default when not found.
3063
- :rtype: bpy.types.Struct
3064
2937
  """
3065
2938
 
3066
2939
  def bl_rna_get_subclass_py(self) -> typing.Any:
3067
2940
  """
3068
2941
 
3069
2942
  :return: The class or default when not found.
3070
- :rtype: typing.Any
3071
2943
  """
3072
2944
 
3073
- def draw_centered(self, context, layout) -> None:
2945
+ def draw(self, context) -> None:
3074
2946
  """
3075
2947
 
3076
2948
  :param context:
3077
- :param layout:
3078
2949
  """
3079
2950
 
3080
- class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
2951
+ def draw_header(self, _context) -> None:
2952
+ """
2953
+
2954
+ :param _context:
2955
+ """
2956
+
2957
+ class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, _bpy_types.Panel):
3081
2958
  """Base class for panels to center align contents with some horizontal margin.
3082
2959
  Deriving classes need to implement a draw_centered(context, layout) function.
3083
2960
  """
@@ -3093,14 +2970,12 @@ class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
3093
2970
  """
3094
2971
 
3095
2972
  :return: The RNA type or default when not found.
3096
- :rtype: bpy.types.Struct
3097
2973
  """
3098
2974
 
3099
2975
  def bl_rna_get_subclass_py(self) -> typing.Any:
3100
2976
  """
3101
2977
 
3102
2978
  :return: The class or default when not found.
3103
- :rtype: typing.Any
3104
2979
  """
3105
2980
 
3106
2981
  def draw_centered(self, context, layout) -> None:
@@ -3110,14 +2985,13 @@ class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
3110
2985
  :param layout:
3111
2986
  """
3112
2987
 
3113
- class USERPREF_PT_viewport_selection(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
2988
+ class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, _bpy_types.Panel):
3114
2989
  """Base class for panels to center align contents with some horizontal margin.
3115
2990
  Deriving classes need to implement a draw_centered(context, layout) function.
3116
2991
  """
3117
2992
 
3118
2993
  bl_context: typing.Any
3119
2994
  bl_label: typing.Any
3120
- bl_options: typing.Any
3121
2995
  bl_region_type: typing.Any
3122
2996
  bl_rna: typing.Any
3123
2997
  bl_space_type: typing.Any
@@ -3127,14 +3001,12 @@ class USERPREF_PT_viewport_selection(CenterAlignMixIn, ViewportPanel, bpy.types.
3127
3001
  """
3128
3002
 
3129
3003
  :return: The RNA type or default when not found.
3130
- :rtype: bpy.types.Struct
3131
3004
  """
3132
3005
 
3133
3006
  def bl_rna_get_subclass_py(self) -> typing.Any:
3134
3007
  """
3135
3008
 
3136
3009
  :return: The class or default when not found.
3137
- :rtype: typing.Any
3138
3010
  """
3139
3011
 
3140
3012
  def draw_centered(self, context, layout) -> None:
@@ -3145,7 +3017,7 @@ class USERPREF_PT_viewport_selection(CenterAlignMixIn, ViewportPanel, bpy.types.
3145
3017
  """
3146
3018
 
3147
3019
  class USERPREF_PT_viewport_subdivision(
3148
- CenterAlignMixIn, ViewportPanel, bpy.types.Panel
3020
+ CenterAlignMixIn, ViewportPanel, _bpy_types.Panel
3149
3021
  ):
3150
3022
  """Base class for panels to center align contents with some horizontal margin.
3151
3023
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -3163,14 +3035,12 @@ class USERPREF_PT_viewport_subdivision(
3163
3035
  """
3164
3036
 
3165
3037
  :return: The RNA type or default when not found.
3166
- :rtype: bpy.types.Struct
3167
3038
  """
3168
3039
 
3169
3040
  def bl_rna_get_subclass_py(self) -> typing.Any:
3170
3041
  """
3171
3042
 
3172
3043
  :return: The class or default when not found.
3173
- :rtype: typing.Any
3174
3044
  """
3175
3045
 
3176
3046
  def draw_centered(self, context, layout) -> None:
@@ -3180,7 +3050,7 @@ class USERPREF_PT_viewport_subdivision(
3180
3050
  :param layout:
3181
3051
  """
3182
3052
 
3183
- class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
3053
+ class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, _bpy_types.Panel):
3184
3054
  """Base class for panels to center align contents with some horizontal margin.
3185
3055
  Deriving classes need to implement a draw_centered(context, layout) function.
3186
3056
  """
@@ -3196,14 +3066,12 @@ class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, bpy.types.P
3196
3066
  """
3197
3067
 
3198
3068
  :return: The RNA type or default when not found.
3199
- :rtype: bpy.types.Struct
3200
3069
  """
3201
3070
 
3202
3071
  def bl_rna_get_subclass_py(self) -> typing.Any:
3203
3072
  """
3204
3073
 
3205
3074
  :return: The class or default when not found.
3206
- :rtype: typing.Any
3207
3075
  """
3208
3076
 
3209
3077
  def draw_centered(self, context, layout) -> None:
@@ -3213,7 +3081,7 @@ class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, bpy.types.P
3213
3081
  :param layout:
3214
3082
  """
3215
3083
 
3216
- class USERPREF_UL_asset_libraries(bpy.types.UIList):
3084
+ class USERPREF_UL_asset_libraries(_bpy_types.UIList):
3217
3085
  bl_rna: typing.Any
3218
3086
  id_data: typing.Any
3219
3087
 
@@ -3221,14 +3089,12 @@ class USERPREF_UL_asset_libraries(bpy.types.UIList):
3221
3089
  """
3222
3090
 
3223
3091
  :return: The RNA type or default when not found.
3224
- :rtype: bpy.types.Struct
3225
3092
  """
3226
3093
 
3227
3094
  def bl_rna_get_subclass_py(self) -> typing.Any:
3228
3095
  """
3229
3096
 
3230
3097
  :return: The class or default when not found.
3231
- :rtype: typing.Any
3232
3098
  """
3233
3099
 
3234
3100
  def draw_item(
@@ -3254,7 +3120,7 @@ class USERPREF_UL_asset_libraries(bpy.types.UIList):
3254
3120
  :param _index:
3255
3121
  """
3256
3122
 
3257
- class USERPREF_UL_extension_repos(bpy.types.UIList):
3123
+ class USERPREF_UL_extension_repos(_bpy_types.UIList):
3258
3124
  bl_rna: typing.Any
3259
3125
  id_data: typing.Any
3260
3126
 
@@ -3262,14 +3128,12 @@ class USERPREF_UL_extension_repos(bpy.types.UIList):
3262
3128
  """
3263
3129
 
3264
3130
  :return: The RNA type or default when not found.
3265
- :rtype: bpy.types.Struct
3266
3131
  """
3267
3132
 
3268
3133
  def bl_rna_get_subclass_py(self) -> typing.Any:
3269
3134
  """
3270
3135
 
3271
3136
  :return: The class or default when not found.
3272
- :rtype: typing.Any
3273
3137
  """
3274
3138
 
3275
3139
  def draw_item(