fake-bpy-module 20240421__py3-none-any.whl → 20240423__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 (187) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +12 -12
  3. bl_operators/geometry_nodes/__init__.pyi +256 -238
  4. bl_operators/node/__init__.pyi +262 -260
  5. bl_operators/object_quick_effects/__init__.pyi +19 -19
  6. bl_operators/presets/__init__.pyi +371 -368
  7. bl_operators/wm/__init__.pyi +4 -4
  8. bl_ui/__init__.pyi +3 -3
  9. bl_ui/anim/__init__.pyi +1 -1
  10. bl_ui/asset_shelf/__init__.pyi +1 -1
  11. bl_ui/generic_ui_list/__init__.pyi +3 -3
  12. bl_ui/node_add_menu/__init__.pyi +1 -1
  13. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  14. bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
  15. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  16. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  17. bl_ui/properties_collection/__init__.pyi +39 -25
  18. bl_ui/properties_constraint/__init__.pyi +1257 -1041
  19. bl_ui/properties_data_armature/__init__.pyi +120 -96
  20. bl_ui/properties_data_bone/__init__.pyi +36 -29
  21. bl_ui/properties_data_camera/__init__.pyi +32 -14
  22. bl_ui/properties_data_curve/__init__.pyi +143 -116
  23. bl_ui/properties_data_curves/__init__.pyi +30 -25
  24. bl_ui/properties_data_empty/__init__.pyi +21 -21
  25. bl_ui/properties_data_gpencil/__init__.pyi +297 -260
  26. bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
  27. bl_ui/properties_data_lattice/__init__.pyi +25 -22
  28. bl_ui/properties_data_light/__init__.pyi +44 -31
  29. bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
  30. bl_ui/properties_data_mesh/__init__.pyi +579 -570
  31. bl_ui/properties_data_metaball/__init__.pyi +29 -24
  32. bl_ui/properties_data_modifier/__init__.pyi +55 -43
  33. bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
  34. bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
  35. bl_ui/properties_data_speaker/__init__.pyi +27 -24
  36. bl_ui/properties_data_volume/__init__.pyi +75 -68
  37. bl_ui/properties_freestyle/__init__.pyi +407 -284
  38. bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
  39. bl_ui/properties_mask_common/__init__.pyi +7 -7
  40. bl_ui/properties_material/__init__.pyi +186 -162
  41. bl_ui/properties_material_gpencil/__init__.pyi +111 -87
  42. bl_ui/properties_object/__init__.pyi +102 -84
  43. bl_ui/properties_output/__init__.pyi +255 -228
  44. bl_ui/properties_paint_common/__init__.pyi +9 -9
  45. bl_ui/properties_particle/__init__.pyi +341 -254
  46. bl_ui/properties_physics_cloth/__init__.pyi +54 -33
  47. bl_ui/properties_physics_common/__init__.pyi +20 -20
  48. bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
  49. bl_ui/properties_physics_field/__init__.pyi +52 -36
  50. bl_ui/properties_physics_fluid/__init__.pyi +119 -96
  51. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  52. bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
  53. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
  54. bl_ui/properties_physics_softbody/__init__.pyi +62 -34
  55. bl_ui/properties_render/__init__.pyi +275 -187
  56. bl_ui/properties_scene/__init__.pyi +173 -154
  57. bl_ui/properties_texture/__init__.pyi +251 -205
  58. bl_ui/properties_view_layer/__init__.pyi +126 -93
  59. bl_ui/properties_workspace/__init__.pyi +82 -76
  60. bl_ui/properties_world/__init__.pyi +31 -26
  61. bl_ui/space_clip/__init__.pyi +495 -433
  62. bl_ui/space_console/__init__.pyi +6 -6
  63. bl_ui/space_dopesheet/__init__.pyi +209 -174
  64. bl_ui/space_filebrowser/__init__.pyi +691 -679
  65. bl_ui/space_graph/__init__.pyi +25 -20
  66. bl_ui/space_image/__init__.pyi +959 -845
  67. bl_ui/space_info/__init__.pyi +6 -6
  68. bl_ui/space_nla/__init__.pyi +26 -17
  69. bl_ui/space_node/__init__.pyi +49 -36
  70. bl_ui/space_outliner/__init__.pyi +14 -14
  71. bl_ui/space_properties/__init__.pyi +3 -3
  72. bl_ui/space_sequencer/__init__.pyi +510 -444
  73. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  74. bl_ui/space_statusbar/__init__.pyi +1 -1
  75. bl_ui/space_text/__init__.pyi +16 -16
  76. bl_ui/space_time/__init__.pyi +27 -23
  77. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  78. bl_ui/space_toolsystem_toolbar/__init__.pyi +52 -4
  79. bl_ui/space_topbar/__init__.pyi +26 -26
  80. bl_ui/space_userpref/__init__.pyi +795 -658
  81. bl_ui/space_view3d/__init__.pyi +1460 -1428
  82. bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
  83. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  84. bmesh/types/__init__.pyi +13 -6
  85. bpy/app/__init__.pyi +4 -4
  86. bpy/app/icons/__init__.pyi +8 -6
  87. bpy/app/timers/__init__.pyi +10 -8
  88. bpy/app/translations/__init__.pyi +22 -20
  89. bpy/msgbus/__init__.pyi +4 -2
  90. bpy/ops/action/__init__.pyi +319 -316
  91. bpy/ops/anim/__init__.pyi +428 -428
  92. bpy/ops/armature/__init__.pyi +359 -358
  93. bpy/ops/asset/__init__.pyi +146 -146
  94. bpy/ops/boid/__init__.pyi +50 -50
  95. bpy/ops/brush/__init__.pyi +72 -72
  96. bpy/ops/buttons/__init__.pyi +128 -128
  97. bpy/ops/cachefile/__init__.pyi +124 -124
  98. bpy/ops/camera/__init__.pyi +22 -22
  99. bpy/ops/clip/__init__.pyi +773 -768
  100. bpy/ops/cloth/__init__.pyi +10 -10
  101. bpy/ops/collection/__init__.pyi +64 -64
  102. bpy/ops/console/__init__.pyi +150 -150
  103. bpy/ops/constraint/__init__.pyi +150 -150
  104. bpy/ops/curve/__init__.pyi +475 -472
  105. bpy/ops/curves/__init__.pyi +247 -244
  106. bpy/ops/cycles/__init__.pyi +18 -18
  107. bpy/ops/dpaint/__init__.pyi +34 -34
  108. bpy/ops/ed/__init__.pyi +122 -122
  109. bpy/ops/export_anim/__init__.pyi +18 -18
  110. bpy/ops/export_mesh/__init__.pyi +26 -26
  111. bpy/ops/export_scene/__init__.pyi +333 -307
  112. bpy/ops/file/__init__.pyi +340 -340
  113. bpy/ops/fluid/__init__.pyi +88 -88
  114. bpy/ops/font/__init__.pyi +252 -252
  115. bpy/ops/geometry/__init__.pyi +86 -86
  116. bpy/ops/gizmogroup/__init__.pyi +22 -22
  117. bpy/ops/gpencil/__init__.pyi +1459 -1444
  118. bpy/ops/graph/__init__.pyi +645 -642
  119. bpy/ops/grease_pencil/__init__.pyi +580 -436
  120. bpy/ops/image/__init__.pyi +614 -612
  121. bpy/ops/import_anim/__init__.pyi +26 -26
  122. bpy/ops/import_curve/__init__.pyi +6 -6
  123. bpy/ops/import_mesh/__init__.pyi +20 -18
  124. bpy/ops/import_scene/__init__.pyi +92 -86
  125. bpy/ops/info/__init__.pyi +60 -60
  126. bpy/ops/lattice/__init__.pyi +64 -64
  127. bpy/ops/marker/__init__.pyi +106 -106
  128. bpy/ops/mask/__init__.pyi +321 -318
  129. bpy/ops/material/__init__.pyi +18 -18
  130. bpy/ops/mball/__init__.pyi +71 -70
  131. bpy/ops/mesh/__init__.pyi +1997 -1990
  132. bpy/ops/nla/__init__.pyi +331 -330
  133. bpy/ops/node/__init__.pyi +867 -852
  134. bpy/ops/object/__init__.pyi +2433 -2430
  135. bpy/ops/outliner/__init__.pyi +498 -498
  136. bpy/ops/paint/__init__.pyi +554 -544
  137. bpy/ops/paintcurve/__init__.pyi +64 -64
  138. bpy/ops/palette/__init__.pyi +48 -48
  139. bpy/ops/particle/__init__.pyi +266 -264
  140. bpy/ops/pose/__init__.pyi +336 -336
  141. bpy/ops/poselib/__init__.pyi +70 -70
  142. bpy/ops/preferences/__init__.pyi +338 -336
  143. bpy/ops/ptcache/__init__.pyi +46 -46
  144. bpy/ops/render/__init__.pyi +114 -114
  145. bpy/ops/rigidbody/__init__.pyi +102 -102
  146. bpy/ops/scene/__init__.pyi +270 -270
  147. bpy/ops/screen/__init__.pyi +378 -378
  148. bpy/ops/script/__init__.pyi +18 -18
  149. bpy/ops/sculpt/__init__.pyi +411 -405
  150. bpy/ops/sculpt_curves/__init__.pyi +42 -40
  151. bpy/ops/sequencer/__init__.pyi +1053 -1040
  152. bpy/ops/sound/__init__.pyi +208 -208
  153. bpy/ops/spreadsheet/__init__.pyi +30 -30
  154. bpy/ops/surface/__init__.pyi +108 -108
  155. bpy/ops/text/__init__.pyi +382 -382
  156. bpy/ops/text_editor/__init__.pyi +10 -10
  157. bpy/ops/texture/__init__.pyi +26 -26
  158. bpy/ops/transform/__init__.pyi +826 -790
  159. bpy/ops/ui/__init__.pyi +216 -216
  160. bpy/ops/uilist/__init__.pyi +20 -20
  161. bpy/ops/uv/__init__.pyi +605 -600
  162. bpy/ops/view2d/__init__.pyi +156 -156
  163. bpy/ops/view3d/__init__.pyi +578 -576
  164. bpy/ops/wm/__init__.pyi +2418 -2376
  165. bpy/ops/workspace/__init__.pyi +42 -42
  166. bpy/ops/world/__init__.pyi +6 -6
  167. bpy/path/__init__.pyi +48 -33
  168. bpy/props/__init__.pyi +263 -261
  169. bpy/types/__init__.pyi +105733 -102298
  170. bpy/utils/__init__.pyi +87 -52
  171. bpy/utils/previews/__init__.pyi +2 -2
  172. bpy/utils/units/__init__.pyi +21 -18
  173. bpy_extras/anim_utils/__init__.pyi +9 -2
  174. bpy_extras/io_utils/__init__.pyi +2 -1
  175. bpy_extras/view3d_utils/__init__.pyi +2 -1
  176. bpy_types/__init__.pyi +236 -236
  177. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/METADATA +1 -1
  178. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/RECORD +187 -187
  179. freestyle/chainingiterators/__init__.pyi +7 -2
  180. freestyle/types/__init__.pyi +8 -3
  181. gpu_extras/presets/__init__.pyi +14 -2
  182. keyingsets_builtins/__init__.pyi +92 -92
  183. mathutils/__init__.pyi +9 -5
  184. mathutils/geometry/__init__.pyi +8 -4
  185. nodeitems_builtins/__init__.pyi +7 -7
  186. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/WHEEL +0 -0
  187. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import bl_ui.utils
2
3
  import bpy_types
3
4
 
4
5
  GenericType = typing.TypeVar("GenericType")
@@ -38,7 +39,7 @@ class AddPresetBase:
38
39
  """
39
40
  ...
40
41
 
41
- class AddPresetCamera(bpy_types.Operator):
42
+ class ExecutePreset(bpy_types.Operator):
42
43
  """ """
43
44
 
44
45
  bl_idname: typing.Any
@@ -47,34 +48,12 @@ class AddPresetCamera(bpy_types.Operator):
47
48
  bl_label: typing.Any
48
49
  """ """
49
50
 
50
- bl_options: typing.Any
51
- """ """
52
-
53
51
  bl_rna: typing.Any
54
52
  """ """
55
53
 
56
54
  id_data: typing.Any
57
55
  """ """
58
56
 
59
- preset_defines: typing.Any
60
- """ """
61
-
62
- preset_menu: typing.Any
63
- """ """
64
-
65
- preset_subdir: typing.Any
66
- """ """
67
-
68
- preset_values: typing.Any
69
- """ """
70
-
71
- def as_filename(self, name):
72
- """
73
-
74
- :param name:
75
- """
76
- ...
77
-
78
57
  def as_keywords(self, ignore):
79
58
  """
80
59
 
@@ -94,13 +73,6 @@ class AddPresetCamera(bpy_types.Operator):
94
73
  """ """
95
74
  ...
96
75
 
97
- def check(self, _context):
98
- """
99
-
100
- :param _context:
101
- """
102
- ...
103
-
104
76
  def driver_add(self):
105
77
  """ """
106
78
  ...
@@ -132,14 +104,6 @@ class AddPresetCamera(bpy_types.Operator):
132
104
  """ """
133
105
  ...
134
106
 
135
- def invoke(self, context, _event):
136
- """
137
-
138
- :param context:
139
- :param _event:
140
- """
141
- ...
142
-
143
107
  def is_property_hidden(self):
144
108
  """ """
145
109
  ...
@@ -204,47 +168,28 @@ class AddPresetCamera(bpy_types.Operator):
204
168
  """ """
205
169
  ...
206
170
 
207
- class AddPresetCameraSafeAreas(bpy_types.Operator):
208
- """ """
209
-
210
- bl_idname: typing.Any
171
+ class WM_MT_operator_presets(bpy_types.Menu, bpy_types._GenericUI):
211
172
  """ """
212
173
 
213
174
  bl_label: typing.Any
214
175
  """ """
215
176
 
216
- bl_options: typing.Any
217
- """ """
218
-
219
177
  bl_rna: typing.Any
220
178
  """ """
221
179
 
222
180
  id_data: typing.Any
223
181
  """ """
224
182
 
225
- preset_defines: typing.Any
226
- """ """
227
-
228
- preset_menu: typing.Any
183
+ preset_operator: typing.Any
229
184
  """ """
230
185
 
231
186
  preset_subdir: typing.Any
232
187
  """ """
233
188
 
234
- preset_values: typing.Any
235
- """ """
236
-
237
- def as_filename(self, name):
238
- """
239
-
240
- :param name:
241
- """
242
- ...
243
-
244
- def as_keywords(self, ignore):
189
+ def append(self, draw_func):
245
190
  """
246
191
 
247
- :param ignore:
192
+ :param draw_func:
248
193
  """
249
194
  ...
250
195
 
@@ -260,7 +205,22 @@ class AddPresetCameraSafeAreas(bpy_types.Operator):
260
205
  """ """
261
206
  ...
262
207
 
263
- def check(self, _context):
208
+ def draw(self, context):
209
+ """
210
+
211
+ :param context:
212
+ """
213
+ ...
214
+
215
+ def draw_collapsible(self, context, layout):
216
+ """
217
+
218
+ :param context:
219
+ :param layout:
220
+ """
221
+ ...
222
+
223
+ def draw_preset(self, _context):
264
224
  """
265
225
 
266
226
  :param _context:
@@ -275,13 +235,6 @@ class AddPresetCameraSafeAreas(bpy_types.Operator):
275
235
  """ """
276
236
  ...
277
237
 
278
- def execute(self, context):
279
- """
280
-
281
- :param context:
282
- """
283
- ...
284
-
285
238
  def get(self):
286
239
  """ """
287
240
  ...
@@ -298,12 +251,8 @@ class AddPresetCameraSafeAreas(bpy_types.Operator):
298
251
  """ """
299
252
  ...
300
253
 
301
- def invoke(self, context, _event):
302
- """
303
-
304
- :param context:
305
- :param _event:
306
- """
254
+ def is_extended(self):
255
+ """ """
307
256
  ...
308
257
 
309
258
  def is_property_hidden(self):
@@ -342,11 +291,33 @@ class AddPresetCameraSafeAreas(bpy_types.Operator):
342
291
  """ """
343
292
  ...
344
293
 
345
- def path_resolve(self):
346
- """ """
294
+ def path_menu(
295
+ self,
296
+ searchpaths,
297
+ operator,
298
+ props_default,
299
+ prop_filepath,
300
+ filter_ext,
301
+ filter_path,
302
+ display_name,
303
+ add_operator,
304
+ add_operator_props,
305
+ ):
306
+ """
307
+
308
+ :param searchpaths:
309
+ :param operator:
310
+ :param props_default:
311
+ :param prop_filepath:
312
+ :param filter_ext:
313
+ :param filter_path:
314
+ :param display_name:
315
+ :param add_operator:
316
+ :param add_operator_props:
317
+ """
347
318
  ...
348
319
 
349
- def poll_message_set(self):
320
+ def path_resolve(self):
350
321
  """ """
351
322
  ...
352
323
 
@@ -354,6 +325,13 @@ class AddPresetCameraSafeAreas(bpy_types.Operator):
354
325
  """ """
355
326
  ...
356
327
 
328
+ def prepend(self, draw_func):
329
+ """
330
+
331
+ :param draw_func:
332
+ """
333
+ ...
334
+
357
335
  def property_overridable_library_set(self):
358
336
  """ """
359
337
  ...
@@ -362,6 +340,13 @@ class AddPresetCameraSafeAreas(bpy_types.Operator):
362
340
  """ """
363
341
  ...
364
342
 
343
+ def remove(self, draw_func):
344
+ """
345
+
346
+ :param draw_func:
347
+ """
348
+ ...
349
+
365
350
  def type_recast(self):
366
351
  """ """
367
352
  ...
@@ -370,7 +355,7 @@ class AddPresetCameraSafeAreas(bpy_types.Operator):
370
355
  """ """
371
356
  ...
372
357
 
373
- class AddPresetCloth(bpy_types.Operator):
358
+ class WM_OT_operator_presets_cleanup(bpy_types.Operator):
374
359
  """ """
375
360
 
376
361
  bl_idname: typing.Any
@@ -379,34 +364,12 @@ class AddPresetCloth(bpy_types.Operator):
379
364
  bl_label: typing.Any
380
365
  """ """
381
366
 
382
- bl_options: typing.Any
383
- """ """
384
-
385
367
  bl_rna: typing.Any
386
368
  """ """
387
369
 
388
370
  id_data: typing.Any
389
371
  """ """
390
372
 
391
- preset_defines: typing.Any
392
- """ """
393
-
394
- preset_menu: typing.Any
395
- """ """
396
-
397
- preset_subdir: typing.Any
398
- """ """
399
-
400
- preset_values: typing.Any
401
- """ """
402
-
403
- def as_filename(self, name):
404
- """
405
-
406
- :param name:
407
- """
408
- ...
409
-
410
373
  def as_keywords(self, ignore):
411
374
  """
412
375
 
@@ -426,13 +389,6 @@ class AddPresetCloth(bpy_types.Operator):
426
389
  """ """
427
390
  ...
428
391
 
429
- def check(self, _context):
430
- """
431
-
432
- :param _context:
433
- """
434
- ...
435
-
436
392
  def driver_add(self):
437
393
  """ """
438
394
  ...
@@ -464,14 +420,6 @@ class AddPresetCloth(bpy_types.Operator):
464
420
  """ """
465
421
  ...
466
422
 
467
- def invoke(self, context, _event):
468
- """
469
-
470
- :param context:
471
- :param _event:
472
- """
473
- ...
474
-
475
423
  def is_property_hidden(self):
476
424
  """ """
477
425
  ...
@@ -536,47 +484,42 @@ class AddPresetCloth(bpy_types.Operator):
536
484
  """ """
537
485
  ...
538
486
 
539
- class AddPresetEEVEERaytracing(bpy_types.Operator):
540
- """ """
541
-
542
- bl_idname: typing.Any
487
+ class WM_PT_operator_presets(
488
+ bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
489
+ ):
543
490
  """ """
544
491
 
545
492
  bl_label: typing.Any
546
493
  """ """
547
494
 
548
- bl_options: typing.Any
495
+ bl_region_type: typing.Any
549
496
  """ """
550
497
 
551
498
  bl_rna: typing.Any
552
499
  """ """
553
500
 
554
- id_data: typing.Any
501
+ bl_space_type: typing.Any
555
502
  """ """
556
503
 
557
- preset_defines: typing.Any
504
+ id_data: typing.Any
558
505
  """ """
559
506
 
560
- preset_menu: typing.Any
507
+ preset_add_operator: typing.Any
561
508
  """ """
562
509
 
563
- preset_subdir: typing.Any
510
+ preset_add_operator_properties: typing.Any
564
511
  """ """
565
512
 
566
- preset_values: typing.Any
513
+ preset_operator: typing.Any
567
514
  """ """
568
515
 
569
- def as_filename(self, name):
570
- """
571
-
572
- :param name:
573
- """
574
- ...
516
+ preset_subdir: typing.Any
517
+ """ """
575
518
 
576
- def as_keywords(self, ignore):
519
+ def append(self, draw_func):
577
520
  """
578
521
 
579
- :param ignore:
522
+ :param draw_func:
580
523
  """
581
524
  ...
582
525
 
@@ -592,28 +535,36 @@ class AddPresetEEVEERaytracing(bpy_types.Operator):
592
535
  """ """
593
536
  ...
594
537
 
595
- def check(self, _context):
538
+ def draw(self, context):
596
539
  """
597
540
 
598
- :param _context:
541
+ :param context:
599
542
  """
600
543
  ...
601
544
 
602
- def driver_add(self):
603
- """ """
604
- ...
545
+ def draw_menu(self, layout, text):
546
+ """
605
547
 
606
- def driver_remove(self):
607
- """ """
548
+ :param layout:
549
+ :param text:
550
+ """
608
551
  ...
609
552
 
610
- def execute(self, context):
553
+ def draw_panel_header(self, layout):
611
554
  """
612
555
 
613
- :param context:
556
+ :param layout:
614
557
  """
615
558
  ...
616
559
 
560
+ def driver_add(self):
561
+ """ """
562
+ ...
563
+
564
+ def driver_remove(self):
565
+ """ """
566
+ ...
567
+
617
568
  def get(self):
618
569
  """ """
619
570
  ...
@@ -630,12 +581,8 @@ class AddPresetEEVEERaytracing(bpy_types.Operator):
630
581
  """ """
631
582
  ...
632
583
 
633
- def invoke(self, context, _event):
634
- """
635
-
636
- :param context:
637
- :param _event:
638
- """
584
+ def is_extended(self):
585
+ """ """
639
586
  ...
640
587
 
641
588
  def is_property_hidden(self):
@@ -674,18 +621,47 @@ class AddPresetEEVEERaytracing(bpy_types.Operator):
674
621
  """ """
675
622
  ...
676
623
 
677
- def path_resolve(self):
678
- """ """
679
- ...
680
-
681
- def poll_message_set(self):
682
- """ """
683
- ...
624
+ def path_menu(
625
+ self,
626
+ searchpaths,
627
+ operator,
628
+ props_default,
629
+ prop_filepath,
630
+ filter_ext,
631
+ filter_path,
632
+ display_name,
633
+ add_operator,
634
+ add_operator_props,
635
+ ):
636
+ """
637
+
638
+ :param searchpaths:
639
+ :param operator:
640
+ :param props_default:
641
+ :param prop_filepath:
642
+ :param filter_ext:
643
+ :param filter_path:
644
+ :param display_name:
645
+ :param add_operator:
646
+ :param add_operator_props:
647
+ """
648
+ ...
649
+
650
+ def path_resolve(self):
651
+ """ """
652
+ ...
684
653
 
685
654
  def pop(self):
686
655
  """ """
687
656
  ...
688
657
 
658
+ def prepend(self, draw_func):
659
+ """
660
+
661
+ :param draw_func:
662
+ """
663
+ ...
664
+
689
665
  def property_overridable_library_set(self):
690
666
  """ """
691
667
  ...
@@ -694,6 +670,13 @@ class AddPresetEEVEERaytracing(bpy_types.Operator):
694
670
  """ """
695
671
  ...
696
672
 
673
+ def remove(self, draw_func):
674
+ """
675
+
676
+ :param draw_func:
677
+ """
678
+ ...
679
+
697
680
  def type_recast(self):
698
681
  """ """
699
682
  ...
@@ -702,7 +685,7 @@ class AddPresetEEVEERaytracing(bpy_types.Operator):
702
685
  """ """
703
686
  ...
704
687
 
705
- class AddPresetFluid(bpy_types.Operator):
688
+ class AddPresetCamera(AddPresetBase, bpy_types.Operator):
706
689
  """ """
707
690
 
708
691
  bl_idname: typing.Any
@@ -868,7 +851,7 @@ class AddPresetFluid(bpy_types.Operator):
868
851
  """ """
869
852
  ...
870
853
 
871
- class AddPresetGpencilBrush(bpy_types.Operator):
854
+ class AddPresetCameraSafeAreas(AddPresetBase, bpy_types.Operator):
872
855
  """ """
873
856
 
874
857
  bl_idname: typing.Any
@@ -1034,7 +1017,7 @@ class AddPresetGpencilBrush(bpy_types.Operator):
1034
1017
  """ """
1035
1018
  ...
1036
1019
 
1037
- class AddPresetGpencilMaterial(bpy_types.Operator):
1020
+ class AddPresetCloth(AddPresetBase, bpy_types.Operator):
1038
1021
  """ """
1039
1022
 
1040
1023
  bl_idname: typing.Any
@@ -1200,7 +1183,7 @@ class AddPresetGpencilMaterial(bpy_types.Operator):
1200
1183
  """ """
1201
1184
  ...
1202
1185
 
1203
- class AddPresetHairDynamics(bpy_types.Operator):
1186
+ class AddPresetEEVEERaytracing(AddPresetBase, bpy_types.Operator):
1204
1187
  """ """
1205
1188
 
1206
1189
  bl_idname: typing.Any
@@ -1366,7 +1349,7 @@ class AddPresetHairDynamics(bpy_types.Operator):
1366
1349
  """ """
1367
1350
  ...
1368
1351
 
1369
- class AddPresetInterfaceTheme(bpy_types.Operator):
1352
+ class AddPresetFluid(AddPresetBase, bpy_types.Operator):
1370
1353
  """ """
1371
1354
 
1372
1355
  bl_idname: typing.Any
@@ -1384,12 +1367,18 @@ class AddPresetInterfaceTheme(bpy_types.Operator):
1384
1367
  id_data: typing.Any
1385
1368
  """ """
1386
1369
 
1370
+ preset_defines: typing.Any
1371
+ """ """
1372
+
1387
1373
  preset_menu: typing.Any
1388
1374
  """ """
1389
1375
 
1390
1376
  preset_subdir: typing.Any
1391
1377
  """ """
1392
1378
 
1379
+ preset_values: typing.Any
1380
+ """ """
1381
+
1393
1382
  def as_filename(self, name):
1394
1383
  """
1395
1384
 
@@ -1526,7 +1515,7 @@ class AddPresetInterfaceTheme(bpy_types.Operator):
1526
1515
  """ """
1527
1516
  ...
1528
1517
 
1529
- class AddPresetKeyconfig(bpy_types.Operator):
1518
+ class AddPresetGpencilBrush(AddPresetBase, bpy_types.Operator):
1530
1519
  """ """
1531
1520
 
1532
1521
  bl_idname: typing.Any
@@ -1544,19 +1533,17 @@ class AddPresetKeyconfig(bpy_types.Operator):
1544
1533
  id_data: typing.Any
1545
1534
  """ """
1546
1535
 
1536
+ preset_defines: typing.Any
1537
+ """ """
1538
+
1547
1539
  preset_menu: typing.Any
1548
1540
  """ """
1549
1541
 
1550
1542
  preset_subdir: typing.Any
1551
1543
  """ """
1552
1544
 
1553
- def add(self, _context, filepath):
1554
- """
1555
-
1556
- :param _context:
1557
- :param filepath:
1558
- """
1559
- ...
1545
+ preset_values: typing.Any
1546
+ """ """
1560
1547
 
1561
1548
  def as_filename(self, name):
1562
1549
  """
@@ -1694,7 +1681,7 @@ class AddPresetKeyconfig(bpy_types.Operator):
1694
1681
  """ """
1695
1682
  ...
1696
1683
 
1697
- class AddPresetNodeColor(bpy_types.Operator):
1684
+ class AddPresetGpencilMaterial(AddPresetBase, bpy_types.Operator):
1698
1685
  """ """
1699
1686
 
1700
1687
  bl_idname: typing.Any
@@ -1860,7 +1847,7 @@ class AddPresetNodeColor(bpy_types.Operator):
1860
1847
  """ """
1861
1848
  ...
1862
1849
 
1863
- class AddPresetOperator(bpy_types.Operator):
1850
+ class AddPresetHairDynamics(AddPresetBase, bpy_types.Operator):
1864
1851
  """ """
1865
1852
 
1866
1853
  bl_idname: typing.Any
@@ -1994,13 +1981,6 @@ class AddPresetOperator(bpy_types.Operator):
1994
1981
  """ """
1995
1982
  ...
1996
1983
 
1997
- def operator_path(self, operator):
1998
- """
1999
-
2000
- :param operator:
2001
- """
2002
- ...
2003
-
2004
1984
  def path_from_id(self):
2005
1985
  """ """
2006
1986
  ...
@@ -2033,7 +2013,7 @@ class AddPresetOperator(bpy_types.Operator):
2033
2013
  """ """
2034
2014
  ...
2035
2015
 
2036
- class AddPresetRender(bpy_types.Operator):
2016
+ class AddPresetInterfaceTheme(AddPresetBase, bpy_types.Operator):
2037
2017
  """ """
2038
2018
 
2039
2019
  bl_idname: typing.Any
@@ -2051,18 +2031,12 @@ class AddPresetRender(bpy_types.Operator):
2051
2031
  id_data: typing.Any
2052
2032
  """ """
2053
2033
 
2054
- preset_defines: typing.Any
2055
- """ """
2056
-
2057
2034
  preset_menu: typing.Any
2058
2035
  """ """
2059
2036
 
2060
2037
  preset_subdir: typing.Any
2061
2038
  """ """
2062
2039
 
2063
- preset_values: typing.Any
2064
- """ """
2065
-
2066
2040
  def as_filename(self, name):
2067
2041
  """
2068
2042
 
@@ -2199,7 +2173,7 @@ class AddPresetRender(bpy_types.Operator):
2199
2173
  """ """
2200
2174
  ...
2201
2175
 
2202
- class AddPresetTextEditor(bpy_types.Operator):
2176
+ class AddPresetKeyconfig(AddPresetBase, bpy_types.Operator):
2203
2177
  """ """
2204
2178
 
2205
2179
  bl_idname: typing.Any
@@ -2217,17 +2191,19 @@ class AddPresetTextEditor(bpy_types.Operator):
2217
2191
  id_data: typing.Any
2218
2192
  """ """
2219
2193
 
2220
- preset_defines: typing.Any
2221
- """ """
2222
-
2223
2194
  preset_menu: typing.Any
2224
2195
  """ """
2225
2196
 
2226
2197
  preset_subdir: typing.Any
2227
2198
  """ """
2228
2199
 
2229
- preset_values: typing.Any
2230
- """ """
2200
+ def add(self, _context, filepath):
2201
+ """
2202
+
2203
+ :param _context:
2204
+ :param filepath:
2205
+ """
2206
+ ...
2231
2207
 
2232
2208
  def as_filename(self, name):
2233
2209
  """
@@ -2365,7 +2341,7 @@ class AddPresetTextEditor(bpy_types.Operator):
2365
2341
  """ """
2366
2342
  ...
2367
2343
 
2368
- class AddPresetTrackingCamera(bpy_types.Operator):
2344
+ class AddPresetNodeColor(AddPresetBase, bpy_types.Operator):
2369
2345
  """ """
2370
2346
 
2371
2347
  bl_idname: typing.Any
@@ -2531,7 +2507,7 @@ class AddPresetTrackingCamera(bpy_types.Operator):
2531
2507
  """ """
2532
2508
  ...
2533
2509
 
2534
- class AddPresetTrackingSettings(bpy_types.Operator):
2510
+ class AddPresetOperator(AddPresetBase, bpy_types.Operator):
2535
2511
  """ """
2536
2512
 
2537
2513
  bl_idname: typing.Any
@@ -2665,6 +2641,13 @@ class AddPresetTrackingSettings(bpy_types.Operator):
2665
2641
  """ """
2666
2642
  ...
2667
2643
 
2644
+ def operator_path(self, operator):
2645
+ """
2646
+
2647
+ :param operator:
2648
+ """
2649
+ ...
2650
+
2668
2651
  def path_from_id(self):
2669
2652
  """ """
2670
2653
  ...
@@ -2697,7 +2680,7 @@ class AddPresetTrackingSettings(bpy_types.Operator):
2697
2680
  """ """
2698
2681
  ...
2699
2682
 
2700
- class AddPresetTrackingTrackColor(bpy_types.Operator):
2683
+ class AddPresetRender(AddPresetBase, bpy_types.Operator):
2701
2684
  """ """
2702
2685
 
2703
2686
  bl_idname: typing.Any
@@ -2863,7 +2846,7 @@ class AddPresetTrackingTrackColor(bpy_types.Operator):
2863
2846
  """ """
2864
2847
  ...
2865
2848
 
2866
- class ExecutePreset(bpy_types.Operator):
2849
+ class AddPresetTextEditor(AddPresetBase, bpy_types.Operator):
2867
2850
  """ """
2868
2851
 
2869
2852
  bl_idname: typing.Any
@@ -2872,12 +2855,34 @@ class ExecutePreset(bpy_types.Operator):
2872
2855
  bl_label: typing.Any
2873
2856
  """ """
2874
2857
 
2858
+ bl_options: typing.Any
2859
+ """ """
2860
+
2875
2861
  bl_rna: typing.Any
2876
2862
  """ """
2877
2863
 
2878
2864
  id_data: typing.Any
2879
2865
  """ """
2880
2866
 
2867
+ preset_defines: typing.Any
2868
+ """ """
2869
+
2870
+ preset_menu: typing.Any
2871
+ """ """
2872
+
2873
+ preset_subdir: typing.Any
2874
+ """ """
2875
+
2876
+ preset_values: typing.Any
2877
+ """ """
2878
+
2879
+ def as_filename(self, name):
2880
+ """
2881
+
2882
+ :param name:
2883
+ """
2884
+ ...
2885
+
2881
2886
  def as_keywords(self, ignore):
2882
2887
  """
2883
2888
 
@@ -2897,6 +2902,13 @@ class ExecutePreset(bpy_types.Operator):
2897
2902
  """ """
2898
2903
  ...
2899
2904
 
2905
+ def check(self, _context):
2906
+ """
2907
+
2908
+ :param _context:
2909
+ """
2910
+ ...
2911
+
2900
2912
  def driver_add(self):
2901
2913
  """ """
2902
2914
  ...
@@ -2928,6 +2940,14 @@ class ExecutePreset(bpy_types.Operator):
2928
2940
  """ """
2929
2941
  ...
2930
2942
 
2943
+ def invoke(self, context, _event):
2944
+ """
2945
+
2946
+ :param context:
2947
+ :param _event:
2948
+ """
2949
+ ...
2950
+
2931
2951
  def is_property_hidden(self):
2932
2952
  """ """
2933
2953
  ...
@@ -2992,7 +3012,7 @@ class ExecutePreset(bpy_types.Operator):
2992
3012
  """ """
2993
3013
  ...
2994
3014
 
2995
- class RemovePresetInterfaceTheme(bpy_types.Operator):
3015
+ class AddPresetTrackingCamera(AddPresetBase, bpy_types.Operator):
2996
3016
  """ """
2997
3017
 
2998
3018
  bl_idname: typing.Any
@@ -3010,12 +3030,18 @@ class RemovePresetInterfaceTheme(bpy_types.Operator):
3010
3030
  id_data: typing.Any
3011
3031
  """ """
3012
3032
 
3033
+ preset_defines: typing.Any
3034
+ """ """
3035
+
3013
3036
  preset_menu: typing.Any
3014
3037
  """ """
3015
3038
 
3016
3039
  preset_subdir: typing.Any
3017
3040
  """ """
3018
3041
 
3042
+ preset_values: typing.Any
3043
+ """ """
3044
+
3019
3045
  def as_filename(self, name):
3020
3046
  """
3021
3047
 
@@ -3080,11 +3106,11 @@ class RemovePresetInterfaceTheme(bpy_types.Operator):
3080
3106
  """ """
3081
3107
  ...
3082
3108
 
3083
- def invoke(self, context, event):
3109
+ def invoke(self, context, _event):
3084
3110
  """
3085
3111
 
3086
3112
  :param context:
3087
- :param event:
3113
+ :param _event:
3088
3114
  """
3089
3115
  ...
3090
3116
 
@@ -3128,13 +3154,6 @@ class RemovePresetInterfaceTheme(bpy_types.Operator):
3128
3154
  """ """
3129
3155
  ...
3130
3156
 
3131
- def poll(self, context):
3132
- """
3133
-
3134
- :param context:
3135
- """
3136
- ...
3137
-
3138
3157
  def poll_message_set(self):
3139
3158
  """ """
3140
3159
  ...
@@ -3143,13 +3162,6 @@ class RemovePresetInterfaceTheme(bpy_types.Operator):
3143
3162
  """ """
3144
3163
  ...
3145
3164
 
3146
- def post_cb(self, context):
3147
- """
3148
-
3149
- :param context:
3150
- """
3151
- ...
3152
-
3153
3165
  def property_overridable_library_set(self):
3154
3166
  """ """
3155
3167
  ...
@@ -3166,7 +3178,7 @@ class RemovePresetInterfaceTheme(bpy_types.Operator):
3166
3178
  """ """
3167
3179
  ...
3168
3180
 
3169
- class RemovePresetKeyconfig(bpy_types.Operator):
3181
+ class AddPresetTrackingSettings(AddPresetBase, bpy_types.Operator):
3170
3182
  """ """
3171
3183
 
3172
3184
  bl_idname: typing.Any
@@ -3184,12 +3196,18 @@ class RemovePresetKeyconfig(bpy_types.Operator):
3184
3196
  id_data: typing.Any
3185
3197
  """ """
3186
3198
 
3199
+ preset_defines: typing.Any
3200
+ """ """
3201
+
3187
3202
  preset_menu: typing.Any
3188
3203
  """ """
3189
3204
 
3190
3205
  preset_subdir: typing.Any
3191
3206
  """ """
3192
3207
 
3208
+ preset_values: typing.Any
3209
+ """ """
3210
+
3193
3211
  def as_filename(self, name):
3194
3212
  """
3195
3213
 
@@ -3254,11 +3272,11 @@ class RemovePresetKeyconfig(bpy_types.Operator):
3254
3272
  """ """
3255
3273
  ...
3256
3274
 
3257
- def invoke(self, context, event):
3275
+ def invoke(self, context, _event):
3258
3276
  """
3259
3277
 
3260
3278
  :param context:
3261
- :param event:
3279
+ :param _event:
3262
3280
  """
3263
3281
  ...
3264
3282
 
@@ -3302,13 +3320,6 @@ class RemovePresetKeyconfig(bpy_types.Operator):
3302
3320
  """ """
3303
3321
  ...
3304
3322
 
3305
- def poll(self, context):
3306
- """
3307
-
3308
- :param context:
3309
- """
3310
- ...
3311
-
3312
3323
  def poll_message_set(self):
3313
3324
  """ """
3314
3325
  ...
@@ -3317,20 +3328,6 @@ class RemovePresetKeyconfig(bpy_types.Operator):
3317
3328
  """ """
3318
3329
  ...
3319
3330
 
3320
- def post_cb(self, context):
3321
- """
3322
-
3323
- :param context:
3324
- """
3325
- ...
3326
-
3327
- def pre_cb(self, context):
3328
- """
3329
-
3330
- :param context:
3331
- """
3332
- ...
3333
-
3334
3331
  def property_overridable_library_set(self):
3335
3332
  """ """
3336
3333
  ...
@@ -3347,7 +3344,7 @@ class RemovePresetKeyconfig(bpy_types.Operator):
3347
3344
  """ """
3348
3345
  ...
3349
3346
 
3350
- class SavePresetInterfaceTheme(bpy_types.Operator):
3347
+ class AddPresetTrackingTrackColor(AddPresetBase, bpy_types.Operator):
3351
3348
  """ """
3352
3349
 
3353
3350
  bl_idname: typing.Any
@@ -3365,12 +3362,18 @@ class SavePresetInterfaceTheme(bpy_types.Operator):
3365
3362
  id_data: typing.Any
3366
3363
  """ """
3367
3364
 
3365
+ preset_defines: typing.Any
3366
+ """ """
3367
+
3368
3368
  preset_menu: typing.Any
3369
3369
  """ """
3370
3370
 
3371
3371
  preset_subdir: typing.Any
3372
3372
  """ """
3373
3373
 
3374
+ preset_values: typing.Any
3375
+ """ """
3376
+
3374
3377
  def as_filename(self, name):
3375
3378
  """
3376
3379
 
@@ -3435,11 +3438,11 @@ class SavePresetInterfaceTheme(bpy_types.Operator):
3435
3438
  """ """
3436
3439
  ...
3437
3440
 
3438
- def invoke(self, context, event):
3441
+ def invoke(self, context, _event):
3439
3442
  """
3440
3443
 
3441
3444
  :param context:
3442
- :param event:
3445
+ :param _event:
3443
3446
  """
3444
3447
  ...
3445
3448
 
@@ -3483,13 +3486,6 @@ class SavePresetInterfaceTheme(bpy_types.Operator):
3483
3486
  """ """
3484
3487
  ...
3485
3488
 
3486
- def poll(self, context):
3487
- """
3488
-
3489
- :param context:
3490
- """
3491
- ...
3492
-
3493
3489
  def poll_message_set(self):
3494
3490
  """ """
3495
3491
  ...
@@ -3514,28 +3510,41 @@ class SavePresetInterfaceTheme(bpy_types.Operator):
3514
3510
  """ """
3515
3511
  ...
3516
3512
 
3517
- class WM_MT_operator_presets(bpy_types._GenericUI):
3513
+ class RemovePresetInterfaceTheme(AddPresetBase, bpy_types.Operator):
3514
+ """ """
3515
+
3516
+ bl_idname: typing.Any
3518
3517
  """ """
3519
3518
 
3520
3519
  bl_label: typing.Any
3521
3520
  """ """
3522
3521
 
3522
+ bl_options: typing.Any
3523
+ """ """
3524
+
3523
3525
  bl_rna: typing.Any
3524
3526
  """ """
3525
3527
 
3526
3528
  id_data: typing.Any
3527
3529
  """ """
3528
3530
 
3529
- preset_operator: typing.Any
3531
+ preset_menu: typing.Any
3530
3532
  """ """
3531
3533
 
3532
3534
  preset_subdir: typing.Any
3533
3535
  """ """
3534
3536
 
3535
- def append(self, draw_func):
3537
+ def as_filename(self, name):
3536
3538
  """
3537
3539
 
3538
- :param draw_func:
3540
+ :param name:
3541
+ """
3542
+ ...
3543
+
3544
+ def as_keywords(self, ignore):
3545
+ """
3546
+
3547
+ :param ignore:
3539
3548
  """
3540
3549
  ...
3541
3550
 
@@ -3551,22 +3560,7 @@ class WM_MT_operator_presets(bpy_types._GenericUI):
3551
3560
  """ """
3552
3561
  ...
3553
3562
 
3554
- def draw(self, context):
3555
- """
3556
-
3557
- :param context:
3558
- """
3559
- ...
3560
-
3561
- def draw_collapsible(self, context, layout):
3562
- """
3563
-
3564
- :param context:
3565
- :param layout:
3566
- """
3567
- ...
3568
-
3569
- def draw_preset(self, _context):
3563
+ def check(self, _context):
3570
3564
  """
3571
3565
 
3572
3566
  :param _context:
@@ -3581,6 +3575,13 @@ class WM_MT_operator_presets(bpy_types._GenericUI):
3581
3575
  """ """
3582
3576
  ...
3583
3577
 
3578
+ def execute(self, context):
3579
+ """
3580
+
3581
+ :param context:
3582
+ """
3583
+ ...
3584
+
3584
3585
  def get(self):
3585
3586
  """ """
3586
3587
  ...
@@ -3597,8 +3598,12 @@ class WM_MT_operator_presets(bpy_types._GenericUI):
3597
3598
  """ """
3598
3599
  ...
3599
3600
 
3600
- def is_extended(self):
3601
- """ """
3601
+ def invoke(self, context, event):
3602
+ """
3603
+
3604
+ :param context:
3605
+ :param event:
3606
+ """
3602
3607
  ...
3603
3608
 
3604
3609
  def is_property_hidden(self):
@@ -3637,33 +3642,18 @@ class WM_MT_operator_presets(bpy_types._GenericUI):
3637
3642
  """ """
3638
3643
  ...
3639
3644
 
3640
- def path_menu(
3641
- self,
3642
- searchpaths,
3643
- operator,
3644
- props_default,
3645
- prop_filepath,
3646
- filter_ext,
3647
- filter_path,
3648
- display_name,
3649
- add_operator,
3650
- add_operator_props,
3651
- ):
3645
+ def path_resolve(self):
3646
+ """ """
3647
+ ...
3648
+
3649
+ def poll(self, context):
3652
3650
  """
3653
3651
 
3654
- :param searchpaths:
3655
- :param operator:
3656
- :param props_default:
3657
- :param prop_filepath:
3658
- :param filter_ext:
3659
- :param filter_path:
3660
- :param display_name:
3661
- :param add_operator:
3662
- :param add_operator_props:
3652
+ :param context:
3663
3653
  """
3664
3654
  ...
3665
3655
 
3666
- def path_resolve(self):
3656
+ def poll_message_set(self):
3667
3657
  """ """
3668
3658
  ...
3669
3659
 
@@ -3671,10 +3661,10 @@ class WM_MT_operator_presets(bpy_types._GenericUI):
3671
3661
  """ """
3672
3662
  ...
3673
3663
 
3674
- def prepend(self, draw_func):
3664
+ def post_cb(self, context):
3675
3665
  """
3676
3666
 
3677
- :param draw_func:
3667
+ :param context:
3678
3668
  """
3679
3669
  ...
3680
3670
 
@@ -3686,13 +3676,6 @@ class WM_MT_operator_presets(bpy_types._GenericUI):
3686
3676
  """ """
3687
3677
  ...
3688
3678
 
3689
- def remove(self, draw_func):
3690
- """
3691
-
3692
- :param draw_func:
3693
- """
3694
- ...
3695
-
3696
3679
  def type_recast(self):
3697
3680
  """ """
3698
3681
  ...
@@ -3701,7 +3684,7 @@ class WM_MT_operator_presets(bpy_types._GenericUI):
3701
3684
  """ """
3702
3685
  ...
3703
3686
 
3704
- class WM_OT_operator_presets_cleanup(bpy_types.Operator):
3687
+ class RemovePresetKeyconfig(AddPresetBase, bpy_types.Operator):
3705
3688
  """ """
3706
3689
 
3707
3690
  bl_idname: typing.Any
@@ -3710,12 +3693,28 @@ class WM_OT_operator_presets_cleanup(bpy_types.Operator):
3710
3693
  bl_label: typing.Any
3711
3694
  """ """
3712
3695
 
3696
+ bl_options: typing.Any
3697
+ """ """
3698
+
3713
3699
  bl_rna: typing.Any
3714
3700
  """ """
3715
3701
 
3716
3702
  id_data: typing.Any
3717
3703
  """ """
3718
3704
 
3705
+ preset_menu: typing.Any
3706
+ """ """
3707
+
3708
+ preset_subdir: typing.Any
3709
+ """ """
3710
+
3711
+ def as_filename(self, name):
3712
+ """
3713
+
3714
+ :param name:
3715
+ """
3716
+ ...
3717
+
3719
3718
  def as_keywords(self, ignore):
3720
3719
  """
3721
3720
 
@@ -3735,6 +3734,13 @@ class WM_OT_operator_presets_cleanup(bpy_types.Operator):
3735
3734
  """ """
3736
3735
  ...
3737
3736
 
3737
+ def check(self, _context):
3738
+ """
3739
+
3740
+ :param _context:
3741
+ """
3742
+ ...
3743
+
3738
3744
  def driver_add(self):
3739
3745
  """ """
3740
3746
  ...
@@ -3766,6 +3772,14 @@ class WM_OT_operator_presets_cleanup(bpy_types.Operator):
3766
3772
  """ """
3767
3773
  ...
3768
3774
 
3775
+ def invoke(self, context, event):
3776
+ """
3777
+
3778
+ :param context:
3779
+ :param event:
3780
+ """
3781
+ ...
3782
+
3769
3783
  def is_property_hidden(self):
3770
3784
  """ """
3771
3785
  ...
@@ -3806,6 +3820,13 @@ class WM_OT_operator_presets_cleanup(bpy_types.Operator):
3806
3820
  """ """
3807
3821
  ...
3808
3822
 
3823
+ def poll(self, context):
3824
+ """
3825
+
3826
+ :param context:
3827
+ """
3828
+ ...
3829
+
3809
3830
  def poll_message_set(self):
3810
3831
  """ """
3811
3832
  ...
@@ -3814,6 +3835,20 @@ class WM_OT_operator_presets_cleanup(bpy_types.Operator):
3814
3835
  """ """
3815
3836
  ...
3816
3837
 
3838
+ def post_cb(self, context):
3839
+ """
3840
+
3841
+ :param context:
3842
+ """
3843
+ ...
3844
+
3845
+ def pre_cb(self, context):
3846
+ """
3847
+
3848
+ :param context:
3849
+ """
3850
+ ...
3851
+
3817
3852
  def property_overridable_library_set(self):
3818
3853
  """ """
3819
3854
  ...
@@ -3830,40 +3865,41 @@ class WM_OT_operator_presets_cleanup(bpy_types.Operator):
3830
3865
  """ """
3831
3866
  ...
3832
3867
 
3833
- class WM_PT_operator_presets(bpy_types._GenericUI):
3868
+ class SavePresetInterfaceTheme(AddPresetBase, bpy_types.Operator):
3834
3869
  """ """
3835
3870
 
3836
- bl_label: typing.Any
3871
+ bl_idname: typing.Any
3837
3872
  """ """
3838
3873
 
3839
- bl_region_type: typing.Any
3874
+ bl_label: typing.Any
3840
3875
  """ """
3841
3876
 
3842
- bl_rna: typing.Any
3877
+ bl_options: typing.Any
3843
3878
  """ """
3844
3879
 
3845
- bl_space_type: typing.Any
3880
+ bl_rna: typing.Any
3846
3881
  """ """
3847
3882
 
3848
3883
  id_data: typing.Any
3849
3884
  """ """
3850
3885
 
3851
- preset_add_operator: typing.Any
3886
+ preset_menu: typing.Any
3852
3887
  """ """
3853
3888
 
3854
- preset_add_operator_properties: typing.Any
3889
+ preset_subdir: typing.Any
3855
3890
  """ """
3856
3891
 
3857
- preset_operator: typing.Any
3858
- """ """
3892
+ def as_filename(self, name):
3893
+ """
3859
3894
 
3860
- preset_subdir: typing.Any
3861
- """ """
3895
+ :param name:
3896
+ """
3897
+ ...
3862
3898
 
3863
- def append(self, draw_func):
3899
+ def as_keywords(self, ignore):
3864
3900
  """
3865
3901
 
3866
- :param draw_func:
3902
+ :param ignore:
3867
3903
  """
3868
3904
  ...
3869
3905
 
@@ -3879,25 +3915,10 @@ class WM_PT_operator_presets(bpy_types._GenericUI):
3879
3915
  """ """
3880
3916
  ...
3881
3917
 
3882
- def draw(self, context):
3883
- """
3884
-
3885
- :param context:
3886
- """
3887
- ...
3888
-
3889
- def draw_menu(self, layout, text):
3890
- """
3891
-
3892
- :param layout:
3893
- :param text:
3894
- """
3895
- ...
3896
-
3897
- def draw_panel_header(self, layout):
3918
+ def check(self, _context):
3898
3919
  """
3899
3920
 
3900
- :param layout:
3921
+ :param _context:
3901
3922
  """
3902
3923
  ...
3903
3924
 
@@ -3909,6 +3930,13 @@ class WM_PT_operator_presets(bpy_types._GenericUI):
3909
3930
  """ """
3910
3931
  ...
3911
3932
 
3933
+ def execute(self, context):
3934
+ """
3935
+
3936
+ :param context:
3937
+ """
3938
+ ...
3939
+
3912
3940
  def get(self):
3913
3941
  """ """
3914
3942
  ...
@@ -3925,8 +3953,12 @@ class WM_PT_operator_presets(bpy_types._GenericUI):
3925
3953
  """ """
3926
3954
  ...
3927
3955
 
3928
- def is_extended(self):
3929
- """ """
3956
+ def invoke(self, context, event):
3957
+ """
3958
+
3959
+ :param context:
3960
+ :param event:
3961
+ """
3930
3962
  ...
3931
3963
 
3932
3964
  def is_property_hidden(self):
@@ -3965,33 +3997,18 @@ class WM_PT_operator_presets(bpy_types._GenericUI):
3965
3997
  """ """
3966
3998
  ...
3967
3999
 
3968
- def path_menu(
3969
- self,
3970
- searchpaths,
3971
- operator,
3972
- props_default,
3973
- prop_filepath,
3974
- filter_ext,
3975
- filter_path,
3976
- display_name,
3977
- add_operator,
3978
- add_operator_props,
3979
- ):
4000
+ def path_resolve(self):
4001
+ """ """
4002
+ ...
4003
+
4004
+ def poll(self, context):
3980
4005
  """
3981
4006
 
3982
- :param searchpaths:
3983
- :param operator:
3984
- :param props_default:
3985
- :param prop_filepath:
3986
- :param filter_ext:
3987
- :param filter_path:
3988
- :param display_name:
3989
- :param add_operator:
3990
- :param add_operator_props:
4007
+ :param context:
3991
4008
  """
3992
4009
  ...
3993
4010
 
3994
- def path_resolve(self):
4011
+ def poll_message_set(self):
3995
4012
  """ """
3996
4013
  ...
3997
4014
 
@@ -3999,13 +4016,6 @@ class WM_PT_operator_presets(bpy_types._GenericUI):
3999
4016
  """ """
4000
4017
  ...
4001
4018
 
4002
- def prepend(self, draw_func):
4003
- """
4004
-
4005
- :param draw_func:
4006
- """
4007
- ...
4008
-
4009
4019
  def property_overridable_library_set(self):
4010
4020
  """ """
4011
4021
  ...
@@ -4014,13 +4024,6 @@ class WM_PT_operator_presets(bpy_types._GenericUI):
4014
4024
  """ """
4015
4025
  ...
4016
4026
 
4017
- def remove(self, draw_func):
4018
- """
4019
-
4020
- :param draw_func:
4021
- """
4022
- ...
4023
-
4024
4027
  def type_recast(self):
4025
4028
  """ """
4026
4029
  ...