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.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +2 -2
- bl_operators/bone_selection_sets/__init__.pyi +16 -16
- bl_operators/connect_to_output/__init__.pyi +4 -1
- bl_operators/image_as_planes/__init__.pyi +12 -2
- bl_operators/node/__init__.pyi +14 -14
- bl_operators/object_quick_effects/__init__.pyi +3 -3
- bl_operators/presets/__init__.pyi +24 -24
- bl_operators/sequencer/__init__.pyi +76 -76
- bl_operators/wm/__init__.pyi +4 -5
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +1 -2
- bl_ui/asset_shelf/__init__.pyi +1 -2
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
- bl_ui/node_add_menu_shader/__init__.pyi +10 -11
- bl_ui/node_add_menu_texture/__init__.pyi +9 -10
- bl_ui/properties_collection/__init__.pyi +9 -7
- bl_ui/properties_constraint/__init__.pyi +227 -80
- bl_ui/properties_data_armature/__init__.pyi +27 -18
- bl_ui/properties_data_bone/__init__.pyi +13 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -15
- bl_ui/properties_data_curve/__init__.pyi +72 -78
- bl_ui/properties_data_curves/__init__.pyi +9 -7
- bl_ui/properties_data_empty/__init__.pyi +2 -3
- bl_ui/properties_data_gpencil/__init__.pyi +42 -21
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -19
- bl_ui/properties_data_lattice/__init__.pyi +6 -4
- bl_ui/properties_data_light/__init__.pyi +15 -13
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -14
- bl_ui/properties_data_mesh/__init__.pyi +71 -69
- bl_ui/properties_data_metaball/__init__.pyi +8 -6
- bl_ui/properties_data_modifier/__init__.pyi +9 -10
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -6
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
- bl_ui/properties_data_speaker/__init__.pyi +8 -6
- bl_ui/properties_data_volume/__init__.pyi +11 -9
- bl_ui/properties_freestyle/__init__.pyi +31 -84
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -8
- bl_ui/properties_material/__init__.pyi +19 -17
- bl_ui/properties_material_gpencil/__init__.pyi +17 -11
- bl_ui/properties_object/__init__.pyi +22 -15
- bl_ui/properties_output/__init__.pyi +19 -19
- bl_ui/properties_paint_common/__init__.pyi +18 -19
- bl_ui/properties_particle/__init__.pyi +56 -53
- bl_ui/properties_physics_cloth/__init__.pyi +15 -15
- bl_ui/properties_physics_common/__init__.pyi +1 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -25
- bl_ui/properties_physics_field/__init__.pyi +10 -11
- bl_ui/properties_physics_fluid/__init__.pyi +29 -29
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +10 -9
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +25 -14
- bl_ui/properties_physics_softbody/__init__.pyi +15 -16
- bl_ui/properties_render/__init__.pyi +63 -58
- bl_ui/properties_scene/__init__.pyi +37 -37
- bl_ui/properties_texture/__init__.pyi +31 -43
- bl_ui/properties_view_layer/__init__.pyi +52 -56
- bl_ui/properties_workspace/__init__.pyi +7 -5
- bl_ui/properties_world/__init__.pyi +13 -11
- bl_ui/space_clip/__init__.pyi +90 -72
- bl_ui/space_console/__init__.pyi +6 -7
- bl_ui/space_dopesheet/__init__.pyi +68 -32
- bl_ui/space_filebrowser/__init__.pyi +38 -32
- bl_ui/space_graph/__init__.pyi +23 -21
- bl_ui/space_image/__init__.pyi +254 -274
- bl_ui/space_info/__init__.pyi +6 -7
- bl_ui/space_nla/__init__.pyi +18 -18
- bl_ui/space_node/__init__.pyi +35 -29
- bl_ui/space_outliner/__init__.pyi +14 -15
- bl_ui/space_properties/__init__.pyi +3 -4
- bl_ui/space_sequencer/__init__.pyi +95 -79
- bl_ui/space_spreadsheet/__init__.pyi +1 -2
- bl_ui/space_statusbar/__init__.pyi +1 -2
- bl_ui/space_text/__init__.pyi +16 -17
- bl_ui/space_time/__init__.pyi +7 -8
- bl_ui/space_toolsystem_common/__init__.pyi +1 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -5
- bl_ui/space_topbar/__init__.pyi +26 -27
- bl_ui/space_userpref/__init__.pyi +126 -92
- bl_ui/space_view3d/__init__.pyi +359 -366
- bl_ui/space_view3d_toolbar/__init__.pyi +649 -825
- bl_ui/temp_anim_layers/__init__.pyi +1 -2
- bpy/ops/export_scene/__init__.pyi +1 -1
- bpy/ops/grease_pencil/__init__.pyi +18 -0
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/types/__init__.pyi +29470 -29130
- bpy_extras/node_shader_utils/__init__.pyi +118 -118
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/RECORD +98 -98
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +2 -2
- nodeitems_builtins/__init__.pyi +4 -4
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240724.dist-info}/top_level.txt +0 -0
bl_operators/wm/__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
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
bl_ui/asset_shelf/__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 ASSETSHELF_PT_display(bpy.types.Panel
|
|
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
|
|
@@ -35,7 +35,7 @@ class GenericUIListOperator:
|
|
|
35
35
|
"""
|
|
36
36
|
...
|
|
37
37
|
|
|
38
|
-
class UILIST_OT_entry_add(bpy.types.Operator):
|
|
38
|
+
class UILIST_OT_entry_add(GenericUIListOperator, bpy.types.Operator):
|
|
39
39
|
"""Add an entry to the list after the current active item"""
|
|
40
40
|
|
|
41
41
|
bl_idname: typing.Any
|
|
@@ -67,7 +67,7 @@ class UILIST_OT_entry_add(bpy.types.Operator):
|
|
|
67
67
|
"""
|
|
68
68
|
...
|
|
69
69
|
|
|
70
|
-
class UILIST_OT_entry_move(bpy.types.Operator):
|
|
70
|
+
class UILIST_OT_entry_move(GenericUIListOperator, bpy.types.Operator):
|
|
71
71
|
"""Move an entry in the list up or down"""
|
|
72
72
|
|
|
73
73
|
bl_idname: typing.Any
|
|
@@ -99,7 +99,7 @@ class UILIST_OT_entry_move(bpy.types.Operator):
|
|
|
99
99
|
"""
|
|
100
100
|
...
|
|
101
101
|
|
|
102
|
-
class UILIST_OT_entry_remove(bpy.types.Operator):
|
|
102
|
+
class UILIST_OT_entry_remove(GenericUIListOperator, bpy.types.Operator):
|
|
103
103
|
"""Remove the selected entry from the list"""
|
|
104
104
|
|
|
105
105
|
bl_idname: typing.Any
|
bl_ui/node_add_menu/__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 NODE_MT_category_layout(bpy.types.Menu
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|