fake-bpy-module 20240722__py3-none-any.whl → 20240723__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 (96) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +2 -2
  3. bl_operators/bone_selection_sets/__init__.pyi +16 -16
  4. bl_operators/connect_to_output/__init__.pyi +4 -1
  5. bl_operators/image_as_planes/__init__.pyi +12 -2
  6. bl_operators/node/__init__.pyi +14 -14
  7. bl_operators/object_quick_effects/__init__.pyi +3 -3
  8. bl_operators/presets/__init__.pyi +24 -24
  9. bl_operators/sequencer/__init__.pyi +76 -76
  10. bl_operators/wm/__init__.pyi +4 -5
  11. bl_ui/__init__.pyi +3 -4
  12. bl_ui/anim/__init__.pyi +1 -2
  13. bl_ui/asset_shelf/__init__.pyi +1 -2
  14. bl_ui/generic_ui_list/__init__.pyi +3 -3
  15. bl_ui/node_add_menu/__init__.pyi +1 -2
  16. bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
  17. bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
  18. bl_ui/node_add_menu_shader/__init__.pyi +10 -11
  19. bl_ui/node_add_menu_texture/__init__.pyi +9 -10
  20. bl_ui/properties_collection/__init__.pyi +9 -7
  21. bl_ui/properties_constraint/__init__.pyi +227 -80
  22. bl_ui/properties_data_armature/__init__.pyi +27 -18
  23. bl_ui/properties_data_bone/__init__.pyi +13 -11
  24. bl_ui/properties_data_camera/__init__.pyi +18 -15
  25. bl_ui/properties_data_curve/__init__.pyi +72 -78
  26. bl_ui/properties_data_curves/__init__.pyi +9 -7
  27. bl_ui/properties_data_empty/__init__.pyi +2 -3
  28. bl_ui/properties_data_gpencil/__init__.pyi +42 -21
  29. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -19
  30. bl_ui/properties_data_lattice/__init__.pyi +6 -4
  31. bl_ui/properties_data_light/__init__.pyi +15 -13
  32. bl_ui/properties_data_lightprobe/__init__.pyi +13 -14
  33. bl_ui/properties_data_mesh/__init__.pyi +71 -69
  34. bl_ui/properties_data_metaball/__init__.pyi +8 -6
  35. bl_ui/properties_data_modifier/__init__.pyi +9 -10
  36. bl_ui/properties_data_pointcloud/__init__.pyi +8 -6
  37. bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
  38. bl_ui/properties_data_speaker/__init__.pyi +8 -6
  39. bl_ui/properties_data_volume/__init__.pyi +11 -9
  40. bl_ui/properties_freestyle/__init__.pyi +31 -84
  41. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
  42. bl_ui/properties_mask_common/__init__.pyi +7 -8
  43. bl_ui/properties_material/__init__.pyi +19 -17
  44. bl_ui/properties_material_gpencil/__init__.pyi +17 -11
  45. bl_ui/properties_object/__init__.pyi +22 -15
  46. bl_ui/properties_output/__init__.pyi +19 -19
  47. bl_ui/properties_paint_common/__init__.pyi +18 -19
  48. bl_ui/properties_particle/__init__.pyi +56 -53
  49. bl_ui/properties_physics_cloth/__init__.pyi +15 -15
  50. bl_ui/properties_physics_common/__init__.pyi +1 -2
  51. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -25
  52. bl_ui/properties_physics_field/__init__.pyi +10 -11
  53. bl_ui/properties_physics_fluid/__init__.pyi +29 -29
  54. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
  55. bl_ui/properties_physics_rigidbody/__init__.pyi +10 -9
  56. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +25 -14
  57. bl_ui/properties_physics_softbody/__init__.pyi +15 -16
  58. bl_ui/properties_render/__init__.pyi +63 -58
  59. bl_ui/properties_scene/__init__.pyi +37 -37
  60. bl_ui/properties_texture/__init__.pyi +31 -43
  61. bl_ui/properties_view_layer/__init__.pyi +52 -56
  62. bl_ui/properties_workspace/__init__.pyi +7 -5
  63. bl_ui/properties_world/__init__.pyi +13 -11
  64. bl_ui/space_clip/__init__.pyi +90 -72
  65. bl_ui/space_console/__init__.pyi +6 -7
  66. bl_ui/space_dopesheet/__init__.pyi +68 -32
  67. bl_ui/space_filebrowser/__init__.pyi +38 -32
  68. bl_ui/space_graph/__init__.pyi +23 -21
  69. bl_ui/space_image/__init__.pyi +254 -274
  70. bl_ui/space_info/__init__.pyi +6 -7
  71. bl_ui/space_nla/__init__.pyi +18 -18
  72. bl_ui/space_node/__init__.pyi +35 -29
  73. bl_ui/space_outliner/__init__.pyi +14 -15
  74. bl_ui/space_properties/__init__.pyi +3 -4
  75. bl_ui/space_sequencer/__init__.pyi +95 -79
  76. bl_ui/space_spreadsheet/__init__.pyi +1 -2
  77. bl_ui/space_statusbar/__init__.pyi +1 -2
  78. bl_ui/space_text/__init__.pyi +16 -17
  79. bl_ui/space_time/__init__.pyi +7 -8
  80. bl_ui/space_toolsystem_common/__init__.pyi +1 -2
  81. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -5
  82. bl_ui/space_topbar/__init__.pyi +26 -27
  83. bl_ui/space_userpref/__init__.pyi +126 -92
  84. bl_ui/space_view3d/__init__.pyi +359 -366
  85. bl_ui/space_view3d_toolbar/__init__.pyi +649 -825
  86. bl_ui/temp_anim_layers/__init__.pyi +1 -2
  87. bpy/ops/sequencer/__init__.pyi +1 -1
  88. bpy/types/__init__.pyi +29718 -29418
  89. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  90. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
  91. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +96 -96
  92. freestyle/utils/__init__.pyi +1 -1
  93. keyingsets_builtins/__init__.pyi +2 -2
  94. nodeitems_builtins/__init__.pyi +4 -4
  95. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +0 -0
  96. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
@@ -1,13 +1,15 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bl_ui.properties_grease_pencil_common
5
+ import bl_ui.utils
4
6
  import bpy.types
5
- import bpy_types
7
+ import rna_prop_ui
6
8
 
7
9
  GenericType1 = typing.TypeVar("GenericType1")
8
10
  GenericType2 = typing.TypeVar("GenericType2")
9
11
 
10
- class GPENCIL_MT_material_context_menu(bpy.types.Menu, bpy_types._GenericUI):
12
+ class GPENCIL_MT_material_context_menu(bpy.types.Menu):
11
13
  bl_label: typing.Any
12
14
  bl_rna: typing.Any
13
15
  id_data: typing.Any
@@ -35,7 +37,7 @@ class GPENCIL_MT_material_context_menu(bpy.types.Menu, bpy_types._GenericUI):
35
37
  """
36
38
  ...
37
39
 
38
- class GPENCIL_UL_matslots(bpy.types.UIList, bpy_types._GenericUI):
40
+ class GPENCIL_UL_matslots(bpy.types.UIList):
39
41
  bl_rna: typing.Any
40
42
  id_data: typing.Any
41
43
 
@@ -92,7 +94,9 @@ class GPMaterialButtonsPanel:
92
94
  """
93
95
  ...
94
96
 
95
- class MATERIAL_PT_gpencil_custom_props(bpy.types.Panel, bpy_types._GenericUI):
97
+ class MATERIAL_PT_gpencil_custom_props(
98
+ rna_prop_ui.PropertyPanel, GPMaterialButtonsPanel, bpy.types.Panel
99
+ ):
96
100
  """The subclass should have its own poll function
97
101
  and the variable '_context_path' MUST be set.
98
102
  """
@@ -123,7 +127,7 @@ class MATERIAL_PT_gpencil_custom_props(bpy.types.Panel, bpy_types._GenericUI):
123
127
  """
124
128
  ...
125
129
 
126
- class MATERIAL_PT_gpencil_fillcolor(bpy.types.Panel, bpy_types._GenericUI):
130
+ class MATERIAL_PT_gpencil_fillcolor(GPMaterialButtonsPanel, bpy.types.Panel):
127
131
  bl_context: typing.Any
128
132
  bl_label: typing.Any
129
133
  bl_parent_id: typing.Any
@@ -162,7 +166,7 @@ class MATERIAL_PT_gpencil_fillcolor(bpy.types.Panel, bpy_types._GenericUI):
162
166
  """
163
167
  ...
164
168
 
165
- class MATERIAL_PT_gpencil_material_presets(bpy.types.Panel, bpy_types._GenericUI):
169
+ class MATERIAL_PT_gpencil_material_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
166
170
  """Material settings"""
167
171
 
168
172
  bl_label: typing.Any
@@ -190,7 +194,7 @@ class MATERIAL_PT_gpencil_material_presets(bpy.types.Panel, bpy_types._GenericUI
190
194
  """
191
195
  ...
192
196
 
193
- class MATERIAL_PT_gpencil_preview(bpy.types.Panel, bpy_types._GenericUI):
197
+ class MATERIAL_PT_gpencil_preview(GPMaterialButtonsPanel, bpy.types.Panel):
194
198
  COMPAT_ENGINES: typing.Any
195
199
  bl_context: typing.Any
196
200
  bl_label: typing.Any
@@ -223,7 +227,7 @@ class MATERIAL_PT_gpencil_preview(bpy.types.Panel, bpy_types._GenericUI):
223
227
  """
224
228
  ...
225
229
 
226
- class MATERIAL_PT_gpencil_settings(bpy.types.Panel, bpy_types._GenericUI):
230
+ class MATERIAL_PT_gpencil_settings(GPMaterialButtonsPanel, bpy.types.Panel):
227
231
  bl_context: typing.Any
228
232
  bl_label: typing.Any
229
233
  bl_options: typing.Any
@@ -255,7 +259,9 @@ class MATERIAL_PT_gpencil_settings(bpy.types.Panel, bpy_types._GenericUI):
255
259
  """
256
260
  ...
257
261
 
258
- class MATERIAL_PT_gpencil_slots(bpy.types.Panel, bpy_types._GenericUI):
262
+ class MATERIAL_PT_gpencil_slots(
263
+ bl_ui.properties_grease_pencil_common.GreasePencilMaterialsPanel, bpy.types.Panel
264
+ ):
259
265
  bl_context: typing.Any
260
266
  bl_label: typing.Any
261
267
  bl_options: typing.Any
@@ -288,7 +294,7 @@ class MATERIAL_PT_gpencil_slots(bpy.types.Panel, bpy_types._GenericUI):
288
294
  """
289
295
  ...
290
296
 
291
- class MATERIAL_PT_gpencil_strokecolor(bpy.types.Panel, bpy_types._GenericUI):
297
+ class MATERIAL_PT_gpencil_strokecolor(GPMaterialButtonsPanel, bpy.types.Panel):
292
298
  bl_context: typing.Any
293
299
  bl_label: typing.Any
294
300
  bl_parent_id: typing.Any
@@ -327,7 +333,7 @@ class MATERIAL_PT_gpencil_strokecolor(bpy.types.Panel, bpy_types._GenericUI):
327
333
  """
328
334
  ...
329
335
 
330
- class MATERIAL_PT_gpencil_surface(bpy.types.Panel, bpy_types._GenericUI):
336
+ class MATERIAL_PT_gpencil_surface(GPMaterialButtonsPanel, bpy.types.Panel):
331
337
  bl_context: typing.Any
332
338
  bl_label: typing.Any
333
339
  bl_region_type: typing.Any
@@ -1,13 +1,14 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bl_ui.properties_animviz
4
5
  import bpy.types
5
- import bpy_types
6
+ import rna_prop_ui
6
7
 
7
8
  GenericType1 = typing.TypeVar("GenericType1")
8
9
  GenericType2 = typing.TypeVar("GenericType2")
9
10
 
10
- class COLLECTION_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
11
+ class COLLECTION_MT_context_menu(bpy.types.Menu):
11
12
  bl_label: typing.Any
12
13
  bl_rna: typing.Any
13
14
  id_data: typing.Any
@@ -35,7 +36,7 @@ class COLLECTION_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
35
36
  """
36
37
  ...
37
38
 
38
- class OBJECT_PT_collections(bpy.types.Panel, bpy_types._GenericUI):
39
+ class OBJECT_PT_collections(ObjectButtonsPanel, bpy.types.Panel):
39
40
  bl_context: typing.Any
40
41
  bl_label: typing.Any
41
42
  bl_options: typing.Any
@@ -67,7 +68,7 @@ class OBJECT_PT_collections(bpy.types.Panel, bpy_types._GenericUI):
67
68
  """
68
69
  ...
69
70
 
70
- class OBJECT_PT_context_object(bpy.types.Panel, bpy_types._GenericUI):
71
+ class OBJECT_PT_context_object(ObjectButtonsPanel, bpy.types.Panel):
71
72
  bl_context: typing.Any
72
73
  bl_label: typing.Any
73
74
  bl_options: typing.Any
@@ -99,7 +100,9 @@ class OBJECT_PT_context_object(bpy.types.Panel, bpy_types._GenericUI):
99
100
  """
100
101
  ...
101
102
 
102
- class OBJECT_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
103
+ class OBJECT_PT_custom_props(
104
+ rna_prop_ui.PropertyPanel, ObjectButtonsPanel, bpy.types.Panel
105
+ ):
103
106
  """The subclass should have its own poll function
104
107
  and the variable '_context_path' MUST be set.
105
108
  """
@@ -130,7 +133,7 @@ class OBJECT_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
130
133
  """
131
134
  ...
132
135
 
133
- class OBJECT_PT_delta_transform(bpy.types.Panel, bpy_types._GenericUI):
136
+ class OBJECT_PT_delta_transform(ObjectButtonsPanel, bpy.types.Panel):
134
137
  bl_context: typing.Any
135
138
  bl_label: typing.Any
136
139
  bl_options: typing.Any
@@ -163,7 +166,7 @@ class OBJECT_PT_delta_transform(bpy.types.Panel, bpy_types._GenericUI):
163
166
  """
164
167
  ...
165
168
 
166
- class OBJECT_PT_display(bpy.types.Panel, bpy_types._GenericUI):
169
+ class OBJECT_PT_display(ObjectButtonsPanel, bpy.types.Panel):
167
170
  bl_context: typing.Any
168
171
  bl_label: typing.Any
169
172
  bl_options: typing.Any
@@ -196,7 +199,7 @@ class OBJECT_PT_display(bpy.types.Panel, bpy_types._GenericUI):
196
199
  """
197
200
  ...
198
201
 
199
- class OBJECT_PT_instancing(bpy.types.Panel, bpy_types._GenericUI):
202
+ class OBJECT_PT_instancing(ObjectButtonsPanel, bpy.types.Panel):
200
203
  bl_context: typing.Any
201
204
  bl_label: typing.Any
202
205
  bl_options: typing.Any
@@ -236,7 +239,7 @@ class OBJECT_PT_instancing(bpy.types.Panel, bpy_types._GenericUI):
236
239
  """
237
240
  ...
238
241
 
239
- class OBJECT_PT_instancing_size(bpy.types.Panel, bpy_types._GenericUI):
242
+ class OBJECT_PT_instancing_size(ObjectButtonsPanel, bpy.types.Panel):
240
243
  bl_context: typing.Any
241
244
  bl_label: typing.Any
242
245
  bl_parent_id: typing.Any
@@ -283,7 +286,7 @@ class OBJECT_PT_instancing_size(bpy.types.Panel, bpy_types._GenericUI):
283
286
  """
284
287
  ...
285
288
 
286
- class OBJECT_PT_lineart(bpy.types.Panel, bpy_types._GenericUI):
289
+ class OBJECT_PT_lineart(ObjectButtonsPanel, bpy.types.Panel):
287
290
  bl_context: typing.Any
288
291
  bl_label: typing.Any
289
292
  bl_options: typing.Any
@@ -324,7 +327,9 @@ class OBJECT_PT_lineart(bpy.types.Panel, bpy_types._GenericUI):
324
327
  """
325
328
  ...
326
329
 
327
- class OBJECT_PT_motion_paths(bpy.types.Panel, bpy_types._GenericUI):
330
+ class OBJECT_PT_motion_paths(
331
+ bl_ui.properties_animviz.MotionPathButtonsPanel, bpy.types.Panel
332
+ ):
328
333
  bl_context: typing.Any
329
334
  bl_label: typing.Any
330
335
  bl_options: typing.Any
@@ -364,7 +369,9 @@ class OBJECT_PT_motion_paths(bpy.types.Panel, bpy_types._GenericUI):
364
369
  """
365
370
  ...
366
371
 
367
- class OBJECT_PT_motion_paths_display(bpy.types.Panel, bpy_types._GenericUI):
372
+ class OBJECT_PT_motion_paths_display(
373
+ bl_ui.properties_animviz.MotionPathButtonsPanel_display, bpy.types.Panel
374
+ ):
368
375
  bl_context: typing.Any
369
376
  bl_label: typing.Any
370
377
  bl_options: typing.Any
@@ -405,7 +412,7 @@ class OBJECT_PT_motion_paths_display(bpy.types.Panel, bpy_types._GenericUI):
405
412
  """
406
413
  ...
407
414
 
408
- class OBJECT_PT_relations(bpy.types.Panel, bpy_types._GenericUI):
415
+ class OBJECT_PT_relations(ObjectButtonsPanel, bpy.types.Panel):
409
416
  bl_context: typing.Any
410
417
  bl_label: typing.Any
411
418
  bl_options: typing.Any
@@ -437,7 +444,7 @@ class OBJECT_PT_relations(bpy.types.Panel, bpy_types._GenericUI):
437
444
  """
438
445
  ...
439
446
 
440
- class OBJECT_PT_transform(bpy.types.Panel, bpy_types._GenericUI):
447
+ class OBJECT_PT_transform(ObjectButtonsPanel, bpy.types.Panel):
441
448
  bl_context: typing.Any
442
449
  bl_label: typing.Any
443
450
  bl_region_type: typing.Any
@@ -468,7 +475,7 @@ class OBJECT_PT_transform(bpy.types.Panel, bpy_types._GenericUI):
468
475
  """
469
476
  ...
470
477
 
471
- class OBJECT_PT_visibility(bpy.types.Panel, bpy_types._GenericUI):
478
+ class OBJECT_PT_visibility(ObjectButtonsPanel, bpy.types.Panel):
472
479
  COMPAT_ENGINES: typing.Any
473
480
  bl_context: typing.Any
474
481
  bl_label: typing.Any
@@ -1,13 +1,13 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bl_ui.utils
4
5
  import bpy.types
5
- import bpy_types
6
6
 
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class RENDER_MT_framerate_presets(bpy.types.Menu, bpy_types._GenericUI):
10
+ class RENDER_MT_framerate_presets(bpy.types.Menu):
11
11
  bl_label: typing.Any
12
12
  bl_rna: typing.Any
13
13
  id_data: typing.Any
@@ -30,7 +30,7 @@ class RENDER_MT_framerate_presets(bpy.types.Menu, bpy_types._GenericUI):
30
30
  """
31
31
  ...
32
32
 
33
- class RENDER_PT_encoding(bpy.types.Panel, bpy_types._GenericUI):
33
+ class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy.types.Panel):
34
34
  COMPAT_ENGINES: typing.Any
35
35
  bl_context: typing.Any
36
36
  bl_label: typing.Any
@@ -79,7 +79,7 @@ class RENDER_PT_encoding(bpy.types.Panel, bpy_types._GenericUI):
79
79
  """
80
80
  ...
81
81
 
82
- class RENDER_PT_encoding_audio(bpy.types.Panel, bpy_types._GenericUI):
82
+ class RENDER_PT_encoding_audio(RenderOutputButtonsPanel, bpy.types.Panel):
83
83
  COMPAT_ENGINES: typing.Any
84
84
  bl_context: typing.Any
85
85
  bl_label: typing.Any
@@ -120,7 +120,7 @@ class RENDER_PT_encoding_audio(bpy.types.Panel, bpy_types._GenericUI):
120
120
  """
121
121
  ...
122
122
 
123
- class RENDER_PT_encoding_video(bpy.types.Panel, bpy_types._GenericUI):
123
+ class RENDER_PT_encoding_video(RenderOutputButtonsPanel, bpy.types.Panel):
124
124
  COMPAT_ENGINES: typing.Any
125
125
  bl_context: typing.Any
126
126
  bl_label: typing.Any
@@ -168,7 +168,7 @@ class RENDER_PT_encoding_video(bpy.types.Panel, bpy_types._GenericUI):
168
168
  """
169
169
  ...
170
170
 
171
- class RENDER_PT_ffmpeg_presets(bpy.types.Panel, bpy_types._GenericUI):
171
+ class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
172
172
  bl_label: typing.Any
173
173
  bl_region_type: typing.Any
174
174
  bl_rna: typing.Any
@@ -193,7 +193,7 @@ class RENDER_PT_ffmpeg_presets(bpy.types.Panel, bpy_types._GenericUI):
193
193
  """
194
194
  ...
195
195
 
196
- class RENDER_PT_format(bpy.types.Panel, bpy_types._GenericUI):
196
+ class RENDER_PT_format(RenderOutputButtonsPanel, bpy.types.Panel):
197
197
  COMPAT_ENGINES: typing.Any
198
198
  bl_context: typing.Any
199
199
  bl_label: typing.Any
@@ -241,7 +241,7 @@ class RENDER_PT_format(bpy.types.Panel, bpy_types._GenericUI):
241
241
  """
242
242
  ...
243
243
 
244
- class RENDER_PT_format_presets(bpy.types.Panel, bpy_types._GenericUI):
244
+ class RENDER_PT_format_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
245
245
  bl_label: typing.Any
246
246
  bl_region_type: typing.Any
247
247
  bl_rna: typing.Any
@@ -267,7 +267,7 @@ class RENDER_PT_format_presets(bpy.types.Panel, bpy_types._GenericUI):
267
267
  """
268
268
  ...
269
269
 
270
- class RENDER_PT_frame_range(bpy.types.Panel, bpy_types._GenericUI):
270
+ class RENDER_PT_frame_range(RenderOutputButtonsPanel, bpy.types.Panel):
271
271
  COMPAT_ENGINES: typing.Any
272
272
  bl_context: typing.Any
273
273
  bl_label: typing.Any
@@ -299,7 +299,7 @@ class RENDER_PT_frame_range(bpy.types.Panel, bpy_types._GenericUI):
299
299
  """
300
300
  ...
301
301
 
302
- class RENDER_PT_output(bpy.types.Panel, bpy_types._GenericUI):
302
+ class RENDER_PT_output(RenderOutputButtonsPanel, bpy.types.Panel):
303
303
  COMPAT_ENGINES: typing.Any
304
304
  bl_context: typing.Any
305
305
  bl_label: typing.Any
@@ -331,7 +331,7 @@ class RENDER_PT_output(bpy.types.Panel, bpy_types._GenericUI):
331
331
  """
332
332
  ...
333
333
 
334
- class RENDER_PT_output_color_management(bpy.types.Panel, bpy_types._GenericUI):
334
+ class RENDER_PT_output_color_management(RenderOutputButtonsPanel, bpy.types.Panel):
335
335
  COMPAT_ENGINES: typing.Any
336
336
  bl_context: typing.Any
337
337
  bl_label: typing.Any
@@ -365,7 +365,7 @@ class RENDER_PT_output_color_management(bpy.types.Panel, bpy_types._GenericUI):
365
365
  """
366
366
  ...
367
367
 
368
- class RENDER_PT_output_views(bpy.types.Panel, bpy_types._GenericUI):
368
+ class RENDER_PT_output_views(RenderOutputButtonsPanel, bpy.types.Panel):
369
369
  COMPAT_ENGINES: typing.Any
370
370
  bl_context: typing.Any
371
371
  bl_label: typing.Any
@@ -406,7 +406,7 @@ class RENDER_PT_output_views(bpy.types.Panel, bpy_types._GenericUI):
406
406
  """
407
407
  ...
408
408
 
409
- class RENDER_PT_post_processing(bpy.types.Panel, bpy_types._GenericUI):
409
+ class RENDER_PT_post_processing(RenderOutputButtonsPanel, bpy.types.Panel):
410
410
  COMPAT_ENGINES: typing.Any
411
411
  bl_context: typing.Any
412
412
  bl_label: typing.Any
@@ -439,7 +439,7 @@ class RENDER_PT_post_processing(bpy.types.Panel, bpy_types._GenericUI):
439
439
  """
440
440
  ...
441
441
 
442
- class RENDER_PT_stamp(bpy.types.Panel, bpy_types._GenericUI):
442
+ class RENDER_PT_stamp(RenderOutputButtonsPanel, bpy.types.Panel):
443
443
  COMPAT_ENGINES: typing.Any
444
444
  bl_context: typing.Any
445
445
  bl_label: typing.Any
@@ -472,7 +472,7 @@ class RENDER_PT_stamp(bpy.types.Panel, bpy_types._GenericUI):
472
472
  """
473
473
  ...
474
474
 
475
- class RENDER_PT_stamp_burn(bpy.types.Panel, bpy_types._GenericUI):
475
+ class RENDER_PT_stamp_burn(RenderOutputButtonsPanel, bpy.types.Panel):
476
476
  COMPAT_ENGINES: typing.Any
477
477
  bl_context: typing.Any
478
478
  bl_label: typing.Any
@@ -513,7 +513,7 @@ class RENDER_PT_stamp_burn(bpy.types.Panel, bpy_types._GenericUI):
513
513
  """
514
514
  ...
515
515
 
516
- class RENDER_PT_stamp_note(bpy.types.Panel, bpy_types._GenericUI):
516
+ class RENDER_PT_stamp_note(RenderOutputButtonsPanel, bpy.types.Panel):
517
517
  COMPAT_ENGINES: typing.Any
518
518
  bl_context: typing.Any
519
519
  bl_label: typing.Any
@@ -554,7 +554,7 @@ class RENDER_PT_stamp_note(bpy.types.Panel, bpy_types._GenericUI):
554
554
  """
555
555
  ...
556
556
 
557
- class RENDER_PT_stereoscopy(bpy.types.Panel, bpy_types._GenericUI):
557
+ class RENDER_PT_stereoscopy(RenderOutputButtonsPanel, bpy.types.Panel):
558
558
  COMPAT_ENGINES: typing.Any
559
559
  bl_context: typing.Any
560
560
  bl_label: typing.Any
@@ -594,7 +594,7 @@ class RENDER_PT_stereoscopy(bpy.types.Panel, bpy_types._GenericUI):
594
594
  """
595
595
  ...
596
596
 
597
- class RENDER_PT_time_stretching(bpy.types.Panel, bpy_types._GenericUI):
597
+ class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy.types.Panel):
598
598
  COMPAT_ENGINES: typing.Any
599
599
  bl_context: typing.Any
600
600
  bl_label: typing.Any
@@ -628,7 +628,7 @@ class RENDER_PT_time_stretching(bpy.types.Panel, bpy_types._GenericUI):
628
628
  """
629
629
  ...
630
630
 
631
- class RENDER_UL_renderviews(bpy.types.UIList, bpy_types._GenericUI):
631
+ class RENDER_UL_renderviews(bpy.types.UIList):
632
632
  bl_rna: typing.Any
633
633
  id_data: typing.Any
634
634
 
@@ -2,7 +2,6 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
- import bpy_types
6
5
 
7
6
  GenericType1 = typing.TypeVar("GenericType1")
8
7
  GenericType2 = typing.TypeVar("GenericType2")
@@ -59,15 +58,6 @@ class BrushAssetShelf:
59
58
  """
60
59
  ...
61
60
 
62
- class BrushPanel:
63
- @classmethod
64
- def poll(cls, context):
65
- """
66
-
67
- :param context:
68
- """
69
- ...
70
-
71
61
  class UnifiedPaintPanel:
72
62
  @staticmethod
73
63
  def get_brush_mode(context):
@@ -139,7 +129,7 @@ class UnifiedPaintPanel:
139
129
  """
140
130
  ...
141
131
 
142
- class VIEW3D_MT_tools_projectpaint_clone(bpy.types.Menu, bpy_types._GenericUI):
132
+ class VIEW3D_MT_tools_projectpaint_clone(bpy.types.Menu):
143
133
  bl_label: typing.Any
144
134
  bl_rna: typing.Any
145
135
  id_data: typing.Any
@@ -167,7 +157,16 @@ class VIEW3D_MT_tools_projectpaint_clone(bpy.types.Menu, bpy_types._GenericUI):
167
157
  """
168
158
  ...
169
159
 
170
- class BrushSelectPanel(UnifiedPaintPanel):
160
+ class BrushPanel(UnifiedPaintPanel):
161
+ @classmethod
162
+ def poll(cls, context):
163
+ """
164
+
165
+ :param context:
166
+ """
167
+ ...
168
+
169
+ class BrushSelectPanel(BrushPanel):
171
170
  bl_label: typing.Any
172
171
 
173
172
  def draw(self, context):
@@ -177,7 +176,7 @@ class BrushSelectPanel(UnifiedPaintPanel):
177
176
  """
178
177
  ...
179
178
 
180
- class ClonePanel(UnifiedPaintPanel):
179
+ class ClonePanel(BrushPanel):
181
180
  bl_label: typing.Any
182
181
  bl_options: typing.Any
183
182
 
@@ -203,7 +202,7 @@ class ClonePanel(UnifiedPaintPanel):
203
202
  """
204
203
  ...
205
204
 
206
- class ColorPalettePanel(UnifiedPaintPanel):
205
+ class ColorPalettePanel(BrushPanel):
207
206
  bl_label: typing.Any
208
207
  bl_options: typing.Any
209
208
 
@@ -222,7 +221,7 @@ class ColorPalettePanel(UnifiedPaintPanel):
222
221
  """
223
222
  ...
224
223
 
225
- class DisplayPanel(UnifiedPaintPanel):
224
+ class DisplayPanel(BrushPanel):
226
225
  bl_label: typing.Any
227
226
  bl_options: typing.Any
228
227
 
@@ -240,7 +239,7 @@ class DisplayPanel(UnifiedPaintPanel):
240
239
  """
241
240
  ...
242
241
 
243
- class FalloffPanel(UnifiedPaintPanel):
242
+ class FalloffPanel(BrushPanel):
244
243
  bl_label: typing.Any
245
244
  bl_options: typing.Any
246
245
 
@@ -259,7 +258,7 @@ class FalloffPanel(UnifiedPaintPanel):
259
258
  """
260
259
  ...
261
260
 
262
- class SmoothStrokePanel(UnifiedPaintPanel):
261
+ class SmoothStrokePanel(BrushPanel):
263
262
  bl_label: typing.Any
264
263
  bl_options: typing.Any
265
264
 
@@ -285,7 +284,7 @@ class SmoothStrokePanel(UnifiedPaintPanel):
285
284
  """
286
285
  ...
287
286
 
288
- class StrokePanel(UnifiedPaintPanel):
287
+ class StrokePanel(BrushPanel):
289
288
  bl_label: typing.Any
290
289
  bl_options: typing.Any
291
290
  bl_ui_units_x: typing.Any
@@ -297,7 +296,7 @@ class StrokePanel(UnifiedPaintPanel):
297
296
  """
298
297
  ...
299
298
 
300
- class TextureMaskPanel(UnifiedPaintPanel):
299
+ class TextureMaskPanel(BrushPanel):
301
300
  bl_label: typing.Any
302
301
  bl_options: typing.Any
303
302