fake-bpy-module 20240914__py3-none-any.whl → 20240916__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 (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +2 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +2 -36
  158. bl_ui/space_topbar/__init__.pyi +2 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +2 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +1937 -31353
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240914.dist-info → fake_bpy_module-20240916.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240916.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240914.dist-info → fake_bpy_module-20240916.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +5 -51
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +2 -42
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240914.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240914.dist-info → fake_bpy_module-20240916.dist-info}/top_level.txt +0 -0
@@ -4,8 +4,8 @@ import typing_extensions
4
4
  import bl_ui.utils
5
5
  import bpy.types
6
6
 
7
- GenericType1 = typing.TypeVar("GenericType1")
8
- GenericType2 = typing.TypeVar("GenericType2")
7
+ _GenericType1 = typing.TypeVar("_GenericType1")
8
+ _GenericType2 = typing.TypeVar("_GenericType2")
9
9
 
10
10
  class AddOnPanel:
11
11
  bl_context: typing.Any
@@ -27,7 +27,6 @@ class CenterAlignMixIn:
27
27
 
28
28
  :param context:
29
29
  """
30
- ...
31
30
 
32
31
  class EditingPanel:
33
32
  bl_context: typing.Any
@@ -46,7 +45,6 @@ class ExperimentalPanel:
46
45
 
47
46
  :param _context:
48
47
  """
49
- ...
50
48
 
51
49
  class ExtensionsPanel:
52
50
  bl_context: typing.Any
@@ -86,14 +84,12 @@ class PreferenceThemeSpacePanel:
86
84
 
87
85
  :param context:
88
86
  """
89
- ...
90
87
 
91
88
  def draw_header(self, _context):
92
89
  """
93
90
 
94
91
  :param _context:
95
92
  """
96
- ...
97
93
 
98
94
  class PreferenceThemeWidgetColorPanel:
99
95
  bl_parent_id: typing.Any
@@ -103,7 +99,6 @@ class PreferenceThemeWidgetColorPanel:
103
99
 
104
100
  :param context:
105
101
  """
106
- ...
107
102
 
108
103
  class PreferenceThemeWidgetShadePanel:
109
104
  def draw(self, context):
@@ -111,14 +106,12 @@ class PreferenceThemeWidgetShadePanel:
111
106
 
112
107
  :param context:
113
108
  """
114
- ...
115
109
 
116
110
  def draw_header(self, context):
117
111
  """
118
112
 
119
113
  :param context:
120
114
  """
121
- ...
122
115
 
123
116
  class SaveLoadPanel:
124
117
  bl_context: typing.Any
@@ -136,7 +129,6 @@ class StudioLightPanelMixin:
136
129
 
137
130
  :param context:
138
131
  """
139
- ...
140
132
 
141
133
  def draw_light_list(self, layout, lights):
142
134
  """
@@ -144,7 +136,6 @@ class StudioLightPanelMixin:
144
136
  :param layout:
145
137
  :param lights:
146
138
  """
147
- ...
148
139
 
149
140
  def draw_studio_light(self, layout, studio_light):
150
141
  """
@@ -152,7 +143,6 @@ class StudioLightPanelMixin:
152
143
  :param layout:
153
144
  :param studio_light:
154
145
  """
155
- ...
156
146
 
157
147
  def get_error_message(self): ...
158
148
 
@@ -177,7 +167,6 @@ class ThemeGenericClassGenerator:
177
167
  :param theme_area:
178
168
  :param datapath:
179
169
  """
180
- ...
181
170
 
182
171
  class ThemePanel:
183
172
  bl_context: typing.Any
@@ -195,7 +184,6 @@ class USERPREF_HT_header(bpy.types.Header):
195
184
  :return: The RNA type or default when not found.
196
185
  :rtype: bpy.types.Struct
197
186
  """
198
- ...
199
187
 
200
188
  def bl_rna_get_subclass_py(self) -> typing.Any:
201
189
  """
@@ -203,14 +191,12 @@ class USERPREF_HT_header(bpy.types.Header):
203
191
  :return: The class or default when not found.
204
192
  :rtype: typing.Any
205
193
  """
206
- ...
207
194
 
208
195
  def draw(self, context):
209
196
  """
210
197
 
211
198
  :param context:
212
199
  """
213
- ...
214
200
 
215
201
  @staticmethod
216
202
  def draw_buttons(layout, context):
@@ -219,7 +205,6 @@ class USERPREF_HT_header(bpy.types.Header):
219
205
  :param layout:
220
206
  :param context:
221
207
  """
222
- ...
223
208
 
224
209
  class USERPREF_MT_editor_menus(bpy.types.Menu):
225
210
  bl_idname: typing.Any
@@ -233,7 +218,6 @@ class USERPREF_MT_editor_menus(bpy.types.Menu):
233
218
  :return: The RNA type or default when not found.
234
219
  :rtype: bpy.types.Struct
235
220
  """
236
- ...
237
221
 
238
222
  def bl_rna_get_subclass_py(self) -> typing.Any:
239
223
  """
@@ -241,14 +225,12 @@ class USERPREF_MT_editor_menus(bpy.types.Menu):
241
225
  :return: The class or default when not found.
242
226
  :rtype: typing.Any
243
227
  """
244
- ...
245
228
 
246
229
  def draw(self, _context):
247
230
  """
248
231
 
249
232
  :param _context:
250
233
  """
251
- ...
252
234
 
253
235
  class USERPREF_MT_extensions_active_repo(bpy.types.Menu):
254
236
  bl_label: typing.Any
@@ -261,7 +243,6 @@ class USERPREF_MT_extensions_active_repo(bpy.types.Menu):
261
243
  :return: The RNA type or default when not found.
262
244
  :rtype: bpy.types.Struct
263
245
  """
264
- ...
265
246
 
266
247
  def bl_rna_get_subclass_py(self) -> typing.Any:
267
248
  """
@@ -269,7 +250,6 @@ class USERPREF_MT_extensions_active_repo(bpy.types.Menu):
269
250
  :return: The class or default when not found.
270
251
  :rtype: typing.Any
271
252
  """
272
- ...
273
253
 
274
254
  class USERPREF_MT_extensions_active_repo_remove(bpy.types.Menu):
275
255
  bl_label: typing.Any
@@ -282,7 +262,6 @@ class USERPREF_MT_extensions_active_repo_remove(bpy.types.Menu):
282
262
  :return: The RNA type or default when not found.
283
263
  :rtype: bpy.types.Struct
284
264
  """
285
- ...
286
265
 
287
266
  def bl_rna_get_subclass_py(self) -> typing.Any:
288
267
  """
@@ -290,14 +269,12 @@ class USERPREF_MT_extensions_active_repo_remove(bpy.types.Menu):
290
269
  :return: The class or default when not found.
291
270
  :rtype: typing.Any
292
271
  """
293
- ...
294
272
 
295
273
  def draw(self, context):
296
274
  """
297
275
 
298
276
  :param context:
299
277
  """
300
- ...
301
278
 
302
279
  class USERPREF_MT_interface_theme_presets(bpy.types.Menu):
303
280
  bl_label: typing.Any
@@ -315,7 +292,6 @@ class USERPREF_MT_interface_theme_presets(bpy.types.Menu):
315
292
  :return: The RNA type or default when not found.
316
293
  :rtype: bpy.types.Struct
317
294
  """
318
- ...
319
295
 
320
296
  def bl_rna_get_subclass_py(self) -> typing.Any:
321
297
  """
@@ -323,7 +299,6 @@ class USERPREF_MT_interface_theme_presets(bpy.types.Menu):
323
299
  :return: The class or default when not found.
324
300
  :rtype: typing.Any
325
301
  """
326
- ...
327
302
 
328
303
  @staticmethod
329
304
  def post_cb(context, filepath):
@@ -332,7 +307,6 @@ class USERPREF_MT_interface_theme_presets(bpy.types.Menu):
332
307
  :param context:
333
308
  :param filepath:
334
309
  """
335
- ...
336
310
 
337
311
  @staticmethod
338
312
  def reset_cb(_context, _filepath):
@@ -341,7 +315,6 @@ class USERPREF_MT_interface_theme_presets(bpy.types.Menu):
341
315
  :param _context:
342
316
  :param _filepath:
343
317
  """
344
- ...
345
318
 
346
319
  class USERPREF_MT_keyconfigs(bpy.types.Menu):
347
320
  bl_label: typing.Any
@@ -356,7 +329,6 @@ class USERPREF_MT_keyconfigs(bpy.types.Menu):
356
329
  :return: The RNA type or default when not found.
357
330
  :rtype: bpy.types.Struct
358
331
  """
359
- ...
360
332
 
361
333
  def bl_rna_get_subclass_py(self) -> typing.Any:
362
334
  """
@@ -364,14 +336,12 @@ class USERPREF_MT_keyconfigs(bpy.types.Menu):
364
336
  :return: The class or default when not found.
365
337
  :rtype: typing.Any
366
338
  """
367
- ...
368
339
 
369
340
  def draw(self, context):
370
341
  """
371
342
 
372
343
  :param context:
373
344
  """
374
- ...
375
345
 
376
346
  class USERPREF_MT_save_load(bpy.types.Menu):
377
347
  bl_label: typing.Any
@@ -384,7 +354,6 @@ class USERPREF_MT_save_load(bpy.types.Menu):
384
354
  :return: The RNA type or default when not found.
385
355
  :rtype: bpy.types.Struct
386
356
  """
387
- ...
388
357
 
389
358
  def bl_rna_get_subclass_py(self) -> typing.Any:
390
359
  """
@@ -392,14 +361,12 @@ class USERPREF_MT_save_load(bpy.types.Menu):
392
361
  :return: The class or default when not found.
393
362
  :rtype: typing.Any
394
363
  """
395
- ...
396
364
 
397
365
  def draw(self, context):
398
366
  """
399
367
 
400
368
  :param context:
401
369
  """
402
- ...
403
370
 
404
371
  class USERPREF_MT_view(bpy.types.Menu):
405
372
  bl_label: typing.Any
@@ -412,7 +379,6 @@ class USERPREF_MT_view(bpy.types.Menu):
412
379
  :return: The RNA type or default when not found.
413
380
  :rtype: bpy.types.Struct
414
381
  """
415
- ...
416
382
 
417
383
  def bl_rna_get_subclass_py(self) -> typing.Any:
418
384
  """
@@ -420,14 +386,12 @@ class USERPREF_MT_view(bpy.types.Menu):
420
386
  :return: The class or default when not found.
421
387
  :rtype: typing.Any
422
388
  """
423
- ...
424
389
 
425
390
  def draw(self, _context):
426
391
  """
427
392
 
428
393
  :param _context:
429
394
  """
430
- ...
431
395
 
432
396
  class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
433
397
  bl_context: typing.Any
@@ -444,7 +408,6 @@ class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
444
408
  :return: The RNA type or default when not found.
445
409
  :rtype: bpy.types.Struct
446
410
  """
447
- ...
448
411
 
449
412
  def bl_rna_get_subclass_py(self) -> typing.Any:
450
413
  """
@@ -452,7 +415,6 @@ class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
452
415
  :return: The class or default when not found.
453
416
  :rtype: typing.Any
454
417
  """
455
- ...
456
418
 
457
419
  @staticmethod
458
420
  def draw_addon_preferences(layout, context, addon_preferences):
@@ -462,7 +424,6 @@ class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
462
424
  :param context:
463
425
  :param addon_preferences:
464
426
  """
465
- ...
466
427
 
467
428
  @staticmethod
468
429
  def draw_error(layout, message):
@@ -471,7 +432,6 @@ class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
471
432
  :param layout:
472
433
  :param message:
473
434
  """
474
- ...
475
435
 
476
436
  @staticmethod
477
437
  def is_user_addon(mod, user_addon_paths):
@@ -480,7 +440,6 @@ class USERPREF_PT_addons(AddOnPanel, bpy.types.Panel):
480
440
  :param mod:
481
441
  :param user_addon_paths:
482
442
  """
483
- ...
484
443
 
485
444
  class USERPREF_PT_addons_filter(bpy.types.Panel):
486
445
  bl_label: typing.Any
@@ -496,7 +455,6 @@ class USERPREF_PT_addons_filter(bpy.types.Panel):
496
455
  :return: The RNA type or default when not found.
497
456
  :rtype: bpy.types.Struct
498
457
  """
499
- ...
500
458
 
501
459
  def bl_rna_get_subclass_py(self) -> typing.Any:
502
460
  """
@@ -504,14 +462,12 @@ class USERPREF_PT_addons_filter(bpy.types.Panel):
504
462
  :return: The class or default when not found.
505
463
  :rtype: typing.Any
506
464
  """
507
- ...
508
465
 
509
466
  def draw(self, context):
510
467
  """
511
468
 
512
469
  :param context:
513
470
  """
514
- ...
515
471
 
516
472
  class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, bpy.types.Panel):
517
473
  """Base class for panels to center align contents with some horizontal margin.
@@ -531,7 +487,6 @@ class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, bpy.types.
531
487
  :return: The RNA type or default when not found.
532
488
  :rtype: bpy.types.Struct
533
489
  """
534
- ...
535
490
 
536
491
  def bl_rna_get_subclass_py(self) -> typing.Any:
537
492
  """
@@ -539,7 +494,6 @@ class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, bpy.types.
539
494
  :return: The class or default when not found.
540
495
  :rtype: typing.Any
541
496
  """
542
- ...
543
497
 
544
498
  def draw_centered(self, context, layout):
545
499
  """
@@ -547,7 +501,6 @@ class USERPREF_PT_animation_fcurves(CenterAlignMixIn, AnimationPanel, bpy.types.
547
501
  :param context:
548
502
  :param layout:
549
503
  """
550
- ...
551
504
 
552
505
  class USERPREF_PT_animation_keyframes(
553
506
  CenterAlignMixIn, AnimationPanel, bpy.types.Panel
@@ -569,7 +522,6 @@ class USERPREF_PT_animation_keyframes(
569
522
  :return: The RNA type or default when not found.
570
523
  :rtype: bpy.types.Struct
571
524
  """
572
- ...
573
525
 
574
526
  def bl_rna_get_subclass_py(self) -> typing.Any:
575
527
  """
@@ -577,7 +529,6 @@ class USERPREF_PT_animation_keyframes(
577
529
  :return: The class or default when not found.
578
530
  :rtype: typing.Any
579
531
  """
580
- ...
581
532
 
582
533
  def draw_centered(self, context, layout):
583
534
  """
@@ -585,7 +536,6 @@ class USERPREF_PT_animation_keyframes(
585
536
  :param context:
586
537
  :param layout:
587
538
  """
588
- ...
589
539
 
590
540
  class USERPREF_PT_animation_timeline(CenterAlignMixIn, AnimationPanel, bpy.types.Panel):
591
541
  """Base class for panels to center align contents with some horizontal margin.
@@ -605,7 +555,6 @@ class USERPREF_PT_animation_timeline(CenterAlignMixIn, AnimationPanel, bpy.types
605
555
  :return: The RNA type or default when not found.
606
556
  :rtype: bpy.types.Struct
607
557
  """
608
- ...
609
558
 
610
559
  def bl_rna_get_subclass_py(self) -> typing.Any:
611
560
  """
@@ -613,7 +562,6 @@ class USERPREF_PT_animation_timeline(CenterAlignMixIn, AnimationPanel, bpy.types
613
562
  :return: The class or default when not found.
614
563
  :rtype: typing.Any
615
564
  """
616
- ...
617
565
 
618
566
  def draw_centered(self, context, layout):
619
567
  """
@@ -621,7 +569,6 @@ class USERPREF_PT_animation_timeline(CenterAlignMixIn, AnimationPanel, bpy.types
621
569
  :param context:
622
570
  :param layout:
623
571
  """
624
- ...
625
572
 
626
573
  class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
627
574
  """Base class for panels to center align contents with some horizontal margin.
@@ -641,7 +588,6 @@ class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, bpy.types.Pan
641
588
  :return: The RNA type or default when not found.
642
589
  :rtype: bpy.types.Struct
643
590
  """
644
- ...
645
591
 
646
592
  def bl_rna_get_subclass_py(self) -> typing.Any:
647
593
  """
@@ -649,7 +595,6 @@ class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, bpy.types.Pan
649
595
  :return: The class or default when not found.
650
596
  :rtype: typing.Any
651
597
  """
652
- ...
653
598
 
654
599
  def draw_centered(self, context, layout):
655
600
  """
@@ -657,7 +602,6 @@ class USERPREF_PT_edit_annotations(CenterAlignMixIn, EditingPanel, bpy.types.Pan
657
602
  :param context:
658
603
  :param layout:
659
604
  """
660
- ...
661
605
 
662
606
  class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
663
607
  """Base class for panels to center align contents with some horizontal margin.
@@ -677,7 +621,6 @@ class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
677
621
  :return: The RNA type or default when not found.
678
622
  :rtype: bpy.types.Struct
679
623
  """
680
- ...
681
624
 
682
625
  def bl_rna_get_subclass_py(self) -> typing.Any:
683
626
  """
@@ -685,7 +628,6 @@ class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
685
628
  :return: The class or default when not found.
686
629
  :rtype: typing.Any
687
630
  """
688
- ...
689
631
 
690
632
  def draw_centered(self, context, layout):
691
633
  """
@@ -693,7 +635,6 @@ class USERPREF_PT_edit_cursor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
693
635
  :param context:
694
636
  :param layout:
695
637
  """
696
- ...
697
638
 
698
639
  class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
699
640
  """Base class for panels to center align contents with some horizontal margin.
@@ -714,7 +655,6 @@ class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
714
655
  :return: The RNA type or default when not found.
715
656
  :rtype: bpy.types.Struct
716
657
  """
717
- ...
718
658
 
719
659
  def bl_rna_get_subclass_py(self) -> typing.Any:
720
660
  """
@@ -722,7 +662,6 @@ class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
722
662
  :return: The class or default when not found.
723
663
  :rtype: typing.Any
724
664
  """
725
- ...
726
665
 
727
666
  def draw_centered(self, context, layout):
728
667
  """
@@ -730,7 +669,6 @@ class USERPREF_PT_edit_gpencil(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
730
669
  :param context:
731
670
  :param layout:
732
671
  """
733
- ...
734
672
 
735
673
  class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
736
674
  """Base class for panels to center align contents with some horizontal margin.
@@ -751,7 +689,6 @@ class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
751
689
  :return: The RNA type or default when not found.
752
690
  :rtype: bpy.types.Struct
753
691
  """
754
- ...
755
692
 
756
693
  def bl_rna_get_subclass_py(self) -> typing.Any:
757
694
  """
@@ -759,7 +696,6 @@ class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
759
696
  :return: The class or default when not found.
760
697
  :rtype: typing.Any
761
698
  """
762
- ...
763
699
 
764
700
  def draw_centered(self, context, layout):
765
701
  """
@@ -767,7 +703,6 @@ class USERPREF_PT_edit_misc(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
767
703
  :param context:
768
704
  :param layout:
769
705
  """
770
- ...
771
706
 
772
707
  class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
773
708
  """Base class for panels to center align contents with some horizontal margin.
@@ -788,7 +723,6 @@ class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
788
723
  :return: The RNA type or default when not found.
789
724
  :rtype: bpy.types.Struct
790
725
  """
791
- ...
792
726
 
793
727
  def bl_rna_get_subclass_py(self) -> typing.Any:
794
728
  """
@@ -796,7 +730,6 @@ class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
796
730
  :return: The class or default when not found.
797
731
  :rtype: typing.Any
798
732
  """
799
- ...
800
733
 
801
734
  def draw_centered(self, context, layout):
802
735
  """
@@ -804,7 +737,6 @@ class USERPREF_PT_edit_node_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
804
737
  :param context:
805
738
  :param layout:
806
739
  """
807
- ...
808
740
 
809
741
  class USERPREF_PT_edit_objects(EditingPanel, bpy.types.Panel):
810
742
  bl_context: typing.Any
@@ -820,7 +752,6 @@ class USERPREF_PT_edit_objects(EditingPanel, bpy.types.Panel):
820
752
  :return: The RNA type or default when not found.
821
753
  :rtype: bpy.types.Struct
822
754
  """
823
- ...
824
755
 
825
756
  def bl_rna_get_subclass_py(self) -> typing.Any:
826
757
  """
@@ -828,14 +759,12 @@ class USERPREF_PT_edit_objects(EditingPanel, bpy.types.Panel):
828
759
  :return: The class or default when not found.
829
760
  :rtype: typing.Any
830
761
  """
831
- ...
832
762
 
833
763
  def draw(self, context):
834
764
  """
835
765
 
836
766
  :param context:
837
767
  """
838
- ...
839
768
 
840
769
  class USERPREF_PT_edit_objects_duplicate_data(
841
770
  CenterAlignMixIn, EditingPanel, bpy.types.Panel
@@ -859,7 +788,6 @@ class USERPREF_PT_edit_objects_duplicate_data(
859
788
  :return: The RNA type or default when not found.
860
789
  :rtype: bpy.types.Struct
861
790
  """
862
- ...
863
791
 
864
792
  def bl_rna_get_subclass_py(self) -> typing.Any:
865
793
  """
@@ -867,7 +795,6 @@ class USERPREF_PT_edit_objects_duplicate_data(
867
795
  :return: The class or default when not found.
868
796
  :rtype: typing.Any
869
797
  """
870
- ...
871
798
 
872
799
  def draw_centered(self, context, layout):
873
800
  """
@@ -875,7 +802,6 @@ class USERPREF_PT_edit_objects_duplicate_data(
875
802
  :param context:
876
803
  :param layout:
877
804
  """
878
- ...
879
805
 
880
806
  class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
881
807
  """Base class for panels to center align contents with some horizontal margin.
@@ -896,7 +822,6 @@ class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, bpy.types.Pan
896
822
  :return: The RNA type or default when not found.
897
823
  :rtype: bpy.types.Struct
898
824
  """
899
- ...
900
825
 
901
826
  def bl_rna_get_subclass_py(self) -> typing.Any:
902
827
  """
@@ -904,7 +829,6 @@ class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, bpy.types.Pan
904
829
  :return: The class or default when not found.
905
830
  :rtype: typing.Any
906
831
  """
907
- ...
908
832
 
909
833
  def draw_centered(self, context, layout):
910
834
  """
@@ -912,7 +836,6 @@ class USERPREF_PT_edit_objects_new(CenterAlignMixIn, EditingPanel, bpy.types.Pan
912
836
  :param context:
913
837
  :param layout:
914
838
  """
915
- ...
916
839
 
917
840
  class USERPREF_PT_edit_sequence_editor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
918
841
  """Base class for panels to center align contents with some horizontal margin.
@@ -933,7 +856,6 @@ class USERPREF_PT_edit_sequence_editor(CenterAlignMixIn, EditingPanel, bpy.types
933
856
  :return: The RNA type or default when not found.
934
857
  :rtype: bpy.types.Struct
935
858
  """
936
- ...
937
859
 
938
860
  def bl_rna_get_subclass_py(self) -> typing.Any:
939
861
  """
@@ -941,7 +863,6 @@ class USERPREF_PT_edit_sequence_editor(CenterAlignMixIn, EditingPanel, bpy.types
941
863
  :return: The class or default when not found.
942
864
  :rtype: typing.Any
943
865
  """
944
- ...
945
866
 
946
867
  def draw_centered(self, context, layout):
947
868
  """
@@ -949,7 +870,6 @@ class USERPREF_PT_edit_sequence_editor(CenterAlignMixIn, EditingPanel, bpy.types
949
870
  :param context:
950
871
  :param layout:
951
872
  """
952
- ...
953
873
 
954
874
  class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
955
875
  """Base class for panels to center align contents with some horizontal margin.
@@ -970,7 +890,6 @@ class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
970
890
  :return: The RNA type or default when not found.
971
891
  :rtype: bpy.types.Struct
972
892
  """
973
- ...
974
893
 
975
894
  def bl_rna_get_subclass_py(self) -> typing.Any:
976
895
  """
@@ -978,7 +897,6 @@ class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
978
897
  :return: The class or default when not found.
979
898
  :rtype: typing.Any
980
899
  """
981
- ...
982
900
 
983
901
  def draw_centered(self, context, layout):
984
902
  """
@@ -986,7 +904,6 @@ class USERPREF_PT_edit_text_editor(CenterAlignMixIn, EditingPanel, bpy.types.Pan
986
904
  :param context:
987
905
  :param layout:
988
906
  """
989
- ...
990
907
 
991
908
  class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, bpy.types.Panel):
992
909
  """Base class for panels to center align contents with some horizontal margin.
@@ -1007,7 +924,6 @@ class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, bpy.types.Pa
1007
924
  :return: The RNA type or default when not found.
1008
925
  :rtype: bpy.types.Struct
1009
926
  """
1010
- ...
1011
927
 
1012
928
  def bl_rna_get_subclass_py(self) -> typing.Any:
1013
929
  """
@@ -1015,7 +931,6 @@ class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, bpy.types.Pa
1015
931
  :return: The class or default when not found.
1016
932
  :rtype: typing.Any
1017
933
  """
1018
- ...
1019
934
 
1020
935
  def draw_centered(self, context, layout):
1021
936
  """
@@ -1023,7 +938,6 @@ class USERPREF_PT_edit_weight_paint(CenterAlignMixIn, EditingPanel, bpy.types.Pa
1023
938
  :param context:
1024
939
  :param layout:
1025
940
  """
1026
- ...
1027
941
 
1028
942
  class USERPREF_PT_experimental_debugging(ExperimentalPanel, bpy.types.Panel):
1029
943
  bl_context: typing.Any
@@ -1040,7 +954,6 @@ class USERPREF_PT_experimental_debugging(ExperimentalPanel, bpy.types.Panel):
1040
954
  :return: The RNA type or default when not found.
1041
955
  :rtype: bpy.types.Struct
1042
956
  """
1043
- ...
1044
957
 
1045
958
  def bl_rna_get_subclass_py(self) -> typing.Any:
1046
959
  """
@@ -1048,14 +961,12 @@ class USERPREF_PT_experimental_debugging(ExperimentalPanel, bpy.types.Panel):
1048
961
  :return: The class or default when not found.
1049
962
  :rtype: typing.Any
1050
963
  """
1051
- ...
1052
964
 
1053
965
  def draw(self, context):
1054
966
  """
1055
967
 
1056
968
  :param context:
1057
969
  """
1058
- ...
1059
970
 
1060
971
  @classmethod
1061
972
  def poll(cls, _context):
@@ -1063,7 +974,6 @@ class USERPREF_PT_experimental_debugging(ExperimentalPanel, bpy.types.Panel):
1063
974
 
1064
975
  :param _context:
1065
976
  """
1066
- ...
1067
977
 
1068
978
  class USERPREF_PT_experimental_new_features(ExperimentalPanel, bpy.types.Panel):
1069
979
  bl_context: typing.Any
@@ -1080,7 +990,6 @@ class USERPREF_PT_experimental_new_features(ExperimentalPanel, bpy.types.Panel):
1080
990
  :return: The RNA type or default when not found.
1081
991
  :rtype: bpy.types.Struct
1082
992
  """
1083
- ...
1084
993
 
1085
994
  def bl_rna_get_subclass_py(self) -> typing.Any:
1086
995
  """
@@ -1088,14 +997,12 @@ class USERPREF_PT_experimental_new_features(ExperimentalPanel, bpy.types.Panel):
1088
997
  :return: The class or default when not found.
1089
998
  :rtype: typing.Any
1090
999
  """
1091
- ...
1092
1000
 
1093
1001
  def draw(self, context):
1094
1002
  """
1095
1003
 
1096
1004
  :param context:
1097
1005
  """
1098
- ...
1099
1006
 
1100
1007
  class USERPREF_PT_experimental_prototypes(ExperimentalPanel, bpy.types.Panel):
1101
1008
  bl_context: typing.Any
@@ -1112,7 +1019,6 @@ class USERPREF_PT_experimental_prototypes(ExperimentalPanel, bpy.types.Panel):
1112
1019
  :return: The RNA type or default when not found.
1113
1020
  :rtype: bpy.types.Struct
1114
1021
  """
1115
- ...
1116
1022
 
1117
1023
  def bl_rna_get_subclass_py(self) -> typing.Any:
1118
1024
  """
@@ -1120,14 +1026,12 @@ class USERPREF_PT_experimental_prototypes(ExperimentalPanel, bpy.types.Panel):
1120
1026
  :return: The class or default when not found.
1121
1027
  :rtype: typing.Any
1122
1028
  """
1123
- ...
1124
1029
 
1125
1030
  def draw(self, context):
1126
1031
  """
1127
1032
 
1128
1033
  :param context:
1129
1034
  """
1130
- ...
1131
1035
 
1132
1036
  class USERPREF_PT_extensions(ExtensionsPanel, bpy.types.Panel):
1133
1037
  bl_context: typing.Any
@@ -1144,7 +1048,6 @@ class USERPREF_PT_extensions(ExtensionsPanel, bpy.types.Panel):
1144
1048
  :return: The RNA type or default when not found.
1145
1049
  :rtype: bpy.types.Struct
1146
1050
  """
1147
- ...
1148
1051
 
1149
1052
  def bl_rna_get_subclass_py(self) -> typing.Any:
1150
1053
  """
@@ -1152,7 +1055,6 @@ class USERPREF_PT_extensions(ExtensionsPanel, bpy.types.Panel):
1152
1055
  :return: The class or default when not found.
1153
1056
  :rtype: typing.Any
1154
1057
  """
1155
- ...
1156
1058
 
1157
1059
  class USERPREF_PT_extensions_repos(bpy.types.Panel):
1158
1060
  bl_label: typing.Any
@@ -1169,7 +1071,6 @@ class USERPREF_PT_extensions_repos(bpy.types.Panel):
1169
1071
  :return: The RNA type or default when not found.
1170
1072
  :rtype: bpy.types.Struct
1171
1073
  """
1172
- ...
1173
1074
 
1174
1075
  def bl_rna_get_subclass_py(self) -> typing.Any:
1175
1076
  """
@@ -1177,14 +1078,12 @@ class USERPREF_PT_extensions_repos(bpy.types.Panel):
1177
1078
  :return: The class or default when not found.
1178
1079
  :rtype: typing.Any
1179
1080
  """
1180
- ...
1181
1081
 
1182
1082
  def draw(self, context):
1183
1083
  """
1184
1084
 
1185
1085
  :param context:
1186
1086
  """
1187
- ...
1188
1087
 
1189
1088
  class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy.types.Panel):
1190
1089
  bl_context: typing.Any
@@ -1201,7 +1100,6 @@ class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy.types.Panel):
1201
1100
  :return: The RNA type or default when not found.
1202
1101
  :rtype: bpy.types.Struct
1203
1102
  """
1204
- ...
1205
1103
 
1206
1104
  def bl_rna_get_subclass_py(self) -> typing.Any:
1207
1105
  """
@@ -1209,14 +1107,12 @@ class USERPREF_PT_file_paths_applications(FilePathsPanel, bpy.types.Panel):
1209
1107
  :return: The class or default when not found.
1210
1108
  :rtype: typing.Any
1211
1109
  """
1212
- ...
1213
1110
 
1214
1111
  def draw(self, context):
1215
1112
  """
1216
1113
 
1217
1114
  :param context:
1218
1115
  """
1219
- ...
1220
1116
 
1221
1117
  class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy.types.Panel):
1222
1118
  bl_context: typing.Any
@@ -1232,7 +1128,6 @@ class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy.types.Panel):
1232
1128
  :return: The RNA type or default when not found.
1233
1129
  :rtype: bpy.types.Struct
1234
1130
  """
1235
- ...
1236
1131
 
1237
1132
  def bl_rna_get_subclass_py(self) -> typing.Any:
1238
1133
  """
@@ -1240,14 +1135,12 @@ class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, bpy.types.Panel):
1240
1135
  :return: The class or default when not found.
1241
1136
  :rtype: typing.Any
1242
1137
  """
1243
- ...
1244
1138
 
1245
1139
  def draw(self, context):
1246
1140
  """
1247
1141
 
1248
1142
  :param context:
1249
1143
  """
1250
- ...
1251
1144
 
1252
1145
  class USERPREF_PT_file_paths_data(FilePathsPanel, bpy.types.Panel):
1253
1146
  bl_context: typing.Any
@@ -1263,7 +1156,6 @@ class USERPREF_PT_file_paths_data(FilePathsPanel, bpy.types.Panel):
1263
1156
  :return: The RNA type or default when not found.
1264
1157
  :rtype: bpy.types.Struct
1265
1158
  """
1266
- ...
1267
1159
 
1268
1160
  def bl_rna_get_subclass_py(self) -> typing.Any:
1269
1161
  """
@@ -1271,14 +1163,12 @@ class USERPREF_PT_file_paths_data(FilePathsPanel, bpy.types.Panel):
1271
1163
  :return: The class or default when not found.
1272
1164
  :rtype: typing.Any
1273
1165
  """
1274
- ...
1275
1166
 
1276
1167
  def draw(self, context):
1277
1168
  """
1278
1169
 
1279
1170
  :param context:
1280
1171
  """
1281
- ...
1282
1172
 
1283
1173
  class USERPREF_PT_file_paths_development(FilePathsPanel, bpy.types.Panel):
1284
1174
  bl_context: typing.Any
@@ -1295,7 +1185,6 @@ class USERPREF_PT_file_paths_development(FilePathsPanel, bpy.types.Panel):
1295
1185
  :return: The RNA type or default when not found.
1296
1186
  :rtype: bpy.types.Struct
1297
1187
  """
1298
- ...
1299
1188
 
1300
1189
  def bl_rna_get_subclass_py(self) -> typing.Any:
1301
1190
  """
@@ -1303,14 +1192,12 @@ class USERPREF_PT_file_paths_development(FilePathsPanel, bpy.types.Panel):
1303
1192
  :return: The class or default when not found.
1304
1193
  :rtype: typing.Any
1305
1194
  """
1306
- ...
1307
1195
 
1308
1196
  def draw(self, context):
1309
1197
  """
1310
1198
 
1311
1199
  :param context:
1312
1200
  """
1313
- ...
1314
1201
 
1315
1202
  @classmethod
1316
1203
  def poll(cls, context):
@@ -1318,7 +1205,6 @@ class USERPREF_PT_file_paths_development(FilePathsPanel, bpy.types.Panel):
1318
1205
 
1319
1206
  :param context:
1320
1207
  """
1321
- ...
1322
1208
 
1323
1209
  class USERPREF_PT_file_paths_render(FilePathsPanel, bpy.types.Panel):
1324
1210
  bl_context: typing.Any
@@ -1335,7 +1221,6 @@ class USERPREF_PT_file_paths_render(FilePathsPanel, bpy.types.Panel):
1335
1221
  :return: The RNA type or default when not found.
1336
1222
  :rtype: bpy.types.Struct
1337
1223
  """
1338
- ...
1339
1224
 
1340
1225
  def bl_rna_get_subclass_py(self) -> typing.Any:
1341
1226
  """
@@ -1343,14 +1228,12 @@ class USERPREF_PT_file_paths_render(FilePathsPanel, bpy.types.Panel):
1343
1228
  :return: The class or default when not found.
1344
1229
  :rtype: typing.Any
1345
1230
  """
1346
- ...
1347
1231
 
1348
1232
  def draw(self, context):
1349
1233
  """
1350
1234
 
1351
1235
  :param context:
1352
1236
  """
1353
- ...
1354
1237
 
1355
1238
  class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy.types.Panel):
1356
1239
  bl_context: typing.Any
@@ -1366,7 +1249,6 @@ class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy.types.Panel)
1366
1249
  :return: The RNA type or default when not found.
1367
1250
  :rtype: bpy.types.Struct
1368
1251
  """
1369
- ...
1370
1252
 
1371
1253
  def bl_rna_get_subclass_py(self) -> typing.Any:
1372
1254
  """
@@ -1374,14 +1256,12 @@ class USERPREF_PT_file_paths_script_directories(FilePathsPanel, bpy.types.Panel)
1374
1256
  :return: The class or default when not found.
1375
1257
  :rtype: typing.Any
1376
1258
  """
1377
- ...
1378
1259
 
1379
1260
  def draw(self, context):
1380
1261
  """
1381
1262
 
1382
1263
  :param context:
1383
1264
  """
1384
- ...
1385
1265
 
1386
1266
  class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1387
1267
  """Base class for panels to center align contents with some horizontal margin.
@@ -1401,7 +1281,6 @@ class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1401
1281
  :return: The RNA type or default when not found.
1402
1282
  :rtype: bpy.types.Struct
1403
1283
  """
1404
- ...
1405
1284
 
1406
1285
  def bl_rna_get_subclass_py(self) -> typing.Any:
1407
1286
  """
@@ -1409,7 +1288,6 @@ class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1409
1288
  :return: The class or default when not found.
1410
1289
  :rtype: typing.Any
1411
1290
  """
1412
- ...
1413
1291
 
1414
1292
  def draw_centered(self, context, layout):
1415
1293
  """
@@ -1417,7 +1295,6 @@ class USERPREF_PT_input_keyboard(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1417
1295
  :param context:
1418
1296
  :param layout:
1419
1297
  """
1420
- ...
1421
1298
 
1422
1299
  class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1423
1300
  """Base class for panels to center align contents with some horizontal margin.
@@ -1437,7 +1314,6 @@ class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1437
1314
  :return: The RNA type or default when not found.
1438
1315
  :rtype: bpy.types.Struct
1439
1316
  """
1440
- ...
1441
1317
 
1442
1318
  def bl_rna_get_subclass_py(self) -> typing.Any:
1443
1319
  """
@@ -1445,7 +1321,6 @@ class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1445
1321
  :return: The class or default when not found.
1446
1322
  :rtype: typing.Any
1447
1323
  """
1448
- ...
1449
1324
 
1450
1325
  def draw_centered(self, context, layout):
1451
1326
  """
@@ -1453,7 +1328,6 @@ class USERPREF_PT_input_mouse(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1453
1328
  :param context:
1454
1329
  :param layout:
1455
1330
  """
1456
- ...
1457
1331
 
1458
1332
  class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1459
1333
  """Base class for panels to center align contents with some horizontal margin.
@@ -1474,7 +1348,6 @@ class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1474
1348
  :return: The RNA type or default when not found.
1475
1349
  :rtype: bpy.types.Struct
1476
1350
  """
1477
- ...
1478
1351
 
1479
1352
  def bl_rna_get_subclass_py(self) -> typing.Any:
1480
1353
  """
@@ -1482,7 +1355,6 @@ class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1482
1355
  :return: The class or default when not found.
1483
1356
  :rtype: typing.Any
1484
1357
  """
1485
- ...
1486
1358
 
1487
1359
  def draw_centered(self, context, layout):
1488
1360
  """
@@ -1490,7 +1362,6 @@ class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1490
1362
  :param context:
1491
1363
  :param layout:
1492
1364
  """
1493
- ...
1494
1365
 
1495
1366
  @classmethod
1496
1367
  def poll(cls, context):
@@ -1498,7 +1369,6 @@ class USERPREF_PT_input_ndof(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1498
1369
 
1499
1370
  :param context:
1500
1371
  """
1501
- ...
1502
1372
 
1503
1373
  class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1504
1374
  """Base class for panels to center align contents with some horizontal margin.
@@ -1518,7 +1388,6 @@ class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1518
1388
  :return: The RNA type or default when not found.
1519
1389
  :rtype: bpy.types.Struct
1520
1390
  """
1521
- ...
1522
1391
 
1523
1392
  def bl_rna_get_subclass_py(self) -> typing.Any:
1524
1393
  """
@@ -1526,7 +1395,6 @@ class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1526
1395
  :return: The class or default when not found.
1527
1396
  :rtype: typing.Any
1528
1397
  """
1529
- ...
1530
1398
 
1531
1399
  def draw_centered(self, context, layout):
1532
1400
  """
@@ -1534,7 +1402,6 @@ class USERPREF_PT_input_tablet(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1534
1402
  :param context:
1535
1403
  :param layout:
1536
1404
  """
1537
- ...
1538
1405
 
1539
1406
  class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1540
1407
  """Base class for panels to center align contents with some horizontal margin.
@@ -1555,7 +1422,6 @@ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1555
1422
  :return: The RNA type or default when not found.
1556
1423
  :rtype: bpy.types.Struct
1557
1424
  """
1558
- ...
1559
1425
 
1560
1426
  def bl_rna_get_subclass_py(self) -> typing.Any:
1561
1427
  """
@@ -1563,7 +1429,6 @@ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1563
1429
  :return: The class or default when not found.
1564
1430
  :rtype: typing.Any
1565
1431
  """
1566
- ...
1567
1432
 
1568
1433
  def draw_centered(self, context, layout):
1569
1434
  """
@@ -1571,7 +1436,6 @@ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1571
1436
  :param context:
1572
1437
  :param layout:
1573
1438
  """
1574
- ...
1575
1439
 
1576
1440
  @classmethod
1577
1441
  def poll(cls, context):
@@ -1579,7 +1443,6 @@ class USERPREF_PT_input_touchpad(CenterAlignMixIn, InputPanel, bpy.types.Panel):
1579
1443
 
1580
1444
  :param context:
1581
1445
  """
1582
- ...
1583
1446
 
1584
1447
  class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, bpy.types.Panel):
1585
1448
  """Base class for panels to center align contents with some horizontal margin.
@@ -1599,7 +1462,6 @@ class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, bpy.types.
1599
1462
  :return: The RNA type or default when not found.
1600
1463
  :rtype: bpy.types.Struct
1601
1464
  """
1602
- ...
1603
1465
 
1604
1466
  def bl_rna_get_subclass_py(self) -> typing.Any:
1605
1467
  """
@@ -1607,7 +1469,6 @@ class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, bpy.types.
1607
1469
  :return: The class or default when not found.
1608
1470
  :rtype: typing.Any
1609
1471
  """
1610
- ...
1611
1472
 
1612
1473
  def draw_centered(self, context, layout):
1613
1474
  """
@@ -1615,7 +1476,6 @@ class USERPREF_PT_interface_display(CenterAlignMixIn, InterfacePanel, bpy.types.
1615
1476
  :param context:
1616
1477
  :param layout:
1617
1478
  """
1618
- ...
1619
1479
 
1620
1480
  class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, bpy.types.Panel):
1621
1481
  """Base class for panels to center align contents with some horizontal margin.
@@ -1635,7 +1495,6 @@ class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, bpy.types.
1635
1495
  :return: The RNA type or default when not found.
1636
1496
  :rtype: bpy.types.Struct
1637
1497
  """
1638
- ...
1639
1498
 
1640
1499
  def bl_rna_get_subclass_py(self) -> typing.Any:
1641
1500
  """
@@ -1643,7 +1502,6 @@ class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, bpy.types.
1643
1502
  :return: The class or default when not found.
1644
1503
  :rtype: typing.Any
1645
1504
  """
1646
- ...
1647
1505
 
1648
1506
  def draw_centered(self, context, layout):
1649
1507
  """
@@ -1651,7 +1509,6 @@ class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, bpy.types.
1651
1509
  :param context:
1652
1510
  :param layout:
1653
1511
  """
1654
- ...
1655
1512
 
1656
1513
  class USERPREF_PT_interface_menus(InterfacePanel, bpy.types.Panel):
1657
1514
  bl_context: typing.Any
@@ -1668,7 +1525,6 @@ class USERPREF_PT_interface_menus(InterfacePanel, bpy.types.Panel):
1668
1525
  :return: The RNA type or default when not found.
1669
1526
  :rtype: bpy.types.Struct
1670
1527
  """
1671
- ...
1672
1528
 
1673
1529
  def bl_rna_get_subclass_py(self) -> typing.Any:
1674
1530
  """
@@ -1676,14 +1532,12 @@ class USERPREF_PT_interface_menus(InterfacePanel, bpy.types.Panel):
1676
1532
  :return: The class or default when not found.
1677
1533
  :rtype: typing.Any
1678
1534
  """
1679
- ...
1680
1535
 
1681
1536
  def draw(self, context):
1682
1537
  """
1683
1538
 
1684
1539
  :param context:
1685
1540
  """
1686
- ...
1687
1541
 
1688
1542
  class USERPREF_PT_interface_menus_mouse_over(
1689
1543
  CenterAlignMixIn, InterfacePanel, bpy.types.Panel
@@ -1706,7 +1560,6 @@ class USERPREF_PT_interface_menus_mouse_over(
1706
1560
  :return: The RNA type or default when not found.
1707
1561
  :rtype: bpy.types.Struct
1708
1562
  """
1709
- ...
1710
1563
 
1711
1564
  def bl_rna_get_subclass_py(self) -> typing.Any:
1712
1565
  """
@@ -1714,7 +1567,6 @@ class USERPREF_PT_interface_menus_mouse_over(
1714
1567
  :return: The class or default when not found.
1715
1568
  :rtype: typing.Any
1716
1569
  """
1717
- ...
1718
1570
 
1719
1571
  def draw_centered(self, context, layout):
1720
1572
  """
@@ -1722,14 +1574,12 @@ class USERPREF_PT_interface_menus_mouse_over(
1722
1574
  :param context:
1723
1575
  :param layout:
1724
1576
  """
1725
- ...
1726
1577
 
1727
1578
  def draw_header(self, context):
1728
1579
  """
1729
1580
 
1730
1581
  :param context:
1731
1582
  """
1732
- ...
1733
1583
 
1734
1584
  class USERPREF_PT_interface_menus_pie(
1735
1585
  CenterAlignMixIn, InterfacePanel, bpy.types.Panel
@@ -1752,7 +1602,6 @@ class USERPREF_PT_interface_menus_pie(
1752
1602
  :return: The RNA type or default when not found.
1753
1603
  :rtype: bpy.types.Struct
1754
1604
  """
1755
- ...
1756
1605
 
1757
1606
  def bl_rna_get_subclass_py(self) -> typing.Any:
1758
1607
  """
@@ -1760,7 +1609,6 @@ class USERPREF_PT_interface_menus_pie(
1760
1609
  :return: The class or default when not found.
1761
1610
  :rtype: typing.Any
1762
1611
  """
1763
- ...
1764
1612
 
1765
1613
  def draw_centered(self, context, layout):
1766
1614
  """
@@ -1768,7 +1616,6 @@ class USERPREF_PT_interface_menus_pie(
1768
1616
  :param context:
1769
1617
  :param layout:
1770
1618
  """
1771
- ...
1772
1619
 
1773
1620
  class USERPREF_PT_interface_statusbar(
1774
1621
  CenterAlignMixIn, InterfacePanel, bpy.types.Panel
@@ -1792,7 +1639,6 @@ class USERPREF_PT_interface_statusbar(
1792
1639
  :return: The RNA type or default when not found.
1793
1640
  :rtype: bpy.types.Struct
1794
1641
  """
1795
- ...
1796
1642
 
1797
1643
  def bl_rna_get_subclass_py(self) -> typing.Any:
1798
1644
  """
@@ -1800,7 +1646,6 @@ class USERPREF_PT_interface_statusbar(
1800
1646
  :return: The class or default when not found.
1801
1647
  :rtype: typing.Any
1802
1648
  """
1803
- ...
1804
1649
 
1805
1650
  def draw_centered(self, context, layout):
1806
1651
  """
@@ -1808,7 +1653,6 @@ class USERPREF_PT_interface_statusbar(
1808
1653
  :param context:
1809
1654
  :param layout:
1810
1655
  """
1811
- ...
1812
1656
 
1813
1657
  class USERPREF_PT_interface_temporary_windows(
1814
1658
  CenterAlignMixIn, InterfacePanel, bpy.types.Panel
@@ -1832,7 +1676,6 @@ class USERPREF_PT_interface_temporary_windows(
1832
1676
  :return: The RNA type or default when not found.
1833
1677
  :rtype: bpy.types.Struct
1834
1678
  """
1835
- ...
1836
1679
 
1837
1680
  def bl_rna_get_subclass_py(self) -> typing.Any:
1838
1681
  """
@@ -1840,7 +1683,6 @@ class USERPREF_PT_interface_temporary_windows(
1840
1683
  :return: The class or default when not found.
1841
1684
  :rtype: typing.Any
1842
1685
  """
1843
- ...
1844
1686
 
1845
1687
  def draw_centered(self, context, layout):
1846
1688
  """
@@ -1848,7 +1690,6 @@ class USERPREF_PT_interface_temporary_windows(
1848
1690
  :param context:
1849
1691
  :param layout:
1850
1692
  """
1851
- ...
1852
1693
 
1853
1694
  class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, bpy.types.Panel):
1854
1695
  """Base class for panels to center align contents with some horizontal margin.
@@ -1869,7 +1710,6 @@ class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, bpy.types.Pan
1869
1710
  :return: The RNA type or default when not found.
1870
1711
  :rtype: bpy.types.Struct
1871
1712
  """
1872
- ...
1873
1713
 
1874
1714
  def bl_rna_get_subclass_py(self) -> typing.Any:
1875
1715
  """
@@ -1877,7 +1717,6 @@ class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, bpy.types.Pan
1877
1717
  :return: The class or default when not found.
1878
1718
  :rtype: typing.Any
1879
1719
  """
1880
- ...
1881
1720
 
1882
1721
  def draw_centered(self, context, layout):
1883
1722
  """
@@ -1885,7 +1724,6 @@ class USERPREF_PT_interface_text(CenterAlignMixIn, InterfacePanel, bpy.types.Pan
1885
1724
  :param context:
1886
1725
  :param layout:
1887
1726
  """
1888
- ...
1889
1727
 
1890
1728
  class USERPREF_PT_interface_translation(
1891
1729
  CenterAlignMixIn, InterfacePanel, bpy.types.Panel
@@ -1908,7 +1746,6 @@ class USERPREF_PT_interface_translation(
1908
1746
  :return: The RNA type or default when not found.
1909
1747
  :rtype: bpy.types.Struct
1910
1748
  """
1911
- ...
1912
1749
 
1913
1750
  def bl_rna_get_subclass_py(self) -> typing.Any:
1914
1751
  """
@@ -1916,7 +1753,6 @@ class USERPREF_PT_interface_translation(
1916
1753
  :return: The class or default when not found.
1917
1754
  :rtype: typing.Any
1918
1755
  """
1919
- ...
1920
1756
 
1921
1757
  def draw_centered(self, context, layout):
1922
1758
  """
@@ -1924,7 +1760,6 @@ class USERPREF_PT_interface_translation(
1924
1760
  :param context:
1925
1761
  :param layout:
1926
1762
  """
1927
- ...
1928
1763
 
1929
1764
  @classmethod
1930
1765
  def poll(cls, _context):
@@ -1932,7 +1767,6 @@ class USERPREF_PT_interface_translation(
1932
1767
 
1933
1768
  :param _context:
1934
1769
  """
1935
- ...
1936
1770
 
1937
1771
  class USERPREF_PT_keymap(KeymapPanel, bpy.types.Panel):
1938
1772
  bl_context: typing.Any
@@ -1949,7 +1783,6 @@ class USERPREF_PT_keymap(KeymapPanel, bpy.types.Panel):
1949
1783
  :return: The RNA type or default when not found.
1950
1784
  :rtype: bpy.types.Struct
1951
1785
  """
1952
- ...
1953
1786
 
1954
1787
  def bl_rna_get_subclass_py(self) -> typing.Any:
1955
1788
  """
@@ -1957,14 +1790,12 @@ class USERPREF_PT_keymap(KeymapPanel, bpy.types.Panel):
1957
1790
  :return: The class or default when not found.
1958
1791
  :rtype: typing.Any
1959
1792
  """
1960
- ...
1961
1793
 
1962
1794
  def draw(self, context):
1963
1795
  """
1964
1796
 
1965
1797
  :param context:
1966
1798
  """
1967
- ...
1968
1799
 
1969
1800
  class USERPREF_PT_navigation_bar(bpy.types.Panel):
1970
1801
  bl_label: typing.Any
@@ -1980,7 +1811,6 @@ class USERPREF_PT_navigation_bar(bpy.types.Panel):
1980
1811
  :return: The RNA type or default when not found.
1981
1812
  :rtype: bpy.types.Struct
1982
1813
  """
1983
- ...
1984
1814
 
1985
1815
  def bl_rna_get_subclass_py(self) -> typing.Any:
1986
1816
  """
@@ -1988,14 +1818,12 @@ class USERPREF_PT_navigation_bar(bpy.types.Panel):
1988
1818
  :return: The class or default when not found.
1989
1819
  :rtype: typing.Any
1990
1820
  """
1991
- ...
1992
1821
 
1993
1822
  def draw(self, context):
1994
1823
  """
1995
1824
 
1996
1825
  :param context:
1997
1826
  """
1998
- ...
1999
1827
 
2000
1828
  class USERPREF_PT_navigation_fly_walk(
2001
1829
  CenterAlignMixIn, NavigationPanel, bpy.types.Panel
@@ -2017,7 +1845,6 @@ class USERPREF_PT_navigation_fly_walk(
2017
1845
  :return: The RNA type or default when not found.
2018
1846
  :rtype: bpy.types.Struct
2019
1847
  """
2020
- ...
2021
1848
 
2022
1849
  def bl_rna_get_subclass_py(self) -> typing.Any:
2023
1850
  """
@@ -2025,7 +1852,6 @@ class USERPREF_PT_navigation_fly_walk(
2025
1852
  :return: The class or default when not found.
2026
1853
  :rtype: typing.Any
2027
1854
  """
2028
- ...
2029
1855
 
2030
1856
  def draw_centered(self, context, layout):
2031
1857
  """
@@ -2033,7 +1859,6 @@ class USERPREF_PT_navigation_fly_walk(
2033
1859
  :param context:
2034
1860
  :param layout:
2035
1861
  """
2036
- ...
2037
1862
 
2038
1863
  class USERPREF_PT_navigation_fly_walk_gravity(
2039
1864
  CenterAlignMixIn, NavigationPanel, bpy.types.Panel
@@ -2057,7 +1882,6 @@ class USERPREF_PT_navigation_fly_walk_gravity(
2057
1882
  :return: The RNA type or default when not found.
2058
1883
  :rtype: bpy.types.Struct
2059
1884
  """
2060
- ...
2061
1885
 
2062
1886
  def bl_rna_get_subclass_py(self) -> typing.Any:
2063
1887
  """
@@ -2065,7 +1889,6 @@ class USERPREF_PT_navigation_fly_walk_gravity(
2065
1889
  :return: The class or default when not found.
2066
1890
  :rtype: typing.Any
2067
1891
  """
2068
- ...
2069
1892
 
2070
1893
  def draw_centered(self, context, layout):
2071
1894
  """
@@ -2073,14 +1896,12 @@ class USERPREF_PT_navigation_fly_walk_gravity(
2073
1896
  :param context:
2074
1897
  :param layout:
2075
1898
  """
2076
- ...
2077
1899
 
2078
1900
  def draw_header(self, context):
2079
1901
  """
2080
1902
 
2081
1903
  :param context:
2082
1904
  """
2083
- ...
2084
1905
 
2085
1906
  @classmethod
2086
1907
  def poll(cls, context):
@@ -2088,7 +1909,6 @@ class USERPREF_PT_navigation_fly_walk_gravity(
2088
1909
 
2089
1910
  :param context:
2090
1911
  """
2091
- ...
2092
1912
 
2093
1913
  class USERPREF_PT_navigation_fly_walk_navigation(
2094
1914
  CenterAlignMixIn, NavigationPanel, bpy.types.Panel
@@ -2112,7 +1932,6 @@ class USERPREF_PT_navigation_fly_walk_navigation(
2112
1932
  :return: The RNA type or default when not found.
2113
1933
  :rtype: bpy.types.Struct
2114
1934
  """
2115
- ...
2116
1935
 
2117
1936
  def bl_rna_get_subclass_py(self) -> typing.Any:
2118
1937
  """
@@ -2120,7 +1939,6 @@ class USERPREF_PT_navigation_fly_walk_navigation(
2120
1939
  :return: The class or default when not found.
2121
1940
  :rtype: typing.Any
2122
1941
  """
2123
- ...
2124
1942
 
2125
1943
  def draw_centered(self, context, layout):
2126
1944
  """
@@ -2128,7 +1946,6 @@ class USERPREF_PT_navigation_fly_walk_navigation(
2128
1946
  :param context:
2129
1947
  :param layout:
2130
1948
  """
2131
- ...
2132
1949
 
2133
1950
  @classmethod
2134
1951
  def poll(cls, context):
@@ -2136,7 +1953,6 @@ class USERPREF_PT_navigation_fly_walk_navigation(
2136
1953
 
2137
1954
  :param context:
2138
1955
  """
2139
- ...
2140
1956
 
2141
1957
  class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, bpy.types.Panel):
2142
1958
  """Base class for panels to center align contents with some horizontal margin.
@@ -2156,7 +1972,6 @@ class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, bpy.types.
2156
1972
  :return: The RNA type or default when not found.
2157
1973
  :rtype: bpy.types.Struct
2158
1974
  """
2159
- ...
2160
1975
 
2161
1976
  def bl_rna_get_subclass_py(self) -> typing.Any:
2162
1977
  """
@@ -2164,7 +1979,6 @@ class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, bpy.types.
2164
1979
  :return: The class or default when not found.
2165
1980
  :rtype: typing.Any
2166
1981
  """
2167
- ...
2168
1982
 
2169
1983
  def draw_centered(self, context, layout):
2170
1984
  """
@@ -2172,7 +1986,6 @@ class USERPREF_PT_navigation_orbit(CenterAlignMixIn, NavigationPanel, bpy.types.
2172
1986
  :param context:
2173
1987
  :param layout:
2174
1988
  """
2175
- ...
2176
1989
 
2177
1990
  class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, bpy.types.Panel):
2178
1991
  """Base class for panels to center align contents with some horizontal margin.
@@ -2192,7 +2005,6 @@ class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, bpy.types.P
2192
2005
  :return: The RNA type or default when not found.
2193
2006
  :rtype: bpy.types.Struct
2194
2007
  """
2195
- ...
2196
2008
 
2197
2009
  def bl_rna_get_subclass_py(self) -> typing.Any:
2198
2010
  """
@@ -2200,7 +2012,6 @@ class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, bpy.types.P
2200
2012
  :return: The class or default when not found.
2201
2013
  :rtype: typing.Any
2202
2014
  """
2203
- ...
2204
2015
 
2205
2016
  def draw_centered(self, context, layout):
2206
2017
  """
@@ -2208,7 +2019,6 @@ class USERPREF_PT_navigation_zoom(CenterAlignMixIn, NavigationPanel, bpy.types.P
2208
2019
  :param context:
2209
2020
  :param layout:
2210
2021
  """
2211
- ...
2212
2022
 
2213
2023
  class USERPREF_PT_ndof_settings(bpy.types.Panel):
2214
2024
  bl_label: typing.Any
@@ -2224,7 +2034,6 @@ class USERPREF_PT_ndof_settings(bpy.types.Panel):
2224
2034
  :return: The RNA type or default when not found.
2225
2035
  :rtype: bpy.types.Struct
2226
2036
  """
2227
- ...
2228
2037
 
2229
2038
  def bl_rna_get_subclass_py(self) -> typing.Any:
2230
2039
  """
@@ -2232,14 +2041,12 @@ class USERPREF_PT_ndof_settings(bpy.types.Panel):
2232
2041
  :return: The class or default when not found.
2233
2042
  :rtype: typing.Any
2234
2043
  """
2235
- ...
2236
2044
 
2237
2045
  def draw(self, context):
2238
2046
  """
2239
2047
 
2240
2048
  :param context:
2241
2049
  """
2242
- ...
2243
2050
 
2244
2051
  @staticmethod
2245
2052
  def draw_settings(layout, props, show_3dview_settings=True):
@@ -2249,7 +2056,6 @@ class USERPREF_PT_ndof_settings(bpy.types.Panel):
2249
2056
  :param props:
2250
2057
  :param show_3dview_settings:
2251
2058
  """
2252
- ...
2253
2059
 
2254
2060
  class USERPREF_PT_save_preferences(bpy.types.Panel):
2255
2061
  bl_label: typing.Any
@@ -2265,7 +2071,6 @@ class USERPREF_PT_save_preferences(bpy.types.Panel):
2265
2071
  :return: The RNA type or default when not found.
2266
2072
  :rtype: bpy.types.Struct
2267
2073
  """
2268
- ...
2269
2074
 
2270
2075
  def bl_rna_get_subclass_py(self) -> typing.Any:
2271
2076
  """
@@ -2273,14 +2078,12 @@ class USERPREF_PT_save_preferences(bpy.types.Panel):
2273
2078
  :return: The class or default when not found.
2274
2079
  :rtype: typing.Any
2275
2080
  """
2276
- ...
2277
2081
 
2278
2082
  def draw(self, context):
2279
2083
  """
2280
2084
 
2281
2085
  :param context:
2282
2086
  """
2283
- ...
2284
2087
 
2285
2088
  @classmethod
2286
2089
  def poll(cls, context):
@@ -2288,7 +2091,6 @@ class USERPREF_PT_save_preferences(bpy.types.Panel):
2288
2091
 
2289
2092
  :param context:
2290
2093
  """
2291
- ...
2292
2094
 
2293
2095
  class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy.types.Panel):
2294
2096
  bl_context: typing.Any
@@ -2305,7 +2107,6 @@ class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy.types.Panel):
2305
2107
  :return: The RNA type or default when not found.
2306
2108
  :rtype: bpy.types.Struct
2307
2109
  """
2308
- ...
2309
2110
 
2310
2111
  def bl_rna_get_subclass_py(self) -> typing.Any:
2311
2112
  """
@@ -2313,21 +2114,18 @@ class USERPREF_PT_saveload_autorun(FilePathsPanel, bpy.types.Panel):
2313
2114
  :return: The class or default when not found.
2314
2115
  :rtype: typing.Any
2315
2116
  """
2316
- ...
2317
2117
 
2318
2118
  def draw(self, context):
2319
2119
  """
2320
2120
 
2321
2121
  :param context:
2322
2122
  """
2323
- ...
2324
2123
 
2325
2124
  def draw_header(self, context):
2326
2125
  """
2327
2126
 
2328
2127
  :param context:
2329
2128
  """
2330
- ...
2331
2129
 
2332
2130
  class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, bpy.types.Panel):
2333
2131
  """Base class for panels to center align contents with some horizontal margin.
@@ -2347,7 +2145,6 @@ class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, bpy.types.Pane
2347
2145
  :return: The RNA type or default when not found.
2348
2146
  :rtype: bpy.types.Struct
2349
2147
  """
2350
- ...
2351
2148
 
2352
2149
  def bl_rna_get_subclass_py(self) -> typing.Any:
2353
2150
  """
@@ -2355,7 +2152,6 @@ class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, bpy.types.Pane
2355
2152
  :return: The class or default when not found.
2356
2153
  :rtype: typing.Any
2357
2154
  """
2358
- ...
2359
2155
 
2360
2156
  def draw_centered(self, context, layout):
2361
2157
  """
@@ -2363,7 +2159,6 @@ class USERPREF_PT_saveload_blend(CenterAlignMixIn, SaveLoadPanel, bpy.types.Pane
2363
2159
  :param context:
2364
2160
  :param layout:
2365
2161
  """
2366
- ...
2367
2162
 
2368
2163
  class USERPREF_PT_saveload_file_browser(
2369
2164
  CenterAlignMixIn, SaveLoadPanel, bpy.types.Panel
@@ -2385,7 +2180,6 @@ class USERPREF_PT_saveload_file_browser(
2385
2180
  :return: The RNA type or default when not found.
2386
2181
  :rtype: bpy.types.Struct
2387
2182
  """
2388
- ...
2389
2183
 
2390
2184
  def bl_rna_get_subclass_py(self) -> typing.Any:
2391
2185
  """
@@ -2393,7 +2187,6 @@ class USERPREF_PT_saveload_file_browser(
2393
2187
  :return: The class or default when not found.
2394
2188
  :rtype: typing.Any
2395
2189
  """
2396
- ...
2397
2190
 
2398
2191
  def draw_centered(self, context, layout):
2399
2192
  """
@@ -2401,7 +2194,6 @@ class USERPREF_PT_saveload_file_browser(
2401
2194
  :param context:
2402
2195
  :param layout:
2403
2196
  """
2404
- ...
2405
2197
 
2406
2198
  class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy.types.Panel):
2407
2199
  bl_context: typing.Any
@@ -2419,7 +2211,6 @@ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy.types.Panel):
2419
2211
  :return: The RNA type or default when not found.
2420
2212
  :rtype: bpy.types.Struct
2421
2213
  """
2422
- ...
2423
2214
 
2424
2215
  def bl_rna_get_subclass_py(self) -> typing.Any:
2425
2216
  """
@@ -2427,14 +2218,12 @@ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy.types.Panel):
2427
2218
  :return: The class or default when not found.
2428
2219
  :rtype: typing.Any
2429
2220
  """
2430
- ...
2431
2221
 
2432
2222
  def draw(self, context):
2433
2223
  """
2434
2224
 
2435
2225
  :param context:
2436
2226
  """
2437
- ...
2438
2227
 
2439
2228
  @staticmethod
2440
2229
  def opengl_light_buttons(layout, light):
@@ -2443,7 +2232,6 @@ class USERPREF_PT_studiolight_light_editor(StudioLightPanel, bpy.types.Panel):
2443
2232
  :param layout:
2444
2233
  :param light:
2445
2234
  """
2446
- ...
2447
2235
 
2448
2236
  class USERPREF_PT_studiolight_lights(
2449
2237
  StudioLightPanelMixin, StudioLightPanel, bpy.types.Panel
@@ -2462,7 +2250,6 @@ class USERPREF_PT_studiolight_lights(
2462
2250
  :return: The RNA type or default when not found.
2463
2251
  :rtype: bpy.types.Struct
2464
2252
  """
2465
- ...
2466
2253
 
2467
2254
  def bl_rna_get_subclass_py(self) -> typing.Any:
2468
2255
  """
@@ -2470,14 +2257,12 @@ class USERPREF_PT_studiolight_lights(
2470
2257
  :return: The class or default when not found.
2471
2258
  :rtype: typing.Any
2472
2259
  """
2473
- ...
2474
2260
 
2475
2261
  def draw_header_preset(self, _context):
2476
2262
  """
2477
2263
 
2478
2264
  :param _context:
2479
2265
  """
2480
- ...
2481
2266
 
2482
2267
  def get_error_message(self): ...
2483
2268
 
@@ -2498,7 +2283,6 @@ class USERPREF_PT_studiolight_matcaps(
2498
2283
  :return: The RNA type or default when not found.
2499
2284
  :rtype: bpy.types.Struct
2500
2285
  """
2501
- ...
2502
2286
 
2503
2287
  def bl_rna_get_subclass_py(self) -> typing.Any:
2504
2288
  """
@@ -2506,14 +2290,12 @@ class USERPREF_PT_studiolight_matcaps(
2506
2290
  :return: The class or default when not found.
2507
2291
  :rtype: typing.Any
2508
2292
  """
2509
- ...
2510
2293
 
2511
2294
  def draw_header_preset(self, _context):
2512
2295
  """
2513
2296
 
2514
2297
  :param _context:
2515
2298
  """
2516
- ...
2517
2299
 
2518
2300
  def get_error_message(self): ...
2519
2301
 
@@ -2534,7 +2316,6 @@ class USERPREF_PT_studiolight_world(
2534
2316
  :return: The RNA type or default when not found.
2535
2317
  :rtype: bpy.types.Struct
2536
2318
  """
2537
- ...
2538
2319
 
2539
2320
  def bl_rna_get_subclass_py(self) -> typing.Any:
2540
2321
  """
@@ -2542,14 +2323,12 @@ class USERPREF_PT_studiolight_world(
2542
2323
  :return: The class or default when not found.
2543
2324
  :rtype: typing.Any
2544
2325
  """
2545
- ...
2546
2326
 
2547
2327
  def draw_header_preset(self, _context):
2548
2328
  """
2549
2329
 
2550
2330
  :param _context:
2551
2331
  """
2552
- ...
2553
2332
 
2554
2333
  def get_error_message(self): ...
2555
2334
 
@@ -2571,7 +2350,6 @@ class USERPREF_PT_system_cycles_devices(CenterAlignMixIn, SystemPanel, bpy.types
2571
2350
  :return: The RNA type or default when not found.
2572
2351
  :rtype: bpy.types.Struct
2573
2352
  """
2574
- ...
2575
2353
 
2576
2354
  def bl_rna_get_subclass_py(self) -> typing.Any:
2577
2355
  """
@@ -2579,7 +2357,6 @@ class USERPREF_PT_system_cycles_devices(CenterAlignMixIn, SystemPanel, bpy.types
2579
2357
  :return: The class or default when not found.
2580
2358
  :rtype: typing.Any
2581
2359
  """
2582
- ...
2583
2360
 
2584
2361
  def draw_centered(self, context, layout):
2585
2362
  """
@@ -2587,7 +2364,6 @@ class USERPREF_PT_system_cycles_devices(CenterAlignMixIn, SystemPanel, bpy.types
2587
2364
  :param context:
2588
2365
  :param layout:
2589
2366
  """
2590
- ...
2591
2367
 
2592
2368
  class USERPREF_PT_system_display_graphics(
2593
2369
  CenterAlignMixIn, SystemPanel, bpy.types.Panel
@@ -2609,7 +2385,6 @@ class USERPREF_PT_system_display_graphics(
2609
2385
  :return: The RNA type or default when not found.
2610
2386
  :rtype: bpy.types.Struct
2611
2387
  """
2612
- ...
2613
2388
 
2614
2389
  def bl_rna_get_subclass_py(self) -> typing.Any:
2615
2390
  """
@@ -2617,7 +2392,6 @@ class USERPREF_PT_system_display_graphics(
2617
2392
  :return: The class or default when not found.
2618
2393
  :rtype: typing.Any
2619
2394
  """
2620
- ...
2621
2395
 
2622
2396
  def draw_centered(self, context, layout):
2623
2397
  """
@@ -2625,7 +2399,6 @@ class USERPREF_PT_system_display_graphics(
2625
2399
  :param context:
2626
2400
  :param layout:
2627
2401
  """
2628
- ...
2629
2402
 
2630
2403
  @classmethod
2631
2404
  def poll(cls, _context):
@@ -2633,7 +2406,6 @@ class USERPREF_PT_system_display_graphics(
2633
2406
 
2634
2407
  :param _context:
2635
2408
  """
2636
- ...
2637
2409
 
2638
2410
  class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2639
2411
  """Base class for panels to center align contents with some horizontal margin.
@@ -2653,7 +2425,6 @@ class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2653
2425
  :return: The RNA type or default when not found.
2654
2426
  :rtype: bpy.types.Struct
2655
2427
  """
2656
- ...
2657
2428
 
2658
2429
  def bl_rna_get_subclass_py(self) -> typing.Any:
2659
2430
  """
@@ -2661,7 +2432,6 @@ class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2661
2432
  :return: The class or default when not found.
2662
2433
  :rtype: typing.Any
2663
2434
  """
2664
- ...
2665
2435
 
2666
2436
  def draw_centered(self, context, layout):
2667
2437
  """
@@ -2669,7 +2439,6 @@ class USERPREF_PT_system_memory(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2669
2439
  :param context:
2670
2440
  :param layout:
2671
2441
  """
2672
- ...
2673
2442
 
2674
2443
  class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2675
2444
  """Base class for panels to center align contents with some horizontal margin.
@@ -2689,7 +2458,6 @@ class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, bpy.types.Panel)
2689
2458
  :return: The RNA type or default when not found.
2690
2459
  :rtype: bpy.types.Struct
2691
2460
  """
2692
- ...
2693
2461
 
2694
2462
  def bl_rna_get_subclass_py(self) -> typing.Any:
2695
2463
  """
@@ -2697,7 +2465,6 @@ class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, bpy.types.Panel)
2697
2465
  :return: The class or default when not found.
2698
2466
  :rtype: typing.Any
2699
2467
  """
2700
- ...
2701
2468
 
2702
2469
  def draw_centered(self, context, layout):
2703
2470
  """
@@ -2705,7 +2472,6 @@ class USERPREF_PT_system_network(CenterAlignMixIn, SystemPanel, bpy.types.Panel)
2705
2472
  :param context:
2706
2473
  :param layout:
2707
2474
  """
2708
- ...
2709
2475
 
2710
2476
  class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2711
2477
  """Base class for panels to center align contents with some horizontal margin.
@@ -2725,7 +2491,6 @@ class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, bpy.types.Pa
2725
2491
  :return: The RNA type or default when not found.
2726
2492
  :rtype: bpy.types.Struct
2727
2493
  """
2728
- ...
2729
2494
 
2730
2495
  def bl_rna_get_subclass_py(self) -> typing.Any:
2731
2496
  """
@@ -2733,7 +2498,6 @@ class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, bpy.types.Pa
2733
2498
  :return: The class or default when not found.
2734
2499
  :rtype: typing.Any
2735
2500
  """
2736
- ...
2737
2501
 
2738
2502
  def draw_centered(self, context, layout):
2739
2503
  """
@@ -2741,7 +2505,6 @@ class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, bpy.types.Pa
2741
2505
  :param context:
2742
2506
  :param layout:
2743
2507
  """
2744
- ...
2745
2508
 
2746
2509
  @classmethod
2747
2510
  def poll(cls, _context):
@@ -2749,7 +2512,6 @@ class USERPREF_PT_system_os_settings(CenterAlignMixIn, SystemPanel, bpy.types.Pa
2749
2512
 
2750
2513
  :param _context:
2751
2514
  """
2752
- ...
2753
2515
 
2754
2516
  class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2755
2517
  """Base class for panels to center align contents with some horizontal margin.
@@ -2770,7 +2532,6 @@ class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2770
2532
  :return: The RNA type or default when not found.
2771
2533
  :rtype: bpy.types.Struct
2772
2534
  """
2773
- ...
2774
2535
 
2775
2536
  def bl_rna_get_subclass_py(self) -> typing.Any:
2776
2537
  """
@@ -2778,7 +2539,6 @@ class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2778
2539
  :return: The class or default when not found.
2779
2540
  :rtype: typing.Any
2780
2541
  """
2781
- ...
2782
2542
 
2783
2543
  def draw_centered(self, context, layout):
2784
2544
  """
@@ -2786,7 +2546,6 @@ class USERPREF_PT_system_sound(CenterAlignMixIn, SystemPanel, bpy.types.Panel):
2786
2546
  :param context:
2787
2547
  :param layout:
2788
2548
  """
2789
- ...
2790
2549
 
2791
2550
  class USERPREF_PT_system_video_sequencer(
2792
2551
  CenterAlignMixIn, SystemPanel, bpy.types.Panel
@@ -2808,7 +2567,6 @@ class USERPREF_PT_system_video_sequencer(
2808
2567
  :return: The RNA type or default when not found.
2809
2568
  :rtype: bpy.types.Struct
2810
2569
  """
2811
- ...
2812
2570
 
2813
2571
  def bl_rna_get_subclass_py(self) -> typing.Any:
2814
2572
  """
@@ -2816,7 +2574,6 @@ class USERPREF_PT_system_video_sequencer(
2816
2574
  :return: The class or default when not found.
2817
2575
  :rtype: typing.Any
2818
2576
  """
2819
- ...
2820
2577
 
2821
2578
  def draw_centered(self, context, layout):
2822
2579
  """
@@ -2824,7 +2581,6 @@ class USERPREF_PT_system_video_sequencer(
2824
2581
  :param context:
2825
2582
  :param layout:
2826
2583
  """
2827
- ...
2828
2584
 
2829
2585
  class USERPREF_PT_text_editor(FilePathsPanel, bpy.types.Panel):
2830
2586
  bl_context: typing.Any
@@ -2841,7 +2597,6 @@ class USERPREF_PT_text_editor(FilePathsPanel, bpy.types.Panel):
2841
2597
  :return: The RNA type or default when not found.
2842
2598
  :rtype: bpy.types.Struct
2843
2599
  """
2844
- ...
2845
2600
 
2846
2601
  def bl_rna_get_subclass_py(self) -> typing.Any:
2847
2602
  """
@@ -2849,21 +2604,18 @@ class USERPREF_PT_text_editor(FilePathsPanel, bpy.types.Panel):
2849
2604
  :return: The class or default when not found.
2850
2605
  :rtype: typing.Any
2851
2606
  """
2852
- ...
2853
2607
 
2854
2608
  def draw(self, context):
2855
2609
  """
2856
2610
 
2857
2611
  :param context:
2858
2612
  """
2859
- ...
2860
2613
 
2861
2614
  def draw_header_preset(self, _context):
2862
2615
  """
2863
2616
 
2864
2617
  :param _context:
2865
2618
  """
2866
- ...
2867
2619
 
2868
2620
  class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
2869
2621
  bl_label: typing.Any
@@ -2881,7 +2633,6 @@ class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
2881
2633
  :return: The RNA type or default when not found.
2882
2634
  :rtype: bpy.types.Struct
2883
2635
  """
2884
- ...
2885
2636
 
2886
2637
  def bl_rna_get_subclass_py(self) -> typing.Any:
2887
2638
  """
@@ -2889,7 +2640,6 @@ class USERPREF_PT_text_editor_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
2889
2640
  :return: The class or default when not found.
2890
2641
  :rtype: typing.Any
2891
2642
  """
2892
- ...
2893
2643
 
2894
2644
  class USERPREF_PT_theme(ThemePanel, bpy.types.Panel):
2895
2645
  bl_context: typing.Any
@@ -2906,7 +2656,6 @@ class USERPREF_PT_theme(ThemePanel, bpy.types.Panel):
2906
2656
  :return: The RNA type or default when not found.
2907
2657
  :rtype: bpy.types.Struct
2908
2658
  """
2909
- ...
2910
2659
 
2911
2660
  def bl_rna_get_subclass_py(self) -> typing.Any:
2912
2661
  """
@@ -2914,14 +2663,12 @@ class USERPREF_PT_theme(ThemePanel, bpy.types.Panel):
2914
2663
  :return: The class or default when not found.
2915
2664
  :rtype: typing.Any
2916
2665
  """
2917
- ...
2918
2666
 
2919
2667
  def draw(self, context):
2920
2668
  """
2921
2669
 
2922
2670
  :param context:
2923
2671
  """
2924
- ...
2925
2672
 
2926
2673
  class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
2927
2674
  """Base class for panels to center align contents with some horizontal margin.
@@ -2942,7 +2689,6 @@ class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, bpy.types.
2942
2689
  :return: The RNA type or default when not found.
2943
2690
  :rtype: bpy.types.Struct
2944
2691
  """
2945
- ...
2946
2692
 
2947
2693
  def bl_rna_get_subclass_py(self) -> typing.Any:
2948
2694
  """
@@ -2950,7 +2696,6 @@ class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, bpy.types.
2950
2696
  :return: The class or default when not found.
2951
2697
  :rtype: typing.Any
2952
2698
  """
2953
- ...
2954
2699
 
2955
2700
  def draw_centered(self, context, layout):
2956
2701
  """
@@ -2958,14 +2703,12 @@ class USERPREF_PT_theme_bone_color_sets(CenterAlignMixIn, ThemePanel, bpy.types.
2958
2703
  :param context:
2959
2704
  :param layout:
2960
2705
  """
2961
- ...
2962
2706
 
2963
2707
  def draw_header(self, _context):
2964
2708
  """
2965
2709
 
2966
2710
  :param _context:
2967
2711
  """
2968
- ...
2969
2712
 
2970
2713
  class USERPREF_PT_theme_collection_colors(
2971
2714
  CenterAlignMixIn, ThemePanel, bpy.types.Panel
@@ -2988,7 +2731,6 @@ class USERPREF_PT_theme_collection_colors(
2988
2731
  :return: The RNA type or default when not found.
2989
2732
  :rtype: bpy.types.Struct
2990
2733
  """
2991
- ...
2992
2734
 
2993
2735
  def bl_rna_get_subclass_py(self) -> typing.Any:
2994
2736
  """
@@ -2996,7 +2738,6 @@ class USERPREF_PT_theme_collection_colors(
2996
2738
  :return: The class or default when not found.
2997
2739
  :rtype: typing.Any
2998
2740
  """
2999
- ...
3000
2741
 
3001
2742
  def draw_centered(self, context, layout):
3002
2743
  """
@@ -3004,14 +2745,12 @@ class USERPREF_PT_theme_collection_colors(
3004
2745
  :param context:
3005
2746
  :param layout:
3006
2747
  """
3007
- ...
3008
2748
 
3009
2749
  def draw_header(self, _context):
3010
2750
  """
3011
2751
 
3012
2752
  :param _context:
3013
2753
  """
3014
- ...
3015
2754
 
3016
2755
  class USERPREF_PT_theme_interface_gizmos(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
3017
2756
  """Base class for panels to center align contents with some horizontal margin.
@@ -3033,7 +2772,6 @@ class USERPREF_PT_theme_interface_gizmos(CenterAlignMixIn, ThemePanel, bpy.types
3033
2772
  :return: The RNA type or default when not found.
3034
2773
  :rtype: bpy.types.Struct
3035
2774
  """
3036
- ...
3037
2775
 
3038
2776
  def bl_rna_get_subclass_py(self) -> typing.Any:
3039
2777
  """
@@ -3041,7 +2779,6 @@ class USERPREF_PT_theme_interface_gizmos(CenterAlignMixIn, ThemePanel, bpy.types
3041
2779
  :return: The class or default when not found.
3042
2780
  :rtype: typing.Any
3043
2781
  """
3044
- ...
3045
2782
 
3046
2783
  def draw_centered(self, context, layout):
3047
2784
  """
@@ -3049,7 +2786,6 @@ class USERPREF_PT_theme_interface_gizmos(CenterAlignMixIn, ThemePanel, bpy.types
3049
2786
  :param context:
3050
2787
  :param layout:
3051
2788
  """
3052
- ...
3053
2789
 
3054
2790
  class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
3055
2791
  """Base class for panels to center align contents with some horizontal margin.
@@ -3071,7 +2807,6 @@ class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, bpy.types.
3071
2807
  :return: The RNA type or default when not found.
3072
2808
  :rtype: bpy.types.Struct
3073
2809
  """
3074
- ...
3075
2810
 
3076
2811
  def bl_rna_get_subclass_py(self) -> typing.Any:
3077
2812
  """
@@ -3079,7 +2814,6 @@ class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, bpy.types.
3079
2814
  :return: The class or default when not found.
3080
2815
  :rtype: typing.Any
3081
2816
  """
3082
- ...
3083
2817
 
3084
2818
  def draw_centered(self, context, layout):
3085
2819
  """
@@ -3087,7 +2821,6 @@ class USERPREF_PT_theme_interface_icons(CenterAlignMixIn, ThemePanel, bpy.types.
3087
2821
  :param context:
3088
2822
  :param layout:
3089
2823
  """
3090
- ...
3091
2824
 
3092
2825
  class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
3093
2826
  """Base class for panels to center align contents with some horizontal margin.
@@ -3109,7 +2842,6 @@ class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, bpy.types.
3109
2842
  :return: The RNA type or default when not found.
3110
2843
  :rtype: bpy.types.Struct
3111
2844
  """
3112
- ...
3113
2845
 
3114
2846
  def bl_rna_get_subclass_py(self) -> typing.Any:
3115
2847
  """
@@ -3117,7 +2849,6 @@ class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, bpy.types.
3117
2849
  :return: The class or default when not found.
3118
2850
  :rtype: typing.Any
3119
2851
  """
3120
- ...
3121
2852
 
3122
2853
  def draw_centered(self, context, layout):
3123
2854
  """
@@ -3125,7 +2856,6 @@ class USERPREF_PT_theme_interface_state(CenterAlignMixIn, ThemePanel, bpy.types.
3125
2856
  :param context:
3126
2857
  :param layout:
3127
2858
  """
3128
- ...
3129
2859
 
3130
2860
  class USERPREF_PT_theme_interface_styles(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
3131
2861
  """Base class for panels to center align contents with some horizontal margin.
@@ -3147,7 +2877,6 @@ class USERPREF_PT_theme_interface_styles(CenterAlignMixIn, ThemePanel, bpy.types
3147
2877
  :return: The RNA type or default when not found.
3148
2878
  :rtype: bpy.types.Struct
3149
2879
  """
3150
- ...
3151
2880
 
3152
2881
  def bl_rna_get_subclass_py(self) -> typing.Any:
3153
2882
  """
@@ -3155,7 +2884,6 @@ class USERPREF_PT_theme_interface_styles(CenterAlignMixIn, ThemePanel, bpy.types
3155
2884
  :return: The class or default when not found.
3156
2885
  :rtype: typing.Any
3157
2886
  """
3158
- ...
3159
2887
 
3160
2888
  def draw_centered(self, context, layout):
3161
2889
  """
@@ -3163,7 +2891,6 @@ class USERPREF_PT_theme_interface_styles(CenterAlignMixIn, ThemePanel, bpy.types
3163
2891
  :param context:
3164
2892
  :param layout:
3165
2893
  """
3166
- ...
3167
2894
 
3168
2895
  class USERPREF_PT_theme_interface_transparent_checker(
3169
2896
  CenterAlignMixIn, ThemePanel, bpy.types.Panel
@@ -3187,7 +2914,6 @@ class USERPREF_PT_theme_interface_transparent_checker(
3187
2914
  :return: The RNA type or default when not found.
3188
2915
  :rtype: bpy.types.Struct
3189
2916
  """
3190
- ...
3191
2917
 
3192
2918
  def bl_rna_get_subclass_py(self) -> typing.Any:
3193
2919
  """
@@ -3195,7 +2921,6 @@ class USERPREF_PT_theme_interface_transparent_checker(
3195
2921
  :return: The class or default when not found.
3196
2922
  :rtype: typing.Any
3197
2923
  """
3198
- ...
3199
2924
 
3200
2925
  def draw_centered(self, context, layout):
3201
2926
  """
@@ -3203,7 +2928,6 @@ class USERPREF_PT_theme_interface_transparent_checker(
3203
2928
  :param context:
3204
2929
  :param layout:
3205
2930
  """
3206
- ...
3207
2931
 
3208
2932
  class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
3209
2933
  """Base class for panels to center align contents with some horizontal margin.
@@ -3224,7 +2948,6 @@ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Pan
3224
2948
  :return: The RNA type or default when not found.
3225
2949
  :rtype: bpy.types.Struct
3226
2950
  """
3227
- ...
3228
2951
 
3229
2952
  def bl_rna_get_subclass_py(self) -> typing.Any:
3230
2953
  """
@@ -3232,7 +2955,6 @@ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Pan
3232
2955
  :return: The class or default when not found.
3233
2956
  :rtype: typing.Any
3234
2957
  """
3235
- ...
3236
2958
 
3237
2959
  def draw_centered(self, context, layout):
3238
2960
  """
@@ -3240,14 +2962,12 @@ class USERPREF_PT_theme_strip_colors(CenterAlignMixIn, ThemePanel, bpy.types.Pan
3240
2962
  :param context:
3241
2963
  :param layout:
3242
2964
  """
3243
- ...
3244
2965
 
3245
2966
  def draw_header(self, _context):
3246
2967
  """
3247
2968
 
3248
2969
  :param _context:
3249
2970
  """
3250
- ...
3251
2971
 
3252
2972
  class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
3253
2973
  """Base class for panels to center align contents with some horizontal margin.
@@ -3268,7 +2988,6 @@ class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel
3268
2988
  :return: The RNA type or default when not found.
3269
2989
  :rtype: bpy.types.Struct
3270
2990
  """
3271
- ...
3272
2991
 
3273
2992
  def bl_rna_get_subclass_py(self) -> typing.Any:
3274
2993
  """
@@ -3276,7 +2995,6 @@ class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel
3276
2995
  :return: The class or default when not found.
3277
2996
  :rtype: typing.Any
3278
2997
  """
3279
- ...
3280
2998
 
3281
2999
  def draw_centered(self, context, layout):
3282
3000
  """
@@ -3284,14 +3002,12 @@ class USERPREF_PT_theme_text_style(CenterAlignMixIn, ThemePanel, bpy.types.Panel
3284
3002
  :param context:
3285
3003
  :param layout:
3286
3004
  """
3287
- ...
3288
3005
 
3289
3006
  def draw_header(self, _context):
3290
3007
  """
3291
3008
 
3292
3009
  :param _context:
3293
3010
  """
3294
- ...
3295
3011
 
3296
3012
  class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, bpy.types.Panel):
3297
3013
  """Base class for panels to center align contents with some horizontal margin.
@@ -3312,7 +3028,6 @@ class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, bpy.types.P
3312
3028
  :return: The RNA type or default when not found.
3313
3029
  :rtype: bpy.types.Struct
3314
3030
  """
3315
- ...
3316
3031
 
3317
3032
  def bl_rna_get_subclass_py(self) -> typing.Any:
3318
3033
  """
@@ -3320,21 +3035,18 @@ class USERPREF_PT_theme_user_interface(CenterAlignMixIn, ThemePanel, bpy.types.P
3320
3035
  :return: The class or default when not found.
3321
3036
  :rtype: typing.Any
3322
3037
  """
3323
- ...
3324
3038
 
3325
3039
  def draw(self, context):
3326
3040
  """
3327
3041
 
3328
3042
  :param context:
3329
3043
  """
3330
- ...
3331
3044
 
3332
3045
  def draw_header(self, _context):
3333
3046
  """
3334
3047
 
3335
3048
  :param _context:
3336
3049
  """
3337
- ...
3338
3050
 
3339
3051
  class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
3340
3052
  """Base class for panels to center align contents with some horizontal margin.
@@ -3354,7 +3066,6 @@ class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
3354
3066
  :return: The RNA type or default when not found.
3355
3067
  :rtype: bpy.types.Struct
3356
3068
  """
3357
- ...
3358
3069
 
3359
3070
  def bl_rna_get_subclass_py(self) -> typing.Any:
3360
3071
  """
@@ -3362,7 +3073,6 @@ class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
3362
3073
  :return: The class or default when not found.
3363
3074
  :rtype: typing.Any
3364
3075
  """
3365
- ...
3366
3076
 
3367
3077
  def draw_centered(self, context, layout):
3368
3078
  """
@@ -3370,7 +3080,6 @@ class USERPREF_PT_viewport_display(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
3370
3080
  :param context:
3371
3081
  :param layout:
3372
3082
  """
3373
- ...
3374
3083
 
3375
3084
  class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
3376
3085
  """Base class for panels to center align contents with some horizontal margin.
@@ -3390,7 +3099,6 @@ class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
3390
3099
  :return: The RNA type or default when not found.
3391
3100
  :rtype: bpy.types.Struct
3392
3101
  """
3393
- ...
3394
3102
 
3395
3103
  def bl_rna_get_subclass_py(self) -> typing.Any:
3396
3104
  """
@@ -3398,7 +3106,6 @@ class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
3398
3106
  :return: The class or default when not found.
3399
3107
  :rtype: typing.Any
3400
3108
  """
3401
- ...
3402
3109
 
3403
3110
  def draw_centered(self, context, layout):
3404
3111
  """
@@ -3406,7 +3113,6 @@ class USERPREF_PT_viewport_quality(CenterAlignMixIn, ViewportPanel, bpy.types.Pa
3406
3113
  :param context:
3407
3114
  :param layout:
3408
3115
  """
3409
- ...
3410
3116
 
3411
3117
  class USERPREF_PT_viewport_selection(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
3412
3118
  """Base class for panels to center align contents with some horizontal margin.
@@ -3427,7 +3133,6 @@ class USERPREF_PT_viewport_selection(CenterAlignMixIn, ViewportPanel, bpy.types.
3427
3133
  :return: The RNA type or default when not found.
3428
3134
  :rtype: bpy.types.Struct
3429
3135
  """
3430
- ...
3431
3136
 
3432
3137
  def bl_rna_get_subclass_py(self) -> typing.Any:
3433
3138
  """
@@ -3435,7 +3140,6 @@ class USERPREF_PT_viewport_selection(CenterAlignMixIn, ViewportPanel, bpy.types.
3435
3140
  :return: The class or default when not found.
3436
3141
  :rtype: typing.Any
3437
3142
  """
3438
- ...
3439
3143
 
3440
3144
  def draw_centered(self, context, layout):
3441
3145
  """
@@ -3443,7 +3147,6 @@ class USERPREF_PT_viewport_selection(CenterAlignMixIn, ViewportPanel, bpy.types.
3443
3147
  :param context:
3444
3148
  :param layout:
3445
3149
  """
3446
- ...
3447
3150
 
3448
3151
  class USERPREF_PT_viewport_subdivision(
3449
3152
  CenterAlignMixIn, ViewportPanel, bpy.types.Panel
@@ -3466,7 +3169,6 @@ class USERPREF_PT_viewport_subdivision(
3466
3169
  :return: The RNA type or default when not found.
3467
3170
  :rtype: bpy.types.Struct
3468
3171
  """
3469
- ...
3470
3172
 
3471
3173
  def bl_rna_get_subclass_py(self) -> typing.Any:
3472
3174
  """
@@ -3474,7 +3176,6 @@ class USERPREF_PT_viewport_subdivision(
3474
3176
  :return: The class or default when not found.
3475
3177
  :rtype: typing.Any
3476
3178
  """
3477
- ...
3478
3179
 
3479
3180
  def draw_centered(self, context, layout):
3480
3181
  """
@@ -3482,7 +3183,6 @@ class USERPREF_PT_viewport_subdivision(
3482
3183
  :param context:
3483
3184
  :param layout:
3484
3185
  """
3485
- ...
3486
3186
 
3487
3187
  @classmethod
3488
3188
  def poll(cls, context):
@@ -3490,7 +3190,6 @@ class USERPREF_PT_viewport_subdivision(
3490
3190
 
3491
3191
  :param context:
3492
3192
  """
3493
- ...
3494
3193
 
3495
3194
  class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
3496
3195
  """Base class for panels to center align contents with some horizontal margin.
@@ -3510,7 +3209,6 @@ class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, bpy.types.P
3510
3209
  :return: The RNA type or default when not found.
3511
3210
  :rtype: bpy.types.Struct
3512
3211
  """
3513
- ...
3514
3212
 
3515
3213
  def bl_rna_get_subclass_py(self) -> typing.Any:
3516
3214
  """
@@ -3518,7 +3216,6 @@ class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, bpy.types.P
3518
3216
  :return: The class or default when not found.
3519
3217
  :rtype: typing.Any
3520
3218
  """
3521
- ...
3522
3219
 
3523
3220
  def draw_centered(self, context, layout):
3524
3221
  """
@@ -3526,7 +3223,6 @@ class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, bpy.types.P
3526
3223
  :param context:
3527
3224
  :param layout:
3528
3225
  """
3529
- ...
3530
3226
 
3531
3227
  class USERPREF_UL_asset_libraries(bpy.types.UIList):
3532
3228
  bl_rna: typing.Any
@@ -3538,7 +3234,6 @@ class USERPREF_UL_asset_libraries(bpy.types.UIList):
3538
3234
  :return: The RNA type or default when not found.
3539
3235
  :rtype: bpy.types.Struct
3540
3236
  """
3541
- ...
3542
3237
 
3543
3238
  def bl_rna_get_subclass_py(self) -> typing.Any:
3544
3239
  """
@@ -3546,7 +3241,6 @@ class USERPREF_UL_asset_libraries(bpy.types.UIList):
3546
3241
  :return: The class or default when not found.
3547
3242
  :rtype: typing.Any
3548
3243
  """
3549
- ...
3550
3244
 
3551
3245
  def draw_item(
3552
3246
  self,
@@ -3570,7 +3264,6 @@ class USERPREF_UL_asset_libraries(bpy.types.UIList):
3570
3264
  :param _active_propname:
3571
3265
  :param _index:
3572
3266
  """
3573
- ...
3574
3267
 
3575
3268
  class USERPREF_UL_extension_repos(bpy.types.UIList):
3576
3269
  bl_rna: typing.Any
@@ -3582,7 +3275,6 @@ class USERPREF_UL_extension_repos(bpy.types.UIList):
3582
3275
  :return: The RNA type or default when not found.
3583
3276
  :rtype: bpy.types.Struct
3584
3277
  """
3585
- ...
3586
3278
 
3587
3279
  def bl_rna_get_subclass_py(self) -> typing.Any:
3588
3280
  """
@@ -3590,7 +3282,6 @@ class USERPREF_UL_extension_repos(bpy.types.UIList):
3590
3282
  :return: The class or default when not found.
3591
3283
  :rtype: typing.Any
3592
3284
  """
3593
- ...
3594
3285
 
3595
3286
  def draw_item(
3596
3287
  self,
@@ -3614,7 +3305,6 @@ class USERPREF_UL_extension_repos(bpy.types.UIList):
3614
3305
  :param _active_propname:
3615
3306
  :param _index:
3616
3307
  """
3617
- ...
3618
3308
 
3619
3309
  def filter_items(self, _context, data, propname):
3620
3310
  """
@@ -3623,7 +3313,6 @@ class USERPREF_UL_extension_repos(bpy.types.UIList):
3623
3313
  :param data:
3624
3314
  :param propname:
3625
3315
  """
3626
- ...
3627
3316
 
3628
3317
  class ViewportPanel:
3629
3318
  bl_context: typing.Any