fake-bpy-module 20240421__py3-none-any.whl → 20240422__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.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +333 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +441 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +330 -329
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2412 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +106351 -103198
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +20 -17
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
|
@@ -3,7 +3,7 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class NODE_MT_category_GEO_GROUP(bpy_types._GenericUI):
|
|
6
|
+
class NODE_MT_category_GEO_GROUP(bpy_types.Menu, bpy_types._GenericUI):
|
|
7
7
|
""" """
|
|
8
8
|
|
|
9
9
|
bl_idname: typing.Any
|
|
@@ -187,7 +187,7 @@ class NODE_MT_category_GEO_GROUP(bpy_types._GenericUI):
|
|
|
187
187
|
""" """
|
|
188
188
|
...
|
|
189
189
|
|
|
190
|
-
class NODE_MT_category_GEO_OUTPUT(bpy_types._GenericUI):
|
|
190
|
+
class NODE_MT_category_GEO_OUTPUT(bpy_types.Menu, bpy_types._GenericUI):
|
|
191
191
|
""" """
|
|
192
192
|
|
|
193
193
|
bl_idname: typing.Any
|
|
@@ -371,7 +371,7 @@ class NODE_MT_category_GEO_OUTPUT(bpy_types._GenericUI):
|
|
|
371
371
|
""" """
|
|
372
372
|
...
|
|
373
373
|
|
|
374
|
-
class NODE_MT_category_GEO_POINT(bpy_types._GenericUI):
|
|
374
|
+
class NODE_MT_category_GEO_POINT(bpy_types.Menu, bpy_types._GenericUI):
|
|
375
375
|
""" """
|
|
376
376
|
|
|
377
377
|
bl_idname: typing.Any
|
|
@@ -555,7 +555,7 @@ class NODE_MT_category_GEO_POINT(bpy_types._GenericUI):
|
|
|
555
555
|
""" """
|
|
556
556
|
...
|
|
557
557
|
|
|
558
|
-
class NODE_MT_category_GEO_TEXT(bpy_types._GenericUI):
|
|
558
|
+
class NODE_MT_category_GEO_TEXT(bpy_types.Menu, bpy_types._GenericUI):
|
|
559
559
|
""" """
|
|
560
560
|
|
|
561
561
|
bl_idname: typing.Any
|
|
@@ -739,7 +739,7 @@ class NODE_MT_category_GEO_TEXT(bpy_types._GenericUI):
|
|
|
739
739
|
""" """
|
|
740
740
|
...
|
|
741
741
|
|
|
742
|
-
class NODE_MT_category_GEO_TEXTURE(bpy_types._GenericUI):
|
|
742
|
+
class NODE_MT_category_GEO_TEXTURE(bpy_types.Menu, bpy_types._GenericUI):
|
|
743
743
|
""" """
|
|
744
744
|
|
|
745
745
|
bl_idname: typing.Any
|
|
@@ -923,7 +923,7 @@ class NODE_MT_category_GEO_TEXTURE(bpy_types._GenericUI):
|
|
|
923
923
|
""" """
|
|
924
924
|
...
|
|
925
925
|
|
|
926
|
-
class NODE_MT_category_GEO_UTILITIES(bpy_types._GenericUI):
|
|
926
|
+
class NODE_MT_category_GEO_UTILITIES(bpy_types.Menu, bpy_types._GenericUI):
|
|
927
927
|
""" """
|
|
928
928
|
|
|
929
929
|
bl_idname: typing.Any
|
|
@@ -1107,7 +1107,7 @@ class NODE_MT_category_GEO_UTILITIES(bpy_types._GenericUI):
|
|
|
1107
1107
|
""" """
|
|
1108
1108
|
...
|
|
1109
1109
|
|
|
1110
|
-
class NODE_MT_category_GEO_UTILITIES_DEPRECATED(bpy_types._GenericUI):
|
|
1110
|
+
class NODE_MT_category_GEO_UTILITIES_DEPRECATED(bpy_types.Menu, bpy_types._GenericUI):
|
|
1111
1111
|
""" """
|
|
1112
1112
|
|
|
1113
1113
|
bl_idname: typing.Any
|
|
@@ -1291,7 +1291,7 @@ class NODE_MT_category_GEO_UTILITIES_DEPRECATED(bpy_types._GenericUI):
|
|
|
1291
1291
|
""" """
|
|
1292
1292
|
...
|
|
1293
1293
|
|
|
1294
|
-
class NODE_MT_category_GEO_UTILITIES_FIELD(bpy_types._GenericUI):
|
|
1294
|
+
class NODE_MT_category_GEO_UTILITIES_FIELD(bpy_types.Menu, bpy_types._GenericUI):
|
|
1295
1295
|
""" """
|
|
1296
1296
|
|
|
1297
1297
|
bl_idname: typing.Any
|
|
@@ -1475,7 +1475,7 @@ class NODE_MT_category_GEO_UTILITIES_FIELD(bpy_types._GenericUI):
|
|
|
1475
1475
|
""" """
|
|
1476
1476
|
...
|
|
1477
1477
|
|
|
1478
|
-
class NODE_MT_category_GEO_UTILITIES_MATH(bpy_types._GenericUI):
|
|
1478
|
+
class NODE_MT_category_GEO_UTILITIES_MATH(bpy_types.Menu, bpy_types._GenericUI):
|
|
1479
1479
|
""" """
|
|
1480
1480
|
|
|
1481
1481
|
bl_idname: typing.Any
|
|
@@ -1659,7 +1659,7 @@ class NODE_MT_category_GEO_UTILITIES_MATH(bpy_types._GenericUI):
|
|
|
1659
1659
|
""" """
|
|
1660
1660
|
...
|
|
1661
1661
|
|
|
1662
|
-
class NODE_MT_category_GEO_UTILITIES_ROTATION(bpy_types._GenericUI):
|
|
1662
|
+
class NODE_MT_category_GEO_UTILITIES_ROTATION(bpy_types.Menu, bpy_types._GenericUI):
|
|
1663
1663
|
""" """
|
|
1664
1664
|
|
|
1665
1665
|
bl_idname: typing.Any
|
|
@@ -1843,7 +1843,7 @@ class NODE_MT_category_GEO_UTILITIES_ROTATION(bpy_types._GenericUI):
|
|
|
1843
1843
|
""" """
|
|
1844
1844
|
...
|
|
1845
1845
|
|
|
1846
|
-
class NODE_MT_category_GEO_UV(bpy_types._GenericUI):
|
|
1846
|
+
class NODE_MT_category_GEO_UV(bpy_types.Menu, bpy_types._GenericUI):
|
|
1847
1847
|
""" """
|
|
1848
1848
|
|
|
1849
1849
|
bl_idname: typing.Any
|
|
@@ -2027,7 +2027,7 @@ class NODE_MT_category_GEO_UV(bpy_types._GenericUI):
|
|
|
2027
2027
|
""" """
|
|
2028
2028
|
...
|
|
2029
2029
|
|
|
2030
|
-
class NODE_MT_category_GEO_VECTOR(bpy_types._GenericUI):
|
|
2030
|
+
class NODE_MT_category_GEO_VECTOR(bpy_types.Menu, bpy_types._GenericUI):
|
|
2031
2031
|
""" """
|
|
2032
2032
|
|
|
2033
2033
|
bl_idname: typing.Any
|
|
@@ -2211,7 +2211,7 @@ class NODE_MT_category_GEO_VECTOR(bpy_types._GenericUI):
|
|
|
2211
2211
|
""" """
|
|
2212
2212
|
...
|
|
2213
2213
|
|
|
2214
|
-
class NODE_MT_category_GEO_VOLUME(bpy_types._GenericUI):
|
|
2214
|
+
class NODE_MT_category_GEO_VOLUME(bpy_types.Menu, bpy_types._GenericUI):
|
|
2215
2215
|
""" """
|
|
2216
2216
|
|
|
2217
2217
|
bl_idname: typing.Any
|
|
@@ -2398,7 +2398,7 @@ class NODE_MT_category_GEO_VOLUME(bpy_types._GenericUI):
|
|
|
2398
2398
|
""" """
|
|
2399
2399
|
...
|
|
2400
2400
|
|
|
2401
|
-
class NODE_MT_category_PRIMITIVES_MESH(bpy_types._GenericUI):
|
|
2401
|
+
class NODE_MT_category_PRIMITIVES_MESH(bpy_types.Menu, bpy_types._GenericUI):
|
|
2402
2402
|
""" """
|
|
2403
2403
|
|
|
2404
2404
|
bl_idname: typing.Any
|
|
@@ -2582,7 +2582,7 @@ class NODE_MT_category_PRIMITIVES_MESH(bpy_types._GenericUI):
|
|
|
2582
2582
|
""" """
|
|
2583
2583
|
...
|
|
2584
2584
|
|
|
2585
|
-
class NODE_MT_category_simulation(bpy_types._GenericUI):
|
|
2585
|
+
class NODE_MT_category_simulation(bpy_types.Menu, bpy_types._GenericUI):
|
|
2586
2586
|
""" """
|
|
2587
2587
|
|
|
2588
2588
|
bl_idname: typing.Any
|
|
@@ -2766,7 +2766,7 @@ class NODE_MT_category_simulation(bpy_types._GenericUI):
|
|
|
2766
2766
|
""" """
|
|
2767
2767
|
...
|
|
2768
2768
|
|
|
2769
|
-
class NODE_MT_category_utilities_matrix(bpy_types._GenericUI):
|
|
2769
|
+
class NODE_MT_category_utilities_matrix(bpy_types.Menu, bpy_types._GenericUI):
|
|
2770
2770
|
""" """
|
|
2771
2771
|
|
|
2772
2772
|
bl_idname: typing.Any
|
|
@@ -2950,7 +2950,7 @@ class NODE_MT_category_utilities_matrix(bpy_types._GenericUI):
|
|
|
2950
2950
|
""" """
|
|
2951
2951
|
...
|
|
2952
2952
|
|
|
2953
|
-
class NODE_MT_geometry_node_GEO_ATTRIBUTE(bpy_types._GenericUI):
|
|
2953
|
+
class NODE_MT_geometry_node_GEO_ATTRIBUTE(bpy_types.Menu, bpy_types._GenericUI):
|
|
2954
2954
|
""" """
|
|
2955
2955
|
|
|
2956
2956
|
bl_idname: typing.Any
|
|
@@ -3134,7 +3134,7 @@ class NODE_MT_geometry_node_GEO_ATTRIBUTE(bpy_types._GenericUI):
|
|
|
3134
3134
|
""" """
|
|
3135
3135
|
...
|
|
3136
3136
|
|
|
3137
|
-
class NODE_MT_geometry_node_GEO_COLOR(bpy_types._GenericUI):
|
|
3137
|
+
class NODE_MT_geometry_node_GEO_COLOR(bpy_types.Menu, bpy_types._GenericUI):
|
|
3138
3138
|
""" """
|
|
3139
3139
|
|
|
3140
3140
|
bl_idname: typing.Any
|
|
@@ -3318,7 +3318,7 @@ class NODE_MT_geometry_node_GEO_COLOR(bpy_types._GenericUI):
|
|
|
3318
3318
|
""" """
|
|
3319
3319
|
...
|
|
3320
3320
|
|
|
3321
|
-
class NODE_MT_geometry_node_GEO_CURVE(bpy_types._GenericUI):
|
|
3321
|
+
class NODE_MT_geometry_node_GEO_CURVE(bpy_types.Menu, bpy_types._GenericUI):
|
|
3322
3322
|
""" """
|
|
3323
3323
|
|
|
3324
3324
|
bl_idname: typing.Any
|
|
@@ -3502,7 +3502,7 @@ class NODE_MT_geometry_node_GEO_CURVE(bpy_types._GenericUI):
|
|
|
3502
3502
|
""" """
|
|
3503
3503
|
...
|
|
3504
3504
|
|
|
3505
|
-
class NODE_MT_geometry_node_GEO_CURVE_OPERATIONS(bpy_types._GenericUI):
|
|
3505
|
+
class NODE_MT_geometry_node_GEO_CURVE_OPERATIONS(bpy_types.Menu, bpy_types._GenericUI):
|
|
3506
3506
|
""" """
|
|
3507
3507
|
|
|
3508
3508
|
bl_idname: typing.Any
|
|
@@ -3686,7 +3686,7 @@ class NODE_MT_geometry_node_GEO_CURVE_OPERATIONS(bpy_types._GenericUI):
|
|
|
3686
3686
|
""" """
|
|
3687
3687
|
...
|
|
3688
3688
|
|
|
3689
|
-
class NODE_MT_geometry_node_GEO_CURVE_READ(bpy_types._GenericUI):
|
|
3689
|
+
class NODE_MT_geometry_node_GEO_CURVE_READ(bpy_types.Menu, bpy_types._GenericUI):
|
|
3690
3690
|
""" """
|
|
3691
3691
|
|
|
3692
3692
|
bl_idname: typing.Any
|
|
@@ -3870,7 +3870,7 @@ class NODE_MT_geometry_node_GEO_CURVE_READ(bpy_types._GenericUI):
|
|
|
3870
3870
|
""" """
|
|
3871
3871
|
...
|
|
3872
3872
|
|
|
3873
|
-
class NODE_MT_geometry_node_GEO_CURVE_SAMPLE(bpy_types._GenericUI):
|
|
3873
|
+
class NODE_MT_geometry_node_GEO_CURVE_SAMPLE(bpy_types.Menu, bpy_types._GenericUI):
|
|
3874
3874
|
""" """
|
|
3875
3875
|
|
|
3876
3876
|
bl_idname: typing.Any
|
|
@@ -4054,7 +4054,7 @@ class NODE_MT_geometry_node_GEO_CURVE_SAMPLE(bpy_types._GenericUI):
|
|
|
4054
4054
|
""" """
|
|
4055
4055
|
...
|
|
4056
4056
|
|
|
4057
|
-
class NODE_MT_geometry_node_GEO_CURVE_WRITE(bpy_types._GenericUI):
|
|
4057
|
+
class NODE_MT_geometry_node_GEO_CURVE_WRITE(bpy_types.Menu, bpy_types._GenericUI):
|
|
4058
4058
|
""" """
|
|
4059
4059
|
|
|
4060
4060
|
bl_idname: typing.Any
|
|
@@ -4238,7 +4238,7 @@ class NODE_MT_geometry_node_GEO_CURVE_WRITE(bpy_types._GenericUI):
|
|
|
4238
4238
|
""" """
|
|
4239
4239
|
...
|
|
4240
4240
|
|
|
4241
|
-
class NODE_MT_geometry_node_GEO_GEOMETRY(bpy_types._GenericUI):
|
|
4241
|
+
class NODE_MT_geometry_node_GEO_GEOMETRY(bpy_types.Menu, bpy_types._GenericUI):
|
|
4242
4242
|
""" """
|
|
4243
4243
|
|
|
4244
4244
|
bl_idname: typing.Any
|
|
@@ -4422,7 +4422,9 @@ class NODE_MT_geometry_node_GEO_GEOMETRY(bpy_types._GenericUI):
|
|
|
4422
4422
|
""" """
|
|
4423
4423
|
...
|
|
4424
4424
|
|
|
4425
|
-
class NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS(
|
|
4425
|
+
class NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS(
|
|
4426
|
+
bpy_types.Menu, bpy_types._GenericUI
|
|
4427
|
+
):
|
|
4426
4428
|
""" """
|
|
4427
4429
|
|
|
4428
4430
|
bl_idname: typing.Any
|
|
@@ -4606,7 +4608,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS(bpy_types._GenericUI):
|
|
|
4606
4608
|
""" """
|
|
4607
4609
|
...
|
|
4608
4610
|
|
|
4609
|
-
class NODE_MT_geometry_node_GEO_GEOMETRY_READ(bpy_types._GenericUI):
|
|
4611
|
+
class NODE_MT_geometry_node_GEO_GEOMETRY_READ(bpy_types.Menu, bpy_types._GenericUI):
|
|
4610
4612
|
""" """
|
|
4611
4613
|
|
|
4612
4614
|
bl_idname: typing.Any
|
|
@@ -4790,7 +4792,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_READ(bpy_types._GenericUI):
|
|
|
4790
4792
|
""" """
|
|
4791
4793
|
...
|
|
4792
4794
|
|
|
4793
|
-
class NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE(bpy_types._GenericUI):
|
|
4795
|
+
class NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE(bpy_types.Menu, bpy_types._GenericUI):
|
|
4794
4796
|
""" """
|
|
4795
4797
|
|
|
4796
4798
|
bl_idname: typing.Any
|
|
@@ -4974,7 +4976,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE(bpy_types._GenericUI):
|
|
|
4974
4976
|
""" """
|
|
4975
4977
|
...
|
|
4976
4978
|
|
|
4977
|
-
class NODE_MT_geometry_node_GEO_GEOMETRY_WRITE(bpy_types._GenericUI):
|
|
4979
|
+
class NODE_MT_geometry_node_GEO_GEOMETRY_WRITE(bpy_types.Menu, bpy_types._GenericUI):
|
|
4978
4980
|
""" """
|
|
4979
4981
|
|
|
4980
4982
|
bl_idname: typing.Any
|
|
@@ -5158,7 +5160,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_WRITE(bpy_types._GenericUI):
|
|
|
5158
5160
|
""" """
|
|
5159
5161
|
...
|
|
5160
5162
|
|
|
5161
|
-
class NODE_MT_geometry_node_GEO_INPUT(bpy_types._GenericUI):
|
|
5163
|
+
class NODE_MT_geometry_node_GEO_INPUT(bpy_types.Menu, bpy_types._GenericUI):
|
|
5162
5164
|
""" """
|
|
5163
5165
|
|
|
5164
5166
|
bl_idname: typing.Any
|
|
@@ -5342,7 +5344,7 @@ class NODE_MT_geometry_node_GEO_INPUT(bpy_types._GenericUI):
|
|
|
5342
5344
|
""" """
|
|
5343
5345
|
...
|
|
5344
5346
|
|
|
5345
|
-
class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(bpy_types._GenericUI):
|
|
5347
|
+
class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(bpy_types.Menu, bpy_types._GenericUI):
|
|
5346
5348
|
""" """
|
|
5347
5349
|
|
|
5348
5350
|
bl_idname: typing.Any
|
|
@@ -5529,7 +5531,7 @@ class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(bpy_types._GenericUI):
|
|
|
5529
5531
|
""" """
|
|
5530
5532
|
...
|
|
5531
5533
|
|
|
5532
|
-
class NODE_MT_geometry_node_GEO_INPUT_GROUP(bpy_types._GenericUI):
|
|
5534
|
+
class NODE_MT_geometry_node_GEO_INPUT_GROUP(bpy_types.Menu, bpy_types._GenericUI):
|
|
5533
5535
|
""" """
|
|
5534
5536
|
|
|
5535
5537
|
bl_idname: typing.Any
|
|
@@ -5713,7 +5715,7 @@ class NODE_MT_geometry_node_GEO_INPUT_GROUP(bpy_types._GenericUI):
|
|
|
5713
5715
|
""" """
|
|
5714
5716
|
...
|
|
5715
5717
|
|
|
5716
|
-
class NODE_MT_geometry_node_GEO_INPUT_SCENE(bpy_types._GenericUI):
|
|
5718
|
+
class NODE_MT_geometry_node_GEO_INPUT_SCENE(bpy_types.Menu, bpy_types._GenericUI):
|
|
5717
5719
|
""" """
|
|
5718
5720
|
|
|
5719
5721
|
bl_idname: typing.Any
|
|
@@ -5897,7 +5899,7 @@ class NODE_MT_geometry_node_GEO_INPUT_SCENE(bpy_types._GenericUI):
|
|
|
5897
5899
|
""" """
|
|
5898
5900
|
...
|
|
5899
5901
|
|
|
5900
|
-
class NODE_MT_geometry_node_GEO_INSTANCE(bpy_types._GenericUI):
|
|
5902
|
+
class NODE_MT_geometry_node_GEO_INSTANCE(bpy_types.Menu, bpy_types._GenericUI):
|
|
5901
5903
|
""" """
|
|
5902
5904
|
|
|
5903
5905
|
bl_idname: typing.Any
|
|
@@ -6081,7 +6083,7 @@ class NODE_MT_geometry_node_GEO_INSTANCE(bpy_types._GenericUI):
|
|
|
6081
6083
|
""" """
|
|
6082
6084
|
...
|
|
6083
6085
|
|
|
6084
|
-
class NODE_MT_geometry_node_GEO_MATERIAL(bpy_types._GenericUI):
|
|
6086
|
+
class NODE_MT_geometry_node_GEO_MATERIAL(bpy_types.Menu, bpy_types._GenericUI):
|
|
6085
6087
|
""" """
|
|
6086
6088
|
|
|
6087
6089
|
bl_idname: typing.Any
|
|
@@ -6265,7 +6267,7 @@ class NODE_MT_geometry_node_GEO_MATERIAL(bpy_types._GenericUI):
|
|
|
6265
6267
|
""" """
|
|
6266
6268
|
...
|
|
6267
6269
|
|
|
6268
|
-
class NODE_MT_geometry_node_GEO_MESH(bpy_types._GenericUI):
|
|
6270
|
+
class NODE_MT_geometry_node_GEO_MESH(bpy_types.Menu, bpy_types._GenericUI):
|
|
6269
6271
|
""" """
|
|
6270
6272
|
|
|
6271
6273
|
bl_idname: typing.Any
|
|
@@ -6449,7 +6451,7 @@ class NODE_MT_geometry_node_GEO_MESH(bpy_types._GenericUI):
|
|
|
6449
6451
|
""" """
|
|
6450
6452
|
...
|
|
6451
6453
|
|
|
6452
|
-
class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(bpy_types._GenericUI):
|
|
6454
|
+
class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(bpy_types.Menu, bpy_types._GenericUI):
|
|
6453
6455
|
""" """
|
|
6454
6456
|
|
|
6455
6457
|
bl_idname: typing.Any
|
|
@@ -6633,7 +6635,7 @@ class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(bpy_types._GenericUI):
|
|
|
6633
6635
|
""" """
|
|
6634
6636
|
...
|
|
6635
6637
|
|
|
6636
|
-
class NODE_MT_geometry_node_GEO_MESH_READ(bpy_types._GenericUI):
|
|
6638
|
+
class NODE_MT_geometry_node_GEO_MESH_READ(bpy_types.Menu, bpy_types._GenericUI):
|
|
6637
6639
|
""" """
|
|
6638
6640
|
|
|
6639
6641
|
bl_idname: typing.Any
|
|
@@ -6817,7 +6819,7 @@ class NODE_MT_geometry_node_GEO_MESH_READ(bpy_types._GenericUI):
|
|
|
6817
6819
|
""" """
|
|
6818
6820
|
...
|
|
6819
6821
|
|
|
6820
|
-
class NODE_MT_geometry_node_GEO_MESH_SAMPLE(bpy_types._GenericUI):
|
|
6822
|
+
class NODE_MT_geometry_node_GEO_MESH_SAMPLE(bpy_types.Menu, bpy_types._GenericUI):
|
|
6821
6823
|
""" """
|
|
6822
6824
|
|
|
6823
6825
|
bl_idname: typing.Any
|
|
@@ -7001,7 +7003,7 @@ class NODE_MT_geometry_node_GEO_MESH_SAMPLE(bpy_types._GenericUI):
|
|
|
7001
7003
|
""" """
|
|
7002
7004
|
...
|
|
7003
7005
|
|
|
7004
|
-
class NODE_MT_geometry_node_GEO_MESH_WRITE(bpy_types._GenericUI):
|
|
7006
|
+
class NODE_MT_geometry_node_GEO_MESH_WRITE(bpy_types.Menu, bpy_types._GenericUI):
|
|
7005
7007
|
""" """
|
|
7006
7008
|
|
|
7007
7009
|
bl_idname: typing.Any
|
|
@@ -7185,7 +7187,7 @@ class NODE_MT_geometry_node_GEO_MESH_WRITE(bpy_types._GenericUI):
|
|
|
7185
7187
|
""" """
|
|
7186
7188
|
...
|
|
7187
7189
|
|
|
7188
|
-
class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(bpy_types._GenericUI):
|
|
7190
|
+
class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(bpy_types.Menu, bpy_types._GenericUI):
|
|
7189
7191
|
""" """
|
|
7190
7192
|
|
|
7191
7193
|
bl_idname: typing.Any
|
|
@@ -7369,7 +7371,7 @@ class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(bpy_types._GenericUI):
|
|
|
7369
7371
|
""" """
|
|
7370
7372
|
...
|
|
7371
7373
|
|
|
7372
|
-
class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(bpy_types._GenericUI):
|
|
7374
|
+
class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(bpy_types.Menu, bpy_types._GenericUI):
|
|
7373
7375
|
""" """
|
|
7374
7376
|
|
|
7375
7377
|
bl_idname: typing.Any
|
|
@@ -7553,7 +7555,7 @@ class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(bpy_types._GenericUI):
|
|
|
7553
7555
|
""" """
|
|
7554
7556
|
...
|
|
7555
7557
|
|
|
7556
|
-
class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(bpy_types._GenericUI):
|
|
7558
|
+
class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(bpy_types.Menu, bpy_types._GenericUI):
|
|
7557
7559
|
""" """
|
|
7558
7560
|
|
|
7559
7561
|
bl_idname: typing.Any
|
|
@@ -7737,7 +7739,7 @@ class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(bpy_types._GenericUI):
|
|
|
7737
7739
|
""" """
|
|
7738
7740
|
...
|
|
7739
7741
|
|
|
7740
|
-
class NODE_MT_geometry_node_GEO_VOLUME_READ(bpy_types._GenericUI):
|
|
7742
|
+
class NODE_MT_geometry_node_GEO_VOLUME_READ(bpy_types.Menu, bpy_types._GenericUI):
|
|
7741
7743
|
""" """
|
|
7742
7744
|
|
|
7743
7745
|
bl_idname: typing.Any
|
|
@@ -7921,7 +7923,7 @@ class NODE_MT_geometry_node_GEO_VOLUME_READ(bpy_types._GenericUI):
|
|
|
7921
7923
|
""" """
|
|
7922
7924
|
...
|
|
7923
7925
|
|
|
7924
|
-
class NODE_MT_geometry_node_GEO_VOLUME_WRITE(bpy_types._GenericUI):
|
|
7926
|
+
class NODE_MT_geometry_node_GEO_VOLUME_WRITE(bpy_types.Menu, bpy_types._GenericUI):
|
|
7925
7927
|
""" """
|
|
7926
7928
|
|
|
7927
7929
|
bl_idname: typing.Any
|
|
@@ -8105,7 +8107,7 @@ class NODE_MT_geometry_node_GEO_VOLUME_WRITE(bpy_types._GenericUI):
|
|
|
8105
8107
|
""" """
|
|
8106
8108
|
...
|
|
8107
8109
|
|
|
8108
|
-
class NODE_MT_geometry_node_add_all(bpy_types._GenericUI):
|
|
8110
|
+
class NODE_MT_geometry_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
|
|
8109
8111
|
""" """
|
|
8110
8112
|
|
|
8111
8113
|
bl_idname: typing.Any
|
|
@@ -8289,7 +8291,7 @@ class NODE_MT_geometry_node_add_all(bpy_types._GenericUI):
|
|
|
8289
8291
|
""" """
|
|
8290
8292
|
...
|
|
8291
8293
|
|
|
8292
|
-
class NODE_MT_geometry_node_curve_topology(bpy_types._GenericUI):
|
|
8294
|
+
class NODE_MT_geometry_node_curve_topology(bpy_types.Menu, bpy_types._GenericUI):
|
|
8293
8295
|
""" """
|
|
8294
8296
|
|
|
8295
8297
|
bl_idname: typing.Any
|
|
@@ -8473,7 +8475,7 @@ class NODE_MT_geometry_node_curve_topology(bpy_types._GenericUI):
|
|
|
8473
8475
|
""" """
|
|
8474
8476
|
...
|
|
8475
8477
|
|
|
8476
|
-
class NODE_MT_geometry_node_mesh_topology(bpy_types._GenericUI):
|
|
8478
|
+
class NODE_MT_geometry_node_mesh_topology(bpy_types.Menu, bpy_types._GenericUI):
|
|
8477
8479
|
""" """
|
|
8478
8480
|
|
|
8479
8481
|
bl_idname: typing.Any
|
|
@@ -8657,7 +8659,7 @@ class NODE_MT_geometry_node_mesh_topology(bpy_types._GenericUI):
|
|
|
8657
8659
|
""" """
|
|
8658
8660
|
...
|
|
8659
8661
|
|
|
8660
|
-
class NODE_MT_geometry_node_volume_sample(bpy_types._GenericUI):
|
|
8662
|
+
class NODE_MT_geometry_node_volume_sample(bpy_types.Menu, bpy_types._GenericUI):
|
|
8661
8663
|
""" """
|
|
8662
8664
|
|
|
8663
8665
|
bl_idname: typing.Any
|
|
@@ -3,7 +3,7 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class NODE_MT_category_shader_color(bpy_types._GenericUI):
|
|
6
|
+
class NODE_MT_category_shader_color(bpy_types.Menu, bpy_types._GenericUI):
|
|
7
7
|
""" """
|
|
8
8
|
|
|
9
9
|
bl_idname: typing.Any
|
|
@@ -187,7 +187,7 @@ class NODE_MT_category_shader_color(bpy_types._GenericUI):
|
|
|
187
187
|
""" """
|
|
188
188
|
...
|
|
189
189
|
|
|
190
|
-
class NODE_MT_category_shader_converter(bpy_types._GenericUI):
|
|
190
|
+
class NODE_MT_category_shader_converter(bpy_types.Menu, bpy_types._GenericUI):
|
|
191
191
|
""" """
|
|
192
192
|
|
|
193
193
|
bl_idname: typing.Any
|
|
@@ -371,7 +371,7 @@ class NODE_MT_category_shader_converter(bpy_types._GenericUI):
|
|
|
371
371
|
""" """
|
|
372
372
|
...
|
|
373
373
|
|
|
374
|
-
class NODE_MT_category_shader_group(bpy_types._GenericUI):
|
|
374
|
+
class NODE_MT_category_shader_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
375
375
|
""" """
|
|
376
376
|
|
|
377
377
|
bl_idname: typing.Any
|
|
@@ -555,7 +555,7 @@ class NODE_MT_category_shader_group(bpy_types._GenericUI):
|
|
|
555
555
|
""" """
|
|
556
556
|
...
|
|
557
557
|
|
|
558
|
-
class NODE_MT_category_shader_input(bpy_types._GenericUI):
|
|
558
|
+
class NODE_MT_category_shader_input(bpy_types.Menu, bpy_types._GenericUI):
|
|
559
559
|
""" """
|
|
560
560
|
|
|
561
561
|
bl_idname: typing.Any
|
|
@@ -739,7 +739,7 @@ class NODE_MT_category_shader_input(bpy_types._GenericUI):
|
|
|
739
739
|
""" """
|
|
740
740
|
...
|
|
741
741
|
|
|
742
|
-
class NODE_MT_category_shader_output(bpy_types._GenericUI):
|
|
742
|
+
class NODE_MT_category_shader_output(bpy_types.Menu, bpy_types._GenericUI):
|
|
743
743
|
""" """
|
|
744
744
|
|
|
745
745
|
bl_idname: typing.Any
|
|
@@ -923,7 +923,7 @@ class NODE_MT_category_shader_output(bpy_types._GenericUI):
|
|
|
923
923
|
""" """
|
|
924
924
|
...
|
|
925
925
|
|
|
926
|
-
class NODE_MT_category_shader_script(bpy_types._GenericUI):
|
|
926
|
+
class NODE_MT_category_shader_script(bpy_types.Menu, bpy_types._GenericUI):
|
|
927
927
|
""" """
|
|
928
928
|
|
|
929
929
|
bl_idname: typing.Any
|
|
@@ -1107,7 +1107,7 @@ class NODE_MT_category_shader_script(bpy_types._GenericUI):
|
|
|
1107
1107
|
""" """
|
|
1108
1108
|
...
|
|
1109
1109
|
|
|
1110
|
-
class NODE_MT_category_shader_shader(bpy_types._GenericUI):
|
|
1110
|
+
class NODE_MT_category_shader_shader(bpy_types.Menu, bpy_types._GenericUI):
|
|
1111
1111
|
""" """
|
|
1112
1112
|
|
|
1113
1113
|
bl_idname: typing.Any
|
|
@@ -1291,7 +1291,7 @@ class NODE_MT_category_shader_shader(bpy_types._GenericUI):
|
|
|
1291
1291
|
""" """
|
|
1292
1292
|
...
|
|
1293
1293
|
|
|
1294
|
-
class NODE_MT_category_shader_texture(bpy_types._GenericUI):
|
|
1294
|
+
class NODE_MT_category_shader_texture(bpy_types.Menu, bpy_types._GenericUI):
|
|
1295
1295
|
""" """
|
|
1296
1296
|
|
|
1297
1297
|
bl_idname: typing.Any
|
|
@@ -1475,7 +1475,7 @@ class NODE_MT_category_shader_texture(bpy_types._GenericUI):
|
|
|
1475
1475
|
""" """
|
|
1476
1476
|
...
|
|
1477
1477
|
|
|
1478
|
-
class NODE_MT_category_shader_vector(bpy_types._GenericUI):
|
|
1478
|
+
class NODE_MT_category_shader_vector(bpy_types.Menu, bpy_types._GenericUI):
|
|
1479
1479
|
""" """
|
|
1480
1480
|
|
|
1481
1481
|
bl_idname: typing.Any
|
|
@@ -1659,7 +1659,7 @@ class NODE_MT_category_shader_vector(bpy_types._GenericUI):
|
|
|
1659
1659
|
""" """
|
|
1660
1660
|
...
|
|
1661
1661
|
|
|
1662
|
-
class NODE_MT_shader_node_add_all(bpy_types._GenericUI):
|
|
1662
|
+
class NODE_MT_shader_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
|
|
1663
1663
|
""" """
|
|
1664
1664
|
|
|
1665
1665
|
bl_idname: typing.Any
|
|
@@ -3,7 +3,7 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class NODE_MT_category_texture_color(bpy_types._GenericUI):
|
|
6
|
+
class NODE_MT_category_texture_color(bpy_types.Menu, bpy_types._GenericUI):
|
|
7
7
|
""" """
|
|
8
8
|
|
|
9
9
|
bl_idname: typing.Any
|
|
@@ -187,7 +187,7 @@ class NODE_MT_category_texture_color(bpy_types._GenericUI):
|
|
|
187
187
|
""" """
|
|
188
188
|
...
|
|
189
189
|
|
|
190
|
-
class NODE_MT_category_texture_converter(bpy_types._GenericUI):
|
|
190
|
+
class NODE_MT_category_texture_converter(bpy_types.Menu, bpy_types._GenericUI):
|
|
191
191
|
""" """
|
|
192
192
|
|
|
193
193
|
bl_idname: typing.Any
|
|
@@ -371,7 +371,7 @@ class NODE_MT_category_texture_converter(bpy_types._GenericUI):
|
|
|
371
371
|
""" """
|
|
372
372
|
...
|
|
373
373
|
|
|
374
|
-
class NODE_MT_category_texture_distort(bpy_types._GenericUI):
|
|
374
|
+
class NODE_MT_category_texture_distort(bpy_types.Menu, bpy_types._GenericUI):
|
|
375
375
|
""" """
|
|
376
376
|
|
|
377
377
|
bl_idname: typing.Any
|
|
@@ -555,7 +555,7 @@ class NODE_MT_category_texture_distort(bpy_types._GenericUI):
|
|
|
555
555
|
""" """
|
|
556
556
|
...
|
|
557
557
|
|
|
558
|
-
class NODE_MT_category_texture_group(bpy_types._GenericUI):
|
|
558
|
+
class NODE_MT_category_texture_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
559
559
|
""" """
|
|
560
560
|
|
|
561
561
|
bl_idname: typing.Any
|
|
@@ -739,7 +739,7 @@ class NODE_MT_category_texture_group(bpy_types._GenericUI):
|
|
|
739
739
|
""" """
|
|
740
740
|
...
|
|
741
741
|
|
|
742
|
-
class NODE_MT_category_texture_input(bpy_types._GenericUI):
|
|
742
|
+
class NODE_MT_category_texture_input(bpy_types.Menu, bpy_types._GenericUI):
|
|
743
743
|
""" """
|
|
744
744
|
|
|
745
745
|
bl_idname: typing.Any
|
|
@@ -923,7 +923,7 @@ class NODE_MT_category_texture_input(bpy_types._GenericUI):
|
|
|
923
923
|
""" """
|
|
924
924
|
...
|
|
925
925
|
|
|
926
|
-
class NODE_MT_category_texture_output(bpy_types._GenericUI):
|
|
926
|
+
class NODE_MT_category_texture_output(bpy_types.Menu, bpy_types._GenericUI):
|
|
927
927
|
""" """
|
|
928
928
|
|
|
929
929
|
bl_idname: typing.Any
|
|
@@ -1107,7 +1107,7 @@ class NODE_MT_category_texture_output(bpy_types._GenericUI):
|
|
|
1107
1107
|
""" """
|
|
1108
1108
|
...
|
|
1109
1109
|
|
|
1110
|
-
class NODE_MT_category_texture_pattern(bpy_types._GenericUI):
|
|
1110
|
+
class NODE_MT_category_texture_pattern(bpy_types.Menu, bpy_types._GenericUI):
|
|
1111
1111
|
""" """
|
|
1112
1112
|
|
|
1113
1113
|
bl_idname: typing.Any
|
|
@@ -1291,7 +1291,7 @@ class NODE_MT_category_texture_pattern(bpy_types._GenericUI):
|
|
|
1291
1291
|
""" """
|
|
1292
1292
|
...
|
|
1293
1293
|
|
|
1294
|
-
class NODE_MT_category_texture_texture(bpy_types._GenericUI):
|
|
1294
|
+
class NODE_MT_category_texture_texture(bpy_types.Menu, bpy_types._GenericUI):
|
|
1295
1295
|
""" """
|
|
1296
1296
|
|
|
1297
1297
|
bl_idname: typing.Any
|
|
@@ -1475,7 +1475,7 @@ class NODE_MT_category_texture_texture(bpy_types._GenericUI):
|
|
|
1475
1475
|
""" """
|
|
1476
1476
|
...
|
|
1477
1477
|
|
|
1478
|
-
class NODE_MT_texture_node_add_all(bpy_types._GenericUI):
|
|
1478
|
+
class NODE_MT_texture_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
|
|
1479
1479
|
""" """
|
|
1480
1480
|
|
|
1481
1481
|
bl_idname: typing.Any
|