fake-bpy-module 20240722__py3-none-any.whl → 20240724__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 (98) 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/export_scene/__init__.pyi +1 -1
  88. bpy/ops/grease_pencil/__init__.pyi +18 -0
  89. bpy/ops/sequencer/__init__.pyi +1 -1
  90. bpy/types/__init__.pyi +29470 -29130
  91. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  92. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/METADATA +1 -1
  93. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/RECORD +98 -98
  94. freestyle/utils/__init__.pyi +1 -1
  95. keyingsets_builtins/__init__.pyi +2 -2
  96. nodeitems_builtins/__init__.pyi +4 -4
  97. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/WHEEL +0 -0
  98. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.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
@@ -1,13 +1,13 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bl_ui.space_dopesheet
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 NLA_HT_header(bpy.types.Header, bpy_types._GenericUI):
10
+ class NLA_HT_header(bpy.types.Header):
11
11
  bl_rna: typing.Any
12
12
  bl_space_type: typing.Any
13
13
  id_data: typing.Any
@@ -35,7 +35,7 @@ class NLA_HT_header(bpy.types.Header, bpy_types._GenericUI):
35
35
  """
36
36
  ...
37
37
 
38
- class NLA_MT_add(bpy.types.Menu, bpy_types._GenericUI):
38
+ class NLA_MT_add(bpy.types.Menu):
39
39
  bl_label: typing.Any
40
40
  bl_rna: typing.Any
41
41
  bl_translation_context: typing.Any
@@ -64,7 +64,7 @@ class NLA_MT_add(bpy.types.Menu, bpy_types._GenericUI):
64
64
  """
65
65
  ...
66
66
 
67
- class NLA_MT_channel_context_menu(bpy.types.Menu, bpy_types._GenericUI):
67
+ class NLA_MT_channel_context_menu(bpy.types.Menu):
68
68
  bl_label: typing.Any
69
69
  bl_rna: typing.Any
70
70
  id_data: typing.Any
@@ -92,7 +92,7 @@ class NLA_MT_channel_context_menu(bpy.types.Menu, bpy_types._GenericUI):
92
92
  """
93
93
  ...
94
94
 
95
- class NLA_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
95
+ class NLA_MT_context_menu(bpy.types.Menu):
96
96
  bl_label: typing.Any
97
97
  bl_rna: typing.Any
98
98
  id_data: typing.Any
@@ -120,7 +120,7 @@ class NLA_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
120
120
  """
121
121
  ...
122
122
 
123
- class NLA_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
123
+ class NLA_MT_editor_menus(bpy.types.Menu):
124
124
  bl_idname: typing.Any
125
125
  bl_label: typing.Any
126
126
  bl_rna: typing.Any
@@ -149,7 +149,7 @@ class NLA_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
149
149
  """
150
150
  ...
151
151
 
152
- class NLA_MT_marker(bpy.types.Menu, bpy_types._GenericUI):
152
+ class NLA_MT_marker(bpy.types.Menu):
153
153
  bl_label: typing.Any
154
154
  bl_rna: typing.Any
155
155
  id_data: typing.Any
@@ -177,7 +177,7 @@ class NLA_MT_marker(bpy.types.Menu, bpy_types._GenericUI):
177
177
  """
178
178
  ...
179
179
 
180
- class NLA_MT_marker_select(bpy.types.Menu, bpy_types._GenericUI):
180
+ class NLA_MT_marker_select(bpy.types.Menu):
181
181
  bl_label: typing.Any
182
182
  bl_rna: typing.Any
183
183
  id_data: typing.Any
@@ -205,7 +205,7 @@ class NLA_MT_marker_select(bpy.types.Menu, bpy_types._GenericUI):
205
205
  """
206
206
  ...
207
207
 
208
- class NLA_MT_select(bpy.types.Menu, bpy_types._GenericUI):
208
+ class NLA_MT_select(bpy.types.Menu):
209
209
  bl_label: typing.Any
210
210
  bl_rna: typing.Any
211
211
  id_data: typing.Any
@@ -233,7 +233,7 @@ class NLA_MT_select(bpy.types.Menu, bpy_types._GenericUI):
233
233
  """
234
234
  ...
235
235
 
236
- class NLA_MT_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
236
+ class NLA_MT_snap_pie(bpy.types.Menu):
237
237
  bl_label: typing.Any
238
238
  bl_rna: typing.Any
239
239
  id_data: typing.Any
@@ -261,7 +261,7 @@ class NLA_MT_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
261
261
  """
262
262
  ...
263
263
 
264
- class NLA_MT_strips(bpy.types.Menu, bpy_types._GenericUI):
264
+ class NLA_MT_strips(bpy.types.Menu):
265
265
  bl_label: typing.Any
266
266
  bl_rna: typing.Any
267
267
  id_data: typing.Any
@@ -289,7 +289,7 @@ class NLA_MT_strips(bpy.types.Menu, bpy_types._GenericUI):
289
289
  """
290
290
  ...
291
291
 
292
- class NLA_MT_strips_transform(bpy.types.Menu, bpy_types._GenericUI):
292
+ class NLA_MT_strips_transform(bpy.types.Menu):
293
293
  bl_label: typing.Any
294
294
  bl_rna: typing.Any
295
295
  id_data: typing.Any
@@ -317,7 +317,7 @@ class NLA_MT_strips_transform(bpy.types.Menu, bpy_types._GenericUI):
317
317
  """
318
318
  ...
319
319
 
320
- class NLA_MT_tracks(bpy.types.Menu, bpy_types._GenericUI):
320
+ class NLA_MT_tracks(bpy.types.Menu):
321
321
  bl_label: typing.Any
322
322
  bl_rna: typing.Any
323
323
  bl_translation_context: typing.Any
@@ -346,7 +346,7 @@ class NLA_MT_tracks(bpy.types.Menu, bpy_types._GenericUI):
346
346
  """
347
347
  ...
348
348
 
349
- class NLA_MT_view(bpy.types.Menu, bpy_types._GenericUI):
349
+ class NLA_MT_view(bpy.types.Menu):
350
350
  bl_label: typing.Any
351
351
  bl_rna: typing.Any
352
352
  id_data: typing.Any
@@ -374,7 +374,7 @@ class NLA_MT_view(bpy.types.Menu, bpy_types._GenericUI):
374
374
  """
375
375
  ...
376
376
 
377
- class NLA_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
377
+ class NLA_MT_view_pie(bpy.types.Menu):
378
378
  bl_label: typing.Any
379
379
  bl_rna: typing.Any
380
380
  id_data: typing.Any
@@ -402,7 +402,7 @@ class NLA_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
402
402
  """
403
403
  ...
404
404
 
405
- class NLA_PT_action(bpy.types.Panel, bpy_types._GenericUI):
405
+ class NLA_PT_action(bl_ui.space_dopesheet.DopesheetActionPanelBase, bpy.types.Panel):
406
406
  bl_category: typing.Any
407
407
  bl_label: typing.Any
408
408
  bl_options: typing.Any
@@ -442,7 +442,7 @@ class NLA_PT_action(bpy.types.Panel, bpy_types._GenericUI):
442
442
  """
443
443
  ...
444
444
 
445
- class NLA_PT_filters(bpy.types.Panel, bpy_types._GenericUI):
445
+ class NLA_PT_filters(bl_ui.space_dopesheet.DopesheetFilterPopoverBase, bpy.types.Panel):
446
446
  bl_label: typing.Any
447
447
  bl_region_type: typing.Any
448
448
  bl_rna: typing.Any
@@ -472,7 +472,7 @@ class NLA_PT_filters(bpy.types.Panel, bpy_types._GenericUI):
472
472
  """
473
473
  ...
474
474
 
475
- class NLA_PT_snapping(bpy.types.Panel, bpy_types._GenericUI):
475
+ class NLA_PT_snapping(bpy.types.Panel):
476
476
  bl_label: typing.Any
477
477
  bl_region_type: typing.Any
478
478
  bl_rna: typing.Any
@@ -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.space_toolsystem_common
6
+ import bl_ui.utils
4
7
  import bpy.types
5
- import bpy_types
6
8
 
7
9
  GenericType1 = typing.TypeVar("GenericType1")
8
10
  GenericType2 = typing.TypeVar("GenericType2")
9
11
 
10
- class NODE_HT_header(bpy.types.Header, bpy_types._GenericUI):
12
+ class NODE_HT_header(bpy.types.Header):
11
13
  bl_rna: typing.Any
12
14
  bl_space_type: typing.Any
13
15
  id_data: typing.Any
@@ -35,7 +37,7 @@ class NODE_HT_header(bpy.types.Header, bpy_types._GenericUI):
35
37
  """
36
38
  ...
37
39
 
38
- class NODE_MT_add(bpy.types.Menu, bpy_types._GenericUI):
40
+ class NODE_MT_add(bpy.types.Menu):
39
41
  bl_label: typing.Any
40
42
  bl_options: typing.Any
41
43
  bl_rna: typing.Any
@@ -66,7 +68,7 @@ class NODE_MT_add(bpy.types.Menu, bpy_types._GenericUI):
66
68
  """
67
69
  ...
68
70
 
69
- class NODE_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
71
+ class NODE_MT_context_menu(bpy.types.Menu):
70
72
  bl_label: typing.Any
71
73
  bl_rna: typing.Any
72
74
  id_data: typing.Any
@@ -94,7 +96,7 @@ class NODE_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
94
96
  """
95
97
  ...
96
98
 
97
- class NODE_MT_context_menu_select_menu(bpy.types.Menu, bpy_types._GenericUI):
99
+ class NODE_MT_context_menu_select_menu(bpy.types.Menu):
98
100
  bl_label: typing.Any
99
101
  bl_rna: typing.Any
100
102
  id_data: typing.Any
@@ -122,7 +124,7 @@ class NODE_MT_context_menu_select_menu(bpy.types.Menu, bpy_types._GenericUI):
122
124
  """
123
125
  ...
124
126
 
125
- 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):
126
128
  bl_label: typing.Any
127
129
  bl_rna: typing.Any
128
130
  id_data: typing.Any
@@ -150,7 +152,7 @@ class NODE_MT_context_menu_show_hide_menu(bpy.types.Menu, bpy_types._GenericUI):
150
152
  """
151
153
  ...
152
154
 
153
- class NODE_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
155
+ class NODE_MT_editor_menus(bpy.types.Menu):
154
156
  bl_idname: typing.Any
155
157
  bl_label: typing.Any
156
158
  bl_rna: typing.Any
@@ -179,7 +181,7 @@ class NODE_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
179
181
  """
180
182
  ...
181
183
 
182
- class NODE_MT_node(bpy.types.Menu, bpy_types._GenericUI):
184
+ class NODE_MT_node(bpy.types.Menu):
183
185
  bl_label: typing.Any
184
186
  bl_rna: typing.Any
185
187
  id_data: typing.Any
@@ -207,7 +209,7 @@ class NODE_MT_node(bpy.types.Menu, bpy_types._GenericUI):
207
209
  """
208
210
  ...
209
211
 
210
- class NODE_MT_node_color_context_menu(bpy.types.Menu, bpy_types._GenericUI):
212
+ class NODE_MT_node_color_context_menu(bpy.types.Menu):
211
213
  bl_label: typing.Any
212
214
  bl_rna: typing.Any
213
215
  id_data: typing.Any
@@ -235,7 +237,7 @@ class NODE_MT_node_color_context_menu(bpy.types.Menu, bpy_types._GenericUI):
235
237
  """
236
238
  ...
237
239
 
238
- 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):
239
241
  bl_label: typing.Any
240
242
  bl_rna: typing.Any
241
243
  id_data: typing.Any
@@ -263,7 +265,7 @@ class NODE_MT_node_tree_interface_context_menu(bpy.types.Menu, bpy_types._Generi
263
265
  """
264
266
  ...
265
267
 
266
- class NODE_MT_select(bpy.types.Menu, bpy_types._GenericUI):
268
+ class NODE_MT_select(bpy.types.Menu):
267
269
  bl_label: typing.Any
268
270
  bl_rna: typing.Any
269
271
  id_data: typing.Any
@@ -291,7 +293,7 @@ class NODE_MT_select(bpy.types.Menu, bpy_types._GenericUI):
291
293
  """
292
294
  ...
293
295
 
294
- class NODE_MT_view(bpy.types.Menu, bpy_types._GenericUI):
296
+ class NODE_MT_view(bpy.types.Menu):
295
297
  bl_label: typing.Any
296
298
  bl_rna: typing.Any
297
299
  id_data: typing.Any
@@ -319,7 +321,7 @@ class NODE_MT_view(bpy.types.Menu, bpy_types._GenericUI):
319
321
  """
320
322
  ...
321
323
 
322
- class NODE_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
324
+ class NODE_MT_view_pie(bpy.types.Menu):
323
325
  bl_label: typing.Any
324
326
  bl_rna: typing.Any
325
327
  id_data: typing.Any
@@ -347,7 +349,7 @@ class NODE_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
347
349
  """
348
350
  ...
349
351
 
350
- class NODE_PT_active_node_color(bpy.types.Panel, bpy_types._GenericUI):
352
+ class NODE_PT_active_node_color(bpy.types.Panel):
351
353
  bl_category: typing.Any
352
354
  bl_label: typing.Any
353
355
  bl_options: typing.Any
@@ -402,7 +404,7 @@ class NODE_PT_active_node_color(bpy.types.Panel, bpy_types._GenericUI):
402
404
  """
403
405
  ...
404
406
 
405
- class NODE_PT_active_node_generic(bpy.types.Panel, bpy_types._GenericUI):
407
+ class NODE_PT_active_node_generic(bpy.types.Panel):
406
408
  bl_category: typing.Any
407
409
  bl_label: typing.Any
408
410
  bl_region_type: typing.Any
@@ -441,7 +443,7 @@ class NODE_PT_active_node_generic(bpy.types.Panel, bpy_types._GenericUI):
441
443
  """
442
444
  ...
443
445
 
444
- class NODE_PT_active_node_properties(bpy.types.Panel, bpy_types._GenericUI):
446
+ class NODE_PT_active_node_properties(bpy.types.Panel):
445
447
  bl_category: typing.Any
446
448
  bl_label: typing.Any
447
449
  bl_region_type: typing.Any
@@ -480,7 +482,9 @@ class NODE_PT_active_node_properties(bpy.types.Panel, bpy_types._GenericUI):
480
482
  """
481
483
  ...
482
484
 
483
- class NODE_PT_active_tool(bpy.types.Panel, bpy_types._GenericUI):
485
+ class NODE_PT_active_tool(
486
+ bl_ui.space_toolsystem_common.ToolActivePanelHelper, bpy.types.Panel
487
+ ):
484
488
  bl_category: typing.Any
485
489
  bl_label: typing.Any
486
490
  bl_region_type: typing.Any
@@ -504,7 +508,9 @@ class NODE_PT_active_tool(bpy.types.Panel, bpy_types._GenericUI):
504
508
  """
505
509
  ...
506
510
 
507
- class NODE_PT_annotation(bpy.types.Panel, bpy_types._GenericUI):
511
+ class NODE_PT_annotation(
512
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel, bpy.types.Panel
513
+ ):
508
514
  bl_category: typing.Any
509
515
  bl_label: typing.Any
510
516
  bl_options: typing.Any
@@ -537,7 +543,7 @@ class NODE_PT_annotation(bpy.types.Panel, bpy_types._GenericUI):
537
543
  """
538
544
  ...
539
545
 
540
- class NODE_PT_backdrop(bpy.types.Panel, bpy_types._GenericUI):
546
+ class NODE_PT_backdrop(bpy.types.Panel):
541
547
  bl_category: typing.Any
542
548
  bl_label: typing.Any
543
549
  bl_region_type: typing.Any
@@ -583,7 +589,7 @@ class NODE_PT_backdrop(bpy.types.Panel, bpy_types._GenericUI):
583
589
  """
584
590
  ...
585
591
 
586
- class NODE_PT_geometry_node_tool_mode(bpy.types.Panel, bpy_types._GenericUI):
592
+ class NODE_PT_geometry_node_tool_mode(bpy.types.Panel):
587
593
  bl_label: typing.Any
588
594
  bl_region_type: typing.Any
589
595
  bl_rna: typing.Any
@@ -614,7 +620,7 @@ class NODE_PT_geometry_node_tool_mode(bpy.types.Panel, bpy_types._GenericUI):
614
620
  """
615
621
  ...
616
622
 
617
- 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):
618
624
  bl_label: typing.Any
619
625
  bl_region_type: typing.Any
620
626
  bl_rna: typing.Any
@@ -645,7 +651,7 @@ class NODE_PT_geometry_node_tool_object_types(bpy.types.Panel, bpy_types._Generi
645
651
  """
646
652
  ...
647
653
 
648
- class NODE_PT_geometry_node_tool_options(bpy.types.Panel, bpy_types._GenericUI):
654
+ class NODE_PT_geometry_node_tool_options(bpy.types.Panel):
649
655
  bl_label: typing.Any
650
656
  bl_region_type: typing.Any
651
657
  bl_rna: typing.Any
@@ -676,7 +682,7 @@ class NODE_PT_geometry_node_tool_options(bpy.types.Panel, bpy_types._GenericUI):
676
682
  """
677
683
  ...
678
684
 
679
- class NODE_PT_material_slots(bpy.types.Panel, bpy_types._GenericUI):
685
+ class NODE_PT_material_slots(bpy.types.Panel):
680
686
  bl_label: typing.Any
681
687
  bl_region_type: typing.Any
682
688
  bl_rna: typing.Any
@@ -714,7 +720,7 @@ class NODE_PT_material_slots(bpy.types.Panel, bpy_types._GenericUI):
714
720
  """
715
721
  ...
716
722
 
717
- class NODE_PT_node_color_presets(bpy.types.Panel, bpy_types._GenericUI):
723
+ class NODE_PT_node_color_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
718
724
  """Predefined node color"""
719
725
 
720
726
  bl_label: typing.Any
@@ -742,7 +748,7 @@ class NODE_PT_node_color_presets(bpy.types.Panel, bpy_types._GenericUI):
742
748
  """
743
749
  ...
744
750
 
745
- class NODE_PT_node_tree_interface(bpy.types.Panel, bpy_types._GenericUI):
751
+ class NODE_PT_node_tree_interface(bpy.types.Panel):
746
752
  bl_category: typing.Any
747
753
  bl_label: typing.Any
748
754
  bl_region_type: typing.Any
@@ -781,7 +787,7 @@ class NODE_PT_node_tree_interface(bpy.types.Panel, bpy_types._GenericUI):
781
787
  """
782
788
  ...
783
789
 
784
- class NODE_PT_node_tree_properties(bpy.types.Panel, bpy_types._GenericUI):
790
+ class NODE_PT_node_tree_properties(bpy.types.Panel):
785
791
  bl_category: typing.Any
786
792
  bl_label: typing.Any
787
793
  bl_region_type: typing.Any
@@ -820,7 +826,7 @@ class NODE_PT_node_tree_properties(bpy.types.Panel, bpy_types._GenericUI):
820
826
  """
821
827
  ...
822
828
 
823
- class NODE_PT_overlay(bpy.types.Panel, bpy_types._GenericUI):
829
+ class NODE_PT_overlay(bpy.types.Panel):
824
830
  bl_label: typing.Any
825
831
  bl_region_type: typing.Any
826
832
  bl_rna: typing.Any
@@ -851,7 +857,7 @@ class NODE_PT_overlay(bpy.types.Panel, bpy_types._GenericUI):
851
857
  """
852
858
  ...
853
859
 
854
- class NODE_PT_quality(bpy.types.Panel, bpy_types._GenericUI):
860
+ class NODE_PT_quality(bpy.types.Panel):
855
861
  bl_category: typing.Any
856
862
  bl_label: typing.Any
857
863
  bl_region_type: typing.Any
@@ -890,7 +896,7 @@ class NODE_PT_quality(bpy.types.Panel, bpy_types._GenericUI):
890
896
  """
891
897
  ...
892
898
 
893
- class NODE_PT_texture_mapping(bpy.types.Panel, bpy_types._GenericUI):
899
+ class NODE_PT_texture_mapping(bpy.types.Panel):
894
900
  COMPAT_ENGINES: typing.Any
895
901
  bl_category: typing.Any
896
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