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
@@ -113,9 +113,7 @@ class POSE_OT_selection_set_assign(_PoseModeOnlyMixin, bpy.types.Operator):
113
113
  """
114
114
  ...
115
115
 
116
- class POSE_OT_selection_set_copy(
117
- _PoseModeOnlyMixin, _NeedSelSetMixin, bpy.types.Operator
118
- ):
116
+ class POSE_OT_selection_set_copy(_NeedSelSetMixin, bpy.types.Operator):
119
117
  """Operator only available if the armature has a selected selection set."""
120
118
 
121
119
  bl_description: typing.Any
@@ -181,9 +179,7 @@ class POSE_OT_selection_set_delete_all(_PoseModeOnlyMixin, bpy.types.Operator):
181
179
  """
182
180
  ...
183
181
 
184
- class POSE_OT_selection_set_deselect(
185
- _PoseModeOnlyMixin, _NeedSelSetMixin, bpy.types.Operator
186
- ):
182
+ class POSE_OT_selection_set_deselect(_NeedSelSetMixin, bpy.types.Operator):
187
183
  """Operator only available if the armature has a selected selection set."""
188
184
 
189
185
  bl_description: typing.Any
@@ -216,9 +212,7 @@ class POSE_OT_selection_set_deselect(
216
212
  """
217
213
  ...
218
214
 
219
- class POSE_OT_selection_set_move(
220
- _PoseModeOnlyMixin, _NeedSelSetMixin, bpy.types.Operator
221
- ):
215
+ class POSE_OT_selection_set_move(_NeedSelSetMixin, bpy.types.Operator):
222
216
  """Operator only available if the armature has a selected selection set."""
223
217
 
224
218
  bl_description: typing.Any
@@ -292,9 +286,7 @@ class POSE_OT_selection_set_paste(_PoseModeOnlyMixin, bpy.types.Operator):
292
286
  """
293
287
  ...
294
288
 
295
- class POSE_OT_selection_set_remove(
296
- _PoseModeOnlyMixin, _NeedSelSetMixin, bpy.types.Operator
297
- ):
289
+ class POSE_OT_selection_set_remove(_NeedSelSetMixin, bpy.types.Operator):
298
290
  """Operator only available if the armature has a selected selection set."""
299
291
 
300
292
  bl_description: typing.Any
@@ -360,9 +352,7 @@ class POSE_OT_selection_set_remove_bones(_PoseModeOnlyMixin, bpy.types.Operator)
360
352
  """
361
353
  ...
362
354
 
363
- class POSE_OT_selection_set_select(
364
- _PoseModeOnlyMixin, _NeedSelSetMixin, bpy.types.Operator
365
- ):
355
+ class POSE_OT_selection_set_select(_NeedSelSetMixin, bpy.types.Operator):
366
356
  """Operator only available if the armature has a selected selection set."""
367
357
 
368
358
  bl_description: typing.Any
@@ -395,9 +385,7 @@ class POSE_OT_selection_set_select(
395
385
  """
396
386
  ...
397
387
 
398
- class POSE_OT_selection_set_unassign(
399
- _PoseModeOnlyMixin, _NeedSelSetMixin, bpy.types.Operator
400
- ):
388
+ class POSE_OT_selection_set_unassign(_NeedSelSetMixin, bpy.types.Operator):
401
389
  """Operator only available if the armature has a selected selection set."""
402
390
 
403
391
  bl_description: typing.Any
@@ -79,7 +79,7 @@ class NODE_OT_add_node(NodeAddOperator, bpy.types.Operator):
79
79
  """
80
80
  ...
81
81
 
82
- class NODE_OT_add_repeat_zone(NodeAddOperator, NodeAddZoneOperator, bpy.types.Operator):
82
+ class NODE_OT_add_repeat_zone(NodeAddZoneOperator, bpy.types.Operator):
83
83
  """Add a repeat zone that allows executing nodes a dynamic number of times"""
84
84
 
85
85
  bl_idname: typing.Any
@@ -106,9 +106,7 @@ class NODE_OT_add_repeat_zone(NodeAddOperator, NodeAddZoneOperator, bpy.types.Op
106
106
  """
107
107
  ...
108
108
 
109
- class NODE_OT_add_simulation_zone(
110
- NodeAddOperator, NodeAddZoneOperator, bpy.types.Operator
111
- ):
109
+ class NODE_OT_add_simulation_zone(NodeAddZoneOperator, bpy.types.Operator):
112
110
  """Add simulation zone input and output nodes to the active tree"""
113
111
 
114
112
  bl_idname: typing.Any
@@ -3,7 +3,6 @@ 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")
@@ -763,7 +762,7 @@ class SavePresetInterfaceTheme(AddPresetBase, bpy.types.Operator):
763
762
  """
764
763
  ...
765
764
 
766
- class WM_MT_operator_presets(bpy.types.Menu, bpy_types._GenericUI):
765
+ class WM_MT_operator_presets(bpy.types.Menu):
767
766
  bl_label: typing.Any
768
767
  bl_rna: typing.Any
769
768
  id_data: typing.Any
@@ -824,9 +823,7 @@ class WM_OT_operator_presets_cleanup(bpy.types.Operator):
824
823
  """
825
824
  ...
826
825
 
827
- class WM_PT_operator_presets(
828
- bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
829
- ):
826
+ class WM_PT_operator_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
830
827
  bl_label: typing.Any
831
828
  bl_region_type: typing.Any
832
829
  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")
@@ -27,7 +26,7 @@ class BatchRenameAction(bpy.types.PropertyGroup):
27
26
  """
28
27
  ...
29
28
 
30
- class WM_MT_region_toggle_pie(bpy.types.Menu, bpy_types._GenericUI):
29
+ class WM_MT_region_toggle_pie(bpy.types.Menu):
31
30
  bl_label: typing.Any
32
31
  bl_rna: typing.Any
33
32
  id_data: typing.Any
@@ -63,7 +62,7 @@ class WM_MT_region_toggle_pie(bpy.types.Menu, bpy_types._GenericUI):
63
62
  """
64
63
  ...
65
64
 
66
- class WM_MT_splash(bpy.types.Menu, bpy_types._GenericUI):
65
+ class WM_MT_splash(bpy.types.Menu):
67
66
  bl_label: typing.Any
68
67
  bl_rna: typing.Any
69
68
  id_data: typing.Any
@@ -91,7 +90,7 @@ class WM_MT_splash(bpy.types.Menu, bpy_types._GenericUI):
91
90
  """
92
91
  ...
93
92
 
94
- class WM_MT_splash_about(bpy.types.Menu, bpy_types._GenericUI):
93
+ class WM_MT_splash_about(bpy.types.Menu):
95
94
  bl_label: typing.Any
96
95
  bl_rna: typing.Any
97
96
  id_data: typing.Any
@@ -119,7 +118,7 @@ class WM_MT_splash_about(bpy.types.Menu, bpy_types._GenericUI):
119
118
  """
120
119
  ...
121
120
 
122
- class WM_MT_splash_quick_setup(bpy.types.Menu, bpy_types._GenericUI):
121
+ class WM_MT_splash_quick_setup(bpy.types.Menu):
123
122
  bl_label: typing.Any
124
123
  bl_rna: typing.Any
125
124
  id_data: typing.Any
bl_ui/__init__.pyi CHANGED
@@ -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
  from . import anim
8
7
  from . import asset_shelf
@@ -85,7 +84,7 @@ from . import utils
85
84
  GenericType1 = typing.TypeVar("GenericType1")
86
85
  GenericType2 = typing.TypeVar("GenericType2")
87
86
 
88
- class UI_MT_button_context_menu(bpy.types.Menu, bpy_types._GenericUI):
87
+ class UI_MT_button_context_menu(bpy.types.Menu):
89
88
  """UI button context menu definition. Scripts can append/prepend this to
90
89
  add own operators to the context menu. They must check context though, so
91
90
  their items only draw in a valid context and for the correct buttons.
@@ -119,7 +118,7 @@ class UI_MT_button_context_menu(bpy.types.Menu, bpy_types._GenericUI):
119
118
  """
120
119
  ...
121
120
 
122
- class UI_MT_list_item_context_menu(bpy.types.Menu, bpy_types._GenericUI):
121
+ class UI_MT_list_item_context_menu(bpy.types.Menu):
123
122
  """UI List item context menu definition. Scripts can append/prepend this to
124
123
  add own operators to the context menu. They must check context though, so
125
124
  their items only draw in a valid context and for the correct UI list.
@@ -153,7 +152,7 @@ class UI_MT_list_item_context_menu(bpy.types.Menu, bpy_types._GenericUI):
153
152
  """
154
153
  ...
155
154
 
156
- class UI_UL_list(bpy.types.UIList, bpy_types._GenericUI):
155
+ class UI_UL_list(bpy.types.UIList):
157
156
  bl_rna: typing.Any
158
157
  id_data: typing.Any
159
158
 
bl_ui/anim/__init__.pyi CHANGED
@@ -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 ANIM_MT_keyframe_insert_pie(bpy.types.Menu, bpy_types._GenericUI):
9
+ class ANIM_MT_keyframe_insert_pie(bpy.types.Menu):
11
10
  bl_label: typing.Any
12
11
  bl_rna: 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 ASSETSHELF_PT_display(bpy.types.Panel, bpy_types._GenericUI):
9
+ class ASSETSHELF_PT_display(bpy.types.Panel):
11
10
  bl_label: typing.Any
12
11
  bl_region_type: typing.Any
13
12
  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 NODE_MT_category_layout(bpy.types.Menu, bpy_types._GenericUI):
9
+ class NODE_MT_category_layout(bpy.types.Menu):
11
10
  bl_idname: typing.Any
12
11
  bl_label: typing.Any
13
12
  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 NODE_MT_category_compositor_LAYOUT(bpy.types.Menu, bpy_types._GenericUI):
9
+ class NODE_MT_category_compositor_LAYOUT(bpy.types.Menu):
11
10
  bl_idname: typing.Any
12
11
  bl_label: typing.Any
13
12
  bl_rna: typing.Any
@@ -36,7 +35,7 @@ class NODE_MT_category_compositor_LAYOUT(bpy.types.Menu, bpy_types._GenericUI):
36
35
  """
37
36
  ...
38
37
 
39
- class NODE_MT_category_compositor_color(bpy.types.Menu, bpy_types._GenericUI):
38
+ class NODE_MT_category_compositor_color(bpy.types.Menu):
40
39
  bl_idname: typing.Any
41
40
  bl_label: typing.Any
42
41
  bl_rna: typing.Any
@@ -65,7 +64,7 @@ class NODE_MT_category_compositor_color(bpy.types.Menu, bpy_types._GenericUI):
65
64
  """
66
65
  ...
67
66
 
68
- class NODE_MT_category_compositor_color_adjust(bpy.types.Menu, bpy_types._GenericUI):
67
+ class NODE_MT_category_compositor_color_adjust(bpy.types.Menu):
69
68
  bl_idname: typing.Any
70
69
  bl_label: typing.Any
71
70
  bl_rna: typing.Any
@@ -94,7 +93,7 @@ class NODE_MT_category_compositor_color_adjust(bpy.types.Menu, bpy_types._Generi
94
93
  """
95
94
  ...
96
95
 
97
- class NODE_MT_category_compositor_color_mix(bpy.types.Menu, bpy_types._GenericUI):
96
+ class NODE_MT_category_compositor_color_mix(bpy.types.Menu):
98
97
  bl_idname: typing.Any
99
98
  bl_label: typing.Any
100
99
  bl_rna: typing.Any
@@ -123,7 +122,7 @@ class NODE_MT_category_compositor_color_mix(bpy.types.Menu, bpy_types._GenericUI
123
122
  """
124
123
  ...
125
124
 
126
- class NODE_MT_category_compositor_filter(bpy.types.Menu, bpy_types._GenericUI):
125
+ class NODE_MT_category_compositor_filter(bpy.types.Menu):
127
126
  bl_idname: typing.Any
128
127
  bl_label: typing.Any
129
128
  bl_rna: typing.Any
@@ -152,7 +151,7 @@ class NODE_MT_category_compositor_filter(bpy.types.Menu, bpy_types._GenericUI):
152
151
  """
153
152
  ...
154
153
 
155
- class NODE_MT_category_compositor_filter_blur(bpy.types.Menu, bpy_types._GenericUI):
154
+ class NODE_MT_category_compositor_filter_blur(bpy.types.Menu):
156
155
  bl_idname: typing.Any
157
156
  bl_label: typing.Any
158
157
  bl_rna: typing.Any
@@ -181,7 +180,7 @@ class NODE_MT_category_compositor_filter_blur(bpy.types.Menu, bpy_types._Generic
181
180
  """
182
181
  ...
183
182
 
184
- class NODE_MT_category_compositor_group(bpy.types.Menu, bpy_types._GenericUI):
183
+ class NODE_MT_category_compositor_group(bpy.types.Menu):
185
184
  bl_idname: typing.Any
186
185
  bl_label: typing.Any
187
186
  bl_rna: typing.Any
@@ -210,7 +209,7 @@ class NODE_MT_category_compositor_group(bpy.types.Menu, bpy_types._GenericUI):
210
209
  """
211
210
  ...
212
211
 
213
- class NODE_MT_category_compositor_input(bpy.types.Menu, bpy_types._GenericUI):
212
+ class NODE_MT_category_compositor_input(bpy.types.Menu):
214
213
  bl_idname: typing.Any
215
214
  bl_label: typing.Any
216
215
  bl_rna: typing.Any
@@ -239,7 +238,7 @@ class NODE_MT_category_compositor_input(bpy.types.Menu, bpy_types._GenericUI):
239
238
  """
240
239
  ...
241
240
 
242
- class NODE_MT_category_compositor_input_constant(bpy.types.Menu, bpy_types._GenericUI):
241
+ class NODE_MT_category_compositor_input_constant(bpy.types.Menu):
243
242
  bl_idname: typing.Any
244
243
  bl_label: typing.Any
245
244
  bl_rna: typing.Any
@@ -268,7 +267,7 @@ class NODE_MT_category_compositor_input_constant(bpy.types.Menu, bpy_types._Gene
268
267
  """
269
268
  ...
270
269
 
271
- class NODE_MT_category_compositor_input_scene(bpy.types.Menu, bpy_types._GenericUI):
270
+ class NODE_MT_category_compositor_input_scene(bpy.types.Menu):
272
271
  bl_idname: typing.Any
273
272
  bl_label: typing.Any
274
273
  bl_rna: typing.Any
@@ -297,7 +296,7 @@ class NODE_MT_category_compositor_input_scene(bpy.types.Menu, bpy_types._Generic
297
296
  """
298
297
  ...
299
298
 
300
- class NODE_MT_category_compositor_keying(bpy.types.Menu, bpy_types._GenericUI):
299
+ class NODE_MT_category_compositor_keying(bpy.types.Menu):
301
300
  bl_idname: typing.Any
302
301
  bl_label: typing.Any
303
302
  bl_rna: typing.Any
@@ -326,7 +325,7 @@ class NODE_MT_category_compositor_keying(bpy.types.Menu, bpy_types._GenericUI):
326
325
  """
327
326
  ...
328
327
 
329
- class NODE_MT_category_compositor_mask(bpy.types.Menu, bpy_types._GenericUI):
328
+ class NODE_MT_category_compositor_mask(bpy.types.Menu):
330
329
  bl_idname: typing.Any
331
330
  bl_label: typing.Any
332
331
  bl_rna: typing.Any
@@ -355,7 +354,7 @@ class NODE_MT_category_compositor_mask(bpy.types.Menu, bpy_types._GenericUI):
355
354
  """
356
355
  ...
357
356
 
358
- class NODE_MT_category_compositor_output(bpy.types.Menu, bpy_types._GenericUI):
357
+ class NODE_MT_category_compositor_output(bpy.types.Menu):
359
358
  bl_idname: typing.Any
360
359
  bl_label: typing.Any
361
360
  bl_rna: typing.Any
@@ -384,7 +383,7 @@ class NODE_MT_category_compositor_output(bpy.types.Menu, bpy_types._GenericUI):
384
383
  """
385
384
  ...
386
385
 
387
- class NODE_MT_category_compositor_tracking(bpy.types.Menu, bpy_types._GenericUI):
386
+ class NODE_MT_category_compositor_tracking(bpy.types.Menu):
388
387
  bl_idname: typing.Any
389
388
  bl_label: typing.Any
390
389
  bl_rna: typing.Any
@@ -414,7 +413,7 @@ class NODE_MT_category_compositor_tracking(bpy.types.Menu, bpy_types._GenericUI)
414
413
  """
415
414
  ...
416
415
 
417
- class NODE_MT_category_compositor_transform(bpy.types.Menu, bpy_types._GenericUI):
416
+ class NODE_MT_category_compositor_transform(bpy.types.Menu):
418
417
  bl_idname: typing.Any
419
418
  bl_label: typing.Any
420
419
  bl_rna: typing.Any
@@ -443,7 +442,7 @@ class NODE_MT_category_compositor_transform(bpy.types.Menu, bpy_types._GenericUI
443
442
  """
444
443
  ...
445
444
 
446
- class NODE_MT_category_compositor_utilities(bpy.types.Menu, bpy_types._GenericUI):
445
+ class NODE_MT_category_compositor_utilities(bpy.types.Menu):
447
446
  bl_idname: typing.Any
448
447
  bl_label: typing.Any
449
448
  bl_rna: typing.Any
@@ -472,7 +471,7 @@ class NODE_MT_category_compositor_utilities(bpy.types.Menu, bpy_types._GenericUI
472
471
  """
473
472
  ...
474
473
 
475
- class NODE_MT_category_compositor_vector(bpy.types.Menu, bpy_types._GenericUI):
474
+ class NODE_MT_category_compositor_vector(bpy.types.Menu):
476
475
  bl_idname: typing.Any
477
476
  bl_label: typing.Any
478
477
  bl_rna: typing.Any
@@ -501,7 +500,7 @@ class NODE_MT_category_compositor_vector(bpy.types.Menu, bpy_types._GenericUI):
501
500
  """
502
501
  ...
503
502
 
504
- class NODE_MT_compositor_node_add_all(bpy.types.Menu, bpy_types._GenericUI):
503
+ class NODE_MT_compositor_node_add_all(bpy.types.Menu):
505
504
  bl_idname: typing.Any
506
505
  bl_label: typing.Any
507
506
  bl_rna: typing.Any