fake-bpy-module 20240721__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 (87) hide show
  1. bl_operators/bone_selection_sets/__init__.pyi +6 -18
  2. bl_operators/node/__init__.pyi +2 -4
  3. bl_operators/presets/__init__.pyi +2 -5
  4. bl_operators/wm/__init__.pyi +4 -5
  5. bl_ui/__init__.pyi +3 -4
  6. bl_ui/anim/__init__.pyi +1 -2
  7. bl_ui/asset_shelf/__init__.pyi +1 -2
  8. bl_ui/node_add_menu/__init__.pyi +1 -2
  9. bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
  10. bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
  11. bl_ui/node_add_menu_shader/__init__.pyi +10 -11
  12. bl_ui/node_add_menu_texture/__init__.pyi +9 -10
  13. bl_ui/properties_collection/__init__.pyi +6 -18
  14. bl_ui/properties_constraint/__init__.pyi +79 -142
  15. bl_ui/properties_data_armature/__init__.pyi +17 -32
  16. bl_ui/properties_data_bone/__init__.pyi +10 -15
  17. bl_ui/properties_data_camera/__init__.pyi +14 -29
  18. bl_ui/properties_data_curve/__init__.pyi +15 -40
  19. bl_ui/properties_data_curves/__init__.pyi +6 -9
  20. bl_ui/properties_data_empty/__init__.pyi +2 -3
  21. bl_ui/properties_data_gpencil/__init__.pyi +23 -37
  22. bl_ui/properties_data_grease_pencil/__init__.pyi +14 -36
  23. bl_ui/properties_data_lattice/__init__.pyi +3 -4
  24. bl_ui/properties_data_light/__init__.pyi +12 -23
  25. bl_ui/properties_data_lightprobe/__init__.pyi +13 -36
  26. bl_ui/properties_data_mesh/__init__.pyi +20 -27
  27. bl_ui/properties_data_metaball/__init__.pyi +5 -8
  28. bl_ui/properties_data_modifier/__init__.pyi +9 -24
  29. bl_ui/properties_data_pointcloud/__init__.pyi +5 -10
  30. bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
  31. bl_ui/properties_data_speaker/__init__.pyi +5 -6
  32. bl_ui/properties_data_volume/__init__.pyi +8 -13
  33. bl_ui/properties_freestyle/__init__.pyi +26 -112
  34. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
  35. bl_ui/properties_mask_common/__init__.pyi +7 -8
  36. bl_ui/properties_material/__init__.pyi +16 -40
  37. bl_ui/properties_material_gpencil/__init__.pyi +10 -28
  38. bl_ui/properties_object/__init__.pyi +14 -25
  39. bl_ui/properties_output/__init__.pyi +18 -45
  40. bl_ui/properties_paint_common/__init__.pyi +9 -10
  41. bl_ui/properties_particle/__init__.pyi +52 -134
  42. bl_ui/properties_physics_cloth/__init__.pyi +14 -35
  43. bl_ui/properties_physics_common/__init__.pyi +1 -2
  44. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -61
  45. bl_ui/properties_physics_field/__init__.pyi +10 -27
  46. bl_ui/properties_physics_fluid/__init__.pyi +28 -51
  47. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
  48. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -17
  49. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -14
  50. bl_ui/properties_physics_softbody/__init__.pyi +15 -44
  51. bl_ui/properties_render/__init__.pyi +55 -146
  52. bl_ui/properties_scene/__init__.pyi +15 -28
  53. bl_ui/properties_texture/__init__.pyi +26 -70
  54. bl_ui/properties_view_layer/__init__.pyi +49 -80
  55. bl_ui/properties_workspace/__init__.pyi +4 -8
  56. bl_ui/properties_world/__init__.pyi +10 -17
  57. bl_ui/space_clip/__init__.pyi +72 -116
  58. bl_ui/space_console/__init__.pyi +6 -7
  59. bl_ui/space_dopesheet/__init__.pyi +39 -56
  60. bl_ui/space_filebrowser/__init__.pyi +29 -44
  61. bl_ui/space_graph/__init__.pyi +20 -23
  62. bl_ui/space_image/__init__.pyi +69 -134
  63. bl_ui/space_info/__init__.pyi +6 -7
  64. bl_ui/space_nla/__init__.pyi +17 -26
  65. bl_ui/space_node/__init__.pyi +28 -35
  66. bl_ui/space_outliner/__init__.pyi +14 -15
  67. bl_ui/space_properties/__init__.pyi +3 -4
  68. bl_ui/space_sequencer/__init__.pyi +80 -134
  69. bl_ui/space_spreadsheet/__init__.pyi +1 -2
  70. bl_ui/space_statusbar/__init__.pyi +1 -2
  71. bl_ui/space_text/__init__.pyi +16 -17
  72. bl_ui/space_time/__init__.pyi +7 -12
  73. bl_ui/space_toolsystem_common/__init__.pyi +1 -2
  74. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -13
  75. bl_ui/space_topbar/__init__.pyi +26 -27
  76. bl_ui/space_userpref/__init__.pyi +91 -196
  77. bl_ui/space_view3d/__init__.pyi +279 -342
  78. bl_ui/space_view3d_toolbar/__init__.pyi +613 -897
  79. bl_ui/temp_anim_layers/__init__.pyi +1 -2
  80. bpy/ops/sequencer/__init__.pyi +1 -1
  81. bpy/types/__init__.pyi +29718 -29418
  82. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
  83. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +87 -87
  84. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +1 -1
  85. freestyle/utils/__init__.pyi +1 -1
  86. nodeitems_builtins/__init__.pyi +4 -4
  87. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
@@ -4,13 +4,12 @@ import typing_extensions
4
4
  import bl_ui.properties_grease_pencil_common
5
5
  import bl_ui.utils
6
6
  import bpy.types
7
- import bpy_types
8
7
  import rna_prop_ui
9
8
 
10
9
  GenericType1 = typing.TypeVar("GenericType1")
11
10
  GenericType2 = typing.TypeVar("GenericType2")
12
11
 
13
- class GPENCIL_MT_material_context_menu(bpy.types.Menu, bpy_types._GenericUI):
12
+ class GPENCIL_MT_material_context_menu(bpy.types.Menu):
14
13
  bl_label: typing.Any
15
14
  bl_rna: typing.Any
16
15
  id_data: typing.Any
@@ -38,7 +37,7 @@ class GPENCIL_MT_material_context_menu(bpy.types.Menu, bpy_types._GenericUI):
38
37
  """
39
38
  ...
40
39
 
41
- class GPENCIL_UL_matslots(bpy.types.UIList, bpy_types._GenericUI):
40
+ class GPENCIL_UL_matslots(bpy.types.UIList):
42
41
  bl_rna: typing.Any
43
42
  id_data: typing.Any
44
43
 
@@ -96,10 +95,7 @@ class GPMaterialButtonsPanel:
96
95
  ...
97
96
 
98
97
  class MATERIAL_PT_gpencil_custom_props(
99
- bpy.types.Panel,
100
- GPMaterialButtonsPanel,
101
- rna_prop_ui.PropertyPanel,
102
- bpy_types._GenericUI,
98
+ rna_prop_ui.PropertyPanel, GPMaterialButtonsPanel, bpy.types.Panel
103
99
  ):
104
100
  """The subclass should have its own poll function
105
101
  and the variable '_context_path' MUST be set.
@@ -131,9 +127,7 @@ class MATERIAL_PT_gpencil_custom_props(
131
127
  """
132
128
  ...
133
129
 
134
- class MATERIAL_PT_gpencil_fillcolor(
135
- bpy.types.Panel, GPMaterialButtonsPanel, bpy_types._GenericUI
136
- ):
130
+ class MATERIAL_PT_gpencil_fillcolor(GPMaterialButtonsPanel, bpy.types.Panel):
137
131
  bl_context: typing.Any
138
132
  bl_label: typing.Any
139
133
  bl_parent_id: typing.Any
@@ -172,9 +166,7 @@ class MATERIAL_PT_gpencil_fillcolor(
172
166
  """
173
167
  ...
174
168
 
175
- class MATERIAL_PT_gpencil_material_presets(
176
- bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
177
- ):
169
+ class MATERIAL_PT_gpencil_material_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
178
170
  """Material settings"""
179
171
 
180
172
  bl_label: typing.Any
@@ -202,9 +194,7 @@ class MATERIAL_PT_gpencil_material_presets(
202
194
  """
203
195
  ...
204
196
 
205
- class MATERIAL_PT_gpencil_preview(
206
- bpy.types.Panel, GPMaterialButtonsPanel, bpy_types._GenericUI
207
- ):
197
+ class MATERIAL_PT_gpencil_preview(GPMaterialButtonsPanel, bpy.types.Panel):
208
198
  COMPAT_ENGINES: typing.Any
209
199
  bl_context: typing.Any
210
200
  bl_label: typing.Any
@@ -237,9 +227,7 @@ class MATERIAL_PT_gpencil_preview(
237
227
  """
238
228
  ...
239
229
 
240
- class MATERIAL_PT_gpencil_settings(
241
- bpy.types.Panel, GPMaterialButtonsPanel, bpy_types._GenericUI
242
- ):
230
+ class MATERIAL_PT_gpencil_settings(GPMaterialButtonsPanel, bpy.types.Panel):
243
231
  bl_context: typing.Any
244
232
  bl_label: typing.Any
245
233
  bl_options: typing.Any
@@ -272,9 +260,7 @@ class MATERIAL_PT_gpencil_settings(
272
260
  ...
273
261
 
274
262
  class MATERIAL_PT_gpencil_slots(
275
- bpy.types.Panel,
276
- bl_ui.properties_grease_pencil_common.GreasePencilMaterialsPanel,
277
- bpy_types._GenericUI,
263
+ bl_ui.properties_grease_pencil_common.GreasePencilMaterialsPanel, bpy.types.Panel
278
264
  ):
279
265
  bl_context: typing.Any
280
266
  bl_label: typing.Any
@@ -308,9 +294,7 @@ class MATERIAL_PT_gpencil_slots(
308
294
  """
309
295
  ...
310
296
 
311
- class MATERIAL_PT_gpencil_strokecolor(
312
- bpy.types.Panel, GPMaterialButtonsPanel, bpy_types._GenericUI
313
- ):
297
+ class MATERIAL_PT_gpencil_strokecolor(GPMaterialButtonsPanel, bpy.types.Panel):
314
298
  bl_context: typing.Any
315
299
  bl_label: typing.Any
316
300
  bl_parent_id: typing.Any
@@ -349,9 +333,7 @@ class MATERIAL_PT_gpencil_strokecolor(
349
333
  """
350
334
  ...
351
335
 
352
- class MATERIAL_PT_gpencil_surface(
353
- bpy.types.Panel, GPMaterialButtonsPanel, bpy_types._GenericUI
354
- ):
336
+ class MATERIAL_PT_gpencil_surface(GPMaterialButtonsPanel, bpy.types.Panel):
355
337
  bl_context: typing.Any
356
338
  bl_label: typing.Any
357
339
  bl_region_type: typing.Any
@@ -3,13 +3,12 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bl_ui.properties_animviz
5
5
  import bpy.types
6
- import bpy_types
7
6
  import rna_prop_ui
8
7
 
9
8
  GenericType1 = typing.TypeVar("GenericType1")
10
9
  GenericType2 = typing.TypeVar("GenericType2")
11
10
 
12
- class COLLECTION_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
11
+ class COLLECTION_MT_context_menu(bpy.types.Menu):
13
12
  bl_label: typing.Any
14
13
  bl_rna: typing.Any
15
14
  id_data: typing.Any
@@ -37,7 +36,7 @@ class COLLECTION_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
37
36
  """
38
37
  ...
39
38
 
40
- class OBJECT_PT_collections(bpy.types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
39
+ class OBJECT_PT_collections(ObjectButtonsPanel, bpy.types.Panel):
41
40
  bl_context: typing.Any
42
41
  bl_label: typing.Any
43
42
  bl_options: typing.Any
@@ -69,9 +68,7 @@ class OBJECT_PT_collections(bpy.types.Panel, ObjectButtonsPanel, bpy_types._Gene
69
68
  """
70
69
  ...
71
70
 
72
- class OBJECT_PT_context_object(
73
- bpy.types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
74
- ):
71
+ class OBJECT_PT_context_object(ObjectButtonsPanel, bpy.types.Panel):
75
72
  bl_context: typing.Any
76
73
  bl_label: typing.Any
77
74
  bl_options: typing.Any
@@ -104,7 +101,7 @@ class OBJECT_PT_context_object(
104
101
  ...
105
102
 
106
103
  class OBJECT_PT_custom_props(
107
- bpy.types.Panel, ObjectButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
104
+ rna_prop_ui.PropertyPanel, ObjectButtonsPanel, bpy.types.Panel
108
105
  ):
109
106
  """The subclass should have its own poll function
110
107
  and the variable '_context_path' MUST be set.
@@ -136,9 +133,7 @@ class OBJECT_PT_custom_props(
136
133
  """
137
134
  ...
138
135
 
139
- class OBJECT_PT_delta_transform(
140
- bpy.types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
141
- ):
136
+ class OBJECT_PT_delta_transform(ObjectButtonsPanel, bpy.types.Panel):
142
137
  bl_context: typing.Any
143
138
  bl_label: typing.Any
144
139
  bl_options: typing.Any
@@ -171,7 +166,7 @@ class OBJECT_PT_delta_transform(
171
166
  """
172
167
  ...
173
168
 
174
- class OBJECT_PT_display(bpy.types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
169
+ class OBJECT_PT_display(ObjectButtonsPanel, bpy.types.Panel):
175
170
  bl_context: typing.Any
176
171
  bl_label: typing.Any
177
172
  bl_options: typing.Any
@@ -204,7 +199,7 @@ class OBJECT_PT_display(bpy.types.Panel, ObjectButtonsPanel, bpy_types._GenericU
204
199
  """
205
200
  ...
206
201
 
207
- class OBJECT_PT_instancing(bpy.types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
202
+ class OBJECT_PT_instancing(ObjectButtonsPanel, bpy.types.Panel):
208
203
  bl_context: typing.Any
209
204
  bl_label: typing.Any
210
205
  bl_options: typing.Any
@@ -244,9 +239,7 @@ class OBJECT_PT_instancing(bpy.types.Panel, ObjectButtonsPanel, bpy_types._Gener
244
239
  """
245
240
  ...
246
241
 
247
- class OBJECT_PT_instancing_size(
248
- bpy.types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
249
- ):
242
+ class OBJECT_PT_instancing_size(ObjectButtonsPanel, bpy.types.Panel):
250
243
  bl_context: typing.Any
251
244
  bl_label: typing.Any
252
245
  bl_parent_id: typing.Any
@@ -293,7 +286,7 @@ class OBJECT_PT_instancing_size(
293
286
  """
294
287
  ...
295
288
 
296
- class OBJECT_PT_lineart(bpy.types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
289
+ class OBJECT_PT_lineart(ObjectButtonsPanel, bpy.types.Panel):
297
290
  bl_context: typing.Any
298
291
  bl_label: typing.Any
299
292
  bl_options: typing.Any
@@ -335,9 +328,7 @@ class OBJECT_PT_lineart(bpy.types.Panel, ObjectButtonsPanel, bpy_types._GenericU
335
328
  ...
336
329
 
337
330
  class OBJECT_PT_motion_paths(
338
- bpy.types.Panel,
339
- bl_ui.properties_animviz.MotionPathButtonsPanel,
340
- bpy_types._GenericUI,
331
+ bl_ui.properties_animviz.MotionPathButtonsPanel, bpy.types.Panel
341
332
  ):
342
333
  bl_context: typing.Any
343
334
  bl_label: typing.Any
@@ -379,9 +370,7 @@ class OBJECT_PT_motion_paths(
379
370
  ...
380
371
 
381
372
  class OBJECT_PT_motion_paths_display(
382
- bpy.types.Panel,
383
- bl_ui.properties_animviz.MotionPathButtonsPanel_display,
384
- bpy_types._GenericUI,
373
+ bl_ui.properties_animviz.MotionPathButtonsPanel_display, bpy.types.Panel
385
374
  ):
386
375
  bl_context: typing.Any
387
376
  bl_label: typing.Any
@@ -423,7 +412,7 @@ class OBJECT_PT_motion_paths_display(
423
412
  """
424
413
  ...
425
414
 
426
- class OBJECT_PT_relations(bpy.types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
415
+ class OBJECT_PT_relations(ObjectButtonsPanel, bpy.types.Panel):
427
416
  bl_context: typing.Any
428
417
  bl_label: typing.Any
429
418
  bl_options: typing.Any
@@ -455,7 +444,7 @@ class OBJECT_PT_relations(bpy.types.Panel, ObjectButtonsPanel, bpy_types._Generi
455
444
  """
456
445
  ...
457
446
 
458
- class OBJECT_PT_transform(bpy.types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
447
+ class OBJECT_PT_transform(ObjectButtonsPanel, bpy.types.Panel):
459
448
  bl_context: typing.Any
460
449
  bl_label: typing.Any
461
450
  bl_region_type: typing.Any
@@ -486,7 +475,7 @@ class OBJECT_PT_transform(bpy.types.Panel, ObjectButtonsPanel, bpy_types._Generi
486
475
  """
487
476
  ...
488
477
 
489
- class OBJECT_PT_visibility(bpy.types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
478
+ class OBJECT_PT_visibility(ObjectButtonsPanel, bpy.types.Panel):
490
479
  COMPAT_ENGINES: typing.Any
491
480
  bl_context: typing.Any
492
481
  bl_label: typing.Any
@@ -3,12 +3,11 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bl_ui.utils
5
5
  import bpy.types
6
- import bpy_types
7
6
 
8
7
  GenericType1 = typing.TypeVar("GenericType1")
9
8
  GenericType2 = typing.TypeVar("GenericType2")
10
9
 
11
- class RENDER_MT_framerate_presets(bpy.types.Menu, bpy_types._GenericUI):
10
+ class RENDER_MT_framerate_presets(bpy.types.Menu):
12
11
  bl_label: typing.Any
13
12
  bl_rna: typing.Any
14
13
  id_data: typing.Any
@@ -31,9 +30,7 @@ class RENDER_MT_framerate_presets(bpy.types.Menu, bpy_types._GenericUI):
31
30
  """
32
31
  ...
33
32
 
34
- class RENDER_PT_encoding(
35
- bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
36
- ):
33
+ class RENDER_PT_encoding(RenderOutputButtonsPanel, bpy.types.Panel):
37
34
  COMPAT_ENGINES: typing.Any
38
35
  bl_context: typing.Any
39
36
  bl_label: typing.Any
@@ -82,9 +79,7 @@ class RENDER_PT_encoding(
82
79
  """
83
80
  ...
84
81
 
85
- class RENDER_PT_encoding_audio(
86
- bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
87
- ):
82
+ class RENDER_PT_encoding_audio(RenderOutputButtonsPanel, bpy.types.Panel):
88
83
  COMPAT_ENGINES: typing.Any
89
84
  bl_context: typing.Any
90
85
  bl_label: typing.Any
@@ -125,9 +120,7 @@ class RENDER_PT_encoding_audio(
125
120
  """
126
121
  ...
127
122
 
128
- class RENDER_PT_encoding_video(
129
- bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
130
- ):
123
+ class RENDER_PT_encoding_video(RenderOutputButtonsPanel, bpy.types.Panel):
131
124
  COMPAT_ENGINES: typing.Any
132
125
  bl_context: typing.Any
133
126
  bl_label: typing.Any
@@ -175,9 +168,7 @@ class RENDER_PT_encoding_video(
175
168
  """
176
169
  ...
177
170
 
178
- class RENDER_PT_ffmpeg_presets(
179
- bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
180
- ):
171
+ class RENDER_PT_ffmpeg_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
181
172
  bl_label: typing.Any
182
173
  bl_region_type: typing.Any
183
174
  bl_rna: typing.Any
@@ -202,7 +193,7 @@ class RENDER_PT_ffmpeg_presets(
202
193
  """
203
194
  ...
204
195
 
205
- class RENDER_PT_format(bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
196
+ class RENDER_PT_format(RenderOutputButtonsPanel, bpy.types.Panel):
206
197
  COMPAT_ENGINES: typing.Any
207
198
  bl_context: typing.Any
208
199
  bl_label: typing.Any
@@ -250,9 +241,7 @@ class RENDER_PT_format(bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._Gen
250
241
  """
251
242
  ...
252
243
 
253
- class RENDER_PT_format_presets(
254
- bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
255
- ):
244
+ class RENDER_PT_format_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
256
245
  bl_label: typing.Any
257
246
  bl_region_type: typing.Any
258
247
  bl_rna: typing.Any
@@ -278,9 +267,7 @@ class RENDER_PT_format_presets(
278
267
  """
279
268
  ...
280
269
 
281
- class RENDER_PT_frame_range(
282
- bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
283
- ):
270
+ class RENDER_PT_frame_range(RenderOutputButtonsPanel, bpy.types.Panel):
284
271
  COMPAT_ENGINES: typing.Any
285
272
  bl_context: typing.Any
286
273
  bl_label: typing.Any
@@ -312,7 +299,7 @@ class RENDER_PT_frame_range(
312
299
  """
313
300
  ...
314
301
 
315
- class RENDER_PT_output(bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
302
+ class RENDER_PT_output(RenderOutputButtonsPanel, bpy.types.Panel):
316
303
  COMPAT_ENGINES: typing.Any
317
304
  bl_context: typing.Any
318
305
  bl_label: typing.Any
@@ -344,9 +331,7 @@ class RENDER_PT_output(bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._Gen
344
331
  """
345
332
  ...
346
333
 
347
- class RENDER_PT_output_color_management(
348
- bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
349
- ):
334
+ class RENDER_PT_output_color_management(RenderOutputButtonsPanel, bpy.types.Panel):
350
335
  COMPAT_ENGINES: typing.Any
351
336
  bl_context: typing.Any
352
337
  bl_label: typing.Any
@@ -380,9 +365,7 @@ class RENDER_PT_output_color_management(
380
365
  """
381
366
  ...
382
367
 
383
- class RENDER_PT_output_views(
384
- bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
385
- ):
368
+ class RENDER_PT_output_views(RenderOutputButtonsPanel, bpy.types.Panel):
386
369
  COMPAT_ENGINES: typing.Any
387
370
  bl_context: typing.Any
388
371
  bl_label: typing.Any
@@ -423,9 +406,7 @@ class RENDER_PT_output_views(
423
406
  """
424
407
  ...
425
408
 
426
- class RENDER_PT_post_processing(
427
- bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
428
- ):
409
+ class RENDER_PT_post_processing(RenderOutputButtonsPanel, bpy.types.Panel):
429
410
  COMPAT_ENGINES: typing.Any
430
411
  bl_context: typing.Any
431
412
  bl_label: typing.Any
@@ -458,7 +439,7 @@ class RENDER_PT_post_processing(
458
439
  """
459
440
  ...
460
441
 
461
- class RENDER_PT_stamp(bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
442
+ class RENDER_PT_stamp(RenderOutputButtonsPanel, bpy.types.Panel):
462
443
  COMPAT_ENGINES: typing.Any
463
444
  bl_context: typing.Any
464
445
  bl_label: typing.Any
@@ -491,9 +472,7 @@ class RENDER_PT_stamp(bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._Gene
491
472
  """
492
473
  ...
493
474
 
494
- class RENDER_PT_stamp_burn(
495
- bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
496
- ):
475
+ class RENDER_PT_stamp_burn(RenderOutputButtonsPanel, bpy.types.Panel):
497
476
  COMPAT_ENGINES: typing.Any
498
477
  bl_context: typing.Any
499
478
  bl_label: typing.Any
@@ -534,9 +513,7 @@ class RENDER_PT_stamp_burn(
534
513
  """
535
514
  ...
536
515
 
537
- class RENDER_PT_stamp_note(
538
- bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
539
- ):
516
+ class RENDER_PT_stamp_note(RenderOutputButtonsPanel, bpy.types.Panel):
540
517
  COMPAT_ENGINES: typing.Any
541
518
  bl_context: typing.Any
542
519
  bl_label: typing.Any
@@ -577,9 +554,7 @@ class RENDER_PT_stamp_note(
577
554
  """
578
555
  ...
579
556
 
580
- class RENDER_PT_stereoscopy(
581
- bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
582
- ):
557
+ class RENDER_PT_stereoscopy(RenderOutputButtonsPanel, bpy.types.Panel):
583
558
  COMPAT_ENGINES: typing.Any
584
559
  bl_context: typing.Any
585
560
  bl_label: typing.Any
@@ -619,9 +594,7 @@ class RENDER_PT_stereoscopy(
619
594
  """
620
595
  ...
621
596
 
622
- class RENDER_PT_time_stretching(
623
- bpy.types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
624
- ):
597
+ class RENDER_PT_time_stretching(RenderOutputButtonsPanel, bpy.types.Panel):
625
598
  COMPAT_ENGINES: typing.Any
626
599
  bl_context: typing.Any
627
600
  bl_label: typing.Any
@@ -655,7 +628,7 @@ class RENDER_PT_time_stretching(
655
628
  """
656
629
  ...
657
630
 
658
- class RENDER_UL_renderviews(bpy.types.UIList, bpy_types._GenericUI):
631
+ class RENDER_UL_renderviews(bpy.types.UIList):
659
632
  bl_rna: typing.Any
660
633
  id_data: typing.Any
661
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")
@@ -130,7 +129,7 @@ class UnifiedPaintPanel:
130
129
  """
131
130
  ...
132
131
 
133
- class VIEW3D_MT_tools_projectpaint_clone(bpy.types.Menu, bpy_types._GenericUI):
132
+ class VIEW3D_MT_tools_projectpaint_clone(bpy.types.Menu):
134
133
  bl_label: typing.Any
135
134
  bl_rna: typing.Any
136
135
  id_data: typing.Any
@@ -167,7 +166,7 @@ class BrushPanel(UnifiedPaintPanel):
167
166
  """
168
167
  ...
169
168
 
170
- class BrushSelectPanel(BrushPanel, UnifiedPaintPanel):
169
+ class BrushSelectPanel(BrushPanel):
171
170
  bl_label: typing.Any
172
171
 
173
172
  def draw(self, context):
@@ -177,7 +176,7 @@ class BrushSelectPanel(BrushPanel, UnifiedPaintPanel):
177
176
  """
178
177
  ...
179
178
 
180
- class ClonePanel(BrushPanel, 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(BrushPanel, UnifiedPaintPanel):
203
202
  """
204
203
  ...
205
204
 
206
- class ColorPalettePanel(BrushPanel, 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(BrushPanel, UnifiedPaintPanel):
222
221
  """
223
222
  ...
224
223
 
225
- class DisplayPanel(BrushPanel, 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(BrushPanel, UnifiedPaintPanel):
240
239
  """
241
240
  ...
242
241
 
243
- class FalloffPanel(BrushPanel, 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(BrushPanel, UnifiedPaintPanel):
259
258
  """
260
259
  ...
261
260
 
262
- class SmoothStrokePanel(BrushPanel, 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(BrushPanel, UnifiedPaintPanel):
285
284
  """
286
285
  ...
287
286
 
288
- class StrokePanel(BrushPanel, 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(BrushPanel, UnifiedPaintPanel):
297
296
  """
298
297
  ...
299
298
 
300
- class TextureMaskPanel(BrushPanel, UnifiedPaintPanel):
299
+ class TextureMaskPanel(BrushPanel):
301
300
  bl_label: typing.Any
302
301
  bl_options: typing.Any
303
302