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
@@ -2,12 +2,11 @@ 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")
9
8
 
10
- class INFO_HT_header(bpy.types.Header, bpy_types._GenericUI):
9
+ class INFO_HT_header(bpy.types.Header):
11
10
  bl_rna: typing.Any
12
11
  bl_space_type: typing.Any
13
12
  id_data: typing.Any
@@ -35,7 +34,7 @@ class INFO_HT_header(bpy.types.Header, bpy_types._GenericUI):
35
34
  """
36
35
  ...
37
36
 
38
- class INFO_MT_area(bpy.types.Menu, bpy_types._GenericUI):
37
+ class INFO_MT_area(bpy.types.Menu):
39
38
  bl_label: typing.Any
40
39
  bl_rna: typing.Any
41
40
  bl_translation_context: typing.Any
@@ -64,7 +63,7 @@ class INFO_MT_area(bpy.types.Menu, bpy_types._GenericUI):
64
63
  """
65
64
  ...
66
65
 
67
- class INFO_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
66
+ class INFO_MT_context_menu(bpy.types.Menu):
68
67
  bl_label: typing.Any
69
68
  bl_rna: typing.Any
70
69
  id_data: typing.Any
@@ -92,7 +91,7 @@ class INFO_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
92
91
  """
93
92
  ...
94
93
 
95
- class INFO_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
94
+ class INFO_MT_editor_menus(bpy.types.Menu):
96
95
  bl_idname: typing.Any
97
96
  bl_label: typing.Any
98
97
  bl_rna: typing.Any
@@ -121,7 +120,7 @@ class INFO_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
121
120
  """
122
121
  ...
123
122
 
124
- class INFO_MT_info(bpy.types.Menu, bpy_types._GenericUI):
123
+ class INFO_MT_info(bpy.types.Menu):
125
124
  bl_label: typing.Any
126
125
  bl_rna: typing.Any
127
126
  id_data: typing.Any
@@ -149,7 +148,7 @@ class INFO_MT_info(bpy.types.Menu, bpy_types._GenericUI):
149
148
  """
150
149
  ...
151
150
 
152
- class INFO_MT_view(bpy.types.Menu, bpy_types._GenericUI):
151
+ class INFO_MT_view(bpy.types.Menu):
153
152
  bl_label: typing.Any
154
153
  bl_rna: typing.Any
155
154
  id_data: typing.Any
@@ -3,12 +3,11 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bl_ui.space_dopesheet
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 NLA_HT_header(bpy.types.Header, bpy_types._GenericUI):
10
+ class NLA_HT_header(bpy.types.Header):
12
11
  bl_rna: typing.Any
13
12
  bl_space_type: typing.Any
14
13
  id_data: typing.Any
@@ -36,7 +35,7 @@ class NLA_HT_header(bpy.types.Header, bpy_types._GenericUI):
36
35
  """
37
36
  ...
38
37
 
39
- class NLA_MT_add(bpy.types.Menu, bpy_types._GenericUI):
38
+ class NLA_MT_add(bpy.types.Menu):
40
39
  bl_label: typing.Any
41
40
  bl_rna: typing.Any
42
41
  bl_translation_context: typing.Any
@@ -65,7 +64,7 @@ class NLA_MT_add(bpy.types.Menu, bpy_types._GenericUI):
65
64
  """
66
65
  ...
67
66
 
68
- class NLA_MT_channel_context_menu(bpy.types.Menu, bpy_types._GenericUI):
67
+ class NLA_MT_channel_context_menu(bpy.types.Menu):
69
68
  bl_label: typing.Any
70
69
  bl_rna: typing.Any
71
70
  id_data: typing.Any
@@ -93,7 +92,7 @@ class NLA_MT_channel_context_menu(bpy.types.Menu, bpy_types._GenericUI):
93
92
  """
94
93
  ...
95
94
 
96
- class NLA_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
95
+ class NLA_MT_context_menu(bpy.types.Menu):
97
96
  bl_label: typing.Any
98
97
  bl_rna: typing.Any
99
98
  id_data: typing.Any
@@ -121,7 +120,7 @@ class NLA_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
121
120
  """
122
121
  ...
123
122
 
124
- class NLA_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
123
+ class NLA_MT_editor_menus(bpy.types.Menu):
125
124
  bl_idname: typing.Any
126
125
  bl_label: typing.Any
127
126
  bl_rna: typing.Any
@@ -150,7 +149,7 @@ class NLA_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
150
149
  """
151
150
  ...
152
151
 
153
- class NLA_MT_marker(bpy.types.Menu, bpy_types._GenericUI):
152
+ class NLA_MT_marker(bpy.types.Menu):
154
153
  bl_label: typing.Any
155
154
  bl_rna: typing.Any
156
155
  id_data: typing.Any
@@ -178,7 +177,7 @@ class NLA_MT_marker(bpy.types.Menu, bpy_types._GenericUI):
178
177
  """
179
178
  ...
180
179
 
181
- class NLA_MT_marker_select(bpy.types.Menu, bpy_types._GenericUI):
180
+ class NLA_MT_marker_select(bpy.types.Menu):
182
181
  bl_label: typing.Any
183
182
  bl_rna: typing.Any
184
183
  id_data: typing.Any
@@ -206,7 +205,7 @@ class NLA_MT_marker_select(bpy.types.Menu, bpy_types._GenericUI):
206
205
  """
207
206
  ...
208
207
 
209
- class NLA_MT_select(bpy.types.Menu, bpy_types._GenericUI):
208
+ class NLA_MT_select(bpy.types.Menu):
210
209
  bl_label: typing.Any
211
210
  bl_rna: typing.Any
212
211
  id_data: typing.Any
@@ -234,7 +233,7 @@ class NLA_MT_select(bpy.types.Menu, bpy_types._GenericUI):
234
233
  """
235
234
  ...
236
235
 
237
- class NLA_MT_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
236
+ class NLA_MT_snap_pie(bpy.types.Menu):
238
237
  bl_label: typing.Any
239
238
  bl_rna: typing.Any
240
239
  id_data: typing.Any
@@ -262,7 +261,7 @@ class NLA_MT_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
262
261
  """
263
262
  ...
264
263
 
265
- class NLA_MT_strips(bpy.types.Menu, bpy_types._GenericUI):
264
+ class NLA_MT_strips(bpy.types.Menu):
266
265
  bl_label: typing.Any
267
266
  bl_rna: typing.Any
268
267
  id_data: typing.Any
@@ -290,7 +289,7 @@ class NLA_MT_strips(bpy.types.Menu, bpy_types._GenericUI):
290
289
  """
291
290
  ...
292
291
 
293
- class NLA_MT_strips_transform(bpy.types.Menu, bpy_types._GenericUI):
292
+ class NLA_MT_strips_transform(bpy.types.Menu):
294
293
  bl_label: typing.Any
295
294
  bl_rna: typing.Any
296
295
  id_data: typing.Any
@@ -318,7 +317,7 @@ class NLA_MT_strips_transform(bpy.types.Menu, bpy_types._GenericUI):
318
317
  """
319
318
  ...
320
319
 
321
- class NLA_MT_tracks(bpy.types.Menu, bpy_types._GenericUI):
320
+ class NLA_MT_tracks(bpy.types.Menu):
322
321
  bl_label: typing.Any
323
322
  bl_rna: typing.Any
324
323
  bl_translation_context: typing.Any
@@ -347,7 +346,7 @@ class NLA_MT_tracks(bpy.types.Menu, bpy_types._GenericUI):
347
346
  """
348
347
  ...
349
348
 
350
- class NLA_MT_view(bpy.types.Menu, bpy_types._GenericUI):
349
+ class NLA_MT_view(bpy.types.Menu):
351
350
  bl_label: typing.Any
352
351
  bl_rna: typing.Any
353
352
  id_data: typing.Any
@@ -375,7 +374,7 @@ class NLA_MT_view(bpy.types.Menu, bpy_types._GenericUI):
375
374
  """
376
375
  ...
377
376
 
378
- class NLA_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
377
+ class NLA_MT_view_pie(bpy.types.Menu):
379
378
  bl_label: typing.Any
380
379
  bl_rna: typing.Any
381
380
  id_data: typing.Any
@@ -403,11 +402,7 @@ class NLA_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
403
402
  """
404
403
  ...
405
404
 
406
- class NLA_PT_action(
407
- bpy.types.Panel,
408
- bl_ui.space_dopesheet.DopesheetActionPanelBase,
409
- bpy_types._GenericUI,
410
- ):
405
+ class NLA_PT_action(bl_ui.space_dopesheet.DopesheetActionPanelBase, bpy.types.Panel):
411
406
  bl_category: typing.Any
412
407
  bl_label: typing.Any
413
408
  bl_options: typing.Any
@@ -447,11 +442,7 @@ class NLA_PT_action(
447
442
  """
448
443
  ...
449
444
 
450
- class NLA_PT_filters(
451
- bpy.types.Panel,
452
- bl_ui.space_dopesheet.DopesheetFilterPopoverBase,
453
- bpy_types._GenericUI,
454
- ):
445
+ class NLA_PT_filters(bl_ui.space_dopesheet.DopesheetFilterPopoverBase, bpy.types.Panel):
455
446
  bl_label: typing.Any
456
447
  bl_region_type: typing.Any
457
448
  bl_rna: typing.Any
@@ -481,7 +472,7 @@ class NLA_PT_filters(
481
472
  """
482
473
  ...
483
474
 
484
- class NLA_PT_snapping(bpy.types.Panel, bpy_types._GenericUI):
475
+ class NLA_PT_snapping(bpy.types.Panel):
485
476
  bl_label: typing.Any
486
477
  bl_region_type: typing.Any
487
478
  bl_rna: typing.Any
@@ -5,12 +5,11 @@ import bl_ui.properties_grease_pencil_common
5
5
  import bl_ui.space_toolsystem_common
6
6
  import bl_ui.utils
7
7
  import bpy.types
8
- import bpy_types
9
8
 
10
9
  GenericType1 = typing.TypeVar("GenericType1")
11
10
  GenericType2 = typing.TypeVar("GenericType2")
12
11
 
13
- class NODE_HT_header(bpy.types.Header, bpy_types._GenericUI):
12
+ class NODE_HT_header(bpy.types.Header):
14
13
  bl_rna: typing.Any
15
14
  bl_space_type: typing.Any
16
15
  id_data: typing.Any
@@ -38,7 +37,7 @@ class NODE_HT_header(bpy.types.Header, bpy_types._GenericUI):
38
37
  """
39
38
  ...
40
39
 
41
- class NODE_MT_add(bpy.types.Menu, bpy_types._GenericUI):
40
+ class NODE_MT_add(bpy.types.Menu):
42
41
  bl_label: typing.Any
43
42
  bl_options: typing.Any
44
43
  bl_rna: typing.Any
@@ -69,7 +68,7 @@ class NODE_MT_add(bpy.types.Menu, bpy_types._GenericUI):
69
68
  """
70
69
  ...
71
70
 
72
- class NODE_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
71
+ class NODE_MT_context_menu(bpy.types.Menu):
73
72
  bl_label: typing.Any
74
73
  bl_rna: typing.Any
75
74
  id_data: typing.Any
@@ -97,7 +96,7 @@ class NODE_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
97
96
  """
98
97
  ...
99
98
 
100
- class NODE_MT_context_menu_select_menu(bpy.types.Menu, bpy_types._GenericUI):
99
+ class NODE_MT_context_menu_select_menu(bpy.types.Menu):
101
100
  bl_label: typing.Any
102
101
  bl_rna: typing.Any
103
102
  id_data: typing.Any
@@ -125,7 +124,7 @@ class NODE_MT_context_menu_select_menu(bpy.types.Menu, bpy_types._GenericUI):
125
124
  """
126
125
  ...
127
126
 
128
- class NODE_MT_context_menu_show_hide_menu(bpy.types.Menu, bpy_types._GenericUI):
127
+ class NODE_MT_context_menu_show_hide_menu(bpy.types.Menu):
129
128
  bl_label: typing.Any
130
129
  bl_rna: typing.Any
131
130
  id_data: typing.Any
@@ -153,7 +152,7 @@ class NODE_MT_context_menu_show_hide_menu(bpy.types.Menu, bpy_types._GenericUI):
153
152
  """
154
153
  ...
155
154
 
156
- class NODE_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
155
+ class NODE_MT_editor_menus(bpy.types.Menu):
157
156
  bl_idname: typing.Any
158
157
  bl_label: typing.Any
159
158
  bl_rna: typing.Any
@@ -182,7 +181,7 @@ class NODE_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
182
181
  """
183
182
  ...
184
183
 
185
- class NODE_MT_node(bpy.types.Menu, bpy_types._GenericUI):
184
+ class NODE_MT_node(bpy.types.Menu):
186
185
  bl_label: typing.Any
187
186
  bl_rna: typing.Any
188
187
  id_data: typing.Any
@@ -210,7 +209,7 @@ class NODE_MT_node(bpy.types.Menu, bpy_types._GenericUI):
210
209
  """
211
210
  ...
212
211
 
213
- class NODE_MT_node_color_context_menu(bpy.types.Menu, bpy_types._GenericUI):
212
+ class NODE_MT_node_color_context_menu(bpy.types.Menu):
214
213
  bl_label: typing.Any
215
214
  bl_rna: typing.Any
216
215
  id_data: typing.Any
@@ -238,7 +237,7 @@ class NODE_MT_node_color_context_menu(bpy.types.Menu, bpy_types._GenericUI):
238
237
  """
239
238
  ...
240
239
 
241
- class NODE_MT_node_tree_interface_context_menu(bpy.types.Menu, bpy_types._GenericUI):
240
+ class NODE_MT_node_tree_interface_context_menu(bpy.types.Menu):
242
241
  bl_label: typing.Any
243
242
  bl_rna: typing.Any
244
243
  id_data: typing.Any
@@ -266,7 +265,7 @@ class NODE_MT_node_tree_interface_context_menu(bpy.types.Menu, bpy_types._Generi
266
265
  """
267
266
  ...
268
267
 
269
- class NODE_MT_select(bpy.types.Menu, bpy_types._GenericUI):
268
+ class NODE_MT_select(bpy.types.Menu):
270
269
  bl_label: typing.Any
271
270
  bl_rna: typing.Any
272
271
  id_data: typing.Any
@@ -294,7 +293,7 @@ class NODE_MT_select(bpy.types.Menu, bpy_types._GenericUI):
294
293
  """
295
294
  ...
296
295
 
297
- class NODE_MT_view(bpy.types.Menu, bpy_types._GenericUI):
296
+ class NODE_MT_view(bpy.types.Menu):
298
297
  bl_label: typing.Any
299
298
  bl_rna: typing.Any
300
299
  id_data: typing.Any
@@ -322,7 +321,7 @@ class NODE_MT_view(bpy.types.Menu, bpy_types._GenericUI):
322
321
  """
323
322
  ...
324
323
 
325
- class NODE_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
324
+ class NODE_MT_view_pie(bpy.types.Menu):
326
325
  bl_label: typing.Any
327
326
  bl_rna: typing.Any
328
327
  id_data: typing.Any
@@ -350,7 +349,7 @@ class NODE_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
350
349
  """
351
350
  ...
352
351
 
353
- class NODE_PT_active_node_color(bpy.types.Panel, bpy_types._GenericUI):
352
+ class NODE_PT_active_node_color(bpy.types.Panel):
354
353
  bl_category: typing.Any
355
354
  bl_label: typing.Any
356
355
  bl_options: typing.Any
@@ -405,7 +404,7 @@ class NODE_PT_active_node_color(bpy.types.Panel, bpy_types._GenericUI):
405
404
  """
406
405
  ...
407
406
 
408
- class NODE_PT_active_node_generic(bpy.types.Panel, bpy_types._GenericUI):
407
+ class NODE_PT_active_node_generic(bpy.types.Panel):
409
408
  bl_category: typing.Any
410
409
  bl_label: typing.Any
411
410
  bl_region_type: typing.Any
@@ -444,7 +443,7 @@ class NODE_PT_active_node_generic(bpy.types.Panel, bpy_types._GenericUI):
444
443
  """
445
444
  ...
446
445
 
447
- class NODE_PT_active_node_properties(bpy.types.Panel, bpy_types._GenericUI):
446
+ class NODE_PT_active_node_properties(bpy.types.Panel):
448
447
  bl_category: typing.Any
449
448
  bl_label: typing.Any
450
449
  bl_region_type: typing.Any
@@ -484,9 +483,7 @@ class NODE_PT_active_node_properties(bpy.types.Panel, bpy_types._GenericUI):
484
483
  ...
485
484
 
486
485
  class NODE_PT_active_tool(
487
- bpy.types.Panel,
488
- bl_ui.space_toolsystem_common.ToolActivePanelHelper,
489
- bpy_types._GenericUI,
486
+ bl_ui.space_toolsystem_common.ToolActivePanelHelper, bpy.types.Panel
490
487
  ):
491
488
  bl_category: typing.Any
492
489
  bl_label: typing.Any
@@ -512,9 +509,7 @@ class NODE_PT_active_tool(
512
509
  ...
513
510
 
514
511
  class NODE_PT_annotation(
515
- bpy.types.Panel,
516
- bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
517
- bpy_types._GenericUI,
512
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel, bpy.types.Panel
518
513
  ):
519
514
  bl_category: typing.Any
520
515
  bl_label: typing.Any
@@ -548,7 +543,7 @@ class NODE_PT_annotation(
548
543
  """
549
544
  ...
550
545
 
551
- class NODE_PT_backdrop(bpy.types.Panel, bpy_types._GenericUI):
546
+ class NODE_PT_backdrop(bpy.types.Panel):
552
547
  bl_category: typing.Any
553
548
  bl_label: typing.Any
554
549
  bl_region_type: typing.Any
@@ -594,7 +589,7 @@ class NODE_PT_backdrop(bpy.types.Panel, bpy_types._GenericUI):
594
589
  """
595
590
  ...
596
591
 
597
- class NODE_PT_geometry_node_tool_mode(bpy.types.Panel, bpy_types._GenericUI):
592
+ class NODE_PT_geometry_node_tool_mode(bpy.types.Panel):
598
593
  bl_label: typing.Any
599
594
  bl_region_type: typing.Any
600
595
  bl_rna: typing.Any
@@ -625,7 +620,7 @@ class NODE_PT_geometry_node_tool_mode(bpy.types.Panel, bpy_types._GenericUI):
625
620
  """
626
621
  ...
627
622
 
628
- class NODE_PT_geometry_node_tool_object_types(bpy.types.Panel, bpy_types._GenericUI):
623
+ class NODE_PT_geometry_node_tool_object_types(bpy.types.Panel):
629
624
  bl_label: typing.Any
630
625
  bl_region_type: typing.Any
631
626
  bl_rna: typing.Any
@@ -656,7 +651,7 @@ class NODE_PT_geometry_node_tool_object_types(bpy.types.Panel, bpy_types._Generi
656
651
  """
657
652
  ...
658
653
 
659
- class NODE_PT_geometry_node_tool_options(bpy.types.Panel, bpy_types._GenericUI):
654
+ class NODE_PT_geometry_node_tool_options(bpy.types.Panel):
660
655
  bl_label: typing.Any
661
656
  bl_region_type: typing.Any
662
657
  bl_rna: typing.Any
@@ -687,7 +682,7 @@ class NODE_PT_geometry_node_tool_options(bpy.types.Panel, bpy_types._GenericUI):
687
682
  """
688
683
  ...
689
684
 
690
- class NODE_PT_material_slots(bpy.types.Panel, bpy_types._GenericUI):
685
+ class NODE_PT_material_slots(bpy.types.Panel):
691
686
  bl_label: typing.Any
692
687
  bl_region_type: typing.Any
693
688
  bl_rna: typing.Any
@@ -725,9 +720,7 @@ class NODE_PT_material_slots(bpy.types.Panel, bpy_types._GenericUI):
725
720
  """
726
721
  ...
727
722
 
728
- class NODE_PT_node_color_presets(
729
- bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
730
- ):
723
+ class NODE_PT_node_color_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
731
724
  """Predefined node color"""
732
725
 
733
726
  bl_label: typing.Any
@@ -755,7 +748,7 @@ class NODE_PT_node_color_presets(
755
748
  """
756
749
  ...
757
750
 
758
- class NODE_PT_node_tree_interface(bpy.types.Panel, bpy_types._GenericUI):
751
+ class NODE_PT_node_tree_interface(bpy.types.Panel):
759
752
  bl_category: typing.Any
760
753
  bl_label: typing.Any
761
754
  bl_region_type: typing.Any
@@ -794,7 +787,7 @@ class NODE_PT_node_tree_interface(bpy.types.Panel, bpy_types._GenericUI):
794
787
  """
795
788
  ...
796
789
 
797
- class NODE_PT_node_tree_properties(bpy.types.Panel, bpy_types._GenericUI):
790
+ class NODE_PT_node_tree_properties(bpy.types.Panel):
798
791
  bl_category: typing.Any
799
792
  bl_label: typing.Any
800
793
  bl_region_type: typing.Any
@@ -833,7 +826,7 @@ class NODE_PT_node_tree_properties(bpy.types.Panel, bpy_types._GenericUI):
833
826
  """
834
827
  ...
835
828
 
836
- class NODE_PT_overlay(bpy.types.Panel, bpy_types._GenericUI):
829
+ class NODE_PT_overlay(bpy.types.Panel):
837
830
  bl_label: typing.Any
838
831
  bl_region_type: typing.Any
839
832
  bl_rna: typing.Any
@@ -864,7 +857,7 @@ class NODE_PT_overlay(bpy.types.Panel, bpy_types._GenericUI):
864
857
  """
865
858
  ...
866
859
 
867
- class NODE_PT_quality(bpy.types.Panel, bpy_types._GenericUI):
860
+ class NODE_PT_quality(bpy.types.Panel):
868
861
  bl_category: typing.Any
869
862
  bl_label: typing.Any
870
863
  bl_region_type: typing.Any
@@ -903,7 +896,7 @@ class NODE_PT_quality(bpy.types.Panel, bpy_types._GenericUI):
903
896
  """
904
897
  ...
905
898
 
906
- class NODE_PT_texture_mapping(bpy.types.Panel, bpy_types._GenericUI):
899
+ class NODE_PT_texture_mapping(bpy.types.Panel):
907
900
  COMPAT_ENGINES: typing.Any
908
901
  bl_category: typing.Any
909
902
  bl_label: typing.Any
@@ -2,12 +2,11 @@ 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")
9
8
 
10
- class OUTLINER_HT_header(bpy.types.Header, bpy_types._GenericUI):
9
+ class OUTLINER_HT_header(bpy.types.Header):
11
10
  bl_rna: typing.Any
12
11
  bl_space_type: typing.Any
13
12
  id_data: typing.Any
@@ -35,7 +34,7 @@ class OUTLINER_HT_header(bpy.types.Header, bpy_types._GenericUI):
35
34
  """
36
35
  ...
37
36
 
38
- class OUTLINER_MT_asset(bpy.types.Menu, bpy_types._GenericUI):
37
+ class OUTLINER_MT_asset(bpy.types.Menu):
39
38
  bl_label: typing.Any
40
39
  bl_rna: typing.Any
41
40
  id_data: typing.Any
@@ -71,7 +70,7 @@ class OUTLINER_MT_asset(bpy.types.Menu, bpy_types._GenericUI):
71
70
  """
72
71
  ...
73
72
 
74
- class OUTLINER_MT_collection(bpy.types.Menu, bpy_types._GenericUI):
73
+ class OUTLINER_MT_collection(bpy.types.Menu):
75
74
  bl_label: typing.Any
76
75
  bl_rna: typing.Any
77
76
  id_data: typing.Any
@@ -99,7 +98,7 @@ class OUTLINER_MT_collection(bpy.types.Menu, bpy_types._GenericUI):
99
98
  """
100
99
  ...
101
100
 
102
- class OUTLINER_MT_collection_new(bpy.types.Menu, bpy_types._GenericUI):
101
+ class OUTLINER_MT_collection_new(bpy.types.Menu):
103
102
  bl_label: typing.Any
104
103
  bl_rna: typing.Any
105
104
  id_data: typing.Any
@@ -136,7 +135,7 @@ class OUTLINER_MT_collection_new(bpy.types.Menu, bpy_types._GenericUI):
136
135
  """
137
136
  ...
138
137
 
139
- class OUTLINER_MT_collection_view_layer(bpy.types.Menu, bpy_types._GenericUI):
138
+ class OUTLINER_MT_collection_view_layer(bpy.types.Menu):
140
139
  bl_label: typing.Any
141
140
  bl_rna: typing.Any
142
141
  id_data: typing.Any
@@ -164,7 +163,7 @@ class OUTLINER_MT_collection_view_layer(bpy.types.Menu, bpy_types._GenericUI):
164
163
  """
165
164
  ...
166
165
 
167
- class OUTLINER_MT_collection_visibility(bpy.types.Menu, bpy_types._GenericUI):
166
+ class OUTLINER_MT_collection_visibility(bpy.types.Menu):
168
167
  bl_label: typing.Any
169
168
  bl_rna: typing.Any
170
169
  id_data: typing.Any
@@ -192,7 +191,7 @@ class OUTLINER_MT_collection_visibility(bpy.types.Menu, bpy_types._GenericUI):
192
191
  """
193
192
  ...
194
193
 
195
- class OUTLINER_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
194
+ class OUTLINER_MT_context_menu(bpy.types.Menu):
196
195
  bl_label: typing.Any
197
196
  bl_rna: typing.Any
198
197
  id_data: typing.Any
@@ -228,7 +227,7 @@ class OUTLINER_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
228
227
  """
229
228
  ...
230
229
 
231
- class OUTLINER_MT_context_menu_view(bpy.types.Menu, bpy_types._GenericUI):
230
+ class OUTLINER_MT_context_menu_view(bpy.types.Menu):
232
231
  bl_label: typing.Any
233
232
  bl_rna: typing.Any
234
233
  id_data: typing.Any
@@ -256,7 +255,7 @@ class OUTLINER_MT_context_menu_view(bpy.types.Menu, bpy_types._GenericUI):
256
255
  """
257
256
  ...
258
257
 
259
- class OUTLINER_MT_edit_datablocks(bpy.types.Menu, bpy_types._GenericUI):
258
+ class OUTLINER_MT_edit_datablocks(bpy.types.Menu):
260
259
  bl_label: typing.Any
261
260
  bl_rna: typing.Any
262
261
  id_data: typing.Any
@@ -284,7 +283,7 @@ class OUTLINER_MT_edit_datablocks(bpy.types.Menu, bpy_types._GenericUI):
284
283
  """
285
284
  ...
286
285
 
287
- class OUTLINER_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
286
+ class OUTLINER_MT_editor_menus(bpy.types.Menu):
288
287
  bl_idname: typing.Any
289
288
  bl_label: typing.Any
290
289
  bl_rna: typing.Any
@@ -313,7 +312,7 @@ class OUTLINER_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
313
312
  """
314
313
  ...
315
314
 
316
- class OUTLINER_MT_liboverride(bpy.types.Menu, bpy_types._GenericUI):
315
+ class OUTLINER_MT_liboverride(bpy.types.Menu):
317
316
  bl_label: typing.Any
318
317
  bl_rna: typing.Any
319
318
  id_data: typing.Any
@@ -349,7 +348,7 @@ class OUTLINER_MT_liboverride(bpy.types.Menu, bpy_types._GenericUI):
349
348
  """
350
349
  ...
351
350
 
352
- class OUTLINER_MT_object(bpy.types.Menu, bpy_types._GenericUI):
351
+ class OUTLINER_MT_object(bpy.types.Menu):
353
352
  bl_label: typing.Any
354
353
  bl_rna: typing.Any
355
354
  id_data: typing.Any
@@ -377,7 +376,7 @@ class OUTLINER_MT_object(bpy.types.Menu, bpy_types._GenericUI):
377
376
  """
378
377
  ...
379
378
 
380
- class OUTLINER_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
379
+ class OUTLINER_MT_view_pie(bpy.types.Menu):
381
380
  bl_label: typing.Any
382
381
  bl_rna: typing.Any
383
382
  id_data: typing.Any
@@ -405,7 +404,7 @@ class OUTLINER_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
405
404
  """
406
405
  ...
407
406
 
408
- class OUTLINER_PT_filter(bpy.types.Panel, bpy_types._GenericUI):
407
+ class OUTLINER_PT_filter(bpy.types.Panel):
409
408
  bl_label: typing.Any
410
409
  bl_region_type: typing.Any
411
410
  bl_rna: typing.Any
@@ -2,12 +2,11 @@ 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")
9
8
 
10
- class PROPERTIES_HT_header(bpy.types.Header, bpy_types._GenericUI):
9
+ class PROPERTIES_HT_header(bpy.types.Header):
11
10
  bl_rna: typing.Any
12
11
  bl_space_type: typing.Any
13
12
  id_data: typing.Any
@@ -35,7 +34,7 @@ class PROPERTIES_HT_header(bpy.types.Header, bpy_types._GenericUI):
35
34
  """
36
35
  ...
37
36
 
38
- class PROPERTIES_PT_navigation_bar(bpy.types.Panel, bpy_types._GenericUI):
37
+ class PROPERTIES_PT_navigation_bar(bpy.types.Panel):
39
38
  bl_label: typing.Any
40
39
  bl_options: typing.Any
41
40
  bl_region_type: typing.Any
@@ -66,7 +65,7 @@ class PROPERTIES_PT_navigation_bar(bpy.types.Panel, bpy_types._GenericUI):
66
65
  """
67
66
  ...
68
67
 
69
- class PROPERTIES_PT_options(bpy.types.Panel, bpy_types._GenericUI):
68
+ class PROPERTIES_PT_options(bpy.types.Panel):
70
69
  """Show options for the properties editor"""
71
70
 
72
71
  bl_label: typing.Any