fake-bpy-module 20240705__py3-none-any.whl → 20240707__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (317) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/extensions/__init__.pyi +1 -0
  3. _bpy_internal/extensions/junction_module/__init__.pyi +1 -0
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -0
  5. _bpy_internal/freedesktop/__init__.pyi +1 -0
  6. addon_utils/__init__.pyi +1 -0
  7. animsys_refactor/__init__.pyi +1 -0
  8. aud/__init__.pyi +1 -0
  9. bgl/__init__.pyi +1 -0
  10. bl_app_override/__init__.pyi +1 -0
  11. bl_app_override/helpers/__init__.pyi +1 -0
  12. bl_app_template_utils/__init__.pyi +1 -0
  13. bl_console_utils/__init__.pyi +1 -0
  14. bl_console_utils/autocomplete/__init__.pyi +1 -0
  15. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
  16. bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
  18. bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
  19. bl_i18n_utils/__init__.pyi +1 -0
  20. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  21. bl_i18n_utils/merge_po/__init__.pyi +1 -0
  22. bl_i18n_utils/settings/__init__.pyi +1 -0
  23. bl_i18n_utils/utils/__init__.pyi +1 -0
  24. bl_i18n_utils/utils_cli/__init__.pyi +1 -0
  25. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
  26. bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
  27. bl_keymap_utils/__init__.pyi +1 -0
  28. bl_keymap_utils/io/__init__.pyi +1 -0
  29. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
  30. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
  31. bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
  32. bl_keymap_utils/versioning/__init__.pyi +1 -0
  33. bl_math/__init__.pyi +1 -0
  34. bl_operators/__init__.pyi +1 -0
  35. bl_operators/add_mesh_torus/__init__.pyi +1 -0
  36. bl_operators/anim/__init__.pyi +1 -0
  37. bl_operators/assets/__init__.pyi +9 -8
  38. bl_operators/bmesh/__init__.pyi +1 -0
  39. bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
  40. bl_operators/clip/__init__.pyi +1 -0
  41. bl_operators/connect_to_output/__init__.pyi +1 -0
  42. bl_operators/console/__init__.pyi +1 -0
  43. bl_operators/constraint/__init__.pyi +1 -0
  44. bl_operators/file/__init__.pyi +1 -0
  45. bl_operators/freestyle/__init__.pyi +1 -0
  46. bl_operators/geometry_nodes/__init__.pyi +1 -0
  47. bl_operators/image/__init__.pyi +1 -0
  48. bl_operators/image_as_planes/__init__.pyi +44 -43
  49. bl_operators/mesh/__init__.pyi +1 -0
  50. bl_operators/node/__init__.pyi +235 -234
  51. bl_operators/node_editor/__init__.pyi +1 -0
  52. bl_operators/node_editor/node_functions/__init__.pyi +1 -0
  53. bl_operators/object/__init__.pyi +1 -0
  54. bl_operators/object_align/__init__.pyi +1 -0
  55. bl_operators/object_quick_effects/__init__.pyi +22 -21
  56. bl_operators/object_randomize_transform/__init__.pyi +1 -0
  57. bl_operators/presets/__init__.pyi +389 -388
  58. bl_operators/rigidbody/__init__.pyi +1 -0
  59. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
  60. bl_operators/sequencer/__init__.pyi +1 -0
  61. bl_operators/spreadsheet/__init__.pyi +1 -0
  62. bl_operators/userpref/__init__.pyi +1 -0
  63. bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
  64. bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
  65. bl_operators/uvcalc_transform/__init__.pyi +1 -0
  66. bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
  67. bl_operators/view3d/__init__.pyi +1 -0
  68. bl_operators/wm/__init__.pyi +1 -0
  69. bl_operators/world/__init__.pyi +1 -0
  70. bl_previews_utils/__init__.pyi +1 -0
  71. bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
  72. bl_rna_utils/__init__.pyi +1 -0
  73. bl_rna_utils/data_path/__init__.pyi +1 -0
  74. bl_text_utils/__init__.pyi +1 -0
  75. bl_text_utils/external_editor/__init__.pyi +1 -0
  76. bl_ui/__init__.pyi +1 -0
  77. bl_ui/anim/__init__.pyi +1 -0
  78. bl_ui/asset_shelf/__init__.pyi +1 -0
  79. bl_ui/generic_ui_list/__init__.pyi +1 -0
  80. bl_ui/node_add_menu/__init__.pyi +1 -0
  81. bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
  82. bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
  83. bl_ui/node_add_menu_shader/__init__.pyi +1 -0
  84. bl_ui/node_add_menu_texture/__init__.pyi +1 -0
  85. bl_ui/properties_animviz/__init__.pyi +1 -0
  86. bl_ui/properties_collection/__init__.pyi +13 -12
  87. bl_ui/properties_constraint/__init__.pyi +955 -954
  88. bl_ui/properties_data_armature/__init__.pyi +86 -85
  89. bl_ui/properties_data_bone/__init__.pyi +13 -12
  90. bl_ui/properties_data_camera/__init__.pyi +1 -0
  91. bl_ui/properties_data_curve/__init__.pyi +93 -92
  92. bl_ui/properties_data_curves/__init__.pyi +13 -12
  93. bl_ui/properties_data_empty/__init__.pyi +13 -12
  94. bl_ui/properties_data_gpencil/__init__.pyi +266 -265
  95. bl_ui/properties_data_grease_pencil/__init__.pyi +313 -312
  96. bl_ui/properties_data_lattice/__init__.pyi +13 -12
  97. bl_ui/properties_data_light/__init__.pyi +13 -12
  98. bl_ui/properties_data_lightprobe/__init__.pyi +13 -12
  99. bl_ui/properties_data_mesh/__init__.pyi +528 -527
  100. bl_ui/properties_data_metaball/__init__.pyi +13 -12
  101. bl_ui/properties_data_modifier/__init__.pyi +20 -19
  102. bl_ui/properties_data_pointcloud/__init__.pyi +141 -140
  103. bl_ui/properties_data_shaderfx/__init__.pyi +6 -5
  104. bl_ui/properties_data_speaker/__init__.pyi +13 -12
  105. bl_ui/properties_data_volume/__init__.pyi +66 -65
  106. bl_ui/properties_freestyle/__init__.pyi +249 -248
  107. bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
  108. bl_ui/properties_mask_common/__init__.pyi +1 -0
  109. bl_ui/properties_material/__init__.pyi +146 -145
  110. bl_ui/properties_material_gpencil/__init__.pyi +87 -86
  111. bl_ui/properties_object/__init__.pyi +76 -75
  112. bl_ui/properties_output/__init__.pyi +202 -201
  113. bl_ui/properties_paint_common/__init__.pyi +1 -0
  114. bl_ui/properties_particle/__init__.pyi +221 -220
  115. bl_ui/properties_physics_cloth/__init__.pyi +13 -12
  116. bl_ui/properties_physics_common/__init__.pyi +13 -12
  117. bl_ui/properties_physics_dynamicpaint/__init__.pyi +188 -187
  118. bl_ui/properties_physics_field/__init__.pyi +20 -19
  119. bl_ui/properties_physics_fluid/__init__.pyi +62 -61
  120. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
  121. bl_ui/properties_physics_rigidbody/__init__.pyi +6 -5
  122. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +6 -5
  123. bl_ui/properties_physics_softbody/__init__.pyi +13 -12
  124. bl_ui/properties_render/__init__.pyi +218 -217
  125. bl_ui/properties_scene/__init__.pyi +144 -143
  126. bl_ui/properties_texture/__init__.pyi +157 -156
  127. bl_ui/properties_view_layer/__init__.pyi +79 -78
  128. bl_ui/properties_workspace/__init__.pyi +65 -64
  129. bl_ui/properties_world/__init__.pyi +13 -12
  130. bl_ui/space_clip/__init__.pyi +367 -366
  131. bl_ui/space_console/__init__.pyi +1 -0
  132. bl_ui/space_dopesheet/__init__.pyi +177 -176
  133. bl_ui/space_filebrowser/__init__.pyi +736 -735
  134. bl_ui/space_graph/__init__.pyi +1 -0
  135. bl_ui/space_image/__init__.pyi +647 -646
  136. bl_ui/space_info/__init__.pyi +1 -0
  137. bl_ui/space_nla/__init__.pyi +1 -0
  138. bl_ui/space_node/__init__.pyi +1 -0
  139. bl_ui/space_outliner/__init__.pyi +1 -0
  140. bl_ui/space_properties/__init__.pyi +1 -0
  141. bl_ui/space_sequencer/__init__.pyi +842 -389
  142. bl_ui/space_spreadsheet/__init__.pyi +1 -0
  143. bl_ui/space_statusbar/__init__.pyi +1 -0
  144. bl_ui/space_text/__init__.pyi +1 -0
  145. bl_ui/space_time/__init__.pyi +12 -11
  146. bl_ui/space_toolsystem_common/__init__.pyi +1 -0
  147. bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
  148. bl_ui/space_topbar/__init__.pyi +1 -0
  149. bl_ui/space_userpref/__init__.pyi +685 -684
  150. bl_ui/space_view3d/__init__.pyi +1153 -1152
  151. bl_ui/space_view3d_toolbar/__init__.pyi +2832 -2831
  152. bl_ui/temp_anim_layers/__init__.pyi +1 -0
  153. bl_ui/utils/__init__.pyi +1 -0
  154. bl_ui_utils/__init__.pyi +1 -0
  155. bl_ui_utils/bug_report_url/__init__.pyi +1 -0
  156. bl_ui_utils/layout/__init__.pyi +1 -0
  157. blend_render_info/__init__.pyi +1 -0
  158. blf/__init__.pyi +1 -0
  159. bmesh/__init__.pyi +1 -0
  160. bmesh/geometry/__init__.pyi +1 -0
  161. bmesh/ops/__init__.pyi +1 -0
  162. bmesh/types/__init__.pyi +1 -0
  163. bmesh/utils/__init__.pyi +1 -0
  164. bpy/__init__.pyi +1 -0
  165. bpy/app/__init__.pyi +1 -0
  166. bpy/app/handlers/__init__.pyi +1 -0
  167. bpy/app/icons/__init__.pyi +1 -0
  168. bpy/app/timers/__init__.pyi +1 -0
  169. bpy/app/translations/__init__.pyi +1 -0
  170. bpy/msgbus/__init__.pyi +1 -0
  171. bpy/ops/__init__.pyi +1 -0
  172. bpy/ops/action/__init__.pyi +1 -0
  173. bpy/ops/anim/__init__.pyi +15 -14
  174. bpy/ops/armature/__init__.pyi +1 -0
  175. bpy/ops/asset/__init__.pyi +1 -0
  176. bpy/ops/boid/__init__.pyi +1 -0
  177. bpy/ops/brush/__init__.pyi +1 -0
  178. bpy/ops/buttons/__init__.pyi +1 -0
  179. bpy/ops/cachefile/__init__.pyi +1 -0
  180. bpy/ops/camera/__init__.pyi +1 -0
  181. bpy/ops/clip/__init__.pyi +1 -0
  182. bpy/ops/cloth/__init__.pyi +1 -0
  183. bpy/ops/collection/__init__.pyi +1 -0
  184. bpy/ops/console/__init__.pyi +1 -0
  185. bpy/ops/constraint/__init__.pyi +1 -0
  186. bpy/ops/curve/__init__.pyi +1 -0
  187. bpy/ops/curves/__init__.pyi +1 -0
  188. bpy/ops/cycles/__init__.pyi +1 -0
  189. bpy/ops/dpaint/__init__.pyi +1 -0
  190. bpy/ops/ed/__init__.pyi +1 -0
  191. bpy/ops/export_anim/__init__.pyi +1 -0
  192. bpy/ops/export_scene/__init__.pyi +1 -0
  193. bpy/ops/extensions/__init__.pyi +1 -0
  194. bpy/ops/file/__init__.pyi +1 -0
  195. bpy/ops/fluid/__init__.pyi +1 -0
  196. bpy/ops/font/__init__.pyi +1 -0
  197. bpy/ops/geometry/__init__.pyi +1 -0
  198. bpy/ops/gizmogroup/__init__.pyi +1 -0
  199. bpy/ops/gpencil/__init__.pyi +1 -0
  200. bpy/ops/graph/__init__.pyi +1 -0
  201. bpy/ops/grease_pencil/__init__.pyi +19 -0
  202. bpy/ops/image/__init__.pyi +1 -0
  203. bpy/ops/import_anim/__init__.pyi +1 -0
  204. bpy/ops/import_curve/__init__.pyi +1 -0
  205. bpy/ops/import_scene/__init__.pyi +1 -0
  206. bpy/ops/info/__init__.pyi +1 -0
  207. bpy/ops/lattice/__init__.pyi +1 -0
  208. bpy/ops/marker/__init__.pyi +1 -0
  209. bpy/ops/mask/__init__.pyi +1 -0
  210. bpy/ops/material/__init__.pyi +1 -0
  211. bpy/ops/mball/__init__.pyi +1 -0
  212. bpy/ops/mesh/__init__.pyi +7 -2
  213. bpy/ops/nla/__init__.pyi +1 -0
  214. bpy/ops/node/__init__.pyi +1 -0
  215. bpy/ops/object/__init__.pyi +2 -1
  216. bpy/ops/outliner/__init__.pyi +1 -0
  217. bpy/ops/paint/__init__.pyi +1 -0
  218. bpy/ops/paintcurve/__init__.pyi +1 -0
  219. bpy/ops/palette/__init__.pyi +1 -0
  220. bpy/ops/particle/__init__.pyi +1 -0
  221. bpy/ops/pose/__init__.pyi +1 -0
  222. bpy/ops/poselib/__init__.pyi +1 -0
  223. bpy/ops/preferences/__init__.pyi +1 -0
  224. bpy/ops/ptcache/__init__.pyi +1 -0
  225. bpy/ops/render/__init__.pyi +1 -0
  226. bpy/ops/rigidbody/__init__.pyi +1 -0
  227. bpy/ops/scene/__init__.pyi +1 -0
  228. bpy/ops/screen/__init__.pyi +1 -0
  229. bpy/ops/script/__init__.pyi +1 -0
  230. bpy/ops/sculpt/__init__.pyi +1 -0
  231. bpy/ops/sculpt_curves/__init__.pyi +1 -0
  232. bpy/ops/sequencer/__init__.pyi +1 -0
  233. bpy/ops/sound/__init__.pyi +1 -0
  234. bpy/ops/spreadsheet/__init__.pyi +1 -0
  235. bpy/ops/surface/__init__.pyi +1 -0
  236. bpy/ops/text/__init__.pyi +1 -0
  237. bpy/ops/text_editor/__init__.pyi +1 -0
  238. bpy/ops/texture/__init__.pyi +1 -0
  239. bpy/ops/transform/__init__.pyi +17 -16
  240. bpy/ops/ui/__init__.pyi +1 -0
  241. bpy/ops/uilist/__init__.pyi +1 -0
  242. bpy/ops/uv/__init__.pyi +1 -0
  243. bpy/ops/view2d/__init__.pyi +1 -0
  244. bpy/ops/view3d/__init__.pyi +1 -0
  245. bpy/ops/wm/__init__.pyi +5 -4
  246. bpy/ops/workspace/__init__.pyi +1 -0
  247. bpy/ops/world/__init__.pyi +1 -0
  248. bpy/path/__init__.pyi +1 -0
  249. bpy/props/__init__.pyi +1 -0
  250. bpy/types/__init__.pyi +68824 -68756
  251. bpy/utils/__init__.pyi +1 -0
  252. bpy/utils/previews/__init__.pyi +1 -0
  253. bpy/utils/units/__init__.pyi +1 -0
  254. bpy_extras/__init__.pyi +1 -0
  255. bpy_extras/anim_utils/__init__.pyi +1 -0
  256. bpy_extras/asset_utils/__init__.pyi +1 -0
  257. bpy_extras/bmesh_utils/__init__.pyi +1 -0
  258. bpy_extras/id_map_utils/__init__.pyi +1 -0
  259. bpy_extras/image_utils/__init__.pyi +1 -0
  260. bpy_extras/io_utils/__init__.pyi +1 -0
  261. bpy_extras/keyconfig_utils/__init__.pyi +1 -0
  262. bpy_extras/mesh_utils/__init__.pyi +1 -0
  263. bpy_extras/node_shader_utils/__init__.pyi +1 -0
  264. bpy_extras/node_utils/__init__.pyi +1 -0
  265. bpy_extras/object_utils/__init__.pyi +1 -0
  266. bpy_extras/view3d_utils/__init__.pyi +1 -0
  267. bpy_extras/wm_utils/__init__.pyi +1 -0
  268. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
  269. bpy_restrict_state/__init__.pyi +1 -0
  270. bpy_types/__init__.pyi +1 -0
  271. console_python/__init__.pyi +1 -0
  272. console_shell/__init__.pyi +1 -0
  273. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
  274. fake_bpy_module-20240707.dist-info/RECORD +358 -0
  275. freestyle/__init__.pyi +1 -0
  276. freestyle/chainingiterators/__init__.pyi +1 -0
  277. freestyle/functions/__init__.pyi +1 -0
  278. freestyle/predicates/__init__.pyi +1 -0
  279. freestyle/shaders/__init__.pyi +1 -0
  280. freestyle/types/__init__.pyi +1 -0
  281. freestyle/utils/ContextFunctions/__init__.pyi +1 -0
  282. freestyle/utils/__init__.pyi +2 -1
  283. gpu/__init__.pyi +1 -0
  284. gpu/capabilities/__init__.pyi +1 -0
  285. gpu/matrix/__init__.pyi +1 -0
  286. gpu/platform/__init__.pyi +1 -0
  287. gpu/select/__init__.pyi +1 -0
  288. gpu/shader/__init__.pyi +1 -0
  289. gpu/state/__init__.pyi +1 -0
  290. gpu/texture/__init__.pyi +1 -0
  291. gpu/types/__init__.pyi +1 -0
  292. gpu_extras/__init__.pyi +1 -0
  293. gpu_extras/batch/__init__.pyi +1 -0
  294. gpu_extras/presets/__init__.pyi +1 -0
  295. graphviz_export/__init__.pyi +1 -0
  296. idprop/__init__.pyi +1 -0
  297. idprop/types/__init__.pyi +1 -0
  298. imbuf/__init__.pyi +1 -0
  299. imbuf/types/__init__.pyi +1 -0
  300. keyingsets_builtins/__init__.pyi +88 -87
  301. keyingsets_utils/__init__.pyi +1 -0
  302. mathutils/__init__.pyi +157 -6
  303. mathutils/bvhtree/__init__.pyi +1 -0
  304. mathutils/geometry/__init__.pyi +1 -0
  305. mathutils/interpolate/__init__.pyi +1 -0
  306. mathutils/kdtree/__init__.pyi +1 -0
  307. mathutils/noise/__init__.pyi +1 -0
  308. nodeitems_builtins/__init__.pyi +8 -7
  309. nodeitems_utils/__init__.pyi +1 -0
  310. rna_info/__init__.pyi +1 -0
  311. rna_keymap_ui/__init__.pyi +1 -0
  312. rna_prop_ui/__init__.pyi +1 -0
  313. rna_xml/__init__.pyi +1 -0
  314. sys_info/__init__.pyi +1 -0
  315. fake_bpy_module-20240705.dist-info/RECORD +0 -358
  316. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
  317. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import bl_ui.utils
4
5
  import bpy.types
5
6
  import bpy_types
@@ -2318,12 +2319,13 @@ class USERPREF_MT_view(bpy_types._GenericUI):
2318
2319
  """
2319
2320
  ...
2320
2321
 
2321
- class USERPREF_PT_addons_filter(bpy_types._GenericUI):
2322
+ class USERPREF_PT_addons(AddOnPanel, bpy_types._GenericUI):
2323
+ bl_context: typing.Any
2322
2324
  bl_label: typing.Any
2325
+ bl_options: typing.Any
2323
2326
  bl_region_type: typing.Any
2324
2327
  bl_rna: typing.Any
2325
2328
  bl_space_type: typing.Any
2326
- bl_ui_units_x: typing.Any
2327
2329
  id_data: typing.Any
2328
2330
 
2329
2331
  def append(self, draw_func):
@@ -2365,6 +2367,23 @@ class USERPREF_PT_addons_filter(bpy_types._GenericUI):
2365
2367
  """
2366
2368
  ...
2367
2369
 
2370
+ def draw_addon_preferences(self, layout, context, addon_preferences):
2371
+ """
2372
+
2373
+ :param layout:
2374
+ :param context:
2375
+ :param addon_preferences:
2376
+ """
2377
+ ...
2378
+
2379
+ def draw_error(self, layout, message):
2380
+ """
2381
+
2382
+ :param layout:
2383
+ :param message:
2384
+ """
2385
+ ...
2386
+
2368
2387
  def driver_add(self) -> bpy.types.FCurve:
2369
2388
  """Adds driver(s) to the given property
2370
2389
 
@@ -2442,6 +2461,14 @@ class USERPREF_PT_addons_filter(bpy_types._GenericUI):
2442
2461
  """
2443
2462
  ...
2444
2463
 
2464
+ def is_user_addon(self, mod, user_addon_paths):
2465
+ """
2466
+
2467
+ :param mod:
2468
+ :param user_addon_paths:
2469
+ """
2470
+ ...
2471
+
2445
2472
  def items(self):
2446
2473
  """Returns the items of this objects custom properties (matches Python's
2447
2474
  dictionary function of the same name).
@@ -2537,9 +2564,8 @@ class USERPREF_PT_addons_filter(bpy_types._GenericUI):
2537
2564
  """
2538
2565
  ...
2539
2566
 
2540
- class USERPREF_PT_extensions_repos(bpy_types._GenericUI):
2567
+ class USERPREF_PT_addons_filter(bpy_types._GenericUI):
2541
2568
  bl_label: typing.Any
2542
- bl_options: typing.Any
2543
2569
  bl_region_type: typing.Any
2544
2570
  bl_rna: typing.Any
2545
2571
  bl_space_type: typing.Any
@@ -2757,9 +2783,15 @@ class USERPREF_PT_extensions_repos(bpy_types._GenericUI):
2757
2783
  """
2758
2784
  ...
2759
2785
 
2760
- class USERPREF_PT_navigation_bar(bpy_types._GenericUI):
2786
+ class USERPREF_PT_animation_fcurves(
2787
+ AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
2788
+ ):
2789
+ """Base class for panels to center align contents with some horizontal margin.
2790
+ Deriving classes need to implement a draw_centered(context, layout) function.
2791
+ """
2792
+
2793
+ bl_context: typing.Any
2761
2794
  bl_label: typing.Any
2762
- bl_options: typing.Any
2763
2795
  bl_region_type: typing.Any
2764
2796
  bl_rna: typing.Any
2765
2797
  bl_space_type: typing.Any
@@ -2804,6 +2836,14 @@ class USERPREF_PT_navigation_bar(bpy_types._GenericUI):
2804
2836
  """
2805
2837
  ...
2806
2838
 
2839
+ def draw_centered(self, context, layout):
2840
+ """
2841
+
2842
+ :param context:
2843
+ :param layout:
2844
+ """
2845
+ ...
2846
+
2807
2847
  def driver_add(self) -> bpy.types.FCurve:
2808
2848
  """Adds driver(s) to the given property
2809
2849
 
@@ -2976,12 +3016,18 @@ class USERPREF_PT_navigation_bar(bpy_types._GenericUI):
2976
3016
  """
2977
3017
  ...
2978
3018
 
2979
- class USERPREF_PT_ndof_settings(bpy_types._GenericUI):
3019
+ class USERPREF_PT_animation_keyframes(
3020
+ AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
3021
+ ):
3022
+ """Base class for panels to center align contents with some horizontal margin.
3023
+ Deriving classes need to implement a draw_centered(context, layout) function.
3024
+ """
3025
+
3026
+ bl_context: typing.Any
2980
3027
  bl_label: typing.Any
2981
3028
  bl_region_type: typing.Any
2982
3029
  bl_rna: typing.Any
2983
3030
  bl_space_type: typing.Any
2984
- bl_ui_units_x: typing.Any
2985
3031
  id_data: typing.Any
2986
3032
 
2987
3033
  def append(self, draw_func):
@@ -3023,12 +3069,11 @@ class USERPREF_PT_ndof_settings(bpy_types._GenericUI):
3023
3069
  """
3024
3070
  ...
3025
3071
 
3026
- def draw_settings(self, layout, props, show_3dview_settings=True):
3072
+ def draw_centered(self, context, layout):
3027
3073
  """
3028
3074
 
3075
+ :param context:
3029
3076
  :param layout:
3030
- :param props:
3031
- :param show_3dview_settings:
3032
3077
  """
3033
3078
  ...
3034
3079
 
@@ -3204,9 +3249,15 @@ class USERPREF_PT_ndof_settings(bpy_types._GenericUI):
3204
3249
  """
3205
3250
  ...
3206
3251
 
3207
- class USERPREF_PT_save_preferences(bpy_types._GenericUI):
3252
+ class USERPREF_PT_animation_timeline(
3253
+ AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
3254
+ ):
3255
+ """Base class for panels to center align contents with some horizontal margin.
3256
+ Deriving classes need to implement a draw_centered(context, layout) function.
3257
+ """
3258
+
3259
+ bl_context: typing.Any
3208
3260
  bl_label: typing.Any
3209
- bl_options: typing.Any
3210
3261
  bl_region_type: typing.Any
3211
3262
  bl_rna: typing.Any
3212
3263
  bl_space_type: typing.Any
@@ -3251,6 +3302,14 @@ class USERPREF_PT_save_preferences(bpy_types._GenericUI):
3251
3302
  """
3252
3303
  ...
3253
3304
 
3305
+ def draw_centered(self, context, layout):
3306
+ """
3307
+
3308
+ :param context:
3309
+ :param layout:
3310
+ """
3311
+ ...
3312
+
3254
3313
  def driver_add(self) -> bpy.types.FCurve:
3255
3314
  """Adds driver(s) to the given property
3256
3315
 
@@ -3373,13 +3432,6 @@ class USERPREF_PT_save_preferences(bpy_types._GenericUI):
3373
3432
  """Returns the property from the path, raise an exception when not found."""
3374
3433
  ...
3375
3434
 
3376
- def poll(self, context):
3377
- """
3378
-
3379
- :param context:
3380
- """
3381
- ...
3382
-
3383
3435
  def pop(self):
3384
3436
  """Remove and return the value of the custom property assigned to key or default
3385
3437
  when not found (matches Python's dictionary function of the same name).
@@ -3430,15 +3482,19 @@ class USERPREF_PT_save_preferences(bpy_types._GenericUI):
3430
3482
  """
3431
3483
  ...
3432
3484
 
3433
- class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
3485
+ class USERPREF_PT_edit_annotations(
3486
+ EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
3487
+ ):
3488
+ """Base class for panels to center align contents with some horizontal margin.
3489
+ Deriving classes need to implement a draw_centered(context, layout) function.
3490
+ """
3491
+
3492
+ bl_context: typing.Any
3434
3493
  bl_label: typing.Any
3435
3494
  bl_region_type: typing.Any
3436
3495
  bl_rna: typing.Any
3437
3496
  bl_space_type: typing.Any
3438
3497
  id_data: typing.Any
3439
- preset_add_operator: typing.Any
3440
- preset_operator: typing.Any
3441
- preset_subdir: typing.Any
3442
3498
 
3443
3499
  def append(self, draw_func):
3444
3500
  """Append a draw function to this menu,
@@ -3479,17 +3535,10 @@ class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy_types._Generi
3479
3535
  """
3480
3536
  ...
3481
3537
 
3482
- def draw_menu(self, layout, text=None):
3483
- """
3484
-
3485
- :param layout:
3486
- :param text:
3487
- """
3488
- ...
3489
-
3490
- def draw_panel_header(self, layout):
3538
+ def draw_centered(self, context, layout):
3491
3539
  """
3492
3540
 
3541
+ :param context:
3493
3542
  :param layout:
3494
3543
  """
3495
3544
  ...
@@ -3612,40 +3661,6 @@ class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy_types._Generi
3612
3661
  """
3613
3662
  ...
3614
3663
 
3615
- def path_menu(
3616
- self,
3617
- searchpaths: list[str],
3618
- operator: str,
3619
- props_default: dict = None,
3620
- prop_filepath: str | None = "filepath",
3621
- filter_ext: collections.abc.Callable | None = None,
3622
- filter_path=None,
3623
- display_name: collections.abc.Callable | None = None,
3624
- add_operator=None,
3625
- add_operator_props=None,
3626
- ):
3627
- """Populate a menu from a list of paths.
3628
-
3629
- :param searchpaths: Paths to scan.
3630
- :type searchpaths: list[str]
3631
- :param operator: The operator id to use with each file.
3632
- :type operator: str
3633
- :param props_default: Properties to assign to each operator.
3634
- :type props_default: dict
3635
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3636
- :type prop_filepath: str | None
3637
- :param filter_ext: Optional callback that takes the file extensions.
3638
-
3639
- Returning false excludes the file from the list.
3640
- :type filter_ext: collections.abc.Callable | None
3641
- :param filter_path:
3642
- :param display_name: Optional callback that takes the full path, returns the name to display.
3643
- :type display_name: collections.abc.Callable | None
3644
- :param add_operator:
3645
- :param add_operator_props:
3646
- """
3647
- ...
3648
-
3649
3664
  def path_resolve(self):
3650
3665
  """Returns the property from the path, raise an exception when not found."""
3651
3666
  ...
@@ -3700,13 +3715,16 @@ class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy_types._Generi
3700
3715
  """
3701
3716
  ...
3702
3717
 
3703
- class ViewportPanel:
3718
+ class USERPREF_PT_edit_cursor(EditingPanel, CenterAlignMixIn, bpy_types._GenericUI):
3719
+ """Base class for panels to center align contents with some horizontal margin.
3720
+ Deriving classes need to implement a draw_centered(context, layout) function.
3721
+ """
3722
+
3704
3723
  bl_context: typing.Any
3724
+ bl_label: typing.Any
3705
3725
  bl_region_type: typing.Any
3706
- bl_space_type: typing.Any
3707
-
3708
- class USERPREF_UL_asset_libraries(bpy_types._GenericUI):
3709
3726
  bl_rna: typing.Any
3727
+ bl_space_type: typing.Any
3710
3728
  id_data: typing.Any
3711
3729
 
3712
3730
  def append(self, draw_func):
@@ -3741,27 +3759,18 @@ class USERPREF_UL_asset_libraries(bpy_types._GenericUI):
3741
3759
  """
3742
3760
  ...
3743
3761
 
3744
- def draw_item(
3745
- self,
3746
- _context,
3747
- layout,
3748
- _data,
3749
- item,
3750
- icon,
3751
- _active_data,
3752
- _active_propname,
3753
- _index,
3754
- ):
3762
+ def draw(self, context):
3755
3763
  """
3756
3764
 
3757
- :param _context:
3765
+ :param context:
3766
+ """
3767
+ ...
3768
+
3769
+ def draw_centered(self, context, layout):
3770
+ """
3771
+
3772
+ :param context:
3758
3773
  :param layout:
3759
- :param _data:
3760
- :param item:
3761
- :param icon:
3762
- :param _active_data:
3763
- :param _active_propname:
3764
- :param _index:
3765
3774
  """
3766
3775
  ...
3767
3776
 
@@ -3937,8 +3946,17 @@ class USERPREF_UL_asset_libraries(bpy_types._GenericUI):
3937
3946
  """
3938
3947
  ...
3939
3948
 
3940
- class USERPREF_UL_extension_repos(bpy_types._GenericUI):
3949
+ class USERPREF_PT_edit_gpencil(EditingPanel, CenterAlignMixIn, bpy_types._GenericUI):
3950
+ """Base class for panels to center align contents with some horizontal margin.
3951
+ Deriving classes need to implement a draw_centered(context, layout) function.
3952
+ """
3953
+
3954
+ bl_context: typing.Any
3955
+ bl_label: typing.Any
3956
+ bl_options: typing.Any
3957
+ bl_region_type: typing.Any
3941
3958
  bl_rna: typing.Any
3959
+ bl_space_type: typing.Any
3942
3960
  id_data: typing.Any
3943
3961
 
3944
3962
  def append(self, draw_func):
@@ -3973,27 +3991,18 @@ class USERPREF_UL_extension_repos(bpy_types._GenericUI):
3973
3991
  """
3974
3992
  ...
3975
3993
 
3976
- def draw_item(
3977
- self,
3978
- _context,
3979
- layout,
3980
- _data,
3981
- item,
3982
- icon,
3983
- _active_data,
3984
- _active_propname,
3985
- _index,
3986
- ):
3994
+ def draw(self, context):
3987
3995
  """
3988
3996
 
3989
- :param _context:
3997
+ :param context:
3998
+ """
3999
+ ...
4000
+
4001
+ def draw_centered(self, context, layout):
4002
+ """
4003
+
4004
+ :param context:
3990
4005
  :param layout:
3991
- :param _data:
3992
- :param item:
3993
- :param icon:
3994
- :param _active_data:
3995
- :param _active_propname:
3996
- :param _index:
3997
4006
  """
3998
4007
  ...
3999
4008
 
@@ -4013,15 +4022,6 @@ class USERPREF_UL_extension_repos(bpy_types._GenericUI):
4013
4022
  """
4014
4023
  ...
4015
4024
 
4016
- def filter_items(self, _context, data, propname):
4017
- """
4018
-
4019
- :param _context:
4020
- :param data:
4021
- :param propname:
4022
- """
4023
- ...
4024
-
4025
4025
  def get(self):
4026
4026
  """Returns the value of the custom property assigned to key or default
4027
4027
  when not found (matches Python's dictionary function of the same name).
@@ -4178,7 +4178,11 @@ class USERPREF_UL_extension_repos(bpy_types._GenericUI):
4178
4178
  """
4179
4179
  ...
4180
4180
 
4181
- class USERPREF_PT_addons(AddOnPanel, bpy_types._GenericUI):
4181
+ class USERPREF_PT_edit_misc(EditingPanel, CenterAlignMixIn, bpy_types._GenericUI):
4182
+ """Base class for panels to center align contents with some horizontal margin.
4183
+ Deriving classes need to implement a draw_centered(context, layout) function.
4184
+ """
4185
+
4182
4186
  bl_context: typing.Any
4183
4187
  bl_label: typing.Any
4184
4188
  bl_options: typing.Any
@@ -4226,20 +4230,11 @@ class USERPREF_PT_addons(AddOnPanel, bpy_types._GenericUI):
4226
4230
  """
4227
4231
  ...
4228
4232
 
4229
- def draw_addon_preferences(self, layout, context, addon_preferences):
4233
+ def draw_centered(self, context, layout):
4230
4234
  """
4231
4235
 
4232
- :param layout:
4233
4236
  :param context:
4234
- :param addon_preferences:
4235
- """
4236
- ...
4237
-
4238
- def draw_error(self, layout, message):
4239
- """
4240
-
4241
4237
  :param layout:
4242
- :param message:
4243
4238
  """
4244
4239
  ...
4245
4240
 
@@ -4320,14 +4315,6 @@ class USERPREF_PT_addons(AddOnPanel, bpy_types._GenericUI):
4320
4315
  """
4321
4316
  ...
4322
4317
 
4323
- def is_user_addon(self, mod, user_addon_paths):
4324
- """
4325
-
4326
- :param mod:
4327
- :param user_addon_paths:
4328
- """
4329
- ...
4330
-
4331
4318
  def items(self):
4332
4319
  """Returns the items of this objects custom properties (matches Python's
4333
4320
  dictionary function of the same name).
@@ -4423,8 +4410,8 @@ class USERPREF_PT_addons(AddOnPanel, bpy_types._GenericUI):
4423
4410
  """
4424
4411
  ...
4425
4412
 
4426
- class USERPREF_PT_animation_fcurves(
4427
- AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
4413
+ class USERPREF_PT_edit_node_editor(
4414
+ EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
4428
4415
  ):
4429
4416
  """Base class for panels to center align contents with some horizontal margin.
4430
4417
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -4432,6 +4419,7 @@ class USERPREF_PT_animation_fcurves(
4432
4419
 
4433
4420
  bl_context: typing.Any
4434
4421
  bl_label: typing.Any
4422
+ bl_options: typing.Any
4435
4423
  bl_region_type: typing.Any
4436
4424
  bl_rna: typing.Any
4437
4425
  bl_space_type: typing.Any
@@ -4656,13 +4644,7 @@ class USERPREF_PT_animation_fcurves(
4656
4644
  """
4657
4645
  ...
4658
4646
 
4659
- class USERPREF_PT_animation_keyframes(
4660
- AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
4661
- ):
4662
- """Base class for panels to center align contents with some horizontal margin.
4663
- Deriving classes need to implement a draw_centered(context, layout) function.
4664
- """
4665
-
4647
+ class USERPREF_PT_edit_objects(EditingPanel, bpy_types._GenericUI):
4666
4648
  bl_context: typing.Any
4667
4649
  bl_label: typing.Any
4668
4650
  bl_region_type: typing.Any
@@ -4709,14 +4691,6 @@ class USERPREF_PT_animation_keyframes(
4709
4691
  """
4710
4692
  ...
4711
4693
 
4712
- def draw_centered(self, context, layout):
4713
- """
4714
-
4715
- :param context:
4716
- :param layout:
4717
- """
4718
- ...
4719
-
4720
4694
  def driver_add(self) -> bpy.types.FCurve:
4721
4695
  """Adds driver(s) to the given property
4722
4696
 
@@ -4889,8 +4863,8 @@ class USERPREF_PT_animation_keyframes(
4889
4863
  """
4890
4864
  ...
4891
4865
 
4892
- class USERPREF_PT_animation_timeline(
4893
- AnimationPanel, CenterAlignMixIn, bpy_types._GenericUI
4866
+ class USERPREF_PT_edit_objects_duplicate_data(
4867
+ EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
4894
4868
  ):
4895
4869
  """Base class for panels to center align contents with some horizontal margin.
4896
4870
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -4898,6 +4872,8 @@ class USERPREF_PT_animation_timeline(
4898
4872
 
4899
4873
  bl_context: typing.Any
4900
4874
  bl_label: typing.Any
4875
+ bl_options: typing.Any
4876
+ bl_parent_id: typing.Any
4901
4877
  bl_region_type: typing.Any
4902
4878
  bl_rna: typing.Any
4903
4879
  bl_space_type: typing.Any
@@ -5122,7 +5098,7 @@ class USERPREF_PT_animation_timeline(
5122
5098
  """
5123
5099
  ...
5124
5100
 
5125
- class USERPREF_PT_edit_annotations(
5101
+ class USERPREF_PT_edit_objects_new(
5126
5102
  EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
5127
5103
  ):
5128
5104
  """Base class for panels to center align contents with some horizontal margin.
@@ -5131,6 +5107,7 @@ class USERPREF_PT_edit_annotations(
5131
5107
 
5132
5108
  bl_context: typing.Any
5133
5109
  bl_label: typing.Any
5110
+ bl_parent_id: typing.Any
5134
5111
  bl_region_type: typing.Any
5135
5112
  bl_rna: typing.Any
5136
5113
  bl_space_type: typing.Any
@@ -5355,13 +5332,16 @@ class USERPREF_PT_edit_annotations(
5355
5332
  """
5356
5333
  ...
5357
5334
 
5358
- class USERPREF_PT_edit_cursor(EditingPanel, CenterAlignMixIn, bpy_types._GenericUI):
5335
+ class USERPREF_PT_edit_sequence_editor(
5336
+ EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
5337
+ ):
5359
5338
  """Base class for panels to center align contents with some horizontal margin.
5360
5339
  Deriving classes need to implement a draw_centered(context, layout) function.
5361
5340
  """
5362
5341
 
5363
5342
  bl_context: typing.Any
5364
5343
  bl_label: typing.Any
5344
+ bl_options: typing.Any
5365
5345
  bl_region_type: typing.Any
5366
5346
  bl_rna: typing.Any
5367
5347
  bl_space_type: typing.Any
@@ -5586,7 +5566,9 @@ class USERPREF_PT_edit_cursor(EditingPanel, CenterAlignMixIn, bpy_types._Generic
5586
5566
  """
5587
5567
  ...
5588
5568
 
5589
- class USERPREF_PT_edit_gpencil(EditingPanel, CenterAlignMixIn, bpy_types._GenericUI):
5569
+ class USERPREF_PT_edit_text_editor(
5570
+ EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
5571
+ ):
5590
5572
  """Base class for panels to center align contents with some horizontal margin.
5591
5573
  Deriving classes need to implement a draw_centered(context, layout) function.
5592
5574
  """
@@ -5818,7 +5800,9 @@ class USERPREF_PT_edit_gpencil(EditingPanel, CenterAlignMixIn, bpy_types._Generi
5818
5800
  """
5819
5801
  ...
5820
5802
 
5821
- class USERPREF_PT_edit_misc(EditingPanel, CenterAlignMixIn, bpy_types._GenericUI):
5803
+ class USERPREF_PT_edit_weight_paint(
5804
+ EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
5805
+ ):
5822
5806
  """Base class for panels to center align contents with some horizontal margin.
5823
5807
  Deriving classes need to implement a draw_centered(context, layout) function.
5824
5808
  """
@@ -6050,20 +6034,14 @@ class USERPREF_PT_edit_misc(EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
6050
6034
  """
6051
6035
  ...
6052
6036
 
6053
- class USERPREF_PT_edit_node_editor(
6054
- EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
6055
- ):
6056
- """Base class for panels to center align contents with some horizontal margin.
6057
- Deriving classes need to implement a draw_centered(context, layout) function.
6058
- """
6059
-
6037
+ class USERPREF_PT_experimental_debugging(ExperimentalPanel, bpy_types._GenericUI):
6060
6038
  bl_context: typing.Any
6061
6039
  bl_label: typing.Any
6062
- bl_options: typing.Any
6063
6040
  bl_region_type: typing.Any
6064
6041
  bl_rna: typing.Any
6065
6042
  bl_space_type: typing.Any
6066
6043
  id_data: typing.Any
6044
+ url_prefix: typing.Any
6067
6045
 
6068
6046
  def append(self, draw_func):
6069
6047
  """Append a draw function to this menu,
@@ -6104,14 +6082,6 @@ class USERPREF_PT_edit_node_editor(
6104
6082
  """
6105
6083
  ...
6106
6084
 
6107
- def draw_centered(self, context, layout):
6108
- """
6109
-
6110
- :param context:
6111
- :param layout:
6112
- """
6113
- ...
6114
-
6115
6085
  def driver_add(self) -> bpy.types.FCurve:
6116
6086
  """Adds driver(s) to the given property
6117
6087
 
@@ -6234,6 +6204,13 @@ class USERPREF_PT_edit_node_editor(
6234
6204
  """Returns the property from the path, raise an exception when not found."""
6235
6205
  ...
6236
6206
 
6207
+ def poll(self, _context):
6208
+ """
6209
+
6210
+ :param _context:
6211
+ """
6212
+ ...
6213
+
6237
6214
  def pop(self):
6238
6215
  """Remove and return the value of the custom property assigned to key or default
6239
6216
  when not found (matches Python's dictionary function of the same name).
@@ -6284,13 +6261,14 @@ class USERPREF_PT_edit_node_editor(
6284
6261
  """
6285
6262
  ...
6286
6263
 
6287
- class USERPREF_PT_edit_objects(EditingPanel, bpy_types._GenericUI):
6264
+ class USERPREF_PT_experimental_new_features(ExperimentalPanel, bpy_types._GenericUI):
6288
6265
  bl_context: typing.Any
6289
6266
  bl_label: typing.Any
6290
6267
  bl_region_type: typing.Any
6291
6268
  bl_rna: typing.Any
6292
6269
  bl_space_type: typing.Any
6293
6270
  id_data: typing.Any
6271
+ url_prefix: typing.Any
6294
6272
 
6295
6273
  def append(self, draw_func):
6296
6274
  """Append a draw function to this menu,
@@ -6453,6 +6431,13 @@ class USERPREF_PT_edit_objects(EditingPanel, bpy_types._GenericUI):
6453
6431
  """Returns the property from the path, raise an exception when not found."""
6454
6432
  ...
6455
6433
 
6434
+ def poll(self, _context):
6435
+ """
6436
+
6437
+ :param _context:
6438
+ """
6439
+ ...
6440
+
6456
6441
  def pop(self):
6457
6442
  """Remove and return the value of the custom property assigned to key or default
6458
6443
  when not found (matches Python's dictionary function of the same name).
@@ -6503,21 +6488,14 @@ class USERPREF_PT_edit_objects(EditingPanel, bpy_types._GenericUI):
6503
6488
  """
6504
6489
  ...
6505
6490
 
6506
- class USERPREF_PT_edit_objects_duplicate_data(
6507
- EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
6508
- ):
6509
- """Base class for panels to center align contents with some horizontal margin.
6510
- Deriving classes need to implement a draw_centered(context, layout) function.
6511
- """
6512
-
6491
+ class USERPREF_PT_experimental_prototypes(ExperimentalPanel, bpy_types._GenericUI):
6513
6492
  bl_context: typing.Any
6514
6493
  bl_label: typing.Any
6515
- bl_options: typing.Any
6516
- bl_parent_id: typing.Any
6517
6494
  bl_region_type: typing.Any
6518
6495
  bl_rna: typing.Any
6519
6496
  bl_space_type: typing.Any
6520
6497
  id_data: typing.Any
6498
+ url_prefix: typing.Any
6521
6499
 
6522
6500
  def append(self, draw_func):
6523
6501
  """Append a draw function to this menu,
@@ -6558,14 +6536,6 @@ class USERPREF_PT_edit_objects_duplicate_data(
6558
6536
  """
6559
6537
  ...
6560
6538
 
6561
- def draw_centered(self, context, layout):
6562
- """
6563
-
6564
- :param context:
6565
- :param layout:
6566
- """
6567
- ...
6568
-
6569
6539
  def driver_add(self) -> bpy.types.FCurve:
6570
6540
  """Adds driver(s) to the given property
6571
6541
 
@@ -6688,6 +6658,13 @@ class USERPREF_PT_edit_objects_duplicate_data(
6688
6658
  """Returns the property from the path, raise an exception when not found."""
6689
6659
  ...
6690
6660
 
6661
+ def poll(self, _context):
6662
+ """
6663
+
6664
+ :param _context:
6665
+ """
6666
+ ...
6667
+
6691
6668
  def pop(self):
6692
6669
  """Remove and return the value of the custom property assigned to key or default
6693
6670
  when not found (matches Python's dictionary function of the same name).
@@ -6738,16 +6715,10 @@ class USERPREF_PT_edit_objects_duplicate_data(
6738
6715
  """
6739
6716
  ...
6740
6717
 
6741
- class USERPREF_PT_edit_objects_new(
6742
- EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
6743
- ):
6744
- """Base class for panels to center align contents with some horizontal margin.
6745
- Deriving classes need to implement a draw_centered(context, layout) function.
6746
- """
6747
-
6718
+ class USERPREF_PT_extensions(ExtensionsPanel, bpy_types._GenericUI):
6748
6719
  bl_context: typing.Any
6749
6720
  bl_label: typing.Any
6750
- bl_parent_id: typing.Any
6721
+ bl_options: typing.Any
6751
6722
  bl_region_type: typing.Any
6752
6723
  bl_rna: typing.Any
6753
6724
  bl_space_type: typing.Any
@@ -6792,14 +6763,6 @@ class USERPREF_PT_edit_objects_new(
6792
6763
  """
6793
6764
  ...
6794
6765
 
6795
- def draw_centered(self, context, layout):
6796
- """
6797
-
6798
- :param context:
6799
- :param layout:
6800
- """
6801
- ...
6802
-
6803
6766
  def driver_add(self) -> bpy.types.FCurve:
6804
6767
  """Adds driver(s) to the given property
6805
6768
 
@@ -6972,19 +6935,13 @@ class USERPREF_PT_edit_objects_new(
6972
6935
  """
6973
6936
  ...
6974
6937
 
6975
- class USERPREF_PT_edit_sequence_editor(
6976
- EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
6977
- ):
6978
- """Base class for panels to center align contents with some horizontal margin.
6979
- Deriving classes need to implement a draw_centered(context, layout) function.
6980
- """
6981
-
6982
- bl_context: typing.Any
6938
+ class USERPREF_PT_extensions_repos(bpy_types._GenericUI):
6983
6939
  bl_label: typing.Any
6984
6940
  bl_options: typing.Any
6985
6941
  bl_region_type: typing.Any
6986
6942
  bl_rna: typing.Any
6987
6943
  bl_space_type: typing.Any
6944
+ bl_ui_units_x: typing.Any
6988
6945
  id_data: typing.Any
6989
6946
 
6990
6947
  def append(self, draw_func):
@@ -7026,14 +6983,6 @@ class USERPREF_PT_edit_sequence_editor(
7026
6983
  """
7027
6984
  ...
7028
6985
 
7029
- def draw_centered(self, context, layout):
7030
- """
7031
-
7032
- :param context:
7033
- :param layout:
7034
- """
7035
- ...
7036
-
7037
6986
  def driver_add(self) -> bpy.types.FCurve:
7038
6987
  """Adds driver(s) to the given property
7039
6988
 
@@ -7206,13 +7155,7 @@ class USERPREF_PT_edit_sequence_editor(
7206
7155
  """
7207
7156
  ...
7208
7157
 
7209
- class USERPREF_PT_edit_text_editor(
7210
- EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
7211
- ):
7212
- """Base class for panels to center align contents with some horizontal margin.
7213
- Deriving classes need to implement a draw_centered(context, layout) function.
7214
- """
7215
-
7158
+ class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy_types._GenericUI):
7216
7159
  bl_context: typing.Any
7217
7160
  bl_label: typing.Any
7218
7161
  bl_options: typing.Any
@@ -7260,14 +7203,6 @@ class USERPREF_PT_edit_text_editor(
7260
7203
  """
7261
7204
  ...
7262
7205
 
7263
- def draw_centered(self, context, layout):
7264
- """
7265
-
7266
- :param context:
7267
- :param layout:
7268
- """
7269
- ...
7270
-
7271
7206
  def driver_add(self) -> bpy.types.FCurve:
7272
7207
  """Adds driver(s) to the given property
7273
7208
 
@@ -7440,16 +7375,9 @@ class USERPREF_PT_edit_text_editor(
7440
7375
  """
7441
7376
  ...
7442
7377
 
7443
- class USERPREF_PT_edit_weight_paint(
7444
- EditingPanel, CenterAlignMixIn, bpy_types._GenericUI
7445
- ):
7446
- """Base class for panels to center align contents with some horizontal margin.
7447
- Deriving classes need to implement a draw_centered(context, layout) function.
7448
- """
7449
-
7378
+ class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy_types._GenericUI):
7450
7379
  bl_context: typing.Any
7451
7380
  bl_label: typing.Any
7452
- bl_options: typing.Any
7453
7381
  bl_region_type: typing.Any
7454
7382
  bl_rna: typing.Any
7455
7383
  bl_space_type: typing.Any
@@ -7494,14 +7422,6 @@ class USERPREF_PT_edit_weight_paint(
7494
7422
  """
7495
7423
  ...
7496
7424
 
7497
- def draw_centered(self, context, layout):
7498
- """
7499
-
7500
- :param context:
7501
- :param layout:
7502
- """
7503
- ...
7504
-
7505
7425
  def driver_add(self) -> bpy.types.FCurve:
7506
7426
  """Adds driver(s) to the given property
7507
7427
 
@@ -7674,14 +7594,13 @@ class USERPREF_PT_edit_weight_paint(
7674
7594
  """
7675
7595
  ...
7676
7596
 
7677
- class USERPREF_PT_experimental_debugging(ExperimentalPanel, bpy_types._GenericUI):
7597
+ class USERPREF_PT_file_paths_data(FilePathsPanel, bpy_types._GenericUI):
7678
7598
  bl_context: typing.Any
7679
7599
  bl_label: typing.Any
7680
7600
  bl_region_type: typing.Any
7681
7601
  bl_rna: typing.Any
7682
7602
  bl_space_type: typing.Any
7683
7603
  id_data: typing.Any
7684
- url_prefix: typing.Any
7685
7604
 
7686
7605
  def append(self, draw_func):
7687
7606
  """Append a draw function to this menu,
@@ -7844,13 +7763,6 @@ class USERPREF_PT_experimental_debugging(ExperimentalPanel, bpy_types._GenericUI
7844
7763
  """Returns the property from the path, raise an exception when not found."""
7845
7764
  ...
7846
7765
 
7847
- def poll(self, _context):
7848
- """
7849
-
7850
- :param _context:
7851
- """
7852
- ...
7853
-
7854
7766
  def pop(self):
7855
7767
  """Remove and return the value of the custom property assigned to key or default
7856
7768
  when not found (matches Python's dictionary function of the same name).
@@ -7901,14 +7813,14 @@ class USERPREF_PT_experimental_debugging(ExperimentalPanel, bpy_types._GenericUI
7901
7813
  """
7902
7814
  ...
7903
7815
 
7904
- class USERPREF_PT_experimental_new_features(ExperimentalPanel, bpy_types._GenericUI):
7816
+ class USERPREF_PT_file_paths_development(FilePathsPanel, bpy_types._GenericUI):
7905
7817
  bl_context: typing.Any
7906
7818
  bl_label: typing.Any
7819
+ bl_options: typing.Any
7907
7820
  bl_region_type: typing.Any
7908
7821
  bl_rna: typing.Any
7909
7822
  bl_space_type: typing.Any
7910
7823
  id_data: typing.Any
7911
- url_prefix: typing.Any
7912
7824
 
7913
7825
  def append(self, draw_func):
7914
7826
  """Append a draw function to this menu,
@@ -8071,10 +7983,10 @@ class USERPREF_PT_experimental_new_features(ExperimentalPanel, bpy_types._Generi
8071
7983
  """Returns the property from the path, raise an exception when not found."""
8072
7984
  ...
8073
7985
 
8074
- def poll(self, _context):
7986
+ def poll(self, context):
8075
7987
  """
8076
7988
 
8077
- :param _context:
7989
+ :param context:
8078
7990
  """
8079
7991
  ...
8080
7992
 
@@ -8128,14 +8040,14 @@ class USERPREF_PT_experimental_new_features(ExperimentalPanel, bpy_types._Generi
8128
8040
  """
8129
8041
  ...
8130
8042
 
8131
- class USERPREF_PT_experimental_prototypes(ExperimentalPanel, bpy_types._GenericUI):
8043
+ class USERPREF_PT_file_paths_render(FilePathsPanel, bpy_types._GenericUI):
8132
8044
  bl_context: typing.Any
8133
8045
  bl_label: typing.Any
8046
+ bl_parent_id: typing.Any
8134
8047
  bl_region_type: typing.Any
8135
8048
  bl_rna: typing.Any
8136
8049
  bl_space_type: typing.Any
8137
8050
  id_data: typing.Any
8138
- url_prefix: typing.Any
8139
8051
 
8140
8052
  def append(self, draw_func):
8141
8053
  """Append a draw function to this menu,
@@ -8298,13 +8210,6 @@ class USERPREF_PT_experimental_prototypes(ExperimentalPanel, bpy_types._GenericU
8298
8210
  """Returns the property from the path, raise an exception when not found."""
8299
8211
  ...
8300
8212
 
8301
- def poll(self, _context):
8302
- """
8303
-
8304
- :param _context:
8305
- """
8306
- ...
8307
-
8308
8213
  def pop(self):
8309
8214
  """Remove and return the value of the custom property assigned to key or default
8310
8215
  when not found (matches Python's dictionary function of the same name).
@@ -8355,10 +8260,9 @@ class USERPREF_PT_experimental_prototypes(ExperimentalPanel, bpy_types._GenericU
8355
8260
  """
8356
8261
  ...
8357
8262
 
8358
- class USERPREF_PT_extensions(ExtensionsPanel, bpy_types._GenericUI):
8263
+ class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy_types._GenericUI):
8359
8264
  bl_context: typing.Any
8360
8265
  bl_label: typing.Any
8361
- bl_options: typing.Any
8362
8266
  bl_region_type: typing.Any
8363
8267
  bl_rna: typing.Any
8364
8268
  bl_space_type: typing.Any
@@ -8575,10 +8479,13 @@ class USERPREF_PT_extensions(ExtensionsPanel, bpy_types._GenericUI):
8575
8479
  """
8576
8480
  ...
8577
8481
 
8578
- class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy_types._GenericUI):
8482
+ class USERPREF_PT_input_keyboard(InputPanel, CenterAlignMixIn, bpy_types._GenericUI):
8483
+ """Base class for panels to center align contents with some horizontal margin.
8484
+ Deriving classes need to implement a draw_centered(context, layout) function.
8485
+ """
8486
+
8579
8487
  bl_context: typing.Any
8580
8488
  bl_label: typing.Any
8581
- bl_options: typing.Any
8582
8489
  bl_region_type: typing.Any
8583
8490
  bl_rna: typing.Any
8584
8491
  bl_space_type: typing.Any
@@ -8623,6 +8530,14 @@ class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy_types._GenericUI):
8623
8530
  """
8624
8531
  ...
8625
8532
 
8533
+ def draw_centered(self, context, layout):
8534
+ """
8535
+
8536
+ :param context:
8537
+ :param layout:
8538
+ """
8539
+ ...
8540
+
8626
8541
  def driver_add(self) -> bpy.types.FCurve:
8627
8542
  """Adds driver(s) to the given property
8628
8543
 
@@ -8795,7 +8710,11 @@ class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy_types._GenericUI):
8795
8710
  """
8796
8711
  ...
8797
8712
 
8798
- class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy_types._GenericUI):
8713
+ class USERPREF_PT_input_mouse(InputPanel, CenterAlignMixIn, bpy_types._GenericUI):
8714
+ """Base class for panels to center align contents with some horizontal margin.
8715
+ Deriving classes need to implement a draw_centered(context, layout) function.
8716
+ """
8717
+
8799
8718
  bl_context: typing.Any
8800
8719
  bl_label: typing.Any
8801
8720
  bl_region_type: typing.Any
@@ -8842,6 +8761,14 @@ class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy_types._GenericU
8842
8761
  """
8843
8762
  ...
8844
8763
 
8764
+ def draw_centered(self, context, layout):
8765
+ """
8766
+
8767
+ :param context:
8768
+ :param layout:
8769
+ """
8770
+ ...
8771
+
8845
8772
  def driver_add(self) -> bpy.types.FCurve:
8846
8773
  """Adds driver(s) to the given property
8847
8774
 
@@ -9014,9 +8941,14 @@ class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy_types._GenericU
9014
8941
  """
9015
8942
  ...
9016
8943
 
9017
- class USERPREF_PT_file_paths_data(FilePathsPanel, bpy_types._GenericUI):
8944
+ class USERPREF_PT_input_ndof(InputPanel, CenterAlignMixIn, bpy_types._GenericUI):
8945
+ """Base class for panels to center align contents with some horizontal margin.
8946
+ Deriving classes need to implement a draw_centered(context, layout) function.
8947
+ """
8948
+
9018
8949
  bl_context: typing.Any
9019
8950
  bl_label: typing.Any
8951
+ bl_options: typing.Any
9020
8952
  bl_region_type: typing.Any
9021
8953
  bl_rna: typing.Any
9022
8954
  bl_space_type: typing.Any
@@ -9061,6 +8993,14 @@ class USERPREF_PT_file_paths_data(FilePathsPanel, bpy_types._GenericUI):
9061
8993
  """
9062
8994
  ...
9063
8995
 
8996
+ def draw_centered(self, context, layout):
8997
+ """
8998
+
8999
+ :param context:
9000
+ :param layout:
9001
+ """
9002
+ ...
9003
+
9064
9004
  def driver_add(self) -> bpy.types.FCurve:
9065
9005
  """Adds driver(s) to the given property
9066
9006
 
@@ -9183,6 +9123,13 @@ class USERPREF_PT_file_paths_data(FilePathsPanel, bpy_types._GenericUI):
9183
9123
  """Returns the property from the path, raise an exception when not found."""
9184
9124
  ...
9185
9125
 
9126
+ def poll(self, context):
9127
+ """
9128
+
9129
+ :param context:
9130
+ """
9131
+ ...
9132
+
9186
9133
  def pop(self):
9187
9134
  """Remove and return the value of the custom property assigned to key or default
9188
9135
  when not found (matches Python's dictionary function of the same name).
@@ -9233,10 +9180,13 @@ class USERPREF_PT_file_paths_data(FilePathsPanel, bpy_types._GenericUI):
9233
9180
  """
9234
9181
  ...
9235
9182
 
9236
- class USERPREF_PT_file_paths_development(FilePathsPanel, bpy_types._GenericUI):
9183
+ class USERPREF_PT_input_tablet(InputPanel, CenterAlignMixIn, bpy_types._GenericUI):
9184
+ """Base class for panels to center align contents with some horizontal margin.
9185
+ Deriving classes need to implement a draw_centered(context, layout) function.
9186
+ """
9187
+
9237
9188
  bl_context: typing.Any
9238
9189
  bl_label: typing.Any
9239
- bl_options: typing.Any
9240
9190
  bl_region_type: typing.Any
9241
9191
  bl_rna: typing.Any
9242
9192
  bl_space_type: typing.Any
@@ -9281,6 +9231,14 @@ class USERPREF_PT_file_paths_development(FilePathsPanel, bpy_types._GenericUI):
9281
9231
  """
9282
9232
  ...
9283
9233
 
9234
+ def draw_centered(self, context, layout):
9235
+ """
9236
+
9237
+ :param context:
9238
+ :param layout:
9239
+ """
9240
+ ...
9241
+
9284
9242
  def driver_add(self) -> bpy.types.FCurve:
9285
9243
  """Adds driver(s) to the given property
9286
9244
 
@@ -9403,13 +9361,6 @@ class USERPREF_PT_file_paths_development(FilePathsPanel, bpy_types._GenericUI):
9403
9361
  """Returns the property from the path, raise an exception when not found."""
9404
9362
  ...
9405
9363
 
9406
- def poll(self, context):
9407
- """
9408
-
9409
- :param context:
9410
- """
9411
- ...
9412
-
9413
9364
  def pop(self):
9414
9365
  """Remove and return the value of the custom property assigned to key or default
9415
9366
  when not found (matches Python's dictionary function of the same name).
@@ -9460,10 +9411,14 @@ class USERPREF_PT_file_paths_development(FilePathsPanel, bpy_types._GenericUI):
9460
9411
  """
9461
9412
  ...
9462
9413
 
9463
- class USERPREF_PT_file_paths_render(FilePathsPanel, bpy_types._GenericUI):
9414
+ class USERPREF_PT_input_touchpad(InputPanel, CenterAlignMixIn, bpy_types._GenericUI):
9415
+ """Base class for panels to center align contents with some horizontal margin.
9416
+ Deriving classes need to implement a draw_centered(context, layout) function.
9417
+ """
9418
+
9464
9419
  bl_context: typing.Any
9465
9420
  bl_label: typing.Any
9466
- bl_parent_id: typing.Any
9421
+ bl_options: typing.Any
9467
9422
  bl_region_type: typing.Any
9468
9423
  bl_rna: typing.Any
9469
9424
  bl_space_type: typing.Any
@@ -9508,6 +9463,14 @@ class USERPREF_PT_file_paths_render(FilePathsPanel, bpy_types._GenericUI):
9508
9463
  """
9509
9464
  ...
9510
9465
 
9466
+ def draw_centered(self, context, layout):
9467
+ """
9468
+
9469
+ :param context:
9470
+ :param layout:
9471
+ """
9472
+ ...
9473
+
9511
9474
  def driver_add(self) -> bpy.types.FCurve:
9512
9475
  """Adds driver(s) to the given property
9513
9476
 
@@ -9630,6 +9593,13 @@ class USERPREF_PT_file_paths_render(FilePathsPanel, bpy_types._GenericUI):
9630
9593
  """Returns the property from the path, raise an exception when not found."""
9631
9594
  ...
9632
9595
 
9596
+ def poll(self, context):
9597
+ """
9598
+
9599
+ :param context:
9600
+ """
9601
+ ...
9602
+
9633
9603
  def pop(self):
9634
9604
  """Remove and return the value of the custom property assigned to key or default
9635
9605
  when not found (matches Python's dictionary function of the same name).
@@ -9680,7 +9650,13 @@ class USERPREF_PT_file_paths_render(FilePathsPanel, bpy_types._GenericUI):
9680
9650
  """
9681
9651
  ...
9682
9652
 
9683
- class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy_types._GenericUI):
9653
+ class USERPREF_PT_interface_display(
9654
+ InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
9655
+ ):
9656
+ """Base class for panels to center align contents with some horizontal margin.
9657
+ Deriving classes need to implement a draw_centered(context, layout) function.
9658
+ """
9659
+
9684
9660
  bl_context: typing.Any
9685
9661
  bl_label: typing.Any
9686
9662
  bl_region_type: typing.Any
@@ -9727,6 +9703,14 @@ class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy_types._Gener
9727
9703
  """
9728
9704
  ...
9729
9705
 
9706
+ def draw_centered(self, context, layout):
9707
+ """
9708
+
9709
+ :param context:
9710
+ :param layout:
9711
+ """
9712
+ ...
9713
+
9730
9714
  def driver_add(self) -> bpy.types.FCurve:
9731
9715
  """Adds driver(s) to the given property
9732
9716
 
@@ -9899,10 +9883,15 @@ class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy_types._Gener
9899
9883
  """
9900
9884
  ...
9901
9885
 
9902
- class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy_types._GenericUI):
9886
+ class USERPREF_PT_interface_editors(
9887
+ InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
9888
+ ):
9889
+ """Base class for panels to center align contents with some horizontal margin.
9890
+ Deriving classes need to implement a draw_centered(context, layout) function.
9891
+ """
9892
+
9903
9893
  bl_context: typing.Any
9904
9894
  bl_label: typing.Any
9905
- bl_parent_id: typing.Any
9906
9895
  bl_region_type: typing.Any
9907
9896
  bl_rna: typing.Any
9908
9897
  bl_space_type: typing.Any
@@ -9947,10 +9936,11 @@ class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy_types._GenericUI):
9947
9936
  """
9948
9937
  ...
9949
9938
 
9950
- def draw_header(self, context):
9939
+ def draw_centered(self, context, layout):
9951
9940
  """
9952
9941
 
9953
9942
  :param context:
9943
+ :param layout:
9954
9944
  """
9955
9945
  ...
9956
9946
 
@@ -10126,10 +10116,10 @@ class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy_types._GenericUI):
10126
10116
  """
10127
10117
  ...
10128
10118
 
10129
- class USERPREF_PT_text_editor(FilePathsPanel, bpy_types._GenericUI):
10119
+ class USERPREF_PT_interface_menus(InterfacePanel, bpy_types._GenericUI):
10130
10120
  bl_context: typing.Any
10131
10121
  bl_label: typing.Any
10132
- bl_parent_id: typing.Any
10122
+ bl_options: typing.Any
10133
10123
  bl_region_type: typing.Any
10134
10124
  bl_rna: typing.Any
10135
10125
  bl_space_type: typing.Any
@@ -10174,13 +10164,6 @@ class USERPREF_PT_text_editor(FilePathsPanel, bpy_types._GenericUI):
10174
10164
  """
10175
10165
  ...
10176
10166
 
10177
- def draw_header_preset(self, _context):
10178
- """
10179
-
10180
- :param _context:
10181
- """
10182
- ...
10183
-
10184
10167
  def driver_add(self) -> bpy.types.FCurve:
10185
10168
  """Adds driver(s) to the given property
10186
10169
 
@@ -10353,13 +10336,16 @@ class USERPREF_PT_text_editor(FilePathsPanel, bpy_types._GenericUI):
10353
10336
  """
10354
10337
  ...
10355
10338
 
10356
- class USERPREF_PT_input_keyboard(InputPanel, CenterAlignMixIn, bpy_types._GenericUI):
10339
+ class USERPREF_PT_interface_menus_mouse_over(
10340
+ InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
10341
+ ):
10357
10342
  """Base class for panels to center align contents with some horizontal margin.
10358
10343
  Deriving classes need to implement a draw_centered(context, layout) function.
10359
10344
  """
10360
10345
 
10361
10346
  bl_context: typing.Any
10362
10347
  bl_label: typing.Any
10348
+ bl_parent_id: typing.Any
10363
10349
  bl_region_type: typing.Any
10364
10350
  bl_rna: typing.Any
10365
10351
  bl_space_type: typing.Any
@@ -10412,6 +10398,13 @@ class USERPREF_PT_input_keyboard(InputPanel, CenterAlignMixIn, bpy_types._Generi
10412
10398
  """
10413
10399
  ...
10414
10400
 
10401
+ def draw_header(self, context):
10402
+ """
10403
+
10404
+ :param context:
10405
+ """
10406
+ ...
10407
+
10415
10408
  def driver_add(self) -> bpy.types.FCurve:
10416
10409
  """Adds driver(s) to the given property
10417
10410
 
@@ -10584,13 +10577,16 @@ class USERPREF_PT_input_keyboard(InputPanel, CenterAlignMixIn, bpy_types._Generi
10584
10577
  """
10585
10578
  ...
10586
10579
 
10587
- class USERPREF_PT_input_mouse(InputPanel, CenterAlignMixIn, bpy_types._GenericUI):
10580
+ class USERPREF_PT_interface_menus_pie(
10581
+ InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
10582
+ ):
10588
10583
  """Base class for panels to center align contents with some horizontal margin.
10589
10584
  Deriving classes need to implement a draw_centered(context, layout) function.
10590
10585
  """
10591
10586
 
10592
10587
  bl_context: typing.Any
10593
10588
  bl_label: typing.Any
10589
+ bl_parent_id: typing.Any
10594
10590
  bl_region_type: typing.Any
10595
10591
  bl_rna: typing.Any
10596
10592
  bl_space_type: typing.Any
@@ -10815,7 +10811,9 @@ class USERPREF_PT_input_mouse(InputPanel, CenterAlignMixIn, bpy_types._GenericUI
10815
10811
  """
10816
10812
  ...
10817
10813
 
10818
- class USERPREF_PT_input_ndof(InputPanel, CenterAlignMixIn, bpy_types._GenericUI):
10814
+ class USERPREF_PT_interface_statusbar(
10815
+ InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
10816
+ ):
10819
10817
  """Base class for panels to center align contents with some horizontal margin.
10820
10818
  Deriving classes need to implement a draw_centered(context, layout) function.
10821
10819
  """
@@ -10823,6 +10821,7 @@ class USERPREF_PT_input_ndof(InputPanel, CenterAlignMixIn, bpy_types._GenericUI)
10823
10821
  bl_context: typing.Any
10824
10822
  bl_label: typing.Any
10825
10823
  bl_options: typing.Any
10824
+ bl_parent_id: typing.Any
10826
10825
  bl_region_type: typing.Any
10827
10826
  bl_rna: typing.Any
10828
10827
  bl_space_type: typing.Any
@@ -10997,13 +10996,6 @@ class USERPREF_PT_input_ndof(InputPanel, CenterAlignMixIn, bpy_types._GenericUI)
10997
10996
  """Returns the property from the path, raise an exception when not found."""
10998
10997
  ...
10999
10998
 
11000
- def poll(self, context):
11001
- """
11002
-
11003
- :param context:
11004
- """
11005
- ...
11006
-
11007
10999
  def pop(self):
11008
11000
  """Remove and return the value of the custom property assigned to key or default
11009
11001
  when not found (matches Python's dictionary function of the same name).
@@ -11054,13 +11046,17 @@ class USERPREF_PT_input_ndof(InputPanel, CenterAlignMixIn, bpy_types._GenericUI)
11054
11046
  """
11055
11047
  ...
11056
11048
 
11057
- class USERPREF_PT_input_tablet(InputPanel, CenterAlignMixIn, bpy_types._GenericUI):
11049
+ class USERPREF_PT_interface_temporary_windows(
11050
+ InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
11051
+ ):
11058
11052
  """Base class for panels to center align contents with some horizontal margin.
11059
11053
  Deriving classes need to implement a draw_centered(context, layout) function.
11060
11054
  """
11061
11055
 
11062
11056
  bl_context: typing.Any
11063
11057
  bl_label: typing.Any
11058
+ bl_options: typing.Any
11059
+ bl_parent_id: typing.Any
11064
11060
  bl_region_type: typing.Any
11065
11061
  bl_rna: typing.Any
11066
11062
  bl_space_type: typing.Any
@@ -11285,7 +11281,9 @@ class USERPREF_PT_input_tablet(InputPanel, CenterAlignMixIn, bpy_types._GenericU
11285
11281
  """
11286
11282
  ...
11287
11283
 
11288
- class USERPREF_PT_input_touchpad(InputPanel, CenterAlignMixIn, bpy_types._GenericUI):
11284
+ class USERPREF_PT_interface_text(
11285
+ InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
11286
+ ):
11289
11287
  """Base class for panels to center align contents with some horizontal margin.
11290
11288
  Deriving classes need to implement a draw_centered(context, layout) function.
11291
11289
  """
@@ -11467,13 +11465,6 @@ class USERPREF_PT_input_touchpad(InputPanel, CenterAlignMixIn, bpy_types._Generi
11467
11465
  """Returns the property from the path, raise an exception when not found."""
11468
11466
  ...
11469
11467
 
11470
- def poll(self, context):
11471
- """
11472
-
11473
- :param context:
11474
- """
11475
- ...
11476
-
11477
11468
  def pop(self):
11478
11469
  """Remove and return the value of the custom property assigned to key or default
11479
11470
  when not found (matches Python's dictionary function of the same name).
@@ -11524,7 +11515,7 @@ class USERPREF_PT_input_touchpad(InputPanel, CenterAlignMixIn, bpy_types._Generi
11524
11515
  """
11525
11516
  ...
11526
11517
 
11527
- class USERPREF_PT_interface_display(
11518
+ class USERPREF_PT_interface_translation(
11528
11519
  InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
11529
11520
  ):
11530
11521
  """Base class for panels to center align contents with some horizontal margin.
@@ -11536,6 +11527,7 @@ class USERPREF_PT_interface_display(
11536
11527
  bl_region_type: typing.Any
11537
11528
  bl_rna: typing.Any
11538
11529
  bl_space_type: typing.Any
11530
+ bl_translation_context: typing.Any
11539
11531
  id_data: typing.Any
11540
11532
 
11541
11533
  def append(self, draw_func):
@@ -11707,6 +11699,13 @@ class USERPREF_PT_interface_display(
11707
11699
  """Returns the property from the path, raise an exception when not found."""
11708
11700
  ...
11709
11701
 
11702
+ def poll(self, _context):
11703
+ """
11704
+
11705
+ :param _context:
11706
+ """
11707
+ ...
11708
+
11710
11709
  def pop(self):
11711
11710
  """Remove and return the value of the custom property assigned to key or default
11712
11711
  when not found (matches Python's dictionary function of the same name).
@@ -11757,15 +11756,10 @@ class USERPREF_PT_interface_display(
11757
11756
  """
11758
11757
  ...
11759
11758
 
11760
- class USERPREF_PT_interface_editors(
11761
- InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
11762
- ):
11763
- """Base class for panels to center align contents with some horizontal margin.
11764
- Deriving classes need to implement a draw_centered(context, layout) function.
11765
- """
11766
-
11759
+ class USERPREF_PT_keymap(KeymapPanel, bpy_types._GenericUI):
11767
11760
  bl_context: typing.Any
11768
11761
  bl_label: typing.Any
11762
+ bl_options: typing.Any
11769
11763
  bl_region_type: typing.Any
11770
11764
  bl_rna: typing.Any
11771
11765
  bl_space_type: typing.Any
@@ -11810,14 +11804,6 @@ class USERPREF_PT_interface_editors(
11810
11804
  """
11811
11805
  ...
11812
11806
 
11813
- def draw_centered(self, context, layout):
11814
- """
11815
-
11816
- :param context:
11817
- :param layout:
11818
- """
11819
- ...
11820
-
11821
11807
  def driver_add(self) -> bpy.types.FCurve:
11822
11808
  """Adds driver(s) to the given property
11823
11809
 
@@ -11990,8 +11976,7 @@ class USERPREF_PT_interface_editors(
11990
11976
  """
11991
11977
  ...
11992
11978
 
11993
- class USERPREF_PT_interface_menus(InterfacePanel, bpy_types._GenericUI):
11994
- bl_context: typing.Any
11979
+ class USERPREF_PT_navigation_bar(bpy_types._GenericUI):
11995
11980
  bl_label: typing.Any
11996
11981
  bl_options: typing.Any
11997
11982
  bl_region_type: typing.Any
@@ -12210,8 +12195,8 @@ class USERPREF_PT_interface_menus(InterfacePanel, bpy_types._GenericUI):
12210
12195
  """
12211
12196
  ...
12212
12197
 
12213
- class USERPREF_PT_interface_menus_mouse_over(
12214
- InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
12198
+ class USERPREF_PT_navigation_fly_walk(
12199
+ NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
12215
12200
  ):
12216
12201
  """Base class for panels to center align contents with some horizontal margin.
12217
12202
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -12219,7 +12204,6 @@ class USERPREF_PT_interface_menus_mouse_over(
12219
12204
 
12220
12205
  bl_context: typing.Any
12221
12206
  bl_label: typing.Any
12222
- bl_parent_id: typing.Any
12223
12207
  bl_region_type: typing.Any
12224
12208
  bl_rna: typing.Any
12225
12209
  bl_space_type: typing.Any
@@ -12272,13 +12256,6 @@ class USERPREF_PT_interface_menus_mouse_over(
12272
12256
  """
12273
12257
  ...
12274
12258
 
12275
- def draw_header(self, context):
12276
- """
12277
-
12278
- :param context:
12279
- """
12280
- ...
12281
-
12282
12259
  def driver_add(self) -> bpy.types.FCurve:
12283
12260
  """Adds driver(s) to the given property
12284
12261
 
@@ -12451,8 +12428,8 @@ class USERPREF_PT_interface_menus_mouse_over(
12451
12428
  """
12452
12429
  ...
12453
12430
 
12454
- class USERPREF_PT_interface_menus_pie(
12455
- InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
12431
+ class USERPREF_PT_navigation_fly_walk_gravity(
12432
+ NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
12456
12433
  ):
12457
12434
  """Base class for panels to center align contents with some horizontal margin.
12458
12435
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -12460,6 +12437,7 @@ class USERPREF_PT_interface_menus_pie(
12460
12437
 
12461
12438
  bl_context: typing.Any
12462
12439
  bl_label: typing.Any
12440
+ bl_options: typing.Any
12463
12441
  bl_parent_id: typing.Any
12464
12442
  bl_region_type: typing.Any
12465
12443
  bl_rna: typing.Any
@@ -12513,6 +12491,13 @@ class USERPREF_PT_interface_menus_pie(
12513
12491
  """
12514
12492
  ...
12515
12493
 
12494
+ def draw_header(self, context):
12495
+ """
12496
+
12497
+ :param context:
12498
+ """
12499
+ ...
12500
+
12516
12501
  def driver_add(self) -> bpy.types.FCurve:
12517
12502
  """Adds driver(s) to the given property
12518
12503
 
@@ -12635,6 +12620,13 @@ class USERPREF_PT_interface_menus_pie(
12635
12620
  """Returns the property from the path, raise an exception when not found."""
12636
12621
  ...
12637
12622
 
12623
+ def poll(self, context):
12624
+ """
12625
+
12626
+ :param context:
12627
+ """
12628
+ ...
12629
+
12638
12630
  def pop(self):
12639
12631
  """Remove and return the value of the custom property assigned to key or default
12640
12632
  when not found (matches Python's dictionary function of the same name).
@@ -12685,8 +12677,8 @@ class USERPREF_PT_interface_menus_pie(
12685
12677
  """
12686
12678
  ...
12687
12679
 
12688
- class USERPREF_PT_interface_statusbar(
12689
- InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
12680
+ class USERPREF_PT_navigation_fly_walk_navigation(
12681
+ NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
12690
12682
  ):
12691
12683
  """Base class for panels to center align contents with some horizontal margin.
12692
12684
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -12870,6 +12862,13 @@ class USERPREF_PT_interface_statusbar(
12870
12862
  """Returns the property from the path, raise an exception when not found."""
12871
12863
  ...
12872
12864
 
12865
+ def poll(self, context):
12866
+ """
12867
+
12868
+ :param context:
12869
+ """
12870
+ ...
12871
+
12873
12872
  def pop(self):
12874
12873
  """Remove and return the value of the custom property assigned to key or default
12875
12874
  when not found (matches Python's dictionary function of the same name).
@@ -12920,8 +12919,8 @@ class USERPREF_PT_interface_statusbar(
12920
12919
  """
12921
12920
  ...
12922
12921
 
12923
- class USERPREF_PT_interface_temporary_windows(
12924
- InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
12922
+ class USERPREF_PT_navigation_orbit(
12923
+ NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
12925
12924
  ):
12926
12925
  """Base class for panels to center align contents with some horizontal margin.
12927
12926
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -12929,8 +12928,6 @@ class USERPREF_PT_interface_temporary_windows(
12929
12928
 
12930
12929
  bl_context: typing.Any
12931
12930
  bl_label: typing.Any
12932
- bl_options: typing.Any
12933
- bl_parent_id: typing.Any
12934
12931
  bl_region_type: typing.Any
12935
12932
  bl_rna: typing.Any
12936
12933
  bl_space_type: typing.Any
@@ -13155,8 +13152,8 @@ class USERPREF_PT_interface_temporary_windows(
13155
13152
  """
13156
13153
  ...
13157
13154
 
13158
- class USERPREF_PT_interface_text(
13159
- InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
13155
+ class USERPREF_PT_navigation_zoom(
13156
+ NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
13160
13157
  ):
13161
13158
  """Base class for panels to center align contents with some horizontal margin.
13162
13159
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -13164,7 +13161,6 @@ class USERPREF_PT_interface_text(
13164
13161
 
13165
13162
  bl_context: typing.Any
13166
13163
  bl_label: typing.Any
13167
- bl_options: typing.Any
13168
13164
  bl_region_type: typing.Any
13169
13165
  bl_rna: typing.Any
13170
13166
  bl_space_type: typing.Any
@@ -13389,19 +13385,12 @@ class USERPREF_PT_interface_text(
13389
13385
  """
13390
13386
  ...
13391
13387
 
13392
- class USERPREF_PT_interface_translation(
13393
- InterfacePanel, CenterAlignMixIn, bpy_types._GenericUI
13394
- ):
13395
- """Base class for panels to center align contents with some horizontal margin.
13396
- Deriving classes need to implement a draw_centered(context, layout) function.
13397
- """
13398
-
13399
- bl_context: typing.Any
13388
+ class USERPREF_PT_ndof_settings(bpy_types._GenericUI):
13400
13389
  bl_label: typing.Any
13401
13390
  bl_region_type: typing.Any
13402
13391
  bl_rna: typing.Any
13403
13392
  bl_space_type: typing.Any
13404
- bl_translation_context: typing.Any
13393
+ bl_ui_units_x: typing.Any
13405
13394
  id_data: typing.Any
13406
13395
 
13407
13396
  def append(self, draw_func):
@@ -13443,11 +13432,12 @@ class USERPREF_PT_interface_translation(
13443
13432
  """
13444
13433
  ...
13445
13434
 
13446
- def draw_centered(self, context, layout):
13435
+ def draw_settings(self, layout, props, show_3dview_settings=True):
13447
13436
  """
13448
13437
 
13449
- :param context:
13450
13438
  :param layout:
13439
+ :param props:
13440
+ :param show_3dview_settings:
13451
13441
  """
13452
13442
  ...
13453
13443
 
@@ -13573,13 +13563,6 @@ class USERPREF_PT_interface_translation(
13573
13563
  """Returns the property from the path, raise an exception when not found."""
13574
13564
  ...
13575
13565
 
13576
- def poll(self, _context):
13577
- """
13578
-
13579
- :param _context:
13580
- """
13581
- ...
13582
-
13583
13566
  def pop(self):
13584
13567
  """Remove and return the value of the custom property assigned to key or default
13585
13568
  when not found (matches Python's dictionary function of the same name).
@@ -13630,8 +13613,7 @@ class USERPREF_PT_interface_translation(
13630
13613
  """
13631
13614
  ...
13632
13615
 
13633
- class USERPREF_PT_keymap(KeymapPanel, bpy_types._GenericUI):
13634
- bl_context: typing.Any
13616
+ class USERPREF_PT_save_preferences(bpy_types._GenericUI):
13635
13617
  bl_label: typing.Any
13636
13618
  bl_options: typing.Any
13637
13619
  bl_region_type: typing.Any
@@ -13800,6 +13782,13 @@ class USERPREF_PT_keymap(KeymapPanel, bpy_types._GenericUI):
13800
13782
  """Returns the property from the path, raise an exception when not found."""
13801
13783
  ...
13802
13784
 
13785
+ def poll(self, context):
13786
+ """
13787
+
13788
+ :param context:
13789
+ """
13790
+ ...
13791
+
13803
13792
  def pop(self):
13804
13793
  """Remove and return the value of the custom property assigned to key or default
13805
13794
  when not found (matches Python's dictionary function of the same name).
@@ -13850,15 +13839,10 @@ class USERPREF_PT_keymap(KeymapPanel, bpy_types._GenericUI):
13850
13839
  """
13851
13840
  ...
13852
13841
 
13853
- class USERPREF_PT_navigation_fly_walk(
13854
- NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
13855
- ):
13856
- """Base class for panels to center align contents with some horizontal margin.
13857
- Deriving classes need to implement a draw_centered(context, layout) function.
13858
- """
13859
-
13842
+ class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy_types._GenericUI):
13860
13843
  bl_context: typing.Any
13861
13844
  bl_label: typing.Any
13845
+ bl_parent_id: typing.Any
13862
13846
  bl_region_type: typing.Any
13863
13847
  bl_rna: typing.Any
13864
13848
  bl_space_type: typing.Any
@@ -13903,11 +13887,10 @@ class USERPREF_PT_navigation_fly_walk(
13903
13887
  """
13904
13888
  ...
13905
13889
 
13906
- def draw_centered(self, context, layout):
13890
+ def draw_header(self, context):
13907
13891
  """
13908
13892
 
13909
13893
  :param context:
13910
- :param layout:
13911
13894
  """
13912
13895
  ...
13913
13896
 
@@ -14083,17 +14066,13 @@ class USERPREF_PT_navigation_fly_walk(
14083
14066
  """
14084
14067
  ...
14085
14068
 
14086
- class USERPREF_PT_navigation_fly_walk_gravity(
14087
- NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
14088
- ):
14069
+ class USERPREF_PT_saveload_blend(SaveLoadPanel, CenterAlignMixIn, bpy_types._GenericUI):
14089
14070
  """Base class for panels to center align contents with some horizontal margin.
14090
14071
  Deriving classes need to implement a draw_centered(context, layout) function.
14091
14072
  """
14092
14073
 
14093
14074
  bl_context: typing.Any
14094
14075
  bl_label: typing.Any
14095
- bl_options: typing.Any
14096
- bl_parent_id: typing.Any
14097
14076
  bl_region_type: typing.Any
14098
14077
  bl_rna: typing.Any
14099
14078
  bl_space_type: typing.Any
@@ -14146,13 +14125,6 @@ class USERPREF_PT_navigation_fly_walk_gravity(
14146
14125
  """
14147
14126
  ...
14148
14127
 
14149
- def draw_header(self, context):
14150
- """
14151
-
14152
- :param context:
14153
- """
14154
- ...
14155
-
14156
14128
  def driver_add(self) -> bpy.types.FCurve:
14157
14129
  """Adds driver(s) to the given property
14158
14130
 
@@ -14275,13 +14247,6 @@ class USERPREF_PT_navigation_fly_walk_gravity(
14275
14247
  """Returns the property from the path, raise an exception when not found."""
14276
14248
  ...
14277
14249
 
14278
- def poll(self, context):
14279
- """
14280
-
14281
- :param context:
14282
- """
14283
- ...
14284
-
14285
14250
  def pop(self):
14286
14251
  """Remove and return the value of the custom property assigned to key or default
14287
14252
  when not found (matches Python's dictionary function of the same name).
@@ -14332,8 +14297,8 @@ class USERPREF_PT_navigation_fly_walk_gravity(
14332
14297
  """
14333
14298
  ...
14334
14299
 
14335
- class USERPREF_PT_navigation_fly_walk_navigation(
14336
- NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
14300
+ class USERPREF_PT_saveload_file_browser(
14301
+ SaveLoadPanel, CenterAlignMixIn, bpy_types._GenericUI
14337
14302
  ):
14338
14303
  """Base class for panels to center align contents with some horizontal margin.
14339
14304
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -14341,8 +14306,6 @@ class USERPREF_PT_navigation_fly_walk_navigation(
14341
14306
 
14342
14307
  bl_context: typing.Any
14343
14308
  bl_label: typing.Any
14344
- bl_options: typing.Any
14345
- bl_parent_id: typing.Any
14346
14309
  bl_region_type: typing.Any
14347
14310
  bl_rna: typing.Any
14348
14311
  bl_space_type: typing.Any
@@ -14517,13 +14480,6 @@ class USERPREF_PT_navigation_fly_walk_navigation(
14517
14480
  """Returns the property from the path, raise an exception when not found."""
14518
14481
  ...
14519
14482
 
14520
- def poll(self, context):
14521
- """
14522
-
14523
- :param context:
14524
- """
14525
- ...
14526
-
14527
14483
  def pop(self):
14528
14484
  """Remove and return the value of the custom property assigned to key or default
14529
14485
  when not found (matches Python's dictionary function of the same name).
@@ -14574,15 +14530,11 @@ class USERPREF_PT_navigation_fly_walk_navigation(
14574
14530
  """
14575
14531
  ...
14576
14532
 
14577
- class USERPREF_PT_navigation_orbit(
14578
- NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
14579
- ):
14580
- """Base class for panels to center align contents with some horizontal margin.
14581
- Deriving classes need to implement a draw_centered(context, layout) function.
14582
- """
14583
-
14533
+ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy_types._GenericUI):
14584
14534
  bl_context: typing.Any
14585
14535
  bl_label: typing.Any
14536
+ bl_options: typing.Any
14537
+ bl_parent_id: typing.Any
14586
14538
  bl_region_type: typing.Any
14587
14539
  bl_rna: typing.Any
14588
14540
  bl_space_type: typing.Any
@@ -14627,14 +14579,6 @@ class USERPREF_PT_navigation_orbit(
14627
14579
  """
14628
14580
  ...
14629
14581
 
14630
- def draw_centered(self, context, layout):
14631
- """
14632
-
14633
- :param context:
14634
- :param layout:
14635
- """
14636
- ...
14637
-
14638
14582
  def driver_add(self) -> bpy.types.FCurve:
14639
14583
  """Adds driver(s) to the given property
14640
14584
 
@@ -14744,6 +14688,14 @@ class USERPREF_PT_navigation_orbit(
14744
14688
  """
14745
14689
  ...
14746
14690
 
14691
+ def opengl_light_buttons(self, layout, light):
14692
+ """
14693
+
14694
+ :param layout:
14695
+ :param light:
14696
+ """
14697
+ ...
14698
+
14747
14699
  def path_from_id(self) -> str:
14748
14700
  """Returns the data path from the ID to this object (string).
14749
14701
 
@@ -14807,19 +14759,16 @@ class USERPREF_PT_navigation_orbit(
14807
14759
  """
14808
14760
  ...
14809
14761
 
14810
- class USERPREF_PT_navigation_zoom(
14811
- NavigationPanel, CenterAlignMixIn, bpy_types._GenericUI
14762
+ class USERPREF_PT_studiolight_lights(
14763
+ StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
14812
14764
  ):
14813
- """Base class for panels to center align contents with some horizontal margin.
14814
- Deriving classes need to implement a draw_centered(context, layout) function.
14815
- """
14816
-
14817
14765
  bl_context: typing.Any
14818
14766
  bl_label: typing.Any
14819
14767
  bl_region_type: typing.Any
14820
14768
  bl_rna: typing.Any
14821
14769
  bl_space_type: typing.Any
14822
14770
  id_data: typing.Any
14771
+ sl_type: typing.Any
14823
14772
 
14824
14773
  def append(self, draw_func):
14825
14774
  """Append a draw function to this menu,
@@ -14860,11 +14809,26 @@ class USERPREF_PT_navigation_zoom(
14860
14809
  """
14861
14810
  ...
14862
14811
 
14863
- def draw_centered(self, context, layout):
14812
+ def draw_header_preset(self, _context):
14813
+ """
14814
+
14815
+ :param _context:
14816
+ """
14817
+ ...
14818
+
14819
+ def draw_light_list(self, layout, lights):
14820
+ """
14821
+
14822
+ :param layout:
14823
+ :param lights:
14824
+ """
14825
+ ...
14826
+
14827
+ def draw_studio_light(self, layout, studio_light):
14864
14828
  """
14865
14829
 
14866
- :param context:
14867
14830
  :param layout:
14831
+ :param studio_light:
14868
14832
  """
14869
14833
  ...
14870
14834
 
@@ -14891,6 +14855,7 @@ class USERPREF_PT_navigation_zoom(
14891
14855
  """
14892
14856
  ...
14893
14857
 
14858
+ def get_error_message(self): ...
14894
14859
  def id_properties_clear(self):
14895
14860
  """
14896
14861
 
@@ -15040,17 +15005,16 @@ class USERPREF_PT_navigation_zoom(
15040
15005
  """
15041
15006
  ...
15042
15007
 
15043
- class USERPREF_PT_saveload_blend(SaveLoadPanel, CenterAlignMixIn, bpy_types._GenericUI):
15044
- """Base class for panels to center align contents with some horizontal margin.
15045
- Deriving classes need to implement a draw_centered(context, layout) function.
15046
- """
15047
-
15008
+ class USERPREF_PT_studiolight_matcaps(
15009
+ StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
15010
+ ):
15048
15011
  bl_context: typing.Any
15049
15012
  bl_label: typing.Any
15050
15013
  bl_region_type: typing.Any
15051
15014
  bl_rna: typing.Any
15052
15015
  bl_space_type: typing.Any
15053
15016
  id_data: typing.Any
15017
+ sl_type: typing.Any
15054
15018
 
15055
15019
  def append(self, draw_func):
15056
15020
  """Append a draw function to this menu,
@@ -15091,11 +15055,26 @@ class USERPREF_PT_saveload_blend(SaveLoadPanel, CenterAlignMixIn, bpy_types._Gen
15091
15055
  """
15092
15056
  ...
15093
15057
 
15094
- def draw_centered(self, context, layout):
15058
+ def draw_header_preset(self, _context):
15059
+ """
15060
+
15061
+ :param _context:
15062
+ """
15063
+ ...
15064
+
15065
+ def draw_light_list(self, layout, lights):
15066
+ """
15067
+
15068
+ :param layout:
15069
+ :param lights:
15070
+ """
15071
+ ...
15072
+
15073
+ def draw_studio_light(self, layout, studio_light):
15095
15074
  """
15096
15075
 
15097
- :param context:
15098
15076
  :param layout:
15077
+ :param studio_light:
15099
15078
  """
15100
15079
  ...
15101
15080
 
@@ -15122,6 +15101,7 @@ class USERPREF_PT_saveload_blend(SaveLoadPanel, CenterAlignMixIn, bpy_types._Gen
15122
15101
  """
15123
15102
  ...
15124
15103
 
15104
+ def get_error_message(self): ...
15125
15105
  def id_properties_clear(self):
15126
15106
  """
15127
15107
 
@@ -15271,19 +15251,16 @@ class USERPREF_PT_saveload_blend(SaveLoadPanel, CenterAlignMixIn, bpy_types._Gen
15271
15251
  """
15272
15252
  ...
15273
15253
 
15274
- class USERPREF_PT_saveload_file_browser(
15275
- SaveLoadPanel, CenterAlignMixIn, bpy_types._GenericUI
15254
+ class USERPREF_PT_studiolight_world(
15255
+ StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
15276
15256
  ):
15277
- """Base class for panels to center align contents with some horizontal margin.
15278
- Deriving classes need to implement a draw_centered(context, layout) function.
15279
- """
15280
-
15281
15257
  bl_context: typing.Any
15282
15258
  bl_label: typing.Any
15283
15259
  bl_region_type: typing.Any
15284
15260
  bl_rna: typing.Any
15285
15261
  bl_space_type: typing.Any
15286
15262
  id_data: typing.Any
15263
+ sl_type: typing.Any
15287
15264
 
15288
15265
  def append(self, draw_func):
15289
15266
  """Append a draw function to this menu,
@@ -15324,11 +15301,26 @@ class USERPREF_PT_saveload_file_browser(
15324
15301
  """
15325
15302
  ...
15326
15303
 
15327
- def draw_centered(self, context, layout):
15304
+ def draw_header_preset(self, _context):
15305
+ """
15306
+
15307
+ :param _context:
15308
+ """
15309
+ ...
15310
+
15311
+ def draw_light_list(self, layout, lights):
15312
+ """
15313
+
15314
+ :param layout:
15315
+ :param lights:
15316
+ """
15317
+ ...
15318
+
15319
+ def draw_studio_light(self, layout, studio_light):
15328
15320
  """
15329
15321
 
15330
- :param context:
15331
15322
  :param layout:
15323
+ :param studio_light:
15332
15324
  """
15333
15325
  ...
15334
15326
 
@@ -15355,6 +15347,7 @@ class USERPREF_PT_saveload_file_browser(
15355
15347
  """
15356
15348
  ...
15357
15349
 
15350
+ def get_error_message(self): ...
15358
15351
  def id_properties_clear(self):
15359
15352
  """
15360
15353
 
@@ -15504,11 +15497,15 @@ class USERPREF_PT_saveload_file_browser(
15504
15497
  """
15505
15498
  ...
15506
15499
 
15507
- class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy_types._GenericUI):
15500
+ class USERPREF_PT_system_cycles_devices(
15501
+ SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
15502
+ ):
15503
+ """Base class for panels to center align contents with some horizontal margin.
15504
+ Deriving classes need to implement a draw_centered(context, layout) function.
15505
+ """
15506
+
15508
15507
  bl_context: typing.Any
15509
15508
  bl_label: typing.Any
15510
- bl_options: typing.Any
15511
- bl_parent_id: typing.Any
15512
15509
  bl_region_type: typing.Any
15513
15510
  bl_rna: typing.Any
15514
15511
  bl_space_type: typing.Any
@@ -15553,6 +15550,14 @@ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy_types._GenericU
15553
15550
  """
15554
15551
  ...
15555
15552
 
15553
+ def draw_centered(self, context, layout):
15554
+ """
15555
+
15556
+ :param context:
15557
+ :param layout:
15558
+ """
15559
+ ...
15560
+
15556
15561
  def driver_add(self) -> bpy.types.FCurve:
15557
15562
  """Adds driver(s) to the given property
15558
15563
 
@@ -15662,14 +15667,6 @@ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy_types._GenericU
15662
15667
  """
15663
15668
  ...
15664
15669
 
15665
- def opengl_light_buttons(self, layout, light):
15666
- """
15667
-
15668
- :param layout:
15669
- :param light:
15670
- """
15671
- ...
15672
-
15673
15670
  def path_from_id(self) -> str:
15674
15671
  """Returns the data path from the ID to this object (string).
15675
15672
 
@@ -15733,16 +15730,17 @@ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy_types._GenericU
15733
15730
  """
15734
15731
  ...
15735
15732
 
15736
- class USERPREF_PT_studiolight_lights(
15737
- StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
15738
- ):
15733
+ class USERPREF_PT_system_memory(SystemPanel, CenterAlignMixIn, bpy_types._GenericUI):
15734
+ """Base class for panels to center align contents with some horizontal margin.
15735
+ Deriving classes need to implement a draw_centered(context, layout) function.
15736
+ """
15737
+
15739
15738
  bl_context: typing.Any
15740
15739
  bl_label: typing.Any
15741
15740
  bl_region_type: typing.Any
15742
15741
  bl_rna: typing.Any
15743
15742
  bl_space_type: typing.Any
15744
15743
  id_data: typing.Any
15745
- sl_type: typing.Any
15746
15744
 
15747
15745
  def append(self, draw_func):
15748
15746
  """Append a draw function to this menu,
@@ -15783,26 +15781,11 @@ class USERPREF_PT_studiolight_lights(
15783
15781
  """
15784
15782
  ...
15785
15783
 
15786
- def draw_header_preset(self, _context):
15787
- """
15788
-
15789
- :param _context:
15790
- """
15791
- ...
15792
-
15793
- def draw_light_list(self, layout, lights):
15794
- """
15795
-
15796
- :param layout:
15797
- :param lights:
15798
- """
15799
- ...
15800
-
15801
- def draw_studio_light(self, layout, studio_light):
15784
+ def draw_centered(self, context, layout):
15802
15785
  """
15803
15786
 
15787
+ :param context:
15804
15788
  :param layout:
15805
- :param studio_light:
15806
15789
  """
15807
15790
  ...
15808
15791
 
@@ -15829,7 +15812,6 @@ class USERPREF_PT_studiolight_lights(
15829
15812
  """
15830
15813
  ...
15831
15814
 
15832
- def get_error_message(self): ...
15833
15815
  def id_properties_clear(self):
15834
15816
  """
15835
15817
 
@@ -15979,16 +15961,17 @@ class USERPREF_PT_studiolight_lights(
15979
15961
  """
15980
15962
  ...
15981
15963
 
15982
- class USERPREF_PT_studiolight_matcaps(
15983
- StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
15984
- ):
15964
+ class USERPREF_PT_system_network(SystemPanel, CenterAlignMixIn, bpy_types._GenericUI):
15965
+ """Base class for panels to center align contents with some horizontal margin.
15966
+ Deriving classes need to implement a draw_centered(context, layout) function.
15967
+ """
15968
+
15985
15969
  bl_context: typing.Any
15986
15970
  bl_label: typing.Any
15987
15971
  bl_region_type: typing.Any
15988
15972
  bl_rna: typing.Any
15989
15973
  bl_space_type: typing.Any
15990
15974
  id_data: typing.Any
15991
- sl_type: typing.Any
15992
15975
 
15993
15976
  def append(self, draw_func):
15994
15977
  """Append a draw function to this menu,
@@ -16029,26 +16012,11 @@ class USERPREF_PT_studiolight_matcaps(
16029
16012
  """
16030
16013
  ...
16031
16014
 
16032
- def draw_header_preset(self, _context):
16033
- """
16034
-
16035
- :param _context:
16036
- """
16037
- ...
16038
-
16039
- def draw_light_list(self, layout, lights):
16040
- """
16041
-
16042
- :param layout:
16043
- :param lights:
16044
- """
16045
- ...
16046
-
16047
- def draw_studio_light(self, layout, studio_light):
16015
+ def draw_centered(self, context, layout):
16048
16016
  """
16049
16017
 
16018
+ :param context:
16050
16019
  :param layout:
16051
- :param studio_light:
16052
16020
  """
16053
16021
  ...
16054
16022
 
@@ -16075,7 +16043,6 @@ class USERPREF_PT_studiolight_matcaps(
16075
16043
  """
16076
16044
  ...
16077
16045
 
16078
- def get_error_message(self): ...
16079
16046
  def id_properties_clear(self):
16080
16047
  """
16081
16048
 
@@ -16225,16 +16192,19 @@ class USERPREF_PT_studiolight_matcaps(
16225
16192
  """
16226
16193
  ...
16227
16194
 
16228
- class USERPREF_PT_studiolight_world(
16229
- StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
16195
+ class USERPREF_PT_system_os_settings(
16196
+ SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
16230
16197
  ):
16198
+ """Base class for panels to center align contents with some horizontal margin.
16199
+ Deriving classes need to implement a draw_centered(context, layout) function.
16200
+ """
16201
+
16231
16202
  bl_context: typing.Any
16232
16203
  bl_label: typing.Any
16233
16204
  bl_region_type: typing.Any
16234
16205
  bl_rna: typing.Any
16235
16206
  bl_space_type: typing.Any
16236
16207
  id_data: typing.Any
16237
- sl_type: typing.Any
16238
16208
 
16239
16209
  def append(self, draw_func):
16240
16210
  """Append a draw function to this menu,
@@ -16275,26 +16245,11 @@ class USERPREF_PT_studiolight_world(
16275
16245
  """
16276
16246
  ...
16277
16247
 
16278
- def draw_header_preset(self, _context):
16279
- """
16280
-
16281
- :param _context:
16282
- """
16283
- ...
16284
-
16285
- def draw_light_list(self, layout, lights):
16286
- """
16287
-
16288
- :param layout:
16289
- :param lights:
16290
- """
16291
- ...
16292
-
16293
- def draw_studio_light(self, layout, studio_light):
16248
+ def draw_centered(self, context, layout):
16294
16249
  """
16295
16250
 
16251
+ :param context:
16296
16252
  :param layout:
16297
- :param studio_light:
16298
16253
  """
16299
16254
  ...
16300
16255
 
@@ -16321,7 +16276,6 @@ class USERPREF_PT_studiolight_world(
16321
16276
  """
16322
16277
  ...
16323
16278
 
16324
- def get_error_message(self): ...
16325
16279
  def id_properties_clear(self):
16326
16280
  """
16327
16281
 
@@ -16421,6 +16375,13 @@ class USERPREF_PT_studiolight_world(
16421
16375
  """Returns the property from the path, raise an exception when not found."""
16422
16376
  ...
16423
16377
 
16378
+ def poll(self, _context):
16379
+ """
16380
+
16381
+ :param _context:
16382
+ """
16383
+ ...
16384
+
16424
16385
  def pop(self):
16425
16386
  """Remove and return the value of the custom property assigned to key or default
16426
16387
  when not found (matches Python's dictionary function of the same name).
@@ -16471,15 +16432,14 @@ class USERPREF_PT_studiolight_world(
16471
16432
  """
16472
16433
  ...
16473
16434
 
16474
- class USERPREF_PT_system_cycles_devices(
16475
- SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
16476
- ):
16435
+ class USERPREF_PT_system_sound(SystemPanel, CenterAlignMixIn, bpy_types._GenericUI):
16477
16436
  """Base class for panels to center align contents with some horizontal margin.
16478
16437
  Deriving classes need to implement a draw_centered(context, layout) function.
16479
16438
  """
16480
16439
 
16481
16440
  bl_context: typing.Any
16482
16441
  bl_label: typing.Any
16442
+ bl_options: typing.Any
16483
16443
  bl_region_type: typing.Any
16484
16444
  bl_rna: typing.Any
16485
16445
  bl_space_type: typing.Any
@@ -16704,7 +16664,9 @@ class USERPREF_PT_system_cycles_devices(
16704
16664
  """
16705
16665
  ...
16706
16666
 
16707
- class USERPREF_PT_system_memory(SystemPanel, CenterAlignMixIn, bpy_types._GenericUI):
16667
+ class USERPREF_PT_system_video_sequencer(
16668
+ SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
16669
+ ):
16708
16670
  """Base class for panels to center align contents with some horizontal margin.
16709
16671
  Deriving classes need to implement a draw_centered(context, layout) function.
16710
16672
  """
@@ -16935,13 +16897,10 @@ class USERPREF_PT_system_memory(SystemPanel, CenterAlignMixIn, bpy_types._Generi
16935
16897
  """
16936
16898
  ...
16937
16899
 
16938
- class USERPREF_PT_system_network(SystemPanel, CenterAlignMixIn, bpy_types._GenericUI):
16939
- """Base class for panels to center align contents with some horizontal margin.
16940
- Deriving classes need to implement a draw_centered(context, layout) function.
16941
- """
16942
-
16900
+ class USERPREF_PT_text_editor(FilePathsPanel, bpy_types._GenericUI):
16943
16901
  bl_context: typing.Any
16944
16902
  bl_label: typing.Any
16903
+ bl_parent_id: typing.Any
16945
16904
  bl_region_type: typing.Any
16946
16905
  bl_rna: typing.Any
16947
16906
  bl_space_type: typing.Any
@@ -16986,11 +16945,10 @@ class USERPREF_PT_system_network(SystemPanel, CenterAlignMixIn, bpy_types._Gener
16986
16945
  """
16987
16946
  ...
16988
16947
 
16989
- def draw_centered(self, context, layout):
16948
+ def draw_header_preset(self, _context):
16990
16949
  """
16991
16950
 
16992
- :param context:
16993
- :param layout:
16951
+ :param _context:
16994
16952
  """
16995
16953
  ...
16996
16954
 
@@ -17166,19 +17124,15 @@ class USERPREF_PT_system_network(SystemPanel, CenterAlignMixIn, bpy_types._Gener
17166
17124
  """
17167
17125
  ...
17168
17126
 
17169
- class USERPREF_PT_system_os_settings(
17170
- SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
17171
- ):
17172
- """Base class for panels to center align contents with some horizontal margin.
17173
- Deriving classes need to implement a draw_centered(context, layout) function.
17174
- """
17175
-
17176
- bl_context: typing.Any
17127
+ class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
17177
17128
  bl_label: typing.Any
17178
17129
  bl_region_type: typing.Any
17179
17130
  bl_rna: typing.Any
17180
17131
  bl_space_type: typing.Any
17181
17132
  id_data: typing.Any
17133
+ preset_add_operator: typing.Any
17134
+ preset_operator: typing.Any
17135
+ preset_subdir: typing.Any
17182
17136
 
17183
17137
  def append(self, draw_func):
17184
17138
  """Append a draw function to this menu,
@@ -17219,10 +17173,17 @@ class USERPREF_PT_system_os_settings(
17219
17173
  """
17220
17174
  ...
17221
17175
 
17222
- def draw_centered(self, context, layout):
17176
+ def draw_menu(self, layout, text=None):
17177
+ """
17178
+
17179
+ :param layout:
17180
+ :param text:
17181
+ """
17182
+ ...
17183
+
17184
+ def draw_panel_header(self, layout):
17223
17185
  """
17224
17186
 
17225
- :param context:
17226
17187
  :param layout:
17227
17188
  """
17228
17189
  ...
@@ -17345,17 +17306,44 @@ class USERPREF_PT_system_os_settings(
17345
17306
  """
17346
17307
  ...
17347
17308
 
17309
+ def path_menu(
17310
+ self,
17311
+ searchpaths: list[str],
17312
+ operator: str,
17313
+ props_default: dict = None,
17314
+ prop_filepath: str | None = "filepath",
17315
+ filter_ext: collections.abc.Callable | None = None,
17316
+ filter_path=None,
17317
+ display_name: collections.abc.Callable | None = None,
17318
+ add_operator=None,
17319
+ add_operator_props=None,
17320
+ ):
17321
+ """Populate a menu from a list of paths.
17322
+
17323
+ :param searchpaths: Paths to scan.
17324
+ :type searchpaths: list[str]
17325
+ :param operator: The operator id to use with each file.
17326
+ :type operator: str
17327
+ :param props_default: Properties to assign to each operator.
17328
+ :type props_default: dict
17329
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
17330
+ :type prop_filepath: str | None
17331
+ :param filter_ext: Optional callback that takes the file extensions.
17332
+
17333
+ Returning false excludes the file from the list.
17334
+ :type filter_ext: collections.abc.Callable | None
17335
+ :param filter_path:
17336
+ :param display_name: Optional callback that takes the full path, returns the name to display.
17337
+ :type display_name: collections.abc.Callable | None
17338
+ :param add_operator:
17339
+ :param add_operator_props:
17340
+ """
17341
+ ...
17342
+
17348
17343
  def path_resolve(self):
17349
17344
  """Returns the property from the path, raise an exception when not found."""
17350
17345
  ...
17351
17346
 
17352
- def poll(self, _context):
17353
- """
17354
-
17355
- :param _context:
17356
- """
17357
- ...
17358
-
17359
17347
  def pop(self):
17360
17348
  """Remove and return the value of the custom property assigned to key or default
17361
17349
  when not found (matches Python's dictionary function of the same name).
@@ -17406,11 +17394,7 @@ class USERPREF_PT_system_os_settings(
17406
17394
  """
17407
17395
  ...
17408
17396
 
17409
- class USERPREF_PT_system_sound(SystemPanel, CenterAlignMixIn, bpy_types._GenericUI):
17410
- """Base class for panels to center align contents with some horizontal margin.
17411
- Deriving classes need to implement a draw_centered(context, layout) function.
17412
- """
17413
-
17397
+ class USERPREF_PT_theme(ThemePanel, bpy_types._GenericUI):
17414
17398
  bl_context: typing.Any
17415
17399
  bl_label: typing.Any
17416
17400
  bl_options: typing.Any
@@ -17458,14 +17442,6 @@ class USERPREF_PT_system_sound(SystemPanel, CenterAlignMixIn, bpy_types._Generic
17458
17442
  """
17459
17443
  ...
17460
17444
 
17461
- def draw_centered(self, context, layout):
17462
- """
17463
-
17464
- :param context:
17465
- :param layout:
17466
- """
17467
- ...
17468
-
17469
17445
  def driver_add(self) -> bpy.types.FCurve:
17470
17446
  """Adds driver(s) to the given property
17471
17447
 
@@ -17638,8 +17614,8 @@ class USERPREF_PT_system_sound(SystemPanel, CenterAlignMixIn, bpy_types._Generic
17638
17614
  """
17639
17615
  ...
17640
17616
 
17641
- class USERPREF_PT_system_video_sequencer(
17642
- SystemPanel, CenterAlignMixIn, bpy_types._GenericUI
17617
+ class USERPREF_PT_theme_bone_color_sets(
17618
+ ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
17643
17619
  ):
17644
17620
  """Base class for panels to center align contents with some horizontal margin.
17645
17621
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -17647,6 +17623,7 @@ class USERPREF_PT_system_video_sequencer(
17647
17623
 
17648
17624
  bl_context: typing.Any
17649
17625
  bl_label: typing.Any
17626
+ bl_options: typing.Any
17650
17627
  bl_region_type: typing.Any
17651
17628
  bl_rna: typing.Any
17652
17629
  bl_space_type: typing.Any
@@ -17699,6 +17676,13 @@ class USERPREF_PT_system_video_sequencer(
17699
17676
  """
17700
17677
  ...
17701
17678
 
17679
+ def draw_header(self, _context):
17680
+ """
17681
+
17682
+ :param _context:
17683
+ """
17684
+ ...
17685
+
17702
17686
  def driver_add(self) -> bpy.types.FCurve:
17703
17687
  """Adds driver(s) to the given property
17704
17688
 
@@ -17871,7 +17855,13 @@ class USERPREF_PT_system_video_sequencer(
17871
17855
  """
17872
17856
  ...
17873
17857
 
17874
- class USERPREF_PT_theme(ThemePanel, bpy_types._GenericUI):
17858
+ class USERPREF_PT_theme_collection_colors(
17859
+ ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
17860
+ ):
17861
+ """Base class for panels to center align contents with some horizontal margin.
17862
+ Deriving classes need to implement a draw_centered(context, layout) function.
17863
+ """
17864
+
17875
17865
  bl_context: typing.Any
17876
17866
  bl_label: typing.Any
17877
17867
  bl_options: typing.Any
@@ -17919,6 +17909,21 @@ class USERPREF_PT_theme(ThemePanel, bpy_types._GenericUI):
17919
17909
  """
17920
17910
  ...
17921
17911
 
17912
+ def draw_centered(self, context, layout):
17913
+ """
17914
+
17915
+ :param context:
17916
+ :param layout:
17917
+ """
17918
+ ...
17919
+
17920
+ def draw_header(self, _context):
17921
+ """
17922
+
17923
+ :param _context:
17924
+ """
17925
+ ...
17926
+
17922
17927
  def driver_add(self) -> bpy.types.FCurve:
17923
17928
  """Adds driver(s) to the given property
17924
17929
 
@@ -18091,7 +18096,7 @@ class USERPREF_PT_theme(ThemePanel, bpy_types._GenericUI):
18091
18096
  """
18092
18097
  ...
18093
18098
 
18094
- class USERPREF_PT_theme_bone_color_sets(
18099
+ class USERPREF_PT_theme_interface_gizmos(
18095
18100
  ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
18096
18101
  ):
18097
18102
  """Base class for panels to center align contents with some horizontal margin.
@@ -18101,6 +18106,7 @@ class USERPREF_PT_theme_bone_color_sets(
18101
18106
  bl_context: typing.Any
18102
18107
  bl_label: typing.Any
18103
18108
  bl_options: typing.Any
18109
+ bl_parent_id: typing.Any
18104
18110
  bl_region_type: typing.Any
18105
18111
  bl_rna: typing.Any
18106
18112
  bl_space_type: typing.Any
@@ -18153,13 +18159,6 @@ class USERPREF_PT_theme_bone_color_sets(
18153
18159
  """
18154
18160
  ...
18155
18161
 
18156
- def draw_header(self, _context):
18157
- """
18158
-
18159
- :param _context:
18160
- """
18161
- ...
18162
-
18163
18162
  def driver_add(self) -> bpy.types.FCurve:
18164
18163
  """Adds driver(s) to the given property
18165
18164
 
@@ -18332,7 +18331,7 @@ class USERPREF_PT_theme_bone_color_sets(
18332
18331
  """
18333
18332
  ...
18334
18333
 
18335
- class USERPREF_PT_theme_collection_colors(
18334
+ class USERPREF_PT_theme_interface_icons(
18336
18335
  ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
18337
18336
  ):
18338
18337
  """Base class for panels to center align contents with some horizontal margin.
@@ -18342,6 +18341,7 @@ class USERPREF_PT_theme_collection_colors(
18342
18341
  bl_context: typing.Any
18343
18342
  bl_label: typing.Any
18344
18343
  bl_options: typing.Any
18344
+ bl_parent_id: typing.Any
18345
18345
  bl_region_type: typing.Any
18346
18346
  bl_rna: typing.Any
18347
18347
  bl_space_type: typing.Any
@@ -18394,13 +18394,6 @@ class USERPREF_PT_theme_collection_colors(
18394
18394
  """
18395
18395
  ...
18396
18396
 
18397
- def draw_header(self, _context):
18398
- """
18399
-
18400
- :param _context:
18401
- """
18402
- ...
18403
-
18404
18397
  def driver_add(self) -> bpy.types.FCurve:
18405
18398
  """Adds driver(s) to the given property
18406
18399
 
@@ -18573,7 +18566,7 @@ class USERPREF_PT_theme_collection_colors(
18573
18566
  """
18574
18567
  ...
18575
18568
 
18576
- class USERPREF_PT_theme_interface_gizmos(
18569
+ class USERPREF_PT_theme_interface_state(
18577
18570
  ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
18578
18571
  ):
18579
18572
  """Base class for panels to center align contents with some horizontal margin.
@@ -18808,7 +18801,7 @@ class USERPREF_PT_theme_interface_gizmos(
18808
18801
  """
18809
18802
  ...
18810
18803
 
18811
- class USERPREF_PT_theme_interface_icons(
18804
+ class USERPREF_PT_theme_interface_styles(
18812
18805
  ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
18813
18806
  ):
18814
18807
  """Base class for panels to center align contents with some horizontal margin.
@@ -19043,7 +19036,7 @@ class USERPREF_PT_theme_interface_icons(
19043
19036
  """
19044
19037
  ...
19045
19038
 
19046
- class USERPREF_PT_theme_interface_state(
19039
+ class USERPREF_PT_theme_interface_transparent_checker(
19047
19040
  ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
19048
19041
  ):
19049
19042
  """Base class for panels to center align contents with some horizontal margin.
@@ -19278,7 +19271,7 @@ class USERPREF_PT_theme_interface_state(
19278
19271
  """
19279
19272
  ...
19280
19273
 
19281
- class USERPREF_PT_theme_interface_styles(
19274
+ class USERPREF_PT_theme_strip_colors(
19282
19275
  ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
19283
19276
  ):
19284
19277
  """Base class for panels to center align contents with some horizontal margin.
@@ -19288,7 +19281,6 @@ class USERPREF_PT_theme_interface_styles(
19288
19281
  bl_context: typing.Any
19289
19282
  bl_label: typing.Any
19290
19283
  bl_options: typing.Any
19291
- bl_parent_id: typing.Any
19292
19284
  bl_region_type: typing.Any
19293
19285
  bl_rna: typing.Any
19294
19286
  bl_space_type: typing.Any
@@ -19341,6 +19333,13 @@ class USERPREF_PT_theme_interface_styles(
19341
19333
  """
19342
19334
  ...
19343
19335
 
19336
+ def draw_header(self, _context):
19337
+ """
19338
+
19339
+ :param _context:
19340
+ """
19341
+ ...
19342
+
19344
19343
  def driver_add(self) -> bpy.types.FCurve:
19345
19344
  """Adds driver(s) to the given property
19346
19345
 
@@ -19513,9 +19512,7 @@ class USERPREF_PT_theme_interface_styles(
19513
19512
  """
19514
19513
  ...
19515
19514
 
19516
- class USERPREF_PT_theme_interface_transparent_checker(
19517
- ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
19518
- ):
19515
+ class USERPREF_PT_theme_text_style(ThemePanel, CenterAlignMixIn, bpy_types._GenericUI):
19519
19516
  """Base class for panels to center align contents with some horizontal margin.
19520
19517
  Deriving classes need to implement a draw_centered(context, layout) function.
19521
19518
  """
@@ -19523,7 +19520,6 @@ class USERPREF_PT_theme_interface_transparent_checker(
19523
19520
  bl_context: typing.Any
19524
19521
  bl_label: typing.Any
19525
19522
  bl_options: typing.Any
19526
- bl_parent_id: typing.Any
19527
19523
  bl_region_type: typing.Any
19528
19524
  bl_rna: typing.Any
19529
19525
  bl_space_type: typing.Any
@@ -19576,6 +19572,13 @@ class USERPREF_PT_theme_interface_transparent_checker(
19576
19572
  """
19577
19573
  ...
19578
19574
 
19575
+ def draw_header(self, _context):
19576
+ """
19577
+
19578
+ :param _context:
19579
+ """
19580
+ ...
19581
+
19579
19582
  def driver_add(self) -> bpy.types.FCurve:
19580
19583
  """Adds driver(s) to the given property
19581
19584
 
@@ -19748,7 +19751,7 @@ class USERPREF_PT_theme_interface_transparent_checker(
19748
19751
  """
19749
19752
  ...
19750
19753
 
19751
- class USERPREF_PT_theme_strip_colors(
19754
+ class USERPREF_PT_theme_user_interface(
19752
19755
  ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
19753
19756
  ):
19754
19757
  """Base class for panels to center align contents with some horizontal margin.
@@ -19802,14 +19805,6 @@ class USERPREF_PT_theme_strip_colors(
19802
19805
  """
19803
19806
  ...
19804
19807
 
19805
- def draw_centered(self, context, layout):
19806
- """
19807
-
19808
- :param context:
19809
- :param layout:
19810
- """
19811
- ...
19812
-
19813
19808
  def draw_header(self, _context):
19814
19809
  """
19815
19810
 
@@ -19989,14 +19984,15 @@ class USERPREF_PT_theme_strip_colors(
19989
19984
  """
19990
19985
  ...
19991
19986
 
19992
- class USERPREF_PT_theme_text_style(ThemePanel, CenterAlignMixIn, bpy_types._GenericUI):
19987
+ class USERPREF_PT_viewport_display(
19988
+ ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
19989
+ ):
19993
19990
  """Base class for panels to center align contents with some horizontal margin.
19994
19991
  Deriving classes need to implement a draw_centered(context, layout) function.
19995
19992
  """
19996
19993
 
19997
19994
  bl_context: typing.Any
19998
19995
  bl_label: typing.Any
19999
- bl_options: typing.Any
20000
19996
  bl_region_type: typing.Any
20001
19997
  bl_rna: typing.Any
20002
19998
  bl_space_type: typing.Any
@@ -20049,13 +20045,6 @@ class USERPREF_PT_theme_text_style(ThemePanel, CenterAlignMixIn, bpy_types._Gene
20049
20045
  """
20050
20046
  ...
20051
20047
 
20052
- def draw_header(self, _context):
20053
- """
20054
-
20055
- :param _context:
20056
- """
20057
- ...
20058
-
20059
20048
  def driver_add(self) -> bpy.types.FCurve:
20060
20049
  """Adds driver(s) to the given property
20061
20050
 
@@ -20228,8 +20217,8 @@ class USERPREF_PT_theme_text_style(ThemePanel, CenterAlignMixIn, bpy_types._Gene
20228
20217
  """
20229
20218
  ...
20230
20219
 
20231
- class USERPREF_PT_theme_user_interface(
20232
- ThemePanel, CenterAlignMixIn, bpy_types._GenericUI
20220
+ class USERPREF_PT_viewport_quality(
20221
+ ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
20233
20222
  ):
20234
20223
  """Base class for panels to center align contents with some horizontal margin.
20235
20224
  Deriving classes need to implement a draw_centered(context, layout) function.
@@ -20237,7 +20226,6 @@ class USERPREF_PT_theme_user_interface(
20237
20226
 
20238
20227
  bl_context: typing.Any
20239
20228
  bl_label: typing.Any
20240
- bl_options: typing.Any
20241
20229
  bl_region_type: typing.Any
20242
20230
  bl_rna: typing.Any
20243
20231
  bl_space_type: typing.Any
@@ -20282,10 +20270,11 @@ class USERPREF_PT_theme_user_interface(
20282
20270
  """
20283
20271
  ...
20284
20272
 
20285
- def draw_header(self, _context):
20273
+ def draw_centered(self, context, layout):
20286
20274
  """
20287
20275
 
20288
- :param _context:
20276
+ :param context:
20277
+ :param layout:
20289
20278
  """
20290
20279
  ...
20291
20280
 
@@ -20461,7 +20450,7 @@ class USERPREF_PT_theme_user_interface(
20461
20450
  """
20462
20451
  ...
20463
20452
 
20464
- class USERPREF_PT_viewport_display(
20453
+ class USERPREF_PT_viewport_selection(
20465
20454
  ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
20466
20455
  ):
20467
20456
  """Base class for panels to center align contents with some horizontal margin.
@@ -20470,6 +20459,7 @@ class USERPREF_PT_viewport_display(
20470
20459
 
20471
20460
  bl_context: typing.Any
20472
20461
  bl_label: typing.Any
20462
+ bl_options: typing.Any
20473
20463
  bl_region_type: typing.Any
20474
20464
  bl_rna: typing.Any
20475
20465
  bl_space_type: typing.Any
@@ -20694,7 +20684,7 @@ class USERPREF_PT_viewport_display(
20694
20684
  """
20695
20685
  ...
20696
20686
 
20697
- class USERPREF_PT_viewport_quality(
20687
+ class USERPREF_PT_viewport_subdivision(
20698
20688
  ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
20699
20689
  ):
20700
20690
  """Base class for panels to center align contents with some horizontal margin.
@@ -20703,6 +20693,7 @@ class USERPREF_PT_viewport_quality(
20703
20693
 
20704
20694
  bl_context: typing.Any
20705
20695
  bl_label: typing.Any
20696
+ bl_options: typing.Any
20706
20697
  bl_region_type: typing.Any
20707
20698
  bl_rna: typing.Any
20708
20699
  bl_space_type: typing.Any
@@ -20877,6 +20868,13 @@ class USERPREF_PT_viewport_quality(
20877
20868
  """Returns the property from the path, raise an exception when not found."""
20878
20869
  ...
20879
20870
 
20871
+ def poll(self, context):
20872
+ """
20873
+
20874
+ :param context:
20875
+ """
20876
+ ...
20877
+
20880
20878
  def pop(self):
20881
20879
  """Remove and return the value of the custom property assigned to key or default
20882
20880
  when not found (matches Python's dictionary function of the same name).
@@ -20927,7 +20925,7 @@ class USERPREF_PT_viewport_quality(
20927
20925
  """
20928
20926
  ...
20929
20927
 
20930
- class USERPREF_PT_viewport_selection(
20928
+ class USERPREF_PT_viewport_textures(
20931
20929
  ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
20932
20930
  ):
20933
20931
  """Base class for panels to center align contents with some horizontal margin.
@@ -20936,7 +20934,6 @@ class USERPREF_PT_viewport_selection(
20936
20934
 
20937
20935
  bl_context: typing.Any
20938
20936
  bl_label: typing.Any
20939
- bl_options: typing.Any
20940
20937
  bl_region_type: typing.Any
20941
20938
  bl_rna: typing.Any
20942
20939
  bl_space_type: typing.Any
@@ -21161,19 +21158,8 @@ class USERPREF_PT_viewport_selection(
21161
21158
  """
21162
21159
  ...
21163
21160
 
21164
- class USERPREF_PT_viewport_subdivision(
21165
- ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
21166
- ):
21167
- """Base class for panels to center align contents with some horizontal margin.
21168
- Deriving classes need to implement a draw_centered(context, layout) function.
21169
- """
21170
-
21171
- bl_context: typing.Any
21172
- bl_label: typing.Any
21173
- bl_options: typing.Any
21174
- bl_region_type: typing.Any
21161
+ class USERPREF_UL_asset_libraries(bpy_types._GenericUI):
21175
21162
  bl_rna: typing.Any
21176
- bl_space_type: typing.Any
21177
21163
  id_data: typing.Any
21178
21164
 
21179
21165
  def append(self, draw_func):
@@ -21208,18 +21194,27 @@ class USERPREF_PT_viewport_subdivision(
21208
21194
  """
21209
21195
  ...
21210
21196
 
21211
- def draw(self, context):
21212
- """
21213
-
21214
- :param context:
21215
- """
21216
- ...
21217
-
21218
- def draw_centered(self, context, layout):
21197
+ def draw_item(
21198
+ self,
21199
+ _context,
21200
+ layout,
21201
+ _data,
21202
+ item,
21203
+ icon,
21204
+ _active_data,
21205
+ _active_propname,
21206
+ _index,
21207
+ ):
21219
21208
  """
21220
21209
 
21221
- :param context:
21210
+ :param _context:
21222
21211
  :param layout:
21212
+ :param _data:
21213
+ :param item:
21214
+ :param icon:
21215
+ :param _active_data:
21216
+ :param _active_propname:
21217
+ :param _index:
21223
21218
  """
21224
21219
  ...
21225
21220
 
@@ -21345,13 +21340,6 @@ class USERPREF_PT_viewport_subdivision(
21345
21340
  """Returns the property from the path, raise an exception when not found."""
21346
21341
  ...
21347
21342
 
21348
- def poll(self, context):
21349
- """
21350
-
21351
- :param context:
21352
- """
21353
- ...
21354
-
21355
21343
  def pop(self):
21356
21344
  """Remove and return the value of the custom property assigned to key or default
21357
21345
  when not found (matches Python's dictionary function of the same name).
@@ -21402,18 +21390,8 @@ class USERPREF_PT_viewport_subdivision(
21402
21390
  """
21403
21391
  ...
21404
21392
 
21405
- class USERPREF_PT_viewport_textures(
21406
- ViewportPanel, CenterAlignMixIn, bpy_types._GenericUI
21407
- ):
21408
- """Base class for panels to center align contents with some horizontal margin.
21409
- Deriving classes need to implement a draw_centered(context, layout) function.
21410
- """
21411
-
21412
- bl_context: typing.Any
21413
- bl_label: typing.Any
21414
- bl_region_type: typing.Any
21393
+ class USERPREF_UL_extension_repos(bpy_types._GenericUI):
21415
21394
  bl_rna: typing.Any
21416
- bl_space_type: typing.Any
21417
21395
  id_data: typing.Any
21418
21396
 
21419
21397
  def append(self, draw_func):
@@ -21448,18 +21426,27 @@ class USERPREF_PT_viewport_textures(
21448
21426
  """
21449
21427
  ...
21450
21428
 
21451
- def draw(self, context):
21452
- """
21453
-
21454
- :param context:
21455
- """
21456
- ...
21457
-
21458
- def draw_centered(self, context, layout):
21429
+ def draw_item(
21430
+ self,
21431
+ _context,
21432
+ layout,
21433
+ _data,
21434
+ item,
21435
+ icon,
21436
+ _active_data,
21437
+ _active_propname,
21438
+ _index,
21439
+ ):
21459
21440
  """
21460
21441
 
21461
- :param context:
21442
+ :param _context:
21462
21443
  :param layout:
21444
+ :param _data:
21445
+ :param item:
21446
+ :param icon:
21447
+ :param _active_data:
21448
+ :param _active_propname:
21449
+ :param _index:
21463
21450
  """
21464
21451
  ...
21465
21452
 
@@ -21479,6 +21466,15 @@ class USERPREF_PT_viewport_textures(
21479
21466
  """
21480
21467
  ...
21481
21468
 
21469
+ def filter_items(self, _context, data, propname):
21470
+ """
21471
+
21472
+ :param _context:
21473
+ :param data:
21474
+ :param propname:
21475
+ """
21476
+ ...
21477
+
21482
21478
  def get(self):
21483
21479
  """Returns the value of the custom property assigned to key or default
21484
21480
  when not found (matches Python's dictionary function of the same name).
@@ -21634,3 +21630,8 @@ class USERPREF_PT_viewport_textures(
21634
21630
  :return: custom property values.
21635
21631
  """
21636
21632
  ...
21633
+
21634
+ class ViewportPanel:
21635
+ bl_context: typing.Any
21636
+ bl_region_type: typing.Any
21637
+ bl_space_type: typing.Any