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