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 SPREADSHEET_HT_header(bpy.types.Header, bpy_types._GenericUI):
9
+ class SPREADSHEET_HT_header(bpy.types.Header):
11
10
  bl_rna: typing.Any
12
11
  bl_space_type: typing.Any
13
12
  id_data: 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 STATUSBAR_HT_header(bpy.types.Header, bpy_types._GenericUI):
9
+ class STATUSBAR_HT_header(bpy.types.Header):
11
10
  bl_rna: typing.Any
12
11
  bl_space_type: typing.Any
13
12
  id_data: 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 TEXT_HT_footer(bpy.types.Header, bpy_types._GenericUI):
9
+ class TEXT_HT_footer(bpy.types.Header):
11
10
  bl_region_type: typing.Any
12
11
  bl_rna: typing.Any
13
12
  bl_space_type: typing.Any
@@ -36,7 +35,7 @@ class TEXT_HT_footer(bpy.types.Header, bpy_types._GenericUI):
36
35
  """
37
36
  ...
38
37
 
39
- class TEXT_HT_header(bpy.types.Header, bpy_types._GenericUI):
38
+ class TEXT_HT_header(bpy.types.Header):
40
39
  bl_rna: typing.Any
41
40
  bl_space_type: typing.Any
42
41
  id_data: typing.Any
@@ -64,7 +63,7 @@ class TEXT_HT_header(bpy.types.Header, bpy_types._GenericUI):
64
63
  """
65
64
  ...
66
65
 
67
- class TEXT_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
66
+ class TEXT_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 TEXT_MT_context_menu(bpy.types.Menu, bpy_types._GenericUI):
92
91
  """
93
92
  ...
94
93
 
95
- class TEXT_MT_edit(bpy.types.Menu, bpy_types._GenericUI):
94
+ class TEXT_MT_edit(bpy.types.Menu):
96
95
  bl_label: typing.Any
97
96
  bl_rna: typing.Any
98
97
  id_data: typing.Any
@@ -128,7 +127,7 @@ class TEXT_MT_edit(bpy.types.Menu, bpy_types._GenericUI):
128
127
  """
129
128
  ...
130
129
 
131
- class TEXT_MT_edit_to3d(bpy.types.Menu, bpy_types._GenericUI):
130
+ class TEXT_MT_edit_to3d(bpy.types.Menu):
132
131
  bl_label: typing.Any
133
132
  bl_rna: typing.Any
134
133
  id_data: typing.Any
@@ -156,7 +155,7 @@ class TEXT_MT_edit_to3d(bpy.types.Menu, bpy_types._GenericUI):
156
155
  """
157
156
  ...
158
157
 
159
- class TEXT_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
158
+ class TEXT_MT_editor_menus(bpy.types.Menu):
160
159
  bl_idname: typing.Any
161
160
  bl_label: typing.Any
162
161
  bl_rna: typing.Any
@@ -185,7 +184,7 @@ class TEXT_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
185
184
  """
186
185
  ...
187
186
 
188
- class TEXT_MT_format(bpy.types.Menu, bpy_types._GenericUI):
187
+ class TEXT_MT_format(bpy.types.Menu):
189
188
  bl_label: typing.Any
190
189
  bl_rna: typing.Any
191
190
  id_data: typing.Any
@@ -213,7 +212,7 @@ class TEXT_MT_format(bpy.types.Menu, bpy_types._GenericUI):
213
212
  """
214
213
  ...
215
214
 
216
- class TEXT_MT_select(bpy.types.Menu, bpy_types._GenericUI):
215
+ class TEXT_MT_select(bpy.types.Menu):
217
216
  bl_label: typing.Any
218
217
  bl_rna: typing.Any
219
218
  id_data: typing.Any
@@ -241,7 +240,7 @@ class TEXT_MT_select(bpy.types.Menu, bpy_types._GenericUI):
241
240
  """
242
241
  ...
243
242
 
244
- class TEXT_MT_templates(bpy.types.Menu, bpy_types._GenericUI):
243
+ class TEXT_MT_templates(bpy.types.Menu):
245
244
  bl_label: typing.Any
246
245
  bl_rna: typing.Any
247
246
  id_data: typing.Any
@@ -269,7 +268,7 @@ class TEXT_MT_templates(bpy.types.Menu, bpy_types._GenericUI):
269
268
  """
270
269
  ...
271
270
 
272
- class TEXT_MT_templates_osl(bpy.types.Menu, bpy_types._GenericUI):
271
+ class TEXT_MT_templates_osl(bpy.types.Menu):
273
272
  bl_label: typing.Any
274
273
  bl_rna: typing.Any
275
274
  id_data: typing.Any
@@ -297,7 +296,7 @@ class TEXT_MT_templates_osl(bpy.types.Menu, bpy_types._GenericUI):
297
296
  """
298
297
  ...
299
298
 
300
- class TEXT_MT_templates_py(bpy.types.Menu, bpy_types._GenericUI):
299
+ class TEXT_MT_templates_py(bpy.types.Menu):
301
300
  bl_label: typing.Any
302
301
  bl_rna: typing.Any
303
302
  id_data: typing.Any
@@ -325,7 +324,7 @@ class TEXT_MT_templates_py(bpy.types.Menu, bpy_types._GenericUI):
325
324
  """
326
325
  ...
327
326
 
328
- class TEXT_MT_text(bpy.types.Menu, bpy_types._GenericUI):
327
+ class TEXT_MT_text(bpy.types.Menu):
329
328
  bl_label: typing.Any
330
329
  bl_rna: typing.Any
331
330
  id_data: typing.Any
@@ -353,7 +352,7 @@ class TEXT_MT_text(bpy.types.Menu, bpy_types._GenericUI):
353
352
  """
354
353
  ...
355
354
 
356
- class TEXT_MT_view(bpy.types.Menu, bpy_types._GenericUI):
355
+ class TEXT_MT_view(bpy.types.Menu):
357
356
  bl_label: typing.Any
358
357
  bl_rna: typing.Any
359
358
  id_data: typing.Any
@@ -381,7 +380,7 @@ class TEXT_MT_view(bpy.types.Menu, bpy_types._GenericUI):
381
380
  """
382
381
  ...
383
382
 
384
- class TEXT_MT_view_navigation(bpy.types.Menu, bpy_types._GenericUI):
383
+ class TEXT_MT_view_navigation(bpy.types.Menu):
385
384
  bl_label: typing.Any
386
385
  bl_rna: typing.Any
387
386
  id_data: typing.Any
@@ -409,7 +408,7 @@ class TEXT_MT_view_navigation(bpy.types.Menu, bpy_types._GenericUI):
409
408
  """
410
409
  ...
411
410
 
412
- class TEXT_PT_find(bpy.types.Panel, bpy_types._GenericUI):
411
+ class TEXT_PT_find(bpy.types.Panel):
413
412
  bl_category: typing.Any
414
413
  bl_label: typing.Any
415
414
  bl_region_type: typing.Any
@@ -440,7 +439,7 @@ class TEXT_PT_find(bpy.types.Panel, bpy_types._GenericUI):
440
439
  """
441
440
  ...
442
441
 
443
- class TEXT_PT_properties(bpy.types.Panel, bpy_types._GenericUI):
442
+ class TEXT_PT_properties(bpy.types.Panel):
444
443
  bl_category: typing.Any
445
444
  bl_label: typing.Any
446
445
  bl_region_type: typing.Any
@@ -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")
@@ -17,7 +16,7 @@ class TIME_HT_editor_buttons:
17
16
  """
18
17
  ...
19
18
 
20
- class TIME_MT_cache(bpy.types.Menu, bpy_types._GenericUI):
19
+ class TIME_MT_cache(bpy.types.Menu):
21
20
  bl_label: typing.Any
22
21
  bl_rna: typing.Any
23
22
  id_data: typing.Any
@@ -45,7 +44,7 @@ class TIME_MT_cache(bpy.types.Menu, bpy_types._GenericUI):
45
44
  """
46
45
  ...
47
46
 
48
- class TIME_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
47
+ class TIME_MT_editor_menus(bpy.types.Menu):
49
48
  bl_idname: typing.Any
50
49
  bl_label: typing.Any
51
50
  bl_rna: typing.Any
@@ -74,7 +73,7 @@ class TIME_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
74
73
  """
75
74
  ...
76
75
 
77
- class TIME_MT_marker(bpy.types.Menu, bpy_types._GenericUI):
76
+ class TIME_MT_marker(bpy.types.Menu):
78
77
  bl_label: typing.Any
79
78
  bl_rna: typing.Any
80
79
  id_data: typing.Any
@@ -102,7 +101,7 @@ class TIME_MT_marker(bpy.types.Menu, bpy_types._GenericUI):
102
101
  """
103
102
  ...
104
103
 
105
- class TIME_MT_view(bpy.types.Menu, bpy_types._GenericUI):
104
+ class TIME_MT_view(bpy.types.Menu):
106
105
  bl_label: typing.Any
107
106
  bl_rna: typing.Any
108
107
  id_data: typing.Any
@@ -130,9 +129,7 @@ class TIME_MT_view(bpy.types.Menu, bpy_types._GenericUI):
130
129
  """
131
130
  ...
132
131
 
133
- class TIME_PT_auto_keyframing(
134
- bpy.types.Panel, TimelinePanelButtons, bpy_types._GenericUI
135
- ):
132
+ class TIME_PT_auto_keyframing(TimelinePanelButtons, bpy.types.Panel):
136
133
  bl_label: typing.Any
137
134
  bl_options: typing.Any
138
135
  bl_region_type: typing.Any
@@ -172,9 +169,7 @@ class TIME_PT_auto_keyframing(
172
169
  """
173
170
  ...
174
171
 
175
- class TIME_PT_keyframing_settings(
176
- bpy.types.Panel, TimelinePanelButtons, bpy_types._GenericUI
177
- ):
172
+ class TIME_PT_keyframing_settings(TimelinePanelButtons, bpy.types.Panel):
178
173
  bl_label: typing.Any
179
174
  bl_options: typing.Any
180
175
  bl_region_type: typing.Any
@@ -213,7 +208,7 @@ class TIME_PT_keyframing_settings(
213
208
  """
214
209
  ...
215
210
 
216
- class TIME_PT_playback(bpy.types.Panel, TimelinePanelButtons, bpy_types._GenericUI):
211
+ class TIME_PT_playback(TimelinePanelButtons, bpy.types.Panel):
217
212
  bl_label: typing.Any
218
213
  bl_region_type: typing.Any
219
214
  bl_rna: typing.Any
@@ -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")
@@ -124,7 +123,7 @@ class ToolSelectPanelHelper:
124
123
  """
125
124
  ...
126
125
 
127
- class WM_MT_toolsystem_submenu(bpy.types.Menu, bpy_types._GenericUI):
126
+ class WM_MT_toolsystem_submenu(bpy.types.Menu):
128
127
  bl_label: typing.Any
129
128
  bl_rna: typing.Any
130
129
  id_data: typing.Any
@@ -3,15 +3,12 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bl_ui.space_toolsystem_common
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
10
  class IMAGE_PT_tools_active(
12
- bpy.types.Panel,
13
- bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
14
- bpy_types._GenericUI,
11
+ bl_ui.space_toolsystem_common.ToolSelectPanelHelper, bpy.types.Panel
15
12
  ):
16
13
  bl_label: typing.Any
17
14
  bl_options: typing.Any
@@ -36,9 +33,7 @@ class IMAGE_PT_tools_active(
36
33
  ...
37
34
 
38
35
  class NODE_PT_tools_active(
39
- bpy.types.Panel,
40
- bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
41
- bpy_types._GenericUI,
36
+ bl_ui.space_toolsystem_common.ToolSelectPanelHelper, bpy.types.Panel
42
37
  ):
43
38
  bl_label: typing.Any
44
39
  bl_options: typing.Any
@@ -63,9 +58,7 @@ class NODE_PT_tools_active(
63
58
  ...
64
59
 
65
60
  class SEQUENCER_PT_tools_active(
66
- bpy.types.Panel,
67
- bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
68
- bpy_types._GenericUI,
61
+ bl_ui.space_toolsystem_common.ToolSelectPanelHelper, bpy.types.Panel
69
62
  ):
70
63
  bl_label: typing.Any
71
64
  bl_options: typing.Any
@@ -90,9 +83,7 @@ class SEQUENCER_PT_tools_active(
90
83
  ...
91
84
 
92
85
  class VIEW3D_PT_tools_active(
93
- bpy.types.Panel,
94
- bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
95
- bpy_types._GenericUI,
86
+ bl_ui.space_toolsystem_common.ToolSelectPanelHelper, bpy.types.Panel
96
87
  ):
97
88
  bl_label: typing.Any
98
89
  bl_options: 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 TOPBAR_HT_upper_bar(bpy.types.Header, bpy_types._GenericUI):
9
+ class TOPBAR_HT_upper_bar(bpy.types.Header):
11
10
  bl_rna: typing.Any
12
11
  bl_space_type: typing.Any
13
12
  id_data: typing.Any
@@ -49,7 +48,7 @@ class TOPBAR_HT_upper_bar(bpy.types.Header, bpy_types._GenericUI):
49
48
  """
50
49
  ...
51
50
 
52
- class TOPBAR_MT_blender(bpy.types.Menu, bpy_types._GenericUI):
51
+ class TOPBAR_MT_blender(bpy.types.Menu):
53
52
  bl_label: typing.Any
54
53
  bl_rna: typing.Any
55
54
  id_data: typing.Any
@@ -77,7 +76,7 @@ class TOPBAR_MT_blender(bpy.types.Menu, bpy_types._GenericUI):
77
76
  """
78
77
  ...
79
78
 
80
- class TOPBAR_MT_blender_system(bpy.types.Menu, bpy_types._GenericUI):
79
+ class TOPBAR_MT_blender_system(bpy.types.Menu):
81
80
  bl_label: typing.Any
82
81
  bl_rna: typing.Any
83
82
  id_data: typing.Any
@@ -105,7 +104,7 @@ class TOPBAR_MT_blender_system(bpy.types.Menu, bpy_types._GenericUI):
105
104
  """
106
105
  ...
107
106
 
108
- class TOPBAR_MT_edit(bpy.types.Menu, bpy_types._GenericUI):
107
+ class TOPBAR_MT_edit(bpy.types.Menu):
109
108
  bl_label: typing.Any
110
109
  bl_rna: typing.Any
111
110
  id_data: typing.Any
@@ -133,7 +132,7 @@ class TOPBAR_MT_edit(bpy.types.Menu, bpy_types._GenericUI):
133
132
  """
134
133
  ...
135
134
 
136
- class TOPBAR_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
135
+ class TOPBAR_MT_editor_menus(bpy.types.Menu):
137
136
  bl_idname: typing.Any
138
137
  bl_label: typing.Any
139
138
  bl_rna: typing.Any
@@ -162,7 +161,7 @@ class TOPBAR_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
162
161
  """
163
162
  ...
164
163
 
165
- class TOPBAR_MT_file(bpy.types.Menu, bpy_types._GenericUI):
164
+ class TOPBAR_MT_file(bpy.types.Menu):
166
165
  bl_label: typing.Any
167
166
  bl_rna: typing.Any
168
167
  id_data: typing.Any
@@ -190,7 +189,7 @@ class TOPBAR_MT_file(bpy.types.Menu, bpy_types._GenericUI):
190
189
  """
191
190
  ...
192
191
 
193
- class TOPBAR_MT_file_cleanup(bpy.types.Menu, bpy_types._GenericUI):
192
+ class TOPBAR_MT_file_cleanup(bpy.types.Menu):
194
193
  bl_label: typing.Any
195
194
  bl_rna: typing.Any
196
195
  id_data: typing.Any
@@ -218,7 +217,7 @@ class TOPBAR_MT_file_cleanup(bpy.types.Menu, bpy_types._GenericUI):
218
217
  """
219
218
  ...
220
219
 
221
- class TOPBAR_MT_file_context_menu(bpy.types.Menu, bpy_types._GenericUI):
220
+ class TOPBAR_MT_file_context_menu(bpy.types.Menu):
222
221
  bl_label: typing.Any
223
222
  bl_rna: typing.Any
224
223
  id_data: typing.Any
@@ -246,7 +245,7 @@ class TOPBAR_MT_file_context_menu(bpy.types.Menu, bpy_types._GenericUI):
246
245
  """
247
246
  ...
248
247
 
249
- class TOPBAR_MT_file_defaults(bpy.types.Menu, bpy_types._GenericUI):
248
+ class TOPBAR_MT_file_defaults(bpy.types.Menu):
250
249
  bl_label: typing.Any
251
250
  bl_rna: typing.Any
252
251
  id_data: typing.Any
@@ -274,7 +273,7 @@ class TOPBAR_MT_file_defaults(bpy.types.Menu, bpy_types._GenericUI):
274
273
  """
275
274
  ...
276
275
 
277
- class TOPBAR_MT_file_export(bpy.types.Menu, bpy_types._GenericUI):
276
+ class TOPBAR_MT_file_export(bpy.types.Menu):
278
277
  bl_idname: typing.Any
279
278
  bl_label: typing.Any
280
279
  bl_owner_use_filter: typing.Any
@@ -297,7 +296,7 @@ class TOPBAR_MT_file_export(bpy.types.Menu, bpy_types._GenericUI):
297
296
  """
298
297
  ...
299
298
 
300
- class TOPBAR_MT_file_external_data(bpy.types.Menu, bpy_types._GenericUI):
299
+ class TOPBAR_MT_file_external_data(bpy.types.Menu):
301
300
  bl_label: typing.Any
302
301
  bl_rna: typing.Any
303
302
  id_data: typing.Any
@@ -325,7 +324,7 @@ class TOPBAR_MT_file_external_data(bpy.types.Menu, bpy_types._GenericUI):
325
324
  """
326
325
  ...
327
326
 
328
- class TOPBAR_MT_file_import(bpy.types.Menu, bpy_types._GenericUI):
327
+ class TOPBAR_MT_file_import(bpy.types.Menu):
329
328
  bl_idname: typing.Any
330
329
  bl_label: typing.Any
331
330
  bl_owner_use_filter: typing.Any
@@ -348,7 +347,7 @@ class TOPBAR_MT_file_import(bpy.types.Menu, bpy_types._GenericUI):
348
347
  """
349
348
  ...
350
349
 
351
- class TOPBAR_MT_file_new(bpy.types.Menu, bpy_types._GenericUI):
350
+ class TOPBAR_MT_file_new(bpy.types.Menu):
352
351
  bl_label: typing.Any
353
352
  bl_rna: typing.Any
354
353
  id_data: typing.Any
@@ -389,7 +388,7 @@ class TOPBAR_MT_file_new(bpy.types.Menu, bpy_types._GenericUI):
389
388
  """
390
389
  ...
391
390
 
392
- class TOPBAR_MT_file_previews(bpy.types.Menu, bpy_types._GenericUI):
391
+ class TOPBAR_MT_file_previews(bpy.types.Menu):
393
392
  bl_label: typing.Any
394
393
  bl_rna: typing.Any
395
394
  id_data: typing.Any
@@ -417,7 +416,7 @@ class TOPBAR_MT_file_previews(bpy.types.Menu, bpy_types._GenericUI):
417
416
  """
418
417
  ...
419
418
 
420
- class TOPBAR_MT_file_recover(bpy.types.Menu, bpy_types._GenericUI):
419
+ class TOPBAR_MT_file_recover(bpy.types.Menu):
421
420
  bl_label: typing.Any
422
421
  bl_rna: typing.Any
423
422
  id_data: typing.Any
@@ -445,7 +444,7 @@ class TOPBAR_MT_file_recover(bpy.types.Menu, bpy_types._GenericUI):
445
444
  """
446
445
  ...
447
446
 
448
- class TOPBAR_MT_help(bpy.types.Menu, bpy_types._GenericUI):
447
+ class TOPBAR_MT_help(bpy.types.Menu):
449
448
  bl_label: typing.Any
450
449
  bl_rna: typing.Any
451
450
  id_data: typing.Any
@@ -473,7 +472,7 @@ class TOPBAR_MT_help(bpy.types.Menu, bpy_types._GenericUI):
473
472
  """
474
473
  ...
475
474
 
476
- class TOPBAR_MT_render(bpy.types.Menu, bpy_types._GenericUI):
475
+ class TOPBAR_MT_render(bpy.types.Menu):
477
476
  bl_label: typing.Any
478
477
  bl_rna: typing.Any
479
478
  id_data: typing.Any
@@ -501,7 +500,7 @@ class TOPBAR_MT_render(bpy.types.Menu, bpy_types._GenericUI):
501
500
  """
502
501
  ...
503
502
 
504
- class TOPBAR_MT_templates_more(bpy.types.Menu, bpy_types._GenericUI):
503
+ class TOPBAR_MT_templates_more(bpy.types.Menu):
505
504
  bl_label: typing.Any
506
505
  bl_rna: typing.Any
507
506
  id_data: typing.Any
@@ -529,7 +528,7 @@ class TOPBAR_MT_templates_more(bpy.types.Menu, bpy_types._GenericUI):
529
528
  """
530
529
  ...
531
530
 
532
- class TOPBAR_MT_window(bpy.types.Menu, bpy_types._GenericUI):
531
+ class TOPBAR_MT_window(bpy.types.Menu):
533
532
  bl_label: typing.Any
534
533
  bl_rna: typing.Any
535
534
  id_data: typing.Any
@@ -557,7 +556,7 @@ class TOPBAR_MT_window(bpy.types.Menu, bpy_types._GenericUI):
557
556
  """
558
557
  ...
559
558
 
560
- class TOPBAR_MT_workspace_menu(bpy.types.Menu, bpy_types._GenericUI):
559
+ class TOPBAR_MT_workspace_menu(bpy.types.Menu):
561
560
  bl_label: typing.Any
562
561
  bl_rna: typing.Any
563
562
  id_data: typing.Any
@@ -585,7 +584,7 @@ class TOPBAR_MT_workspace_menu(bpy.types.Menu, bpy_types._GenericUI):
585
584
  """
586
585
  ...
587
586
 
588
- class TOPBAR_PT_gpencil_layers(bpy.types.Panel, bpy_types._GenericUI):
587
+ class TOPBAR_PT_gpencil_layers(bpy.types.Panel):
589
588
  bl_label: typing.Any
590
589
  bl_region_type: typing.Any
591
590
  bl_rna: typing.Any
@@ -633,7 +632,7 @@ class TOPBAR_PT_gpencil_layers(bpy.types.Panel, bpy_types._GenericUI):
633
632
  """
634
633
  ...
635
634
 
636
- class TOPBAR_PT_gpencil_primitive(bpy.types.Panel, bpy_types._GenericUI):
635
+ class TOPBAR_PT_gpencil_primitive(bpy.types.Panel):
637
636
  bl_label: typing.Any
638
637
  bl_region_type: typing.Any
639
638
  bl_rna: typing.Any
@@ -663,7 +662,7 @@ class TOPBAR_PT_gpencil_primitive(bpy.types.Panel, bpy_types._GenericUI):
663
662
  """
664
663
  ...
665
664
 
666
- class TOPBAR_PT_name(bpy.types.Panel, bpy_types._GenericUI):
665
+ class TOPBAR_PT_name(bpy.types.Panel):
667
666
  bl_label: typing.Any
668
667
  bl_region_type: typing.Any
669
668
  bl_rna: typing.Any
@@ -694,7 +693,7 @@ class TOPBAR_PT_name(bpy.types.Panel, bpy_types._GenericUI):
694
693
  """
695
694
  ...
696
695
 
697
- class TOPBAR_PT_name_marker(bpy.types.Panel, bpy_types._GenericUI):
696
+ class TOPBAR_PT_name_marker(bpy.types.Panel):
698
697
  bl_label: typing.Any
699
698
  bl_region_type: typing.Any
700
699
  bl_rna: typing.Any
@@ -750,7 +749,7 @@ class TOPBAR_PT_name_marker(bpy.types.Panel, bpy_types._GenericUI):
750
749
  """
751
750
  ...
752
751
 
753
- class TOPBAR_PT_tool_fallback(bpy.types.Panel, bpy_types._GenericUI):
752
+ class TOPBAR_PT_tool_fallback(bpy.types.Panel):
754
753
  bl_label: typing.Any
755
754
  bl_region_type: typing.Any
756
755
  bl_rna: typing.Any
@@ -781,7 +780,7 @@ class TOPBAR_PT_tool_fallback(bpy.types.Panel, bpy_types._GenericUI):
781
780
  """
782
781
  ...
783
782
 
784
- class TOPBAR_PT_tool_settings_extra(bpy.types.Panel, bpy_types._GenericUI):
783
+ class TOPBAR_PT_tool_settings_extra(bpy.types.Panel):
785
784
  """Popover panel for adding extra options that don't fit in the tool settings header"""
786
785
 
787
786
  bl_description: typing.Any