fake-bpy-module 20240517__py3-none-any.whl → 20240519__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 (312) hide show
  1. _bpy_internal/__init__.pyi +2 -1
  2. _bpy_internal/freedesktop/__init__.pyi +20 -86
  3. addon_utils/__init__.pyi +7 -31
  4. animsys_refactor/__init__.pyi +7 -26
  5. aud/__init__.pyi +3 -5
  6. bgl/__init__.pyi +2 -1630
  7. bl_app_override/__init__.pyi +5 -15
  8. bl_app_override/helpers/__init__.pyi +4 -23
  9. bl_app_template_utils/__init__.pyi +5 -16
  10. bl_console_utils/__init__.pyi +2 -1
  11. bl_console_utils/autocomplete/__init__.pyi +2 -1
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
  16. bl_i18n_utils/__init__.pyi +2 -1
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
  18. bl_i18n_utils/merge_po/__init__.pyi +3 -5
  19. bl_i18n_utils/settings/__init__.pyi +4 -23
  20. bl_i18n_utils/utils/__init__.pyi +10 -66
  21. bl_i18n_utils/utils_cli/__init__.pyi +9 -31
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
  23. bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
  24. bl_keymap_utils/__init__.pyi +2 -1
  25. bl_keymap_utils/io/__init__.pyi +10 -40
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
  28. bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
  29. bl_keymap_utils/versioning/__init__.pyi +3 -5
  30. bl_math/__init__.pyi +2 -1
  31. bl_operators/__init__.pyi +4 -10
  32. bl_operators/add_mesh_torus/__init__.pyi +4 -19
  33. bl_operators/anim/__init__.pyi +2 -71
  34. bl_operators/assets/__init__.pyi +2 -30
  35. bl_operators/bmesh/__init__.pyi +2 -1
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
  37. bl_operators/clip/__init__.pyi +7 -115
  38. bl_operators/console/__init__.pyi +2 -38
  39. bl_operators/constraint/__init__.pyi +2 -37
  40. bl_operators/file/__init__.pyi +2 -28
  41. bl_operators/freestyle/__init__.pyi +2 -37
  42. bl_operators/geometry_nodes/__init__.pyi +15 -103
  43. bl_operators/image/__init__.pyi +2 -52
  44. bl_operators/mesh/__init__.pyi +2 -28
  45. bl_operators/node/__init__.pyi +2 -105
  46. bl_operators/object/__init__.pyi +2 -138
  47. bl_operators/object_align/__init__.pyi +5 -24
  48. bl_operators/object_quick_effects/__init__.pyi +4 -49
  49. bl_operators/object_randomize_transform/__init__.pyi +5 -14
  50. bl_operators/presets/__init__.pyi +4 -376
  51. bl_operators/rigidbody/__init__.pyi +2 -28
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
  53. bl_operators/sequencer/__init__.pyi +3 -104
  54. bl_operators/spreadsheet/__init__.pyi +2 -10
  55. bl_operators/userpref/__init__.pyi +3 -201
  56. bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
  57. bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
  58. bl_operators/uvcalc_transform/__init__.pyi +13 -73
  59. bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
  60. bl_operators/view3d/__init__.pyi +2 -64
  61. bl_operators/wm/__init__.pyi +16 -451
  62. bl_operators/world/__init__.pyi +2 -10
  63. bl_previews_utils/__init__.pyi +2 -1
  64. bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
  65. bl_rna_utils/__init__.pyi +2 -1
  66. bl_rna_utils/data_path/__init__.pyi +2 -2
  67. bl_text_utils/__init__.pyi +2 -1
  68. bl_text_utils/external_editor/__init__.pyi +3 -5
  69. bl_ui/__init__.pyi +32 -141
  70. bl_ui/anim/__init__.pyi +3 -12
  71. bl_ui/asset_shelf/__init__.pyi +3 -16
  72. bl_ui/generic_ui_list/__init__.pyi +4 -31
  73. bl_ui/node_add_menu/__init__.pyi +6 -28
  74. bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
  75. bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
  76. bl_ui/node_add_menu_shader/__init__.pyi +20 -170
  77. bl_ui/node_add_menu_texture/__init__.pyi +11 -118
  78. bl_ui/properties_animviz/__init__.pyi +2 -15
  79. bl_ui/properties_collection/__init__.pyi +9 -112
  80. bl_ui/properties_constraint/__init__.pyi +81 -1524
  81. bl_ui/properties_data_armature/__init__.pyi +14 -214
  82. bl_ui/properties_data_bone/__init__.pyi +12 -198
  83. bl_ui/properties_data_camera/__init__.pyi +17 -312
  84. bl_ui/properties_data_curve/__init__.pyi +17 -319
  85. bl_ui/properties_data_curves/__init__.pyi +8 -108
  86. bl_ui/properties_data_empty/__init__.pyi +4 -44
  87. bl_ui/properties_data_gpencil/__init__.pyi +20 -350
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
  89. bl_ui/properties_data_lattice/__init__.pyi +5 -65
  90. bl_ui/properties_data_light/__init__.pyi +14 -264
  91. bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
  92. bl_ui/properties_data_mesh/__init__.pyi +23 -325
  93. bl_ui/properties_data_metaball/__init__.pyi +7 -103
  94. bl_ui/properties_data_modifier/__init__.pyi +10 -178
  95. bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
  96. bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
  97. bl_ui/properties_data_speaker/__init__.pyi +7 -111
  98. bl_ui/properties_data_volume/__init__.pyi +10 -156
  99. bl_ui/properties_freestyle/__init__.pyi +31 -615
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
  101. bl_ui/properties_mask_common/__init__.pyi +10 -111
  102. bl_ui/properties_material/__init__.pyi +20 -331
  103. bl_ui/properties_material_gpencil/__init__.pyi +12 -182
  104. bl_ui/properties_object/__init__.pyi +16 -276
  105. bl_ui/properties_output/__init__.pyi +20 -370
  106. bl_ui/properties_paint_common/__init__.pyi +14 -106
  107. bl_ui/properties_particle/__init__.pyi +58 -1159
  108. bl_ui/properties_physics_cloth/__init__.pyi +17 -314
  109. bl_ui/properties_physics_common/__init__.pyi +9 -58
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
  111. bl_ui/properties_physics_field/__init__.pyi +13 -218
  112. bl_ui/properties_physics_fluid/__init__.pyi +30 -626
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
  116. bl_ui/properties_physics_softbody/__init__.pyi +18 -353
  117. bl_ui/properties_render/__init__.pyi +56 -1146
  118. bl_ui/properties_scene/__init__.pyi +17 -298
  119. bl_ui/properties_texture/__init__.pyi +30 -577
  120. bl_ui/properties_view_layer/__init__.pyi +20 -346
  121. bl_ui/properties_workspace/__init__.pyi +6 -80
  122. bl_ui/properties_world/__init__.pyi +12 -220
  123. bl_ui/space_clip/__init__.pyi +73 -1090
  124. bl_ui/space_console/__init__.pyi +9 -73
  125. bl_ui/space_dopesheet/__init__.pyi +33 -485
  126. bl_ui/space_filebrowser/__init__.pyi +36 -431
  127. bl_ui/space_graph/__init__.pyi +22 -237
  128. bl_ui/space_image/__init__.pyi +70 -1089
  129. bl_ui/space_info/__init__.pyi +8 -71
  130. bl_ui/space_nla/__init__.pyi +19 -210
  131. bl_ui/space_node/__init__.pyi +32 -436
  132. bl_ui/space_outliner/__init__.pyi +17 -165
  133. bl_ui/space_properties/__init__.pyi +5 -42
  134. bl_ui/space_sequencer/__init__.pyi +79 -1142
  135. bl_ui/space_spreadsheet/__init__.pyi +3 -12
  136. bl_ui/space_statusbar/__init__.pyi +3 -12
  137. bl_ui/space_text/__init__.pyi +18 -193
  138. bl_ui/space_time/__init__.pyi +10 -111
  139. bl_ui/space_toolsystem_common/__init__.pyi +42 -200
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
  141. bl_ui/space_topbar/__init__.pyi +29 -335
  142. bl_ui/space_userpref/__init__.pyi +94 -1576
  143. bl_ui/space_view3d/__init__.pyi +271 -3438
  144. bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
  145. bl_ui/temp_anim_layers/__init__.pyi +4 -22
  146. bl_ui/utils/__init__.pyi +2 -8
  147. bl_ui_utils/__init__.pyi +2 -1
  148. bl_ui_utils/bug_report_url/__init__.pyi +3 -5
  149. bl_ui_utils/layout/__init__.pyi +2 -1
  150. blend_render_info/__init__.pyi +4 -10
  151. blf/__init__.pyi +2 -1
  152. bmesh/__init__.pyi +2 -1
  153. bmesh/geometry/__init__.pyi +2 -1
  154. bmesh/ops/__init__.pyi +2 -1
  155. bmesh/types/__init__.pyi +29 -45
  156. bmesh/utils/__init__.pyi +2 -1
  157. bpy/__init__.pyi +2 -1
  158. bpy/app/__init__.pyi +2 -1
  159. bpy/app/handlers/__init__.pyi +2 -1
  160. bpy/app/icons/__init__.pyi +2 -1
  161. bpy/app/timers/__init__.pyi +8 -15
  162. bpy/app/translations/__init__.pyi +2 -1
  163. bpy/msgbus/__init__.pyi +2 -1
  164. bpy/ops/__init__.pyi +2 -1
  165. bpy/ops/action/__init__.pyi +22 -21
  166. bpy/ops/anim/__init__.pyi +32 -31
  167. bpy/ops/armature/__init__.pyi +22 -21
  168. bpy/ops/asset/__init__.pyi +8 -7
  169. bpy/ops/bl_pkg/__init__.pyi +4 -3
  170. bpy/ops/boid/__init__.pyi +2 -1
  171. bpy/ops/brush/__init__.pyi +10 -9
  172. bpy/ops/buttons/__init__.pyi +10 -9
  173. bpy/ops/cachefile/__init__.pyi +12 -11
  174. bpy/ops/camera/__init__.pyi +2 -1
  175. bpy/ops/clip/__init__.pyi +38 -37
  176. bpy/ops/cloth/__init__.pyi +2 -1
  177. bpy/ops/collection/__init__.pyi +8 -7
  178. bpy/ops/console/__init__.pyi +8 -7
  179. bpy/ops/constraint/__init__.pyi +30 -29
  180. bpy/ops/curve/__init__.pyi +32 -31
  181. bpy/ops/curves/__init__.pyi +10 -9
  182. bpy/ops/cycles/__init__.pyi +2 -1
  183. bpy/ops/dpaint/__init__.pyi +4 -3
  184. bpy/ops/ed/__init__.pyi +6 -5
  185. bpy/ops/export_anim/__init__.pyi +4 -3
  186. bpy/ops/export_scene/__init__.pyi +40 -39
  187. bpy/ops/file/__init__.pyi +20 -19
  188. bpy/ops/fluid/__init__.pyi +2 -1
  189. bpy/ops/font/__init__.pyi +22 -21
  190. bpy/ops/geometry/__init__.pyi +4 -3
  191. bpy/ops/gizmogroup/__init__.pyi +2 -1
  192. bpy/ops/gpencil/__init__.pyi +134 -133
  193. bpy/ops/graph/__init__.pyi +40 -39
  194. bpy/ops/grease_pencil/__init__.pyi +42 -41
  195. bpy/ops/image/__init__.pyi +22 -21
  196. bpy/ops/import_anim/__init__.pyi +10 -9
  197. bpy/ops/import_curve/__init__.pyi +2 -1
  198. bpy/ops/import_scene/__init__.pyi +20 -19
  199. bpy/ops/info/__init__.pyi +6 -5
  200. bpy/ops/lattice/__init__.pyi +8 -7
  201. bpy/ops/marker/__init__.pyi +10 -9
  202. bpy/ops/mask/__init__.pyi +14 -13
  203. bpy/ops/material/__init__.pyi +2 -1
  204. bpy/ops/mball/__init__.pyi +8 -7
  205. bpy/ops/mesh/__init__.pyi +112 -111
  206. bpy/ops/nla/__init__.pyi +16 -15
  207. bpy/ops/node/__init__.pyi +32 -31
  208. bpy/ops/object/__init__.pyi +186 -185
  209. bpy/ops/outliner/__init__.pyi +38 -37
  210. bpy/ops/paint/__init__.pyi +50 -49
  211. bpy/ops/paintcurve/__init__.pyi +2 -1
  212. bpy/ops/palette/__init__.pyi +6 -5
  213. bpy/ops/particle/__init__.pyi +16 -15
  214. bpy/ops/pose/__init__.pyi +32 -31
  215. bpy/ops/poselib/__init__.pyi +2 -1
  216. bpy/ops/preferences/__init__.pyi +14 -13
  217. bpy/ops/ptcache/__init__.pyi +2 -1
  218. bpy/ops/render/__init__.pyi +4 -3
  219. bpy/ops/rigidbody/__init__.pyi +10 -9
  220. bpy/ops/scene/__init__.pyi +18 -17
  221. bpy/ops/screen/__init__.pyi +16 -15
  222. bpy/ops/script/__init__.pyi +2 -1
  223. bpy/ops/sculpt/__init__.pyi +68 -67
  224. bpy/ops/sculpt_curves/__init__.pyi +4 -3
  225. bpy/ops/sequencer/__init__.pyi +74 -73
  226. bpy/ops/sound/__init__.pyi +20 -19
  227. bpy/ops/spreadsheet/__init__.pyi +2 -1
  228. bpy/ops/surface/__init__.pyi +14 -13
  229. bpy/ops/text/__init__.pyi +24 -23
  230. bpy/ops/text_editor/__init__.pyi +2 -1
  231. bpy/ops/texture/__init__.pyi +4 -3
  232. bpy/ops/transform/__init__.pyi +32 -31
  233. bpy/ops/ui/__init__.pyi +8 -7
  234. bpy/ops/uilist/__init__.pyi +4 -3
  235. bpy/ops/uv/__init__.pyi +66 -65
  236. bpy/ops/view2d/__init__.pyi +2 -1
  237. bpy/ops/view3d/__init__.pyi +36 -35
  238. bpy/ops/wm/__init__.pyi +191 -187
  239. bpy/ops/workspace/__init__.pyi +2 -1
  240. bpy/ops/world/__init__.pyi +2 -1
  241. bpy/path/__init__.pyi +2 -1
  242. bpy/props/__init__.pyi +2 -1
  243. bpy/types/__init__.pyi +546 -4852
  244. bpy/utils/__init__.pyi +16 -71
  245. bpy/utils/previews/__init__.pyi +2 -1
  246. bpy/utils/units/__init__.pyi +2 -1
  247. bpy_extras/__init__.pyi +2 -1
  248. bpy_extras/anim_utils/__init__.pyi +2 -2
  249. bpy_extras/asset_utils/__init__.pyi +2 -11
  250. bpy_extras/bmesh_utils/__init__.pyi +3 -5
  251. bpy_extras/extensions/__init__.pyi +2 -1
  252. bpy_extras/extensions/junction_module/__init__.pyi +3 -7
  253. bpy_extras/id_map_utils/__init__.pyi +2 -1
  254. bpy_extras/image_utils/__init__.pyi +2 -1
  255. bpy_extras/io_utils/__init__.pyi +6 -25
  256. bpy_extras/keyconfig_utils/__init__.pyi +4 -10
  257. bpy_extras/mesh_utils/__init__.pyi +2 -1
  258. bpy_extras/node_shader_utils/__init__.pyi +46 -286
  259. bpy_extras/node_utils/__init__.pyi +4 -10
  260. bpy_extras/object_utils/__init__.pyi +2 -3
  261. bpy_extras/view3d_utils/__init__.pyi +2 -1
  262. bpy_extras/wm_utils/__init__.pyi +2 -1
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
  264. bpy_restrict_state/__init__.pyi +3 -15
  265. bpy_types/__init__.pyi +10 -275
  266. console_python/__init__.pyi +8 -37
  267. console_shell/__init__.pyi +8 -26
  268. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240519.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +2 -1
  271. freestyle/chainingiterators/__init__.pyi +12 -41
  272. freestyle/functions/__init__.pyi +9 -34
  273. freestyle/predicates/__init__.pyi +46 -218
  274. freestyle/shaders/__init__.pyi +2 -11
  275. freestyle/types/__init__.pyi +2 -1
  276. freestyle/utils/ContextFunctions/__init__.pyi +2 -1
  277. freestyle/utils/__init__.pyi +5 -16
  278. gpu/__init__.pyi +2 -1
  279. gpu/capabilities/__init__.pyi +2 -1
  280. gpu/matrix/__init__.pyi +2 -1
  281. gpu/platform/__init__.pyi +2 -1
  282. gpu/select/__init__.pyi +2 -1
  283. gpu/shader/__init__.pyi +2 -1
  284. gpu/state/__init__.pyi +2 -1
  285. gpu/texture/__init__.pyi +2 -1
  286. gpu/types/__init__.pyi +2 -1
  287. gpu_extras/__init__.pyi +2 -1
  288. gpu_extras/batch/__init__.pyi +2 -1
  289. gpu_extras/presets/__init__.pyi +2 -1
  290. graphviz_export/__init__.pyi +4 -10
  291. idprop/__init__.pyi +2 -1
  292. idprop/types/__init__.pyi +8 -34
  293. imbuf/__init__.pyi +2 -1
  294. imbuf/types/__init__.pyi +2 -3
  295. keyingsets_builtins/__init__.pyi +4 -157
  296. keyingsets_utils/__init__.pyi +17 -71
  297. mathutils/__init__.pyi +2 -1
  298. mathutils/bvhtree/__init__.pyi +2 -3
  299. mathutils/geometry/__init__.pyi +2 -1
  300. mathutils/interpolate/__init__.pyi +2 -1
  301. mathutils/kdtree/__init__.pyi +2 -1
  302. mathutils/noise/__init__.pyi +2 -1
  303. nodeitems_builtins/__init__.pyi +7 -31
  304. nodeitems_utils/__init__.pyi +10 -46
  305. rna_info/__init__.pyi +24 -201
  306. rna_keymap_ui/__init__.pyi +9 -31
  307. rna_prop_ui/__init__.pyi +11 -50
  308. rna_xml/__init__.pyi +8 -30
  309. sys_info/__init__.pyi +3 -5
  310. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
@@ -3,31 +3,18 @@ import bl_ui.utils
3
3
  import bpy.types
4
4
  import bpy_types
5
5
 
6
- GenericType = typing.TypeVar("GenericType")
6
+ GenericType1 = typing.TypeVar("GenericType1")
7
+ GenericType2 = typing.TypeVar("GenericType2")
7
8
 
8
9
  class AddOnPanel:
9
- """ """
10
-
11
10
  bl_context: typing.Any
12
- """ """
13
-
14
11
  bl_region_type: typing.Any
15
- """ """
16
-
17
12
  bl_space_type: typing.Any
18
- """ """
19
13
 
20
14
  class AnimationPanel:
21
- """ """
22
-
23
15
  bl_context: typing.Any
24
- """ """
25
-
26
16
  bl_region_type: typing.Any
27
- """ """
28
-
29
17
  bl_space_type: typing.Any
30
- """ """
31
18
 
32
19
  class CenterAlignMixIn:
33
20
  """Base class for panels to center align contents with some horizontal margin.
@@ -42,31 +29,15 @@ class CenterAlignMixIn:
42
29
  ...
43
30
 
44
31
  class EditingPanel:
45
- """ """
46
-
47
32
  bl_context: typing.Any
48
- """ """
49
-
50
33
  bl_region_type: typing.Any
51
- """ """
52
-
53
34
  bl_space_type: typing.Any
54
- """ """
55
35
 
56
36
  class ExperimentalPanel:
57
- """ """
58
-
59
37
  bl_context: typing.Any
60
- """ """
61
-
62
38
  bl_region_type: typing.Any
63
- """ """
64
-
65
39
  bl_space_type: typing.Any
66
- """ """
67
-
68
40
  url_prefix: typing.Any
69
- """ """
70
41
 
71
42
  def poll(self, _context):
72
43
  """
@@ -76,70 +47,32 @@ class ExperimentalPanel:
76
47
  ...
77
48
 
78
49
  class FilePathsPanel:
79
- """ """
80
-
81
50
  bl_context: typing.Any
82
- """ """
83
-
84
51
  bl_region_type: typing.Any
85
- """ """
86
-
87
52
  bl_space_type: typing.Any
88
- """ """
89
53
 
90
54
  class InputPanel:
91
- """ """
92
-
93
55
  bl_context: typing.Any
94
- """ """
95
-
96
56
  bl_region_type: typing.Any
97
- """ """
98
-
99
57
  bl_space_type: typing.Any
100
- """ """
101
58
 
102
59
  class InterfacePanel:
103
- """ """
104
-
105
60
  bl_context: typing.Any
106
- """ """
107
-
108
61
  bl_region_type: typing.Any
109
- """ """
110
-
111
62
  bl_space_type: typing.Any
112
- """ """
113
63
 
114
64
  class KeymapPanel:
115
- """ """
116
-
117
65
  bl_context: typing.Any
118
- """ """
119
-
120
66
  bl_region_type: typing.Any
121
- """ """
122
-
123
67
  bl_space_type: typing.Any
124
- """ """
125
68
 
126
69
  class NavigationPanel:
127
- """ """
128
-
129
70
  bl_context: typing.Any
130
- """ """
131
-
132
71
  bl_region_type: typing.Any
133
- """ """
134
-
135
72
  bl_space_type: typing.Any
136
- """ """
137
73
 
138
74
  class PreferenceThemeSpacePanel:
139
- """ """
140
-
141
75
  ui_delimiters: typing.Any
142
- """ """
143
76
 
144
77
  def draw(self, context):
145
78
  """
@@ -156,10 +89,7 @@ class PreferenceThemeSpacePanel:
156
89
  ...
157
90
 
158
91
  class PreferenceThemeWidgetColorPanel:
159
- """ """
160
-
161
92
  bl_parent_id: typing.Any
162
- """ """
163
93
 
164
94
  def draw(self, context):
165
95
  """
@@ -169,8 +99,6 @@ class PreferenceThemeWidgetColorPanel:
169
99
  ...
170
100
 
171
101
  class PreferenceThemeWidgetShadePanel:
172
- """ """
173
-
174
102
  def draw(self, context):
175
103
  """
176
104
 
@@ -186,32 +114,16 @@ class PreferenceThemeWidgetShadePanel:
186
114
  ...
187
115
 
188
116
  class SaveLoadPanel:
189
- """ """
190
-
191
117
  bl_context: typing.Any
192
- """ """
193
-
194
118
  bl_region_type: typing.Any
195
- """ """
196
-
197
119
  bl_space_type: typing.Any
198
- """ """
199
120
 
200
121
  class StudioLightPanel:
201
- """ """
202
-
203
122
  bl_context: typing.Any
204
- """ """
205
-
206
123
  bl_region_type: typing.Any
207
- """ """
208
-
209
124
  bl_space_type: typing.Any
210
- """ """
211
125
 
212
126
  class StudioLightPanelMixin:
213
- """ """
214
-
215
127
  def draw(self, context):
216
128
  """
217
129
 
@@ -235,33 +147,16 @@ class StudioLightPanelMixin:
235
147
  """
236
148
  ...
237
149
 
238
- def get_error_message(self):
239
- """ """
240
- ...
150
+ def get_error_message(self): ...
241
151
 
242
152
  class SystemPanel:
243
- """ """
244
-
245
153
  bl_context: typing.Any
246
- """ """
247
-
248
154
  bl_region_type: typing.Any
249
- """ """
250
-
251
155
  bl_space_type: typing.Any
252
- """ """
253
156
 
254
157
  class ThemeGenericClassGenerator:
255
- """ """
256
-
257
- def generate_panel_classes_for_wcols(self):
258
- """ """
259
- ...
260
-
261
- def generate_panel_classes_from_theme_areas(self):
262
- """ """
263
- ...
264
-
158
+ def generate_panel_classes_for_wcols(self): ...
159
+ def generate_panel_classes_from_theme_areas(self): ...
265
160
  def generate_theme_area_child_panel_classes(
266
161
  self, parent_id, rna_type, theme_area, datapath
267
162
  ):
@@ -275,28 +170,14 @@ class ThemeGenericClassGenerator:
275
170
  ...
276
171
 
277
172
  class ThemePanel:
278
- """ """
279
-
280
173
  bl_context: typing.Any
281
- """ """
282
-
283
174
  bl_region_type: typing.Any
284
- """ """
285
-
286
175
  bl_space_type: typing.Any
287
- """ """
288
176
 
289
177
  class USERPREF_HT_header(bpy_types.Header, bpy_types._GenericUI):
290
- """ """
291
-
292
178
  bl_rna: typing.Any
293
- """ """
294
-
295
179
  bl_space_type: typing.Any
296
- """ """
297
-
298
180
  id_data: typing.Any
299
- """ """
300
181
 
301
182
  def append(self, draw_func):
302
183
  """Append a draw function to this menu,
@@ -389,10 +270,7 @@ class USERPREF_HT_header(bpy_types.Header, bpy_types._GenericUI):
389
270
  """
390
271
  ...
391
272
 
392
- def is_extended(self):
393
- """ """
394
- ...
395
-
273
+ def is_extended(self): ...
396
274
  def is_property_hidden(self) -> bool:
397
275
  """Check if a property is hidden.
398
276
 
@@ -521,19 +399,10 @@ class USERPREF_HT_header(bpy_types.Header, bpy_types._GenericUI):
521
399
  ...
522
400
 
523
401
  class USERPREF_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
524
- """ """
525
-
526
402
  bl_idname: typing.Any
527
- """ """
528
-
529
403
  bl_label: typing.Any
530
- """ """
531
-
532
404
  bl_rna: typing.Any
533
- """ """
534
-
535
405
  id_data: typing.Any
536
- """ """
537
406
 
538
407
  def append(self, draw_func):
539
408
  """Append a draw function to this menu,
@@ -638,10 +507,7 @@ class USERPREF_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
638
507
  """
639
508
  ...
640
509
 
641
- def is_extended(self):
642
- """ """
643
- ...
644
-
510
+ def is_extended(self): ...
645
511
  def is_property_hidden(self) -> bool:
646
512
  """Check if a property is hidden.
647
513
 
@@ -804,28 +670,13 @@ class USERPREF_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
804
670
  ...
805
671
 
806
672
  class USERPREF_MT_interface_theme_presets(bpy_types.Menu, bpy_types._GenericUI):
807
- """ """
808
-
809
673
  bl_label: typing.Any
810
- """ """
811
-
812
674
  bl_rna: typing.Any
813
- """ """
814
-
815
675
  id_data: typing.Any
816
- """ """
817
-
818
676
  preset_operator: typing.Any
819
- """ """
820
-
821
677
  preset_subdir: typing.Any
822
- """ """
823
-
824
678
  preset_type: typing.Any
825
- """ """
826
-
827
679
  preset_xml_map: typing.Any
828
- """ """
829
680
 
830
681
  def append(self, draw_func):
831
682
  """Append a draw function to this menu,
@@ -930,10 +781,7 @@ class USERPREF_MT_interface_theme_presets(bpy_types.Menu, bpy_types._GenericUI):
930
781
  """
931
782
  ...
932
783
 
933
- def is_extended(self):
934
- """ """
935
- ...
936
-
784
+ def is_extended(self): ...
937
785
  def is_property_hidden(self) -> bool:
938
786
  """Check if a property is hidden.
939
787
 
@@ -1112,22 +960,11 @@ class USERPREF_MT_interface_theme_presets(bpy_types.Menu, bpy_types._GenericUI):
1112
960
  ...
1113
961
 
1114
962
  class USERPREF_MT_keyconfigs(bpy_types.Menu, bpy_types._GenericUI):
1115
- """ """
1116
-
1117
963
  bl_label: typing.Any
1118
- """ """
1119
-
1120
964
  bl_rna: typing.Any
1121
- """ """
1122
-
1123
965
  id_data: typing.Any
1124
- """ """
1125
-
1126
966
  preset_operator: typing.Any
1127
- """ """
1128
-
1129
967
  preset_subdir: typing.Any
1130
- """ """
1131
968
 
1132
969
  def append(self, draw_func):
1133
970
  """Append a draw function to this menu,
@@ -1232,10 +1069,7 @@ class USERPREF_MT_keyconfigs(bpy_types.Menu, bpy_types._GenericUI):
1232
1069
  """
1233
1070
  ...
1234
1071
 
1235
- def is_extended(self):
1236
- """ """
1237
- ...
1238
-
1072
+ def is_extended(self): ...
1239
1073
  def is_property_hidden(self) -> bool:
1240
1074
  """Check if a property is hidden.
1241
1075
 
@@ -1398,16 +1232,9 @@ class USERPREF_MT_keyconfigs(bpy_types.Menu, bpy_types._GenericUI):
1398
1232
  ...
1399
1233
 
1400
1234
  class USERPREF_MT_save_load(bpy_types.Menu, bpy_types._GenericUI):
1401
- """ """
1402
-
1403
1235
  bl_label: typing.Any
1404
- """ """
1405
-
1406
1236
  bl_rna: typing.Any
1407
- """ """
1408
-
1409
1237
  id_data: typing.Any
1410
- """ """
1411
1238
 
1412
1239
  def append(self, draw_func):
1413
1240
  """Append a draw function to this menu,
@@ -1512,10 +1339,7 @@ class USERPREF_MT_save_load(bpy_types.Menu, bpy_types._GenericUI):
1512
1339
  """
1513
1340
  ...
1514
1341
 
1515
- def is_extended(self):
1516
- """ """
1517
- ...
1518
-
1342
+ def is_extended(self): ...
1519
1343
  def is_property_hidden(self) -> bool:
1520
1344
  """Check if a property is hidden.
1521
1345
 
@@ -1678,16 +1502,9 @@ class USERPREF_MT_save_load(bpy_types.Menu, bpy_types._GenericUI):
1678
1502
  ...
1679
1503
 
1680
1504
  class USERPREF_MT_view(bpy_types.Menu, bpy_types._GenericUI):
1681
- """ """
1682
-
1683
1505
  bl_label: typing.Any
1684
- """ """
1685
-
1686
1506
  bl_rna: typing.Any
1687
- """ """
1688
-
1689
1507
  id_data: typing.Any
1690
- """ """
1691
1508
 
1692
1509
  def append(self, draw_func):
1693
1510
  """Append a draw function to this menu,
@@ -1792,10 +1609,7 @@ class USERPREF_MT_view(bpy_types.Menu, bpy_types._GenericUI):
1792
1609
  """
1793
1610
  ...
1794
1611
 
1795
- def is_extended(self):
1796
- """ """
1797
- ...
1798
-
1612
+ def is_extended(self): ...
1799
1613
  def is_property_hidden(self) -> bool:
1800
1614
  """Check if a property is hidden.
1801
1615
 
@@ -1958,25 +1772,12 @@ class USERPREF_MT_view(bpy_types.Menu, bpy_types._GenericUI):
1958
1772
  ...
1959
1773
 
1960
1774
  class USERPREF_PT_addons_filter(bpy_types.Panel, bpy_types._GenericUI):
1961
- """ """
1962
-
1963
1775
  bl_label: typing.Any
1964
- """ """
1965
-
1966
1776
  bl_region_type: typing.Any
1967
- """ """
1968
-
1969
1777
  bl_rna: typing.Any
1970
- """ """
1971
-
1972
1778
  bl_space_type: typing.Any
1973
- """ """
1974
-
1975
1779
  bl_ui_units_x: typing.Any
1976
- """ """
1977
-
1978
1780
  id_data: typing.Any
1979
- """ """
1980
1781
 
1981
1782
  def append(self, draw_func):
1982
1783
  """Append a draw function to this menu,
@@ -2061,10 +1862,7 @@ class USERPREF_PT_addons_filter(bpy_types.Panel, bpy_types._GenericUI):
2061
1862
  """
2062
1863
  ...
2063
1864
 
2064
- def is_extended(self):
2065
- """ """
2066
- ...
2067
-
1865
+ def is_extended(self): ...
2068
1866
  def is_property_hidden(self) -> bool:
2069
1867
  """Check if a property is hidden.
2070
1868
 
@@ -2193,28 +1991,13 @@ class USERPREF_PT_addons_filter(bpy_types.Panel, bpy_types._GenericUI):
2193
1991
  ...
2194
1992
 
2195
1993
  class USERPREF_PT_extensions_repos(bpy_types.Panel, bpy_types._GenericUI):
2196
- """ """
2197
-
2198
1994
  bl_label: typing.Any
2199
- """ """
2200
-
2201
1995
  bl_options: typing.Any
2202
- """ """
2203
-
2204
1996
  bl_region_type: typing.Any
2205
- """ """
2206
-
2207
1997
  bl_rna: typing.Any
2208
- """ """
2209
-
2210
1998
  bl_space_type: typing.Any
2211
- """ """
2212
-
2213
1999
  bl_ui_units_x: typing.Any
2214
- """ """
2215
-
2216
2000
  id_data: typing.Any
2217
- """ """
2218
2001
 
2219
2002
  def append(self, draw_func):
2220
2003
  """Append a draw function to this menu,
@@ -2299,10 +2082,7 @@ class USERPREF_PT_extensions_repos(bpy_types.Panel, bpy_types._GenericUI):
2299
2082
  """
2300
2083
  ...
2301
2084
 
2302
- def is_extended(self):
2303
- """ """
2304
- ...
2305
-
2085
+ def is_extended(self): ...
2306
2086
  def is_property_hidden(self) -> bool:
2307
2087
  """Check if a property is hidden.
2308
2088
 
@@ -2431,25 +2211,12 @@ class USERPREF_PT_extensions_repos(bpy_types.Panel, bpy_types._GenericUI):
2431
2211
  ...
2432
2212
 
2433
2213
  class USERPREF_PT_navigation_bar(bpy_types.Panel, bpy_types._GenericUI):
2434
- """ """
2435
-
2436
2214
  bl_label: typing.Any
2437
- """ """
2438
-
2439
2215
  bl_options: typing.Any
2440
- """ """
2441
-
2442
2216
  bl_region_type: typing.Any
2443
- """ """
2444
-
2445
2217
  bl_rna: typing.Any
2446
- """ """
2447
-
2448
2218
  bl_space_type: typing.Any
2449
- """ """
2450
-
2451
2219
  id_data: typing.Any
2452
- """ """
2453
2220
 
2454
2221
  def append(self, draw_func):
2455
2222
  """Append a draw function to this menu,
@@ -2534,10 +2301,7 @@ class USERPREF_PT_navigation_bar(bpy_types.Panel, bpy_types._GenericUI):
2534
2301
  """
2535
2302
  ...
2536
2303
 
2537
- def is_extended(self):
2538
- """ """
2539
- ...
2540
-
2304
+ def is_extended(self): ...
2541
2305
  def is_property_hidden(self) -> bool:
2542
2306
  """Check if a property is hidden.
2543
2307
 
@@ -2666,25 +2430,12 @@ class USERPREF_PT_navigation_bar(bpy_types.Panel, bpy_types._GenericUI):
2666
2430
  ...
2667
2431
 
2668
2432
  class USERPREF_PT_ndof_settings(bpy_types.Panel, bpy_types._GenericUI):
2669
- """ """
2670
-
2671
2433
  bl_label: typing.Any
2672
- """ """
2673
-
2674
2434
  bl_region_type: typing.Any
2675
- """ """
2676
-
2677
2435
  bl_rna: typing.Any
2678
- """ """
2679
-
2680
2436
  bl_space_type: typing.Any
2681
- """ """
2682
-
2683
2437
  bl_ui_units_x: typing.Any
2684
- """ """
2685
-
2686
2438
  id_data: typing.Any
2687
- """ """
2688
2439
 
2689
2440
  def append(self, draw_func):
2690
2441
  """Append a draw function to this menu,
@@ -2778,10 +2529,7 @@ class USERPREF_PT_ndof_settings(bpy_types.Panel, bpy_types._GenericUI):
2778
2529
  """
2779
2530
  ...
2780
2531
 
2781
- def is_extended(self):
2782
- """ """
2783
- ...
2784
-
2532
+ def is_extended(self): ...
2785
2533
  def is_property_hidden(self) -> bool:
2786
2534
  """Check if a property is hidden.
2787
2535
 
@@ -2910,25 +2658,12 @@ class USERPREF_PT_ndof_settings(bpy_types.Panel, bpy_types._GenericUI):
2910
2658
  ...
2911
2659
 
2912
2660
  class USERPREF_PT_save_preferences(bpy_types.Panel, bpy_types._GenericUI):
2913
- """ """
2914
-
2915
2661
  bl_label: typing.Any
2916
- """ """
2917
-
2918
2662
  bl_options: typing.Any
2919
- """ """
2920
-
2921
2663
  bl_region_type: typing.Any
2922
- """ """
2923
-
2924
2664
  bl_rna: typing.Any
2925
- """ """
2926
-
2927
2665
  bl_space_type: typing.Any
2928
- """ """
2929
-
2930
2666
  id_data: typing.Any
2931
- """ """
2932
2667
 
2933
2668
  def append(self, draw_func):
2934
2669
  """Append a draw function to this menu,
@@ -3013,10 +2748,7 @@ class USERPREF_PT_save_preferences(bpy_types.Panel, bpy_types._GenericUI):
3013
2748
  """
3014
2749
  ...
3015
2750
 
3016
- def is_extended(self):
3017
- """ """
3018
- ...
3019
-
2751
+ def is_extended(self): ...
3020
2752
  def is_property_hidden(self) -> bool:
3021
2753
  """Check if a property is hidden.
3022
2754
 
@@ -3154,31 +2886,14 @@ class USERPREF_PT_save_preferences(bpy_types.Panel, bpy_types._GenericUI):
3154
2886
  class USERPREF_PT_text_editor_presets(
3155
2887
  bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
3156
2888
  ):
3157
- """ """
3158
-
3159
2889
  bl_label: typing.Any
3160
- """ """
3161
-
3162
2890
  bl_region_type: typing.Any
3163
- """ """
3164
-
3165
2891
  bl_rna: typing.Any
3166
- """ """
3167
-
3168
2892
  bl_space_type: typing.Any
3169
- """ """
3170
-
3171
2893
  id_data: typing.Any
3172
- """ """
3173
-
3174
2894
  preset_add_operator: typing.Any
3175
- """ """
3176
-
3177
2895
  preset_operator: typing.Any
3178
- """ """
3179
-
3180
2896
  preset_subdir: typing.Any
3181
- """ """
3182
2897
 
3183
2898
  def append(self, draw_func):
3184
2899
  """Append a draw function to this menu,
@@ -3278,10 +2993,7 @@ class USERPREF_PT_text_editor_presets(
3278
2993
  """
3279
2994
  ...
3280
2995
 
3281
- def is_extended(self):
3282
- """ """
3283
- ...
3284
-
2996
+ def is_extended(self): ...
3285
2997
  def is_property_hidden(self) -> bool:
3286
2998
  """Check if a property is hidden.
3287
2999
 
@@ -3444,25 +3156,13 @@ class USERPREF_PT_text_editor_presets(
3444
3156
  ...
3445
3157
 
3446
3158
  class ViewportPanel:
3447
- """ """
3448
-
3449
3159
  bl_context: typing.Any
3450
- """ """
3451
-
3452
3160
  bl_region_type: typing.Any
3453
- """ """
3454
-
3455
3161
  bl_space_type: typing.Any
3456
- """ """
3457
3162
 
3458
3163
  class USERPREF_UL_asset_libraries(bpy_types.UIList, bpy_types._GenericUI):
3459
- """ """
3460
-
3461
3164
  bl_rna: typing.Any
3462
- """ """
3463
-
3464
3165
  id_data: typing.Any
3465
- """ """
3466
3166
 
3467
3167
  def append(self, draw_func):
3468
3168
  """Append a draw function to this menu,
@@ -3564,10 +3264,7 @@ class USERPREF_UL_asset_libraries(bpy_types.UIList, bpy_types._GenericUI):
3564
3264
  """
3565
3265
  ...
3566
3266
 
3567
- def is_extended(self):
3568
- """ """
3569
- ...
3570
-
3267
+ def is_extended(self): ...
3571
3268
  def is_property_hidden(self) -> bool:
3572
3269
  """Check if a property is hidden.
3573
3270
 
@@ -3696,13 +3393,8 @@ class USERPREF_UL_asset_libraries(bpy_types.UIList, bpy_types._GenericUI):
3696
3393
  ...
3697
3394
 
3698
3395
  class USERPREF_UL_extension_repos(bpy_types.UIList, bpy_types._GenericUI):
3699
- """ """
3700
-
3701
3396
  bl_rna: typing.Any
3702
- """ """
3703
-
3704
3397
  id_data: typing.Any
3705
- """ """
3706
3398
 
3707
3399
  def append(self, draw_func):
3708
3400
  """Append a draw function to this menu,
@@ -3813,10 +3505,7 @@ class USERPREF_UL_extension_repos(bpy_types.UIList, bpy_types._GenericUI):
3813
3505
  """
3814
3506
  ...
3815
3507
 
3816
- def is_extended(self):
3817
- """ """
3818
- ...
3819
-
3508
+ def is_extended(self): ...
3820
3509
  def is_property_hidden(self) -> bool:
3821
3510
  """Check if a property is hidden.
3822
3511
 
@@ -3945,28 +3634,13 @@ class USERPREF_UL_extension_repos(bpy_types.UIList, bpy_types._GenericUI):
3945
3634
  ...
3946
3635
 
3947
3636
  class USERPREF_PT_addons(bpy_types.Panel, AddOnPanel, bpy_types._GenericUI):
3948
- """ """
3949
-
3950
3637
  bl_context: typing.Any
3951
- """ """
3952
-
3953
3638
  bl_label: typing.Any
3954
- """ """
3955
-
3956
3639
  bl_options: typing.Any
3957
- """ """
3958
-
3959
3640
  bl_region_type: typing.Any
3960
- """ """
3961
-
3962
3641
  bl_rna: typing.Any
3963
- """ """
3964
-
3965
3642
  bl_space_type: typing.Any
3966
- """ """
3967
-
3968
3643
  id_data: typing.Any
3969
- """ """
3970
3644
 
3971
3645
  def append(self, draw_func):
3972
3646
  """Append a draw function to this menu,
@@ -4068,10 +3742,7 @@ class USERPREF_PT_addons(bpy_types.Panel, AddOnPanel, bpy_types._GenericUI):
4068
3742
  """
4069
3743
  ...
4070
3744
 
4071
- def is_extended(self):
4072
- """ """
4073
- ...
4074
-
3745
+ def is_extended(self): ...
4075
3746
  def is_property_hidden(self) -> bool:
4076
3747
  """Check if a property is hidden.
4077
3748
 
@@ -4215,22 +3886,11 @@ class USERPREF_PT_animation_fcurves(
4215
3886
  """
4216
3887
 
4217
3888
  bl_context: typing.Any
4218
- """ """
4219
-
4220
3889
  bl_label: typing.Any
4221
- """ """
4222
-
4223
3890
  bl_region_type: typing.Any
4224
- """ """
4225
-
4226
3891
  bl_rna: typing.Any
4227
- """ """
4228
-
4229
3892
  bl_space_type: typing.Any
4230
- """ """
4231
-
4232
3893
  id_data: typing.Any
4233
- """ """
4234
3894
 
4235
3895
  def append(self, draw_func):
4236
3896
  """Append a draw function to this menu,
@@ -4323,10 +3983,7 @@ class USERPREF_PT_animation_fcurves(
4323
3983
  """
4324
3984
  ...
4325
3985
 
4326
- def is_extended(self):
4327
- """ """
4328
- ...
4329
-
3986
+ def is_extended(self): ...
4330
3987
  def is_property_hidden(self) -> bool:
4331
3988
  """Check if a property is hidden.
4332
3989
 
@@ -4462,22 +4119,11 @@ class USERPREF_PT_animation_keyframes(
4462
4119
  """
4463
4120
 
4464
4121
  bl_context: typing.Any
4465
- """ """
4466
-
4467
4122
  bl_label: typing.Any
4468
- """ """
4469
-
4470
4123
  bl_region_type: typing.Any
4471
- """ """
4472
-
4473
4124
  bl_rna: typing.Any
4474
- """ """
4475
-
4476
4125
  bl_space_type: typing.Any
4477
- """ """
4478
-
4479
4126
  id_data: typing.Any
4480
- """ """
4481
4127
 
4482
4128
  def append(self, draw_func):
4483
4129
  """Append a draw function to this menu,
@@ -4570,10 +4216,7 @@ class USERPREF_PT_animation_keyframes(
4570
4216
  """
4571
4217
  ...
4572
4218
 
4573
- def is_extended(self):
4574
- """ """
4575
- ...
4576
-
4219
+ def is_extended(self): ...
4577
4220
  def is_property_hidden(self) -> bool:
4578
4221
  """Check if a property is hidden.
4579
4222
 
@@ -4709,22 +4352,11 @@ class USERPREF_PT_animation_timeline(
4709
4352
  """
4710
4353
 
4711
4354
  bl_context: typing.Any
4712
- """ """
4713
-
4714
4355
  bl_label: typing.Any
4715
- """ """
4716
-
4717
4356
  bl_region_type: typing.Any
4718
- """ """
4719
-
4720
4357
  bl_rna: typing.Any
4721
- """ """
4722
-
4723
4358
  bl_space_type: typing.Any
4724
- """ """
4725
-
4726
4359
  id_data: typing.Any
4727
- """ """
4728
4360
 
4729
4361
  def append(self, draw_func):
4730
4362
  """Append a draw function to this menu,
@@ -4817,10 +4449,7 @@ class USERPREF_PT_animation_timeline(
4817
4449
  """
4818
4450
  ...
4819
4451
 
4820
- def is_extended(self):
4821
- """ """
4822
- ...
4823
-
4452
+ def is_extended(self): ...
4824
4453
  def is_property_hidden(self) -> bool:
4825
4454
  """Check if a property is hidden.
4826
4455
 
@@ -4956,22 +4585,11 @@ class USERPREF_PT_edit_annotations(
4956
4585
  """
4957
4586
 
4958
4587
  bl_context: typing.Any
4959
- """ """
4960
-
4961
4588
  bl_label: typing.Any
4962
- """ """
4963
-
4964
4589
  bl_region_type: typing.Any
4965
- """ """
4966
-
4967
4590
  bl_rna: typing.Any
4968
- """ """
4969
-
4970
4591
  bl_space_type: typing.Any
4971
- """ """
4972
-
4973
4592
  id_data: typing.Any
4974
- """ """
4975
4593
 
4976
4594
  def append(self, draw_func):
4977
4595
  """Append a draw function to this menu,
@@ -5064,10 +4682,7 @@ class USERPREF_PT_edit_annotations(
5064
4682
  """
5065
4683
  ...
5066
4684
 
5067
- def is_extended(self):
5068
- """ """
5069
- ...
5070
-
4685
+ def is_extended(self): ...
5071
4686
  def is_property_hidden(self) -> bool:
5072
4687
  """Check if a property is hidden.
5073
4688
 
@@ -5203,22 +4818,11 @@ class USERPREF_PT_edit_cursor(
5203
4818
  """
5204
4819
 
5205
4820
  bl_context: typing.Any
5206
- """ """
5207
-
5208
4821
  bl_label: typing.Any
5209
- """ """
5210
-
5211
4822
  bl_region_type: typing.Any
5212
- """ """
5213
-
5214
4823
  bl_rna: typing.Any
5215
- """ """
5216
-
5217
4824
  bl_space_type: typing.Any
5218
- """ """
5219
-
5220
4825
  id_data: typing.Any
5221
- """ """
5222
4826
 
5223
4827
  def append(self, draw_func):
5224
4828
  """Append a draw function to this menu,
@@ -5311,10 +4915,7 @@ class USERPREF_PT_edit_cursor(
5311
4915
  """
5312
4916
  ...
5313
4917
 
5314
- def is_extended(self):
5315
- """ """
5316
- ...
5317
-
4918
+ def is_extended(self): ...
5318
4919
  def is_property_hidden(self) -> bool:
5319
4920
  """Check if a property is hidden.
5320
4921
 
@@ -5450,25 +5051,12 @@ class USERPREF_PT_edit_gpencil(
5450
5051
  """
5451
5052
 
5452
5053
  bl_context: typing.Any
5453
- """ """
5454
-
5455
5054
  bl_label: typing.Any
5456
- """ """
5457
-
5458
5055
  bl_options: typing.Any
5459
- """ """
5460
-
5461
5056
  bl_region_type: typing.Any
5462
- """ """
5463
-
5464
5057
  bl_rna: typing.Any
5465
- """ """
5466
-
5467
5058
  bl_space_type: typing.Any
5468
- """ """
5469
-
5470
5059
  id_data: typing.Any
5471
- """ """
5472
5060
 
5473
5061
  def append(self, draw_func):
5474
5062
  """Append a draw function to this menu,
@@ -5561,10 +5149,7 @@ class USERPREF_PT_edit_gpencil(
5561
5149
  """
5562
5150
  ...
5563
5151
 
5564
- def is_extended(self):
5565
- """ """
5566
- ...
5567
-
5152
+ def is_extended(self): ...
5568
5153
  def is_property_hidden(self) -> bool:
5569
5154
  """Check if a property is hidden.
5570
5155
 
@@ -5700,25 +5285,12 @@ class USERPREF_PT_edit_misc(
5700
5285
  """
5701
5286
 
5702
5287
  bl_context: typing.Any
5703
- """ """
5704
-
5705
5288
  bl_label: typing.Any
5706
- """ """
5707
-
5708
5289
  bl_options: typing.Any
5709
- """ """
5710
-
5711
5290
  bl_region_type: typing.Any
5712
- """ """
5713
-
5714
5291
  bl_rna: typing.Any
5715
- """ """
5716
-
5717
5292
  bl_space_type: typing.Any
5718
- """ """
5719
-
5720
5293
  id_data: typing.Any
5721
- """ """
5722
5294
 
5723
5295
  def append(self, draw_func):
5724
5296
  """Append a draw function to this menu,
@@ -5811,10 +5383,7 @@ class USERPREF_PT_edit_misc(
5811
5383
  """
5812
5384
  ...
5813
5385
 
5814
- def is_extended(self):
5815
- """ """
5816
- ...
5817
-
5386
+ def is_extended(self): ...
5818
5387
  def is_property_hidden(self) -> bool:
5819
5388
  """Check if a property is hidden.
5820
5389
 
@@ -5950,25 +5519,12 @@ class USERPREF_PT_edit_node_editor(
5950
5519
  """
5951
5520
 
5952
5521
  bl_context: typing.Any
5953
- """ """
5954
-
5955
5522
  bl_label: typing.Any
5956
- """ """
5957
-
5958
5523
  bl_options: typing.Any
5959
- """ """
5960
-
5961
5524
  bl_region_type: typing.Any
5962
- """ """
5963
-
5964
5525
  bl_rna: typing.Any
5965
- """ """
5966
-
5967
5526
  bl_space_type: typing.Any
5968
- """ """
5969
-
5970
5527
  id_data: typing.Any
5971
- """ """
5972
5528
 
5973
5529
  def append(self, draw_func):
5974
5530
  """Append a draw function to this menu,
@@ -6061,10 +5617,7 @@ class USERPREF_PT_edit_node_editor(
6061
5617
  """
6062
5618
  ...
6063
5619
 
6064
- def is_extended(self):
6065
- """ """
6066
- ...
6067
-
5620
+ def is_extended(self): ...
6068
5621
  def is_property_hidden(self) -> bool:
6069
5622
  """Check if a property is hidden.
6070
5623
 
@@ -6193,25 +5746,12 @@ class USERPREF_PT_edit_node_editor(
6193
5746
  ...
6194
5747
 
6195
5748
  class USERPREF_PT_edit_objects(bpy_types.Panel, EditingPanel, bpy_types._GenericUI):
6196
- """ """
6197
-
6198
5749
  bl_context: typing.Any
6199
- """ """
6200
-
6201
5750
  bl_label: typing.Any
6202
- """ """
6203
-
6204
5751
  bl_region_type: typing.Any
6205
- """ """
6206
-
6207
5752
  bl_rna: typing.Any
6208
- """ """
6209
-
6210
5753
  bl_space_type: typing.Any
6211
- """ """
6212
-
6213
5754
  id_data: typing.Any
6214
- """ """
6215
5755
 
6216
5756
  def append(self, draw_func):
6217
5757
  """Append a draw function to this menu,
@@ -6296,10 +5836,7 @@ class USERPREF_PT_edit_objects(bpy_types.Panel, EditingPanel, bpy_types._Generic
6296
5836
  """
6297
5837
  ...
6298
5838
 
6299
- def is_extended(self):
6300
- """ """
6301
- ...
6302
-
5839
+ def is_extended(self): ...
6303
5840
  def is_property_hidden(self) -> bool:
6304
5841
  """Check if a property is hidden.
6305
5842
 
@@ -6435,28 +5972,13 @@ class USERPREF_PT_edit_objects_duplicate_data(
6435
5972
  """
6436
5973
 
6437
5974
  bl_context: typing.Any
6438
- """ """
6439
-
6440
5975
  bl_label: typing.Any
6441
- """ """
6442
-
6443
5976
  bl_options: typing.Any
6444
- """ """
6445
-
6446
5977
  bl_parent_id: typing.Any
6447
- """ """
6448
-
6449
5978
  bl_region_type: typing.Any
6450
- """ """
6451
-
6452
5979
  bl_rna: typing.Any
6453
- """ """
6454
-
6455
5980
  bl_space_type: typing.Any
6456
- """ """
6457
-
6458
5981
  id_data: typing.Any
6459
- """ """
6460
5982
 
6461
5983
  def append(self, draw_func):
6462
5984
  """Append a draw function to this menu,
@@ -6549,10 +6071,7 @@ class USERPREF_PT_edit_objects_duplicate_data(
6549
6071
  """
6550
6072
  ...
6551
6073
 
6552
- def is_extended(self):
6553
- """ """
6554
- ...
6555
-
6074
+ def is_extended(self): ...
6556
6075
  def is_property_hidden(self) -> bool:
6557
6076
  """Check if a property is hidden.
6558
6077
 
@@ -6688,25 +6207,12 @@ class USERPREF_PT_edit_objects_new(
6688
6207
  """
6689
6208
 
6690
6209
  bl_context: typing.Any
6691
- """ """
6692
-
6693
6210
  bl_label: typing.Any
6694
- """ """
6695
-
6696
6211
  bl_parent_id: typing.Any
6697
- """ """
6698
-
6699
6212
  bl_region_type: typing.Any
6700
- """ """
6701
-
6702
6213
  bl_rna: typing.Any
6703
- """ """
6704
-
6705
6214
  bl_space_type: typing.Any
6706
- """ """
6707
-
6708
6215
  id_data: typing.Any
6709
- """ """
6710
6216
 
6711
6217
  def append(self, draw_func):
6712
6218
  """Append a draw function to this menu,
@@ -6799,10 +6305,7 @@ class USERPREF_PT_edit_objects_new(
6799
6305
  """
6800
6306
  ...
6801
6307
 
6802
- def is_extended(self):
6803
- """ """
6804
- ...
6805
-
6308
+ def is_extended(self): ...
6806
6309
  def is_property_hidden(self) -> bool:
6807
6310
  """Check if a property is hidden.
6808
6311
 
@@ -6938,25 +6441,12 @@ class USERPREF_PT_edit_text_editor(
6938
6441
  """
6939
6442
 
6940
6443
  bl_context: typing.Any
6941
- """ """
6942
-
6943
6444
  bl_label: typing.Any
6944
- """ """
6945
-
6946
6445
  bl_options: typing.Any
6947
- """ """
6948
-
6949
6446
  bl_region_type: typing.Any
6950
- """ """
6951
-
6952
6447
  bl_rna: typing.Any
6953
- """ """
6954
-
6955
6448
  bl_space_type: typing.Any
6956
- """ """
6957
-
6958
6449
  id_data: typing.Any
6959
- """ """
6960
6450
 
6961
6451
  def append(self, draw_func):
6962
6452
  """Append a draw function to this menu,
@@ -7049,10 +6539,7 @@ class USERPREF_PT_edit_text_editor(
7049
6539
  """
7050
6540
  ...
7051
6541
 
7052
- def is_extended(self):
7053
- """ """
7054
- ...
7055
-
6542
+ def is_extended(self): ...
7056
6543
  def is_property_hidden(self) -> bool:
7057
6544
  """Check if a property is hidden.
7058
6545
 
@@ -7188,25 +6675,12 @@ class USERPREF_PT_edit_weight_paint(
7188
6675
  """
7189
6676
 
7190
6677
  bl_context: typing.Any
7191
- """ """
7192
-
7193
6678
  bl_label: typing.Any
7194
- """ """
7195
-
7196
6679
  bl_options: typing.Any
7197
- """ """
7198
-
7199
6680
  bl_region_type: typing.Any
7200
- """ """
7201
-
7202
6681
  bl_rna: typing.Any
7203
- """ """
7204
-
7205
6682
  bl_space_type: typing.Any
7206
- """ """
7207
-
7208
6683
  id_data: typing.Any
7209
- """ """
7210
6684
 
7211
6685
  def append(self, draw_func):
7212
6686
  """Append a draw function to this menu,
@@ -7299,10 +6773,7 @@ class USERPREF_PT_edit_weight_paint(
7299
6773
  """
7300
6774
  ...
7301
6775
 
7302
- def is_extended(self):
7303
- """ """
7304
- ...
7305
-
6776
+ def is_extended(self): ...
7306
6777
  def is_property_hidden(self) -> bool:
7307
6778
  """Check if a property is hidden.
7308
6779
 
@@ -7433,28 +6904,13 @@ class USERPREF_PT_edit_weight_paint(
7433
6904
  class USERPREF_PT_experimental_debugging(
7434
6905
  bpy_types.Panel, ExperimentalPanel, bpy_types._GenericUI
7435
6906
  ):
7436
- """ """
7437
-
7438
6907
  bl_context: typing.Any
7439
- """ """
7440
-
7441
6908
  bl_label: typing.Any
7442
- """ """
7443
-
7444
6909
  bl_region_type: typing.Any
7445
- """ """
7446
-
7447
6910
  bl_rna: typing.Any
7448
- """ """
7449
-
7450
6911
  bl_space_type: typing.Any
7451
- """ """
7452
-
7453
6912
  id_data: typing.Any
7454
- """ """
7455
-
7456
6913
  url_prefix: typing.Any
7457
- """ """
7458
6914
 
7459
6915
  def append(self, draw_func):
7460
6916
  """Append a draw function to this menu,
@@ -7539,10 +6995,7 @@ class USERPREF_PT_experimental_debugging(
7539
6995
  """
7540
6996
  ...
7541
6997
 
7542
- def is_extended(self):
7543
- """ """
7544
- ...
7545
-
6998
+ def is_extended(self): ...
7546
6999
  def is_property_hidden(self) -> bool:
7547
7000
  """Check if a property is hidden.
7548
7001
 
@@ -7680,28 +7133,13 @@ class USERPREF_PT_experimental_debugging(
7680
7133
  class USERPREF_PT_experimental_new_features(
7681
7134
  bpy_types.Panel, ExperimentalPanel, bpy_types._GenericUI
7682
7135
  ):
7683
- """ """
7684
-
7685
7136
  bl_context: typing.Any
7686
- """ """
7687
-
7688
7137
  bl_label: typing.Any
7689
- """ """
7690
-
7691
7138
  bl_region_type: typing.Any
7692
- """ """
7693
-
7694
7139
  bl_rna: typing.Any
7695
- """ """
7696
-
7697
7140
  bl_space_type: typing.Any
7698
- """ """
7699
-
7700
7141
  id_data: typing.Any
7701
- """ """
7702
-
7703
7142
  url_prefix: typing.Any
7704
- """ """
7705
7143
 
7706
7144
  def append(self, draw_func):
7707
7145
  """Append a draw function to this menu,
@@ -7786,10 +7224,7 @@ class USERPREF_PT_experimental_new_features(
7786
7224
  """
7787
7225
  ...
7788
7226
 
7789
- def is_extended(self):
7790
- """ """
7791
- ...
7792
-
7227
+ def is_extended(self): ...
7793
7228
  def is_property_hidden(self) -> bool:
7794
7229
  """Check if a property is hidden.
7795
7230
 
@@ -7927,28 +7362,13 @@ class USERPREF_PT_experimental_new_features(
7927
7362
  class USERPREF_PT_experimental_prototypes(
7928
7363
  bpy_types.Panel, ExperimentalPanel, bpy_types._GenericUI
7929
7364
  ):
7930
- """ """
7931
-
7932
7365
  bl_context: typing.Any
7933
- """ """
7934
-
7935
7366
  bl_label: typing.Any
7936
- """ """
7937
-
7938
7367
  bl_region_type: typing.Any
7939
- """ """
7940
-
7941
7368
  bl_rna: typing.Any
7942
- """ """
7943
-
7944
7369
  bl_space_type: typing.Any
7945
- """ """
7946
-
7947
7370
  id_data: typing.Any
7948
- """ """
7949
-
7950
7371
  url_prefix: typing.Any
7951
- """ """
7952
7372
 
7953
7373
  def append(self, draw_func):
7954
7374
  """Append a draw function to this menu,
@@ -8033,10 +7453,7 @@ class USERPREF_PT_experimental_prototypes(
8033
7453
  """
8034
7454
  ...
8035
7455
 
8036
- def is_extended(self):
8037
- """ """
8038
- ...
8039
-
7456
+ def is_extended(self): ...
8040
7457
  def is_property_hidden(self) -> bool:
8041
7458
  """Check if a property is hidden.
8042
7459
 
@@ -8174,28 +7591,13 @@ class USERPREF_PT_experimental_prototypes(
8174
7591
  class USERPREF_PT_file_paths_applications(
8175
7592
  bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
8176
7593
  ):
8177
- """ """
8178
-
8179
7594
  bl_context: typing.Any
8180
- """ """
8181
-
8182
7595
  bl_label: typing.Any
8183
- """ """
8184
-
8185
7596
  bl_options: typing.Any
8186
- """ """
8187
-
8188
7597
  bl_region_type: typing.Any
8189
- """ """
8190
-
8191
7598
  bl_rna: typing.Any
8192
- """ """
8193
-
8194
7599
  bl_space_type: typing.Any
8195
- """ """
8196
-
8197
7600
  id_data: typing.Any
8198
- """ """
8199
7601
 
8200
7602
  def append(self, draw_func):
8201
7603
  """Append a draw function to this menu,
@@ -8280,10 +7682,7 @@ class USERPREF_PT_file_paths_applications(
8280
7682
  """
8281
7683
  ...
8282
7684
 
8283
- def is_extended(self):
8284
- """ """
8285
- ...
8286
-
7685
+ def is_extended(self): ...
8287
7686
  def is_property_hidden(self) -> bool:
8288
7687
  """Check if a property is hidden.
8289
7688
 
@@ -8414,25 +7813,12 @@ class USERPREF_PT_file_paths_applications(
8414
7813
  class USERPREF_PT_file_paths_asset_libraries(
8415
7814
  bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
8416
7815
  ):
8417
- """ """
8418
-
8419
7816
  bl_context: typing.Any
8420
- """ """
8421
-
8422
7817
  bl_label: typing.Any
8423
- """ """
8424
-
8425
7818
  bl_region_type: typing.Any
8426
- """ """
8427
-
8428
7819
  bl_rna: typing.Any
8429
- """ """
8430
-
8431
7820
  bl_space_type: typing.Any
8432
- """ """
8433
-
8434
7821
  id_data: typing.Any
8435
- """ """
8436
7822
 
8437
7823
  def append(self, draw_func):
8438
7824
  """Append a draw function to this menu,
@@ -8517,10 +7903,7 @@ class USERPREF_PT_file_paths_asset_libraries(
8517
7903
  """
8518
7904
  ...
8519
7905
 
8520
- def is_extended(self):
8521
- """ """
8522
- ...
8523
-
7906
+ def is_extended(self): ...
8524
7907
  def is_property_hidden(self) -> bool:
8525
7908
  """Check if a property is hidden.
8526
7909
 
@@ -8651,25 +8034,12 @@ class USERPREF_PT_file_paths_asset_libraries(
8651
8034
  class USERPREF_PT_file_paths_data(
8652
8035
  bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
8653
8036
  ):
8654
- """ """
8655
-
8656
8037
  bl_context: typing.Any
8657
- """ """
8658
-
8659
8038
  bl_label: typing.Any
8660
- """ """
8661
-
8662
8039
  bl_region_type: typing.Any
8663
- """ """
8664
-
8665
8040
  bl_rna: typing.Any
8666
- """ """
8667
-
8668
8041
  bl_space_type: typing.Any
8669
- """ """
8670
-
8671
8042
  id_data: typing.Any
8672
- """ """
8673
8043
 
8674
8044
  def append(self, draw_func):
8675
8045
  """Append a draw function to this menu,
@@ -8754,10 +8124,7 @@ class USERPREF_PT_file_paths_data(
8754
8124
  """
8755
8125
  ...
8756
8126
 
8757
- def is_extended(self):
8758
- """ """
8759
- ...
8760
-
8127
+ def is_extended(self): ...
8761
8128
  def is_property_hidden(self) -> bool:
8762
8129
  """Check if a property is hidden.
8763
8130
 
@@ -8888,28 +8255,13 @@ class USERPREF_PT_file_paths_data(
8888
8255
  class USERPREF_PT_file_paths_development(
8889
8256
  bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
8890
8257
  ):
8891
- """ """
8892
-
8893
8258
  bl_context: typing.Any
8894
- """ """
8895
-
8896
8259
  bl_label: typing.Any
8897
- """ """
8898
-
8899
8260
  bl_options: typing.Any
8900
- """ """
8901
-
8902
8261
  bl_region_type: typing.Any
8903
- """ """
8904
-
8905
8262
  bl_rna: typing.Any
8906
- """ """
8907
-
8908
8263
  bl_space_type: typing.Any
8909
- """ """
8910
-
8911
8264
  id_data: typing.Any
8912
- """ """
8913
8265
 
8914
8266
  def append(self, draw_func):
8915
8267
  """Append a draw function to this menu,
@@ -8994,10 +8346,7 @@ class USERPREF_PT_file_paths_development(
8994
8346
  """
8995
8347
  ...
8996
8348
 
8997
- def is_extended(self):
8998
- """ """
8999
- ...
9000
-
8349
+ def is_extended(self): ...
9001
8350
  def is_property_hidden(self) -> bool:
9002
8351
  """Check if a property is hidden.
9003
8352
 
@@ -9135,28 +8484,13 @@ class USERPREF_PT_file_paths_development(
9135
8484
  class USERPREF_PT_file_paths_render(
9136
8485
  bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
9137
8486
  ):
9138
- """ """
9139
-
9140
8487
  bl_context: typing.Any
9141
- """ """
9142
-
9143
8488
  bl_label: typing.Any
9144
- """ """
9145
-
9146
8489
  bl_parent_id: typing.Any
9147
- """ """
9148
-
9149
8490
  bl_region_type: typing.Any
9150
- """ """
9151
-
9152
8491
  bl_rna: typing.Any
9153
- """ """
9154
-
9155
8492
  bl_space_type: typing.Any
9156
- """ """
9157
-
9158
8493
  id_data: typing.Any
9159
- """ """
9160
8494
 
9161
8495
  def append(self, draw_func):
9162
8496
  """Append a draw function to this menu,
@@ -9241,10 +8575,7 @@ class USERPREF_PT_file_paths_render(
9241
8575
  """
9242
8576
  ...
9243
8577
 
9244
- def is_extended(self):
9245
- """ """
9246
- ...
9247
-
8578
+ def is_extended(self): ...
9248
8579
  def is_property_hidden(self) -> bool:
9249
8580
  """Check if a property is hidden.
9250
8581
 
@@ -9375,25 +8706,12 @@ class USERPREF_PT_file_paths_render(
9375
8706
  class USERPREF_PT_file_paths_script_directories(
9376
8707
  bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
9377
8708
  ):
9378
- """ """
9379
-
9380
8709
  bl_context: typing.Any
9381
- """ """
9382
-
9383
8710
  bl_label: typing.Any
9384
- """ """
9385
-
9386
8711
  bl_region_type: typing.Any
9387
- """ """
9388
-
9389
8712
  bl_rna: typing.Any
9390
- """ """
9391
-
9392
8713
  bl_space_type: typing.Any
9393
- """ """
9394
-
9395
8714
  id_data: typing.Any
9396
- """ """
9397
8715
 
9398
8716
  def append(self, draw_func):
9399
8717
  """Append a draw function to this menu,
@@ -9478,10 +8796,7 @@ class USERPREF_PT_file_paths_script_directories(
9478
8796
  """
9479
8797
  ...
9480
8798
 
9481
- def is_extended(self):
9482
- """ """
9483
- ...
9484
-
8799
+ def is_extended(self): ...
9485
8800
  def is_property_hidden(self) -> bool:
9486
8801
  """Check if a property is hidden.
9487
8802
 
@@ -9612,28 +8927,13 @@ class USERPREF_PT_file_paths_script_directories(
9612
8927
  class USERPREF_PT_saveload_autorun(
9613
8928
  bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI
9614
8929
  ):
9615
- """ """
9616
-
9617
8930
  bl_context: typing.Any
9618
- """ """
9619
-
9620
8931
  bl_label: typing.Any
9621
- """ """
9622
-
9623
8932
  bl_parent_id: typing.Any
9624
- """ """
9625
-
9626
8933
  bl_region_type: typing.Any
9627
- """ """
9628
-
9629
8934
  bl_rna: typing.Any
9630
- """ """
9631
-
9632
8935
  bl_space_type: typing.Any
9633
- """ """
9634
-
9635
8936
  id_data: typing.Any
9636
- """ """
9637
8937
 
9638
8938
  def append(self, draw_func):
9639
8939
  """Append a draw function to this menu,
@@ -9725,10 +9025,7 @@ class USERPREF_PT_saveload_autorun(
9725
9025
  """
9726
9026
  ...
9727
9027
 
9728
- def is_extended(self):
9729
- """ """
9730
- ...
9731
-
9028
+ def is_extended(self): ...
9732
9029
  def is_property_hidden(self) -> bool:
9733
9030
  """Check if a property is hidden.
9734
9031
 
@@ -9857,28 +9154,13 @@ class USERPREF_PT_saveload_autorun(
9857
9154
  ...
9858
9155
 
9859
9156
  class USERPREF_PT_text_editor(bpy_types.Panel, FilePathsPanel, bpy_types._GenericUI):
9860
- """ """
9861
-
9862
9157
  bl_context: typing.Any
9863
- """ """
9864
-
9865
9158
  bl_label: typing.Any
9866
- """ """
9867
-
9868
9159
  bl_parent_id: typing.Any
9869
- """ """
9870
-
9871
9160
  bl_region_type: typing.Any
9872
- """ """
9873
-
9874
9161
  bl_rna: typing.Any
9875
- """ """
9876
-
9877
9162
  bl_space_type: typing.Any
9878
- """ """
9879
-
9880
9163
  id_data: typing.Any
9881
- """ """
9882
9164
 
9883
9165
  def append(self, draw_func):
9884
9166
  """Append a draw function to this menu,
@@ -9970,10 +9252,7 @@ class USERPREF_PT_text_editor(bpy_types.Panel, FilePathsPanel, bpy_types._Generi
9970
9252
  """
9971
9253
  ...
9972
9254
 
9973
- def is_extended(self):
9974
- """ """
9975
- ...
9976
-
9255
+ def is_extended(self): ...
9977
9256
  def is_property_hidden(self) -> bool:
9978
9257
  """Check if a property is hidden.
9979
9258
 
@@ -10109,22 +9388,11 @@ class USERPREF_PT_input_keyboard(
10109
9388
  """
10110
9389
 
10111
9390
  bl_context: typing.Any
10112
- """ """
10113
-
10114
9391
  bl_label: typing.Any
10115
- """ """
10116
-
10117
9392
  bl_region_type: typing.Any
10118
- """ """
10119
-
10120
9393
  bl_rna: typing.Any
10121
- """ """
10122
-
10123
9394
  bl_space_type: typing.Any
10124
- """ """
10125
-
10126
9395
  id_data: typing.Any
10127
- """ """
10128
9396
 
10129
9397
  def append(self, draw_func):
10130
9398
  """Append a draw function to this menu,
@@ -10217,10 +9485,7 @@ class USERPREF_PT_input_keyboard(
10217
9485
  """
10218
9486
  ...
10219
9487
 
10220
- def is_extended(self):
10221
- """ """
10222
- ...
10223
-
9488
+ def is_extended(self): ...
10224
9489
  def is_property_hidden(self) -> bool:
10225
9490
  """Check if a property is hidden.
10226
9491
 
@@ -10356,22 +9621,11 @@ class USERPREF_PT_input_mouse(
10356
9621
  """
10357
9622
 
10358
9623
  bl_context: typing.Any
10359
- """ """
10360
-
10361
9624
  bl_label: typing.Any
10362
- """ """
10363
-
10364
9625
  bl_region_type: typing.Any
10365
- """ """
10366
-
10367
9626
  bl_rna: typing.Any
10368
- """ """
10369
-
10370
9627
  bl_space_type: typing.Any
10371
- """ """
10372
-
10373
9628
  id_data: typing.Any
10374
- """ """
10375
9629
 
10376
9630
  def append(self, draw_func):
10377
9631
  """Append a draw function to this menu,
@@ -10464,10 +9718,7 @@ class USERPREF_PT_input_mouse(
10464
9718
  """
10465
9719
  ...
10466
9720
 
10467
- def is_extended(self):
10468
- """ """
10469
- ...
10470
-
9721
+ def is_extended(self): ...
10471
9722
  def is_property_hidden(self) -> bool:
10472
9723
  """Check if a property is hidden.
10473
9724
 
@@ -10603,25 +9854,12 @@ class USERPREF_PT_input_ndof(
10603
9854
  """
10604
9855
 
10605
9856
  bl_context: typing.Any
10606
- """ """
10607
-
10608
9857
  bl_label: typing.Any
10609
- """ """
10610
-
10611
9858
  bl_options: typing.Any
10612
- """ """
10613
-
10614
9859
  bl_region_type: typing.Any
10615
- """ """
10616
-
10617
9860
  bl_rna: typing.Any
10618
- """ """
10619
-
10620
9861
  bl_space_type: typing.Any
10621
- """ """
10622
-
10623
9862
  id_data: typing.Any
10624
- """ """
10625
9863
 
10626
9864
  def append(self, draw_func):
10627
9865
  """Append a draw function to this menu,
@@ -10714,10 +9952,7 @@ class USERPREF_PT_input_ndof(
10714
9952
  """
10715
9953
  ...
10716
9954
 
10717
- def is_extended(self):
10718
- """ """
10719
- ...
10720
-
9955
+ def is_extended(self): ...
10721
9956
  def is_property_hidden(self) -> bool:
10722
9957
  """Check if a property is hidden.
10723
9958
 
@@ -10860,22 +10095,11 @@ class USERPREF_PT_input_tablet(
10860
10095
  """
10861
10096
 
10862
10097
  bl_context: typing.Any
10863
- """ """
10864
-
10865
10098
  bl_label: typing.Any
10866
- """ """
10867
-
10868
10099
  bl_region_type: typing.Any
10869
- """ """
10870
-
10871
10100
  bl_rna: typing.Any
10872
- """ """
10873
-
10874
10101
  bl_space_type: typing.Any
10875
- """ """
10876
-
10877
10102
  id_data: typing.Any
10878
- """ """
10879
10103
 
10880
10104
  def append(self, draw_func):
10881
10105
  """Append a draw function to this menu,
@@ -10968,10 +10192,7 @@ class USERPREF_PT_input_tablet(
10968
10192
  """
10969
10193
  ...
10970
10194
 
10971
- def is_extended(self):
10972
- """ """
10973
- ...
10974
-
10195
+ def is_extended(self): ...
10975
10196
  def is_property_hidden(self) -> bool:
10976
10197
  """Check if a property is hidden.
10977
10198
 
@@ -11107,25 +10328,12 @@ class USERPREF_PT_input_touchpad(
11107
10328
  """
11108
10329
 
11109
10330
  bl_context: typing.Any
11110
- """ """
11111
-
11112
10331
  bl_label: typing.Any
11113
- """ """
11114
-
11115
10332
  bl_options: typing.Any
11116
- """ """
11117
-
11118
10333
  bl_region_type: typing.Any
11119
- """ """
11120
-
11121
10334
  bl_rna: typing.Any
11122
- """ """
11123
-
11124
10335
  bl_space_type: typing.Any
11125
- """ """
11126
-
11127
10336
  id_data: typing.Any
11128
- """ """
11129
10337
 
11130
10338
  def append(self, draw_func):
11131
10339
  """Append a draw function to this menu,
@@ -11218,10 +10426,7 @@ class USERPREF_PT_input_touchpad(
11218
10426
  """
11219
10427
  ...
11220
10428
 
11221
- def is_extended(self):
11222
- """ """
11223
- ...
11224
-
10429
+ def is_extended(self): ...
11225
10430
  def is_property_hidden(self) -> bool:
11226
10431
  """Check if a property is hidden.
11227
10432
 
@@ -11364,22 +10569,11 @@ class USERPREF_PT_interface_display(
11364
10569
  """
11365
10570
 
11366
10571
  bl_context: typing.Any
11367
- """ """
11368
-
11369
10572
  bl_label: typing.Any
11370
- """ """
11371
-
11372
10573
  bl_region_type: typing.Any
11373
- """ """
11374
-
11375
10574
  bl_rna: typing.Any
11376
- """ """
11377
-
11378
10575
  bl_space_type: typing.Any
11379
- """ """
11380
-
11381
10576
  id_data: typing.Any
11382
- """ """
11383
10577
 
11384
10578
  def append(self, draw_func):
11385
10579
  """Append a draw function to this menu,
@@ -11472,10 +10666,7 @@ class USERPREF_PT_interface_display(
11472
10666
  """
11473
10667
  ...
11474
10668
 
11475
- def is_extended(self):
11476
- """ """
11477
- ...
11478
-
10669
+ def is_extended(self): ...
11479
10670
  def is_property_hidden(self) -> bool:
11480
10671
  """Check if a property is hidden.
11481
10672
 
@@ -11611,22 +10802,11 @@ class USERPREF_PT_interface_editors(
11611
10802
  """
11612
10803
 
11613
10804
  bl_context: typing.Any
11614
- """ """
11615
-
11616
10805
  bl_label: typing.Any
11617
- """ """
11618
-
11619
10806
  bl_region_type: typing.Any
11620
- """ """
11621
-
11622
10807
  bl_rna: typing.Any
11623
- """ """
11624
-
11625
10808
  bl_space_type: typing.Any
11626
- """ """
11627
-
11628
10809
  id_data: typing.Any
11629
- """ """
11630
10810
 
11631
10811
  def append(self, draw_func):
11632
10812
  """Append a draw function to this menu,
@@ -11719,10 +10899,7 @@ class USERPREF_PT_interface_editors(
11719
10899
  """
11720
10900
  ...
11721
10901
 
11722
- def is_extended(self):
11723
- """ """
11724
- ...
11725
-
10902
+ def is_extended(self): ...
11726
10903
  def is_property_hidden(self) -> bool:
11727
10904
  """Check if a property is hidden.
11728
10905
 
@@ -11853,28 +11030,13 @@ class USERPREF_PT_interface_editors(
11853
11030
  class USERPREF_PT_interface_menus(
11854
11031
  bpy_types.Panel, InterfacePanel, bpy_types._GenericUI
11855
11032
  ):
11856
- """ """
11857
-
11858
11033
  bl_context: typing.Any
11859
- """ """
11860
-
11861
11034
  bl_label: typing.Any
11862
- """ """
11863
-
11864
11035
  bl_options: typing.Any
11865
- """ """
11866
-
11867
11036
  bl_region_type: typing.Any
11868
- """ """
11869
-
11870
11037
  bl_rna: typing.Any
11871
- """ """
11872
-
11873
11038
  bl_space_type: typing.Any
11874
- """ """
11875
-
11876
11039
  id_data: typing.Any
11877
- """ """
11878
11040
 
11879
11041
  def append(self, draw_func):
11880
11042
  """Append a draw function to this menu,
@@ -11959,10 +11121,7 @@ class USERPREF_PT_interface_menus(
11959
11121
  """
11960
11122
  ...
11961
11123
 
11962
- def is_extended(self):
11963
- """ """
11964
- ...
11965
-
11124
+ def is_extended(self): ...
11966
11125
  def is_property_hidden(self) -> bool:
11967
11126
  """Check if a property is hidden.
11968
11127
 
@@ -12098,25 +11257,12 @@ class USERPREF_PT_interface_menus_mouse_over(
12098
11257
  """
12099
11258
 
12100
11259
  bl_context: typing.Any
12101
- """ """
12102
-
12103
11260
  bl_label: typing.Any
12104
- """ """
12105
-
12106
11261
  bl_parent_id: typing.Any
12107
- """ """
12108
-
12109
11262
  bl_region_type: typing.Any
12110
- """ """
12111
-
12112
11263
  bl_rna: typing.Any
12113
- """ """
12114
-
12115
11264
  bl_space_type: typing.Any
12116
- """ """
12117
-
12118
11265
  id_data: typing.Any
12119
- """ """
12120
11266
 
12121
11267
  def append(self, draw_func):
12122
11268
  """Append a draw function to this menu,
@@ -12216,10 +11362,7 @@ class USERPREF_PT_interface_menus_mouse_over(
12216
11362
  """
12217
11363
  ...
12218
11364
 
12219
- def is_extended(self):
12220
- """ """
12221
- ...
12222
-
11365
+ def is_extended(self): ...
12223
11366
  def is_property_hidden(self) -> bool:
12224
11367
  """Check if a property is hidden.
12225
11368
 
@@ -12355,25 +11498,12 @@ class USERPREF_PT_interface_menus_pie(
12355
11498
  """
12356
11499
 
12357
11500
  bl_context: typing.Any
12358
- """ """
12359
-
12360
11501
  bl_label: typing.Any
12361
- """ """
12362
-
12363
11502
  bl_parent_id: typing.Any
12364
- """ """
12365
-
12366
11503
  bl_region_type: typing.Any
12367
- """ """
12368
-
12369
11504
  bl_rna: typing.Any
12370
- """ """
12371
-
12372
11505
  bl_space_type: typing.Any
12373
- """ """
12374
-
12375
11506
  id_data: typing.Any
12376
- """ """
12377
11507
 
12378
11508
  def append(self, draw_func):
12379
11509
  """Append a draw function to this menu,
@@ -12466,10 +11596,7 @@ class USERPREF_PT_interface_menus_pie(
12466
11596
  """
12467
11597
  ...
12468
11598
 
12469
- def is_extended(self):
12470
- """ """
12471
- ...
12472
-
11599
+ def is_extended(self): ...
12473
11600
  def is_property_hidden(self) -> bool:
12474
11601
  """Check if a property is hidden.
12475
11602
 
@@ -12605,28 +11732,13 @@ class USERPREF_PT_interface_statusbar(
12605
11732
  """
12606
11733
 
12607
11734
  bl_context: typing.Any
12608
- """ """
12609
-
12610
11735
  bl_label: typing.Any
12611
- """ """
12612
-
12613
11736
  bl_options: typing.Any
12614
- """ """
12615
-
12616
11737
  bl_parent_id: typing.Any
12617
- """ """
12618
-
12619
11738
  bl_region_type: typing.Any
12620
- """ """
12621
-
12622
11739
  bl_rna: typing.Any
12623
- """ """
12624
-
12625
11740
  bl_space_type: typing.Any
12626
- """ """
12627
-
12628
11741
  id_data: typing.Any
12629
- """ """
12630
11742
 
12631
11743
  def append(self, draw_func):
12632
11744
  """Append a draw function to this menu,
@@ -12719,10 +11831,7 @@ class USERPREF_PT_interface_statusbar(
12719
11831
  """
12720
11832
  ...
12721
11833
 
12722
- def is_extended(self):
12723
- """ """
12724
- ...
12725
-
11834
+ def is_extended(self): ...
12726
11835
  def is_property_hidden(self) -> bool:
12727
11836
  """Check if a property is hidden.
12728
11837
 
@@ -12858,28 +11967,13 @@ class USERPREF_PT_interface_temporary_windows(
12858
11967
  """
12859
11968
 
12860
11969
  bl_context: typing.Any
12861
- """ """
12862
-
12863
11970
  bl_label: typing.Any
12864
- """ """
12865
-
12866
11971
  bl_options: typing.Any
12867
- """ """
12868
-
12869
11972
  bl_parent_id: typing.Any
12870
- """ """
12871
-
12872
11973
  bl_region_type: typing.Any
12873
- """ """
12874
-
12875
11974
  bl_rna: typing.Any
12876
- """ """
12877
-
12878
11975
  bl_space_type: typing.Any
12879
- """ """
12880
-
12881
11976
  id_data: typing.Any
12882
- """ """
12883
11977
 
12884
11978
  def append(self, draw_func):
12885
11979
  """Append a draw function to this menu,
@@ -12972,10 +12066,7 @@ class USERPREF_PT_interface_temporary_windows(
12972
12066
  """
12973
12067
  ...
12974
12068
 
12975
- def is_extended(self):
12976
- """ """
12977
- ...
12978
-
12069
+ def is_extended(self): ...
12979
12070
  def is_property_hidden(self) -> bool:
12980
12071
  """Check if a property is hidden.
12981
12072
 
@@ -13111,25 +12202,12 @@ class USERPREF_PT_interface_text(
13111
12202
  """
13112
12203
 
13113
12204
  bl_context: typing.Any
13114
- """ """
13115
-
13116
12205
  bl_label: typing.Any
13117
- """ """
13118
-
13119
12206
  bl_options: typing.Any
13120
- """ """
13121
-
13122
12207
  bl_region_type: typing.Any
13123
- """ """
13124
-
13125
12208
  bl_rna: typing.Any
13126
- """ """
13127
-
13128
12209
  bl_space_type: typing.Any
13129
- """ """
13130
-
13131
12210
  id_data: typing.Any
13132
- """ """
13133
12211
 
13134
12212
  def append(self, draw_func):
13135
12213
  """Append a draw function to this menu,
@@ -13222,10 +12300,7 @@ class USERPREF_PT_interface_text(
13222
12300
  """
13223
12301
  ...
13224
12302
 
13225
- def is_extended(self):
13226
- """ """
13227
- ...
13228
-
12303
+ def is_extended(self): ...
13229
12304
  def is_property_hidden(self) -> bool:
13230
12305
  """Check if a property is hidden.
13231
12306
 
@@ -13361,25 +12436,12 @@ class USERPREF_PT_interface_translation(
13361
12436
  """
13362
12437
 
13363
12438
  bl_context: typing.Any
13364
- """ """
13365
-
13366
12439
  bl_label: typing.Any
13367
- """ """
13368
-
13369
12440
  bl_region_type: typing.Any
13370
- """ """
13371
-
13372
12441
  bl_rna: typing.Any
13373
- """ """
13374
-
13375
12442
  bl_space_type: typing.Any
13376
- """ """
13377
-
13378
12443
  bl_translation_context: typing.Any
13379
- """ """
13380
-
13381
12444
  id_data: typing.Any
13382
- """ """
13383
12445
 
13384
12446
  def append(self, draw_func):
13385
12447
  """Append a draw function to this menu,
@@ -13472,10 +12534,7 @@ class USERPREF_PT_interface_translation(
13472
12534
  """
13473
12535
  ...
13474
12536
 
13475
- def is_extended(self):
13476
- """ """
13477
- ...
13478
-
12537
+ def is_extended(self): ...
13479
12538
  def is_property_hidden(self) -> bool:
13480
12539
  """Check if a property is hidden.
13481
12540
 
@@ -13611,28 +12670,13 @@ class USERPREF_PT_interface_translation(
13611
12670
  ...
13612
12671
 
13613
12672
  class USERPREF_PT_keymap(bpy_types.Panel, KeymapPanel, bpy_types._GenericUI):
13614
- """ """
13615
-
13616
12673
  bl_context: typing.Any
13617
- """ """
13618
-
13619
12674
  bl_label: typing.Any
13620
- """ """
13621
-
13622
12675
  bl_options: typing.Any
13623
- """ """
13624
-
13625
12676
  bl_region_type: typing.Any
13626
- """ """
13627
-
13628
12677
  bl_rna: typing.Any
13629
- """ """
13630
-
13631
12678
  bl_space_type: typing.Any
13632
- """ """
13633
-
13634
12679
  id_data: typing.Any
13635
- """ """
13636
12680
 
13637
12681
  def append(self, draw_func):
13638
12682
  """Append a draw function to this menu,
@@ -13717,10 +12761,7 @@ class USERPREF_PT_keymap(bpy_types.Panel, KeymapPanel, bpy_types._GenericUI):
13717
12761
  """
13718
12762
  ...
13719
12763
 
13720
- def is_extended(self):
13721
- """ """
13722
- ...
13723
-
12764
+ def is_extended(self): ...
13724
12765
  def is_property_hidden(self) -> bool:
13725
12766
  """Check if a property is hidden.
13726
12767
 
@@ -13856,22 +12897,11 @@ class USERPREF_PT_navigation_fly_walk(
13856
12897
  """
13857
12898
 
13858
12899
  bl_context: typing.Any
13859
- """ """
13860
-
13861
12900
  bl_label: typing.Any
13862
- """ """
13863
-
13864
12901
  bl_region_type: typing.Any
13865
- """ """
13866
-
13867
12902
  bl_rna: typing.Any
13868
- """ """
13869
-
13870
12903
  bl_space_type: typing.Any
13871
- """ """
13872
-
13873
12904
  id_data: typing.Any
13874
- """ """
13875
12905
 
13876
12906
  def append(self, draw_func):
13877
12907
  """Append a draw function to this menu,
@@ -13964,10 +12994,7 @@ class USERPREF_PT_navigation_fly_walk(
13964
12994
  """
13965
12995
  ...
13966
12996
 
13967
- def is_extended(self):
13968
- """ """
13969
- ...
13970
-
12997
+ def is_extended(self): ...
13971
12998
  def is_property_hidden(self) -> bool:
13972
12999
  """Check if a property is hidden.
13973
13000
 
@@ -14103,28 +13130,13 @@ class USERPREF_PT_navigation_fly_walk_gravity(
14103
13130
  """
14104
13131
 
14105
13132
  bl_context: typing.Any
14106
- """ """
14107
-
14108
13133
  bl_label: typing.Any
14109
- """ """
14110
-
14111
13134
  bl_options: typing.Any
14112
- """ """
14113
-
14114
13135
  bl_parent_id: typing.Any
14115
- """ """
14116
-
14117
13136
  bl_region_type: typing.Any
14118
- """ """
14119
-
14120
13137
  bl_rna: typing.Any
14121
- """ """
14122
-
14123
13138
  bl_space_type: typing.Any
14124
- """ """
14125
-
14126
13139
  id_data: typing.Any
14127
- """ """
14128
13140
 
14129
13141
  def append(self, draw_func):
14130
13142
  """Append a draw function to this menu,
@@ -14224,10 +13236,7 @@ class USERPREF_PT_navigation_fly_walk_gravity(
14224
13236
  """
14225
13237
  ...
14226
13238
 
14227
- def is_extended(self):
14228
- """ """
14229
- ...
14230
-
13239
+ def is_extended(self): ...
14231
13240
  def is_property_hidden(self) -> bool:
14232
13241
  """Check if a property is hidden.
14233
13242
 
@@ -14370,28 +13379,13 @@ class USERPREF_PT_navigation_fly_walk_navigation(
14370
13379
  """
14371
13380
 
14372
13381
  bl_context: typing.Any
14373
- """ """
14374
-
14375
13382
  bl_label: typing.Any
14376
- """ """
14377
-
14378
13383
  bl_options: typing.Any
14379
- """ """
14380
-
14381
13384
  bl_parent_id: typing.Any
14382
- """ """
14383
-
14384
13385
  bl_region_type: typing.Any
14385
- """ """
14386
-
14387
13386
  bl_rna: typing.Any
14388
- """ """
14389
-
14390
13387
  bl_space_type: typing.Any
14391
- """ """
14392
-
14393
13388
  id_data: typing.Any
14394
- """ """
14395
13389
 
14396
13390
  def append(self, draw_func):
14397
13391
  """Append a draw function to this menu,
@@ -14484,10 +13478,7 @@ class USERPREF_PT_navigation_fly_walk_navigation(
14484
13478
  """
14485
13479
  ...
14486
13480
 
14487
- def is_extended(self):
14488
- """ """
14489
- ...
14490
-
13481
+ def is_extended(self): ...
14491
13482
  def is_property_hidden(self) -> bool:
14492
13483
  """Check if a property is hidden.
14493
13484
 
@@ -14630,22 +13621,11 @@ class USERPREF_PT_navigation_orbit(
14630
13621
  """
14631
13622
 
14632
13623
  bl_context: typing.Any
14633
- """ """
14634
-
14635
13624
  bl_label: typing.Any
14636
- """ """
14637
-
14638
13625
  bl_region_type: typing.Any
14639
- """ """
14640
-
14641
13626
  bl_rna: typing.Any
14642
- """ """
14643
-
14644
13627
  bl_space_type: typing.Any
14645
- """ """
14646
-
14647
13628
  id_data: typing.Any
14648
- """ """
14649
13629
 
14650
13630
  def append(self, draw_func):
14651
13631
  """Append a draw function to this menu,
@@ -14738,10 +13718,7 @@ class USERPREF_PT_navigation_orbit(
14738
13718
  """
14739
13719
  ...
14740
13720
 
14741
- def is_extended(self):
14742
- """ """
14743
- ...
14744
-
13721
+ def is_extended(self): ...
14745
13722
  def is_property_hidden(self) -> bool:
14746
13723
  """Check if a property is hidden.
14747
13724
 
@@ -14877,22 +13854,11 @@ class USERPREF_PT_navigation_zoom(
14877
13854
  """
14878
13855
 
14879
13856
  bl_context: typing.Any
14880
- """ """
14881
-
14882
13857
  bl_label: typing.Any
14883
- """ """
14884
-
14885
13858
  bl_region_type: typing.Any
14886
- """ """
14887
-
14888
13859
  bl_rna: typing.Any
14889
- """ """
14890
-
14891
13860
  bl_space_type: typing.Any
14892
- """ """
14893
-
14894
13861
  id_data: typing.Any
14895
- """ """
14896
13862
 
14897
13863
  def append(self, draw_func):
14898
13864
  """Append a draw function to this menu,
@@ -14985,10 +13951,7 @@ class USERPREF_PT_navigation_zoom(
14985
13951
  """
14986
13952
  ...
14987
13953
 
14988
- def is_extended(self):
14989
- """ """
14990
- ...
14991
-
13954
+ def is_extended(self): ...
14992
13955
  def is_property_hidden(self) -> bool:
14993
13956
  """Check if a property is hidden.
14994
13957
 
@@ -15124,22 +14087,11 @@ class USERPREF_PT_saveload_blend(
15124
14087
  """
15125
14088
 
15126
14089
  bl_context: typing.Any
15127
- """ """
15128
-
15129
14090
  bl_label: typing.Any
15130
- """ """
15131
-
15132
14091
  bl_region_type: typing.Any
15133
- """ """
15134
-
15135
14092
  bl_rna: typing.Any
15136
- """ """
15137
-
15138
14093
  bl_space_type: typing.Any
15139
- """ """
15140
-
15141
14094
  id_data: typing.Any
15142
- """ """
15143
14095
 
15144
14096
  def append(self, draw_func):
15145
14097
  """Append a draw function to this menu,
@@ -15232,10 +14184,7 @@ class USERPREF_PT_saveload_blend(
15232
14184
  """
15233
14185
  ...
15234
14186
 
15235
- def is_extended(self):
15236
- """ """
15237
- ...
15238
-
14187
+ def is_extended(self): ...
15239
14188
  def is_property_hidden(self) -> bool:
15240
14189
  """Check if a property is hidden.
15241
14190
 
@@ -15371,22 +14320,11 @@ class USERPREF_PT_saveload_file_browser(
15371
14320
  """
15372
14321
 
15373
14322
  bl_context: typing.Any
15374
- """ """
15375
-
15376
14323
  bl_label: typing.Any
15377
- """ """
15378
-
15379
14324
  bl_region_type: typing.Any
15380
- """ """
15381
-
15382
14325
  bl_rna: typing.Any
15383
- """ """
15384
-
15385
14326
  bl_space_type: typing.Any
15386
- """ """
15387
-
15388
14327
  id_data: typing.Any
15389
- """ """
15390
14328
 
15391
14329
  def append(self, draw_func):
15392
14330
  """Append a draw function to this menu,
@@ -15479,10 +14417,7 @@ class USERPREF_PT_saveload_file_browser(
15479
14417
  """
15480
14418
  ...
15481
14419
 
15482
- def is_extended(self):
15483
- """ """
15484
- ...
15485
-
14420
+ def is_extended(self): ...
15486
14421
  def is_property_hidden(self) -> bool:
15487
14422
  """Check if a property is hidden.
15488
14423
 
@@ -15613,31 +14548,14 @@ class USERPREF_PT_saveload_file_browser(
15613
14548
  class USERPREF_PT_studiolight_light_editor(
15614
14549
  bpy_types.Panel, StudioLightPanel, bpy_types._GenericUI
15615
14550
  ):
15616
- """ """
15617
-
15618
14551
  bl_context: typing.Any
15619
- """ """
15620
-
15621
14552
  bl_label: typing.Any
15622
- """ """
15623
-
15624
14553
  bl_options: typing.Any
15625
- """ """
15626
-
15627
14554
  bl_parent_id: typing.Any
15628
- """ """
15629
-
15630
14555
  bl_region_type: typing.Any
15631
- """ """
15632
-
15633
14556
  bl_rna: typing.Any
15634
- """ """
15635
-
15636
14557
  bl_space_type: typing.Any
15637
- """ """
15638
-
15639
14558
  id_data: typing.Any
15640
- """ """
15641
14559
 
15642
14560
  def append(self, draw_func):
15643
14561
  """Append a draw function to this menu,
@@ -15722,10 +14640,7 @@ class USERPREF_PT_studiolight_light_editor(
15722
14640
  """
15723
14641
  ...
15724
14642
 
15725
- def is_extended(self):
15726
- """ """
15727
- ...
15728
-
14643
+ def is_extended(self): ...
15729
14644
  def is_property_hidden(self) -> bool:
15730
14645
  """Check if a property is hidden.
15731
14646
 
@@ -15864,28 +14779,13 @@ class USERPREF_PT_studiolight_light_editor(
15864
14779
  class USERPREF_PT_studiolight_lights(
15865
14780
  bpy_types.Panel, StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
15866
14781
  ):
15867
- """ """
15868
-
15869
14782
  bl_context: typing.Any
15870
- """ """
15871
-
15872
14783
  bl_label: typing.Any
15873
- """ """
15874
-
15875
14784
  bl_region_type: typing.Any
15876
- """ """
15877
-
15878
14785
  bl_rna: typing.Any
15879
- """ """
15880
-
15881
14786
  bl_space_type: typing.Any
15882
- """ """
15883
-
15884
14787
  id_data: typing.Any
15885
- """ """
15886
-
15887
14788
  sl_type: typing.Any
15888
- """ """
15889
14789
 
15890
14790
  def append(self, draw_func):
15891
14791
  """Append a draw function to this menu,
@@ -15972,10 +14872,7 @@ class USERPREF_PT_studiolight_lights(
15972
14872
  """
15973
14873
  ...
15974
14874
 
15975
- def get_error_message(self):
15976
- """ """
15977
- ...
15978
-
14875
+ def get_error_message(self): ...
15979
14876
  def id_properties_clear(self):
15980
14877
  """
15981
14878
 
@@ -15997,10 +14894,7 @@ class USERPREF_PT_studiolight_lights(
15997
14894
  """
15998
14895
  ...
15999
14896
 
16000
- def is_extended(self):
16001
- """ """
16002
- ...
16003
-
14897
+ def is_extended(self): ...
16004
14898
  def is_property_hidden(self) -> bool:
16005
14899
  """Check if a property is hidden.
16006
14900
 
@@ -16131,28 +15025,13 @@ class USERPREF_PT_studiolight_lights(
16131
15025
  class USERPREF_PT_studiolight_matcaps(
16132
15026
  bpy_types.Panel, StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
16133
15027
  ):
16134
- """ """
16135
-
16136
15028
  bl_context: typing.Any
16137
- """ """
16138
-
16139
15029
  bl_label: typing.Any
16140
- """ """
16141
-
16142
15030
  bl_region_type: typing.Any
16143
- """ """
16144
-
16145
15031
  bl_rna: typing.Any
16146
- """ """
16147
-
16148
15032
  bl_space_type: typing.Any
16149
- """ """
16150
-
16151
15033
  id_data: typing.Any
16152
- """ """
16153
-
16154
15034
  sl_type: typing.Any
16155
- """ """
16156
15035
 
16157
15036
  def append(self, draw_func):
16158
15037
  """Append a draw function to this menu,
@@ -16239,10 +15118,7 @@ class USERPREF_PT_studiolight_matcaps(
16239
15118
  """
16240
15119
  ...
16241
15120
 
16242
- def get_error_message(self):
16243
- """ """
16244
- ...
16245
-
15121
+ def get_error_message(self): ...
16246
15122
  def id_properties_clear(self):
16247
15123
  """
16248
15124
 
@@ -16264,10 +15140,7 @@ class USERPREF_PT_studiolight_matcaps(
16264
15140
  """
16265
15141
  ...
16266
15142
 
16267
- def is_extended(self):
16268
- """ """
16269
- ...
16270
-
15143
+ def is_extended(self): ...
16271
15144
  def is_property_hidden(self) -> bool:
16272
15145
  """Check if a property is hidden.
16273
15146
 
@@ -16398,28 +15271,13 @@ class USERPREF_PT_studiolight_matcaps(
16398
15271
  class USERPREF_PT_studiolight_world(
16399
15272
  bpy_types.Panel, StudioLightPanel, StudioLightPanelMixin, bpy_types._GenericUI
16400
15273
  ):
16401
- """ """
16402
-
16403
15274
  bl_context: typing.Any
16404
- """ """
16405
-
16406
15275
  bl_label: typing.Any
16407
- """ """
16408
-
16409
15276
  bl_region_type: typing.Any
16410
- """ """
16411
-
16412
15277
  bl_rna: typing.Any
16413
- """ """
16414
-
16415
15278
  bl_space_type: typing.Any
16416
- """ """
16417
-
16418
15279
  id_data: typing.Any
16419
- """ """
16420
-
16421
15280
  sl_type: typing.Any
16422
- """ """
16423
15281
 
16424
15282
  def append(self, draw_func):
16425
15283
  """Append a draw function to this menu,
@@ -16506,10 +15364,7 @@ class USERPREF_PT_studiolight_world(
16506
15364
  """
16507
15365
  ...
16508
15366
 
16509
- def get_error_message(self):
16510
- """ """
16511
- ...
16512
-
15367
+ def get_error_message(self): ...
16513
15368
  def id_properties_clear(self):
16514
15369
  """
16515
15370
 
@@ -16531,10 +15386,7 @@ class USERPREF_PT_studiolight_world(
16531
15386
  """
16532
15387
  ...
16533
15388
 
16534
- def is_extended(self):
16535
- """ """
16536
- ...
16537
-
15389
+ def is_extended(self): ...
16538
15390
  def is_property_hidden(self) -> bool:
16539
15391
  """Check if a property is hidden.
16540
15392
 
@@ -16670,22 +15522,11 @@ class USERPREF_PT_system_cycles_devices(
16670
15522
  """
16671
15523
 
16672
15524
  bl_context: typing.Any
16673
- """ """
16674
-
16675
15525
  bl_label: typing.Any
16676
- """ """
16677
-
16678
15526
  bl_region_type: typing.Any
16679
- """ """
16680
-
16681
15527
  bl_rna: typing.Any
16682
- """ """
16683
-
16684
15528
  bl_space_type: typing.Any
16685
- """ """
16686
-
16687
15529
  id_data: typing.Any
16688
- """ """
16689
15530
 
16690
15531
  def append(self, draw_func):
16691
15532
  """Append a draw function to this menu,
@@ -16778,10 +15619,7 @@ class USERPREF_PT_system_cycles_devices(
16778
15619
  """
16779
15620
  ...
16780
15621
 
16781
- def is_extended(self):
16782
- """ """
16783
- ...
16784
-
15622
+ def is_extended(self): ...
16785
15623
  def is_property_hidden(self) -> bool:
16786
15624
  """Check if a property is hidden.
16787
15625
 
@@ -16917,22 +15755,11 @@ class USERPREF_PT_system_memory(
16917
15755
  """
16918
15756
 
16919
15757
  bl_context: typing.Any
16920
- """ """
16921
-
16922
15758
  bl_label: typing.Any
16923
- """ """
16924
-
16925
15759
  bl_region_type: typing.Any
16926
- """ """
16927
-
16928
15760
  bl_rna: typing.Any
16929
- """ """
16930
-
16931
15761
  bl_space_type: typing.Any
16932
- """ """
16933
-
16934
15762
  id_data: typing.Any
16935
- """ """
16936
15763
 
16937
15764
  def append(self, draw_func):
16938
15765
  """Append a draw function to this menu,
@@ -17025,10 +15852,7 @@ class USERPREF_PT_system_memory(
17025
15852
  """
17026
15853
  ...
17027
15854
 
17028
- def is_extended(self):
17029
- """ """
17030
- ...
17031
-
15855
+ def is_extended(self): ...
17032
15856
  def is_property_hidden(self) -> bool:
17033
15857
  """Check if a property is hidden.
17034
15858
 
@@ -17164,22 +15988,11 @@ class USERPREF_PT_system_os_settings(
17164
15988
  """
17165
15989
 
17166
15990
  bl_context: typing.Any
17167
- """ """
17168
-
17169
15991
  bl_label: typing.Any
17170
- """ """
17171
-
17172
15992
  bl_region_type: typing.Any
17173
- """ """
17174
-
17175
15993
  bl_rna: typing.Any
17176
- """ """
17177
-
17178
15994
  bl_space_type: typing.Any
17179
- """ """
17180
-
17181
15995
  id_data: typing.Any
17182
- """ """
17183
15996
 
17184
15997
  def append(self, draw_func):
17185
15998
  """Append a draw function to this menu,
@@ -17272,10 +16085,7 @@ class USERPREF_PT_system_os_settings(
17272
16085
  """
17273
16086
  ...
17274
16087
 
17275
- def is_extended(self):
17276
- """ """
17277
- ...
17278
-
16088
+ def is_extended(self): ...
17279
16089
  def is_property_hidden(self) -> bool:
17280
16090
  """Check if a property is hidden.
17281
16091
 
@@ -17418,25 +16228,12 @@ class USERPREF_PT_system_sound(
17418
16228
  """
17419
16229
 
17420
16230
  bl_context: typing.Any
17421
- """ """
17422
-
17423
16231
  bl_label: typing.Any
17424
- """ """
17425
-
17426
16232
  bl_options: typing.Any
17427
- """ """
17428
-
17429
16233
  bl_region_type: typing.Any
17430
- """ """
17431
-
17432
16234
  bl_rna: typing.Any
17433
- """ """
17434
-
17435
16235
  bl_space_type: typing.Any
17436
- """ """
17437
-
17438
16236
  id_data: typing.Any
17439
- """ """
17440
16237
 
17441
16238
  def append(self, draw_func):
17442
16239
  """Append a draw function to this menu,
@@ -17529,10 +16326,7 @@ class USERPREF_PT_system_sound(
17529
16326
  """
17530
16327
  ...
17531
16328
 
17532
- def is_extended(self):
17533
- """ """
17534
- ...
17535
-
16329
+ def is_extended(self): ...
17536
16330
  def is_property_hidden(self) -> bool:
17537
16331
  """Check if a property is hidden.
17538
16332
 
@@ -17668,22 +16462,11 @@ class USERPREF_PT_system_video_sequencer(
17668
16462
  """
17669
16463
 
17670
16464
  bl_context: typing.Any
17671
- """ """
17672
-
17673
16465
  bl_label: typing.Any
17674
- """ """
17675
-
17676
16466
  bl_region_type: typing.Any
17677
- """ """
17678
-
17679
16467
  bl_rna: typing.Any
17680
- """ """
17681
-
17682
16468
  bl_space_type: typing.Any
17683
- """ """
17684
-
17685
16469
  id_data: typing.Any
17686
- """ """
17687
16470
 
17688
16471
  def append(self, draw_func):
17689
16472
  """Append a draw function to this menu,
@@ -17776,10 +16559,7 @@ class USERPREF_PT_system_video_sequencer(
17776
16559
  """
17777
16560
  ...
17778
16561
 
17779
- def is_extended(self):
17780
- """ """
17781
- ...
17782
-
16562
+ def is_extended(self): ...
17783
16563
  def is_property_hidden(self) -> bool:
17784
16564
  """Check if a property is hidden.
17785
16565
 
@@ -17908,28 +16688,13 @@ class USERPREF_PT_system_video_sequencer(
17908
16688
  ...
17909
16689
 
17910
16690
  class USERPREF_PT_theme(bpy_types.Panel, ThemePanel, bpy_types._GenericUI):
17911
- """ """
17912
-
17913
16691
  bl_context: typing.Any
17914
- """ """
17915
-
17916
16692
  bl_label: typing.Any
17917
- """ """
17918
-
17919
16693
  bl_options: typing.Any
17920
- """ """
17921
-
17922
16694
  bl_region_type: typing.Any
17923
- """ """
17924
-
17925
16695
  bl_rna: typing.Any
17926
- """ """
17927
-
17928
16696
  bl_space_type: typing.Any
17929
- """ """
17930
-
17931
16697
  id_data: typing.Any
17932
- """ """
17933
16698
 
17934
16699
  def append(self, draw_func):
17935
16700
  """Append a draw function to this menu,
@@ -18014,10 +16779,7 @@ class USERPREF_PT_theme(bpy_types.Panel, ThemePanel, bpy_types._GenericUI):
18014
16779
  """
18015
16780
  ...
18016
16781
 
18017
- def is_extended(self):
18018
- """ """
18019
- ...
18020
-
16782
+ def is_extended(self): ...
18021
16783
  def is_property_hidden(self) -> bool:
18022
16784
  """Check if a property is hidden.
18023
16785
 
@@ -18153,25 +16915,12 @@ class USERPREF_PT_theme_bone_color_sets(
18153
16915
  """
18154
16916
 
18155
16917
  bl_context: typing.Any
18156
- """ """
18157
-
18158
16918
  bl_label: typing.Any
18159
- """ """
18160
-
18161
16919
  bl_options: typing.Any
18162
- """ """
18163
-
18164
16920
  bl_region_type: typing.Any
18165
- """ """
18166
-
18167
16921
  bl_rna: typing.Any
18168
- """ """
18169
-
18170
16922
  bl_space_type: typing.Any
18171
- """ """
18172
-
18173
16923
  id_data: typing.Any
18174
- """ """
18175
16924
 
18176
16925
  def append(self, draw_func):
18177
16926
  """Append a draw function to this menu,
@@ -18271,10 +17020,7 @@ class USERPREF_PT_theme_bone_color_sets(
18271
17020
  """
18272
17021
  ...
18273
17022
 
18274
- def is_extended(self):
18275
- """ """
18276
- ...
18277
-
17023
+ def is_extended(self): ...
18278
17024
  def is_property_hidden(self) -> bool:
18279
17025
  """Check if a property is hidden.
18280
17026
 
@@ -18410,25 +17156,12 @@ class USERPREF_PT_theme_collection_colors(
18410
17156
  """
18411
17157
 
18412
17158
  bl_context: typing.Any
18413
- """ """
18414
-
18415
17159
  bl_label: typing.Any
18416
- """ """
18417
-
18418
17160
  bl_options: typing.Any
18419
- """ """
18420
-
18421
17161
  bl_region_type: typing.Any
18422
- """ """
18423
-
18424
17162
  bl_rna: typing.Any
18425
- """ """
18426
-
18427
17163
  bl_space_type: typing.Any
18428
- """ """
18429
-
18430
17164
  id_data: typing.Any
18431
- """ """
18432
17165
 
18433
17166
  def append(self, draw_func):
18434
17167
  """Append a draw function to this menu,
@@ -18528,10 +17261,7 @@ class USERPREF_PT_theme_collection_colors(
18528
17261
  """
18529
17262
  ...
18530
17263
 
18531
- def is_extended(self):
18532
- """ """
18533
- ...
18534
-
17264
+ def is_extended(self): ...
18535
17265
  def is_property_hidden(self) -> bool:
18536
17266
  """Check if a property is hidden.
18537
17267
 
@@ -18667,28 +17397,13 @@ class USERPREF_PT_theme_interface_gizmos(
18667
17397
  """
18668
17398
 
18669
17399
  bl_context: typing.Any
18670
- """ """
18671
-
18672
17400
  bl_label: typing.Any
18673
- """ """
18674
-
18675
17401
  bl_options: typing.Any
18676
- """ """
18677
-
18678
17402
  bl_parent_id: typing.Any
18679
- """ """
18680
-
18681
17403
  bl_region_type: typing.Any
18682
- """ """
18683
-
18684
17404
  bl_rna: typing.Any
18685
- """ """
18686
-
18687
17405
  bl_space_type: typing.Any
18688
- """ """
18689
-
18690
17406
  id_data: typing.Any
18691
- """ """
18692
17407
 
18693
17408
  def append(self, draw_func):
18694
17409
  """Append a draw function to this menu,
@@ -18781,10 +17496,7 @@ class USERPREF_PT_theme_interface_gizmos(
18781
17496
  """
18782
17497
  ...
18783
17498
 
18784
- def is_extended(self):
18785
- """ """
18786
- ...
18787
-
17499
+ def is_extended(self): ...
18788
17500
  def is_property_hidden(self) -> bool:
18789
17501
  """Check if a property is hidden.
18790
17502
 
@@ -18920,28 +17632,13 @@ class USERPREF_PT_theme_interface_icons(
18920
17632
  """
18921
17633
 
18922
17634
  bl_context: typing.Any
18923
- """ """
18924
-
18925
17635
  bl_label: typing.Any
18926
- """ """
18927
-
18928
17636
  bl_options: typing.Any
18929
- """ """
18930
-
18931
17637
  bl_parent_id: typing.Any
18932
- """ """
18933
-
18934
17638
  bl_region_type: typing.Any
18935
- """ """
18936
-
18937
17639
  bl_rna: typing.Any
18938
- """ """
18939
-
18940
17640
  bl_space_type: typing.Any
18941
- """ """
18942
-
18943
17641
  id_data: typing.Any
18944
- """ """
18945
17642
 
18946
17643
  def append(self, draw_func):
18947
17644
  """Append a draw function to this menu,
@@ -19034,10 +17731,7 @@ class USERPREF_PT_theme_interface_icons(
19034
17731
  """
19035
17732
  ...
19036
17733
 
19037
- def is_extended(self):
19038
- """ """
19039
- ...
19040
-
17734
+ def is_extended(self): ...
19041
17735
  def is_property_hidden(self) -> bool:
19042
17736
  """Check if a property is hidden.
19043
17737
 
@@ -19173,28 +17867,13 @@ class USERPREF_PT_theme_interface_state(
19173
17867
  """
19174
17868
 
19175
17869
  bl_context: typing.Any
19176
- """ """
19177
-
19178
17870
  bl_label: typing.Any
19179
- """ """
19180
-
19181
17871
  bl_options: typing.Any
19182
- """ """
19183
-
19184
17872
  bl_parent_id: typing.Any
19185
- """ """
19186
-
19187
17873
  bl_region_type: typing.Any
19188
- """ """
19189
-
19190
17874
  bl_rna: typing.Any
19191
- """ """
19192
-
19193
17875
  bl_space_type: typing.Any
19194
- """ """
19195
-
19196
17876
  id_data: typing.Any
19197
- """ """
19198
17877
 
19199
17878
  def append(self, draw_func):
19200
17879
  """Append a draw function to this menu,
@@ -19287,10 +17966,7 @@ class USERPREF_PT_theme_interface_state(
19287
17966
  """
19288
17967
  ...
19289
17968
 
19290
- def is_extended(self):
19291
- """ """
19292
- ...
19293
-
17969
+ def is_extended(self): ...
19294
17970
  def is_property_hidden(self) -> bool:
19295
17971
  """Check if a property is hidden.
19296
17972
 
@@ -19426,28 +18102,13 @@ class USERPREF_PT_theme_interface_styles(
19426
18102
  """
19427
18103
 
19428
18104
  bl_context: typing.Any
19429
- """ """
19430
-
19431
18105
  bl_label: typing.Any
19432
- """ """
19433
-
19434
18106
  bl_options: typing.Any
19435
- """ """
19436
-
19437
18107
  bl_parent_id: typing.Any
19438
- """ """
19439
-
19440
18108
  bl_region_type: typing.Any
19441
- """ """
19442
-
19443
18109
  bl_rna: typing.Any
19444
- """ """
19445
-
19446
18110
  bl_space_type: typing.Any
19447
- """ """
19448
-
19449
18111
  id_data: typing.Any
19450
- """ """
19451
18112
 
19452
18113
  def append(self, draw_func):
19453
18114
  """Append a draw function to this menu,
@@ -19540,10 +18201,7 @@ class USERPREF_PT_theme_interface_styles(
19540
18201
  """
19541
18202
  ...
19542
18203
 
19543
- def is_extended(self):
19544
- """ """
19545
- ...
19546
-
18204
+ def is_extended(self): ...
19547
18205
  def is_property_hidden(self) -> bool:
19548
18206
  """Check if a property is hidden.
19549
18207
 
@@ -19679,28 +18337,13 @@ class USERPREF_PT_theme_interface_transparent_checker(
19679
18337
  """
19680
18338
 
19681
18339
  bl_context: typing.Any
19682
- """ """
19683
-
19684
18340
  bl_label: typing.Any
19685
- """ """
19686
-
19687
18341
  bl_options: typing.Any
19688
- """ """
19689
-
19690
18342
  bl_parent_id: typing.Any
19691
- """ """
19692
-
19693
18343
  bl_region_type: typing.Any
19694
- """ """
19695
-
19696
18344
  bl_rna: typing.Any
19697
- """ """
19698
-
19699
18345
  bl_space_type: typing.Any
19700
- """ """
19701
-
19702
18346
  id_data: typing.Any
19703
- """ """
19704
18347
 
19705
18348
  def append(self, draw_func):
19706
18349
  """Append a draw function to this menu,
@@ -19793,10 +18436,7 @@ class USERPREF_PT_theme_interface_transparent_checker(
19793
18436
  """
19794
18437
  ...
19795
18438
 
19796
- def is_extended(self):
19797
- """ """
19798
- ...
19799
-
18439
+ def is_extended(self): ...
19800
18440
  def is_property_hidden(self) -> bool:
19801
18441
  """Check if a property is hidden.
19802
18442
 
@@ -19932,25 +18572,12 @@ class USERPREF_PT_theme_strip_colors(
19932
18572
  """
19933
18573
 
19934
18574
  bl_context: typing.Any
19935
- """ """
19936
-
19937
18575
  bl_label: typing.Any
19938
- """ """
19939
-
19940
18576
  bl_options: typing.Any
19941
- """ """
19942
-
19943
18577
  bl_region_type: typing.Any
19944
- """ """
19945
-
19946
18578
  bl_rna: typing.Any
19947
- """ """
19948
-
19949
18579
  bl_space_type: typing.Any
19950
- """ """
19951
-
19952
18580
  id_data: typing.Any
19953
- """ """
19954
18581
 
19955
18582
  def append(self, draw_func):
19956
18583
  """Append a draw function to this menu,
@@ -20050,10 +18677,7 @@ class USERPREF_PT_theme_strip_colors(
20050
18677
  """
20051
18678
  ...
20052
18679
 
20053
- def is_extended(self):
20054
- """ """
20055
- ...
20056
-
18680
+ def is_extended(self): ...
20057
18681
  def is_property_hidden(self) -> bool:
20058
18682
  """Check if a property is hidden.
20059
18683
 
@@ -20189,25 +18813,12 @@ class USERPREF_PT_theme_text_style(
20189
18813
  """
20190
18814
 
20191
18815
  bl_context: typing.Any
20192
- """ """
20193
-
20194
18816
  bl_label: typing.Any
20195
- """ """
20196
-
20197
18817
  bl_options: typing.Any
20198
- """ """
20199
-
20200
18818
  bl_region_type: typing.Any
20201
- """ """
20202
-
20203
18819
  bl_rna: typing.Any
20204
- """ """
20205
-
20206
18820
  bl_space_type: typing.Any
20207
- """ """
20208
-
20209
18821
  id_data: typing.Any
20210
- """ """
20211
18822
 
20212
18823
  def append(self, draw_func):
20213
18824
  """Append a draw function to this menu,
@@ -20307,10 +18918,7 @@ class USERPREF_PT_theme_text_style(
20307
18918
  """
20308
18919
  ...
20309
18920
 
20310
- def is_extended(self):
20311
- """ """
20312
- ...
20313
-
18921
+ def is_extended(self): ...
20314
18922
  def is_property_hidden(self) -> bool:
20315
18923
  """Check if a property is hidden.
20316
18924
 
@@ -20446,25 +19054,12 @@ class USERPREF_PT_theme_user_interface(
20446
19054
  """
20447
19055
 
20448
19056
  bl_context: typing.Any
20449
- """ """
20450
-
20451
19057
  bl_label: typing.Any
20452
- """ """
20453
-
20454
19058
  bl_options: typing.Any
20455
- """ """
20456
-
20457
19059
  bl_region_type: typing.Any
20458
- """ """
20459
-
20460
19060
  bl_rna: typing.Any
20461
- """ """
20462
-
20463
19061
  bl_space_type: typing.Any
20464
- """ """
20465
-
20466
19062
  id_data: typing.Any
20467
- """ """
20468
19063
 
20469
19064
  def append(self, draw_func):
20470
19065
  """Append a draw function to this menu,
@@ -20556,10 +19151,7 @@ class USERPREF_PT_theme_user_interface(
20556
19151
  """
20557
19152
  ...
20558
19153
 
20559
- def is_extended(self):
20560
- """ """
20561
- ...
20562
-
19154
+ def is_extended(self): ...
20563
19155
  def is_property_hidden(self) -> bool:
20564
19156
  """Check if a property is hidden.
20565
19157
 
@@ -20695,22 +19287,11 @@ class USERPREF_PT_viewport_display(
20695
19287
  """
20696
19288
 
20697
19289
  bl_context: typing.Any
20698
- """ """
20699
-
20700
19290
  bl_label: typing.Any
20701
- """ """
20702
-
20703
19291
  bl_region_type: typing.Any
20704
- """ """
20705
-
20706
19292
  bl_rna: typing.Any
20707
- """ """
20708
-
20709
19293
  bl_space_type: typing.Any
20710
- """ """
20711
-
20712
19294
  id_data: typing.Any
20713
- """ """
20714
19295
 
20715
19296
  def append(self, draw_func):
20716
19297
  """Append a draw function to this menu,
@@ -20803,10 +19384,7 @@ class USERPREF_PT_viewport_display(
20803
19384
  """
20804
19385
  ...
20805
19386
 
20806
- def is_extended(self):
20807
- """ """
20808
- ...
20809
-
19387
+ def is_extended(self): ...
20810
19388
  def is_property_hidden(self) -> bool:
20811
19389
  """Check if a property is hidden.
20812
19390
 
@@ -20942,22 +19520,11 @@ class USERPREF_PT_viewport_quality(
20942
19520
  """
20943
19521
 
20944
19522
  bl_context: typing.Any
20945
- """ """
20946
-
20947
19523
  bl_label: typing.Any
20948
- """ """
20949
-
20950
19524
  bl_region_type: typing.Any
20951
- """ """
20952
-
20953
19525
  bl_rna: typing.Any
20954
- """ """
20955
-
20956
19526
  bl_space_type: typing.Any
20957
- """ """
20958
-
20959
19527
  id_data: typing.Any
20960
- """ """
20961
19528
 
20962
19529
  def append(self, draw_func):
20963
19530
  """Append a draw function to this menu,
@@ -21050,10 +19617,7 @@ class USERPREF_PT_viewport_quality(
21050
19617
  """
21051
19618
  ...
21052
19619
 
21053
- def is_extended(self):
21054
- """ """
21055
- ...
21056
-
19620
+ def is_extended(self): ...
21057
19621
  def is_property_hidden(self) -> bool:
21058
19622
  """Check if a property is hidden.
21059
19623
 
@@ -21189,25 +19753,12 @@ class USERPREF_PT_viewport_selection(
21189
19753
  """
21190
19754
 
21191
19755
  bl_context: typing.Any
21192
- """ """
21193
-
21194
19756
  bl_label: typing.Any
21195
- """ """
21196
-
21197
19757
  bl_options: typing.Any
21198
- """ """
21199
-
21200
19758
  bl_region_type: typing.Any
21201
- """ """
21202
-
21203
19759
  bl_rna: typing.Any
21204
- """ """
21205
-
21206
19760
  bl_space_type: typing.Any
21207
- """ """
21208
-
21209
19761
  id_data: typing.Any
21210
- """ """
21211
19762
 
21212
19763
  def append(self, draw_func):
21213
19764
  """Append a draw function to this menu,
@@ -21300,10 +19851,7 @@ class USERPREF_PT_viewport_selection(
21300
19851
  """
21301
19852
  ...
21302
19853
 
21303
- def is_extended(self):
21304
- """ """
21305
- ...
21306
-
19854
+ def is_extended(self): ...
21307
19855
  def is_property_hidden(self) -> bool:
21308
19856
  """Check if a property is hidden.
21309
19857
 
@@ -21439,25 +19987,12 @@ class USERPREF_PT_viewport_subdivision(
21439
19987
  """
21440
19988
 
21441
19989
  bl_context: typing.Any
21442
- """ """
21443
-
21444
19990
  bl_label: typing.Any
21445
- """ """
21446
-
21447
19991
  bl_options: typing.Any
21448
- """ """
21449
-
21450
19992
  bl_region_type: typing.Any
21451
- """ """
21452
-
21453
19993
  bl_rna: typing.Any
21454
- """ """
21455
-
21456
19994
  bl_space_type: typing.Any
21457
- """ """
21458
-
21459
19995
  id_data: typing.Any
21460
- """ """
21461
19996
 
21462
19997
  def append(self, draw_func):
21463
19998
  """Append a draw function to this menu,
@@ -21550,10 +20085,7 @@ class USERPREF_PT_viewport_subdivision(
21550
20085
  """
21551
20086
  ...
21552
20087
 
21553
- def is_extended(self):
21554
- """ """
21555
- ...
21556
-
20088
+ def is_extended(self): ...
21557
20089
  def is_property_hidden(self) -> bool:
21558
20090
  """Check if a property is hidden.
21559
20091
 
@@ -21689,22 +20221,11 @@ class USERPREF_PT_viewport_textures(
21689
20221
  """
21690
20222
 
21691
20223
  bl_context: typing.Any
21692
- """ """
21693
-
21694
20224
  bl_label: typing.Any
21695
- """ """
21696
-
21697
20225
  bl_region_type: typing.Any
21698
- """ """
21699
-
21700
20226
  bl_rna: typing.Any
21701
- """ """
21702
-
21703
20227
  bl_space_type: typing.Any
21704
- """ """
21705
-
21706
20228
  id_data: typing.Any
21707
- """ """
21708
20229
 
21709
20230
  def append(self, draw_func):
21710
20231
  """Append a draw function to this menu,
@@ -21797,10 +20318,7 @@ class USERPREF_PT_viewport_textures(
21797
20318
  """
21798
20319
  ...
21799
20320
 
21800
- def is_extended(self):
21801
- """ """
21802
- ...
21803
-
20321
+ def is_extended(self): ...
21804
20322
  def is_property_hidden(self) -> bool:
21805
20323
  """Check if a property is hidden.
21806
20324