fake-bpy-module 20240614__py3-none-any.whl → 20240616__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_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -2
- bl_operators/anim/__init__.pyi +8 -9
- bl_operators/assets/__init__.pyi +3 -4
- bl_operators/clip/__init__.pyi +10 -11
- bl_operators/connect_to_output/__init__.pyi +1 -4
- bl_operators/console/__init__.pyi +5 -6
- bl_operators/constraint/__init__.pyi +4 -5
- bl_operators/file/__init__.pyi +3 -4
- bl_operators/freestyle/__init__.pyi +4 -5
- bl_operators/geometry_nodes/__init__.pyi +4 -5
- bl_operators/image/__init__.pyi +5 -6
- bl_operators/image_as_planes/__init__.pyi +1 -5
- bl_operators/mesh/__init__.pyi +3 -4
- bl_operators/node/__init__.pyi +10 -13
- bl_operators/object/__init__.pyi +15 -16
- bl_operators/object_align/__init__.pyi +1 -2
- bl_operators/object_quick_effects/__init__.pyi +4 -5
- bl_operators/object_randomize_transform/__init__.pyi +1 -2
- bl_operators/presets/__init__.pyi +24 -26
- bl_operators/rigidbody/__init__.pyi +3 -4
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
- bl_operators/sequencer/__init__.pyi +8 -9
- bl_operators/spreadsheet/__init__.pyi +1 -2
- bl_operators/userpref/__init__.pyi +25 -26
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
- bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
- bl_operators/uvcalc_transform/__init__.pyi +2 -3
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
- bl_operators/view3d/__init__.pyi +8 -9
- bl_operators/wm/__init__.pyi +45 -45
- bl_operators/world/__init__.pyi +1 -2
- 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 +5 -6
- 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 +49 -51
- 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 +6 -17
- bl_ui/properties_constraint/__init__.pyi +79 -141
- bl_ui/properties_data_armature/__init__.pyi +12 -26
- bl_ui/properties_data_bone/__init__.pyi +10 -14
- bl_ui/properties_data_camera/__init__.pyi +14 -26
- bl_ui/properties_data_curve/__init__.pyi +15 -23
- bl_ui/properties_data_curves/__init__.pyi +6 -8
- bl_ui/properties_data_empty/__init__.pyi +2 -2
- bl_ui/properties_data_gpencil/__init__.pyi +13 -24
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
- bl_ui/properties_data_lattice/__init__.pyi +3 -3
- bl_ui/properties_data_light/__init__.pyi +12 -22
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
- bl_ui/properties_data_mesh/__init__.pyi +20 -24
- bl_ui/properties_data_metaball/__init__.pyi +5 -7
- bl_ui/properties_data_modifier/__init__.pyi +10 -24
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
- bl_ui/properties_data_speaker/__init__.pyi +5 -5
- bl_ui/properties_data_volume/__init__.pyi +8 -12
- bl_ui/properties_freestyle/__init__.pyi +7 -30
- bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +16 -35
- bl_ui/properties_material_gpencil/__init__.pyi +9 -23
- bl_ui/properties_object/__init__.pyi +14 -24
- bl_ui/properties_output/__init__.pyi +18 -44
- bl_ui/properties_paint_common/__init__.pyi +1 -1
- bl_ui/properties_particle/__init__.pyi +52 -125
- bl_ui/properties_physics_cloth/__init__.pyi +14 -34
- bl_ui/properties_physics_common/__init__.pyi +1 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
- bl_ui/properties_physics_field/__init__.pyi +10 -24
- bl_ui/properties_physics_fluid/__init__.pyi +28 -50
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
- bl_ui/properties_physics_softbody/__init__.pyi +15 -43
- bl_ui/properties_render/__init__.pyi +52 -132
- bl_ui/properties_scene/__init__.pyi +15 -19
- bl_ui/properties_texture/__init__.pyi +26 -53
- bl_ui/properties_view_layer/__init__.pyi +18 -34
- bl_ui/properties_workspace/__init__.pyi +4 -7
- bl_ui/properties_world/__init__.pyi +10 -16
- bl_ui/space_clip/__init__.pyi +69 -109
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +22 -38
- bl_ui/space_filebrowser/__init__.pyi +29 -41
- bl_ui/space_graph/__init__.pyi +20 -22
- bl_ui/space_image/__init__.pyi +58 -80
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +17 -21
- bl_ui/space_node/__init__.pyi +28 -34
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +307 -124
- 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 +7 -11
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +90 -142
- bl_ui/space_view3d/__init__.pyi +269 -291
- bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +2 -2
- bpy/app/__init__.pyi +2 -2
- bpy/ops/extensions/__init__.pyi +18 -0
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +859 -1031
- bpy_types/__init__.pyi +13 -6567
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/RECORD +120 -120
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +22 -23
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240616.dist-info}/top_level.txt +0 -0
bl_ui/space_view3d/__init__.pyi
CHANGED
|
@@ -27,7 +27,7 @@ class ShowHideMenu:
|
|
|
27
27
|
"""
|
|
28
28
|
...
|
|
29
29
|
|
|
30
|
-
class TOPBAR_MT_edit_armature_add(bpy_types.
|
|
30
|
+
class TOPBAR_MT_edit_armature_add(bpy_types._GenericUI):
|
|
31
31
|
bl_idname: typing.Any
|
|
32
32
|
bl_label: typing.Any
|
|
33
33
|
bl_options: typing.Any
|
|
@@ -299,7 +299,7 @@ class TOPBAR_MT_edit_armature_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
299
299
|
"""
|
|
300
300
|
...
|
|
301
301
|
|
|
302
|
-
class TOPBAR_MT_edit_curve_add(bpy_types.
|
|
302
|
+
class TOPBAR_MT_edit_curve_add(bpy_types._GenericUI):
|
|
303
303
|
bl_idname: typing.Any
|
|
304
304
|
bl_label: typing.Any
|
|
305
305
|
bl_options: typing.Any
|
|
@@ -573,9 +573,7 @@ class TOPBAR_MT_edit_curve_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
573
573
|
...
|
|
574
574
|
|
|
575
575
|
class TOPBAR_PT_annotation_layers(
|
|
576
|
-
bpy_types._GenericUI,
|
|
577
|
-
bpy_types.Panel,
|
|
578
|
-
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
576
|
+
bpy_types._GenericUI, bl_ui.properties_grease_pencil_common.AnnotationDataPanel
|
|
579
577
|
):
|
|
580
578
|
bl_label: typing.Any
|
|
581
579
|
bl_options: typing.Any
|
|
@@ -813,7 +811,6 @@ class TOPBAR_PT_annotation_layers(
|
|
|
813
811
|
...
|
|
814
812
|
|
|
815
813
|
class TOPBAR_PT_gpencil_materials(
|
|
816
|
-
bpy_types.Panel,
|
|
817
814
|
bl_ui.properties_grease_pencil_common.GreasePencilMaterialsPanel,
|
|
818
815
|
bpy_types._GenericUI,
|
|
819
816
|
):
|
|
@@ -1043,7 +1040,6 @@ class TOPBAR_PT_gpencil_materials(
|
|
|
1043
1040
|
...
|
|
1044
1041
|
|
|
1045
1042
|
class TOPBAR_PT_gpencil_vertexcolor(
|
|
1046
|
-
bpy_types.Panel,
|
|
1047
1043
|
bl_ui.properties_grease_pencil_common.GreasePencilVertexcolorPanel,
|
|
1048
1044
|
bpy_types._GenericUI,
|
|
1049
1045
|
):
|
|
@@ -1272,9 +1268,7 @@ class TOPBAR_PT_gpencil_vertexcolor(
|
|
|
1272
1268
|
"""
|
|
1273
1269
|
...
|
|
1274
1270
|
|
|
1275
|
-
class VIEW3D_AST_sculpt_brushes(
|
|
1276
|
-
bl_ui.properties_paint_common.BrushAssetShelf, bpy_types.AssetShelf
|
|
1277
|
-
):
|
|
1271
|
+
class VIEW3D_AST_sculpt_brushes(bl_ui.properties_paint_common.BrushAssetShelf):
|
|
1278
1272
|
bl_default_preview_size: typing.Any
|
|
1279
1273
|
bl_options: typing.Any
|
|
1280
1274
|
bl_rna: typing.Any
|
|
@@ -1475,7 +1469,7 @@ class VIEW3D_AST_sculpt_brushes(
|
|
|
1475
1469
|
"""
|
|
1476
1470
|
...
|
|
1477
1471
|
|
|
1478
|
-
class VIEW3D_HT_header(bpy_types.
|
|
1472
|
+
class VIEW3D_HT_header(bpy_types._GenericUI):
|
|
1479
1473
|
bl_rna: typing.Any
|
|
1480
1474
|
bl_space_type: typing.Any
|
|
1481
1475
|
id_data: typing.Any
|
|
@@ -1699,7 +1693,7 @@ class VIEW3D_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
1699
1693
|
"""
|
|
1700
1694
|
...
|
|
1701
1695
|
|
|
1702
|
-
class VIEW3D_HT_tool_header(bpy_types.
|
|
1696
|
+
class VIEW3D_HT_tool_header(bpy_types._GenericUI):
|
|
1703
1697
|
bl_region_type: typing.Any
|
|
1704
1698
|
bl_rna: typing.Any
|
|
1705
1699
|
bl_space_type: typing.Any
|
|
@@ -1930,7 +1924,7 @@ class VIEW3D_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
1930
1924
|
"""
|
|
1931
1925
|
...
|
|
1932
1926
|
|
|
1933
|
-
class VIEW3D_MT_add(bpy_types.
|
|
1927
|
+
class VIEW3D_MT_add(bpy_types._GenericUI):
|
|
1934
1928
|
bl_label: typing.Any
|
|
1935
1929
|
bl_options: typing.Any
|
|
1936
1930
|
bl_rna: typing.Any
|
|
@@ -2202,7 +2196,7 @@ class VIEW3D_MT_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2202
2196
|
"""
|
|
2203
2197
|
...
|
|
2204
2198
|
|
|
2205
|
-
class VIEW3D_MT_armature_add(bpy_types.
|
|
2199
|
+
class VIEW3D_MT_armature_add(bpy_types._GenericUI):
|
|
2206
2200
|
bl_idname: typing.Any
|
|
2207
2201
|
bl_label: typing.Any
|
|
2208
2202
|
bl_options: typing.Any
|
|
@@ -2474,7 +2468,7 @@ class VIEW3D_MT_armature_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2474
2468
|
"""
|
|
2475
2469
|
...
|
|
2476
2470
|
|
|
2477
|
-
class VIEW3D_MT_armature_context_menu(bpy_types.
|
|
2471
|
+
class VIEW3D_MT_armature_context_menu(bpy_types._GenericUI):
|
|
2478
2472
|
bl_label: typing.Any
|
|
2479
2473
|
bl_rna: typing.Any
|
|
2480
2474
|
id_data: typing.Any
|
|
@@ -2744,7 +2738,7 @@ class VIEW3D_MT_armature_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2744
2738
|
"""
|
|
2745
2739
|
...
|
|
2746
2740
|
|
|
2747
|
-
class VIEW3D_MT_assign_material(bpy_types.
|
|
2741
|
+
class VIEW3D_MT_assign_material(bpy_types._GenericUI):
|
|
2748
2742
|
bl_label: typing.Any
|
|
2749
2743
|
bl_rna: typing.Any
|
|
2750
2744
|
id_data: typing.Any
|
|
@@ -3014,7 +3008,7 @@ class VIEW3D_MT_assign_material(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3014
3008
|
"""
|
|
3015
3009
|
...
|
|
3016
3010
|
|
|
3017
|
-
class VIEW3D_MT_bone_collections(bpy_types.
|
|
3011
|
+
class VIEW3D_MT_bone_collections(bpy_types._GenericUI):
|
|
3018
3012
|
bl_label: typing.Any
|
|
3019
3013
|
bl_rna: typing.Any
|
|
3020
3014
|
id_data: typing.Any
|
|
@@ -3291,7 +3285,7 @@ class VIEW3D_MT_bone_collections(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3291
3285
|
"""
|
|
3292
3286
|
...
|
|
3293
3287
|
|
|
3294
|
-
class VIEW3D_MT_brush_paint_modes(bpy_types.
|
|
3288
|
+
class VIEW3D_MT_brush_paint_modes(bpy_types._GenericUI):
|
|
3295
3289
|
bl_label: typing.Any
|
|
3296
3290
|
bl_rna: typing.Any
|
|
3297
3291
|
id_data: typing.Any
|
|
@@ -3561,7 +3555,7 @@ class VIEW3D_MT_brush_paint_modes(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3561
3555
|
"""
|
|
3562
3556
|
...
|
|
3563
3557
|
|
|
3564
|
-
class VIEW3D_MT_camera_add(bpy_types.
|
|
3558
|
+
class VIEW3D_MT_camera_add(bpy_types._GenericUI):
|
|
3565
3559
|
bl_idname: typing.Any
|
|
3566
3560
|
bl_label: typing.Any
|
|
3567
3561
|
bl_options: typing.Any
|
|
@@ -3833,7 +3827,7 @@ class VIEW3D_MT_camera_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3833
3827
|
"""
|
|
3834
3828
|
...
|
|
3835
3829
|
|
|
3836
|
-
class VIEW3D_MT_curve_add(bpy_types.
|
|
3830
|
+
class VIEW3D_MT_curve_add(bpy_types._GenericUI):
|
|
3837
3831
|
bl_idname: typing.Any
|
|
3838
3832
|
bl_label: typing.Any
|
|
3839
3833
|
bl_options: typing.Any
|
|
@@ -4105,7 +4099,7 @@ class VIEW3D_MT_curve_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4105
4099
|
"""
|
|
4106
4100
|
...
|
|
4107
4101
|
|
|
4108
|
-
class VIEW3D_MT_draw_gpencil(bpy_types.
|
|
4102
|
+
class VIEW3D_MT_draw_gpencil(bpy_types._GenericUI):
|
|
4109
4103
|
bl_label: typing.Any
|
|
4110
4104
|
bl_rna: typing.Any
|
|
4111
4105
|
id_data: typing.Any
|
|
@@ -4375,7 +4369,7 @@ class VIEW3D_MT_draw_gpencil(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4375
4369
|
"""
|
|
4376
4370
|
...
|
|
4377
4371
|
|
|
4378
|
-
class VIEW3D_MT_edit_armature(bpy_types.
|
|
4372
|
+
class VIEW3D_MT_edit_armature(bpy_types._GenericUI):
|
|
4379
4373
|
bl_label: typing.Any
|
|
4380
4374
|
bl_rna: typing.Any
|
|
4381
4375
|
id_data: typing.Any
|
|
@@ -4645,7 +4639,7 @@ class VIEW3D_MT_edit_armature(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4645
4639
|
"""
|
|
4646
4640
|
...
|
|
4647
4641
|
|
|
4648
|
-
class VIEW3D_MT_edit_armature_delete(bpy_types.
|
|
4642
|
+
class VIEW3D_MT_edit_armature_delete(bpy_types._GenericUI):
|
|
4649
4643
|
bl_label: typing.Any
|
|
4650
4644
|
bl_rna: typing.Any
|
|
4651
4645
|
id_data: typing.Any
|
|
@@ -4915,7 +4909,7 @@ class VIEW3D_MT_edit_armature_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4915
4909
|
"""
|
|
4916
4910
|
...
|
|
4917
4911
|
|
|
4918
|
-
class VIEW3D_MT_edit_armature_names(bpy_types.
|
|
4912
|
+
class VIEW3D_MT_edit_armature_names(bpy_types._GenericUI):
|
|
4919
4913
|
bl_label: typing.Any
|
|
4920
4914
|
bl_rna: typing.Any
|
|
4921
4915
|
id_data: typing.Any
|
|
@@ -5185,7 +5179,7 @@ class VIEW3D_MT_edit_armature_names(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5185
5179
|
"""
|
|
5186
5180
|
...
|
|
5187
5181
|
|
|
5188
|
-
class VIEW3D_MT_edit_armature_parent(bpy_types.
|
|
5182
|
+
class VIEW3D_MT_edit_armature_parent(bpy_types._GenericUI):
|
|
5189
5183
|
bl_label: typing.Any
|
|
5190
5184
|
bl_rna: typing.Any
|
|
5191
5185
|
bl_translation_context: typing.Any
|
|
@@ -5456,7 +5450,7 @@ class VIEW3D_MT_edit_armature_parent(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5456
5450
|
"""
|
|
5457
5451
|
...
|
|
5458
5452
|
|
|
5459
|
-
class VIEW3D_MT_edit_armature_roll(bpy_types.
|
|
5453
|
+
class VIEW3D_MT_edit_armature_roll(bpy_types._GenericUI):
|
|
5460
5454
|
bl_label: typing.Any
|
|
5461
5455
|
bl_rna: typing.Any
|
|
5462
5456
|
id_data: typing.Any
|
|
@@ -5726,7 +5720,7 @@ class VIEW3D_MT_edit_armature_roll(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5726
5720
|
"""
|
|
5727
5721
|
...
|
|
5728
5722
|
|
|
5729
|
-
class VIEW3D_MT_edit_curve(bpy_types.
|
|
5723
|
+
class VIEW3D_MT_edit_curve(bpy_types._GenericUI):
|
|
5730
5724
|
bl_label: typing.Any
|
|
5731
5725
|
bl_rna: typing.Any
|
|
5732
5726
|
id_data: typing.Any
|
|
@@ -5996,7 +5990,7 @@ class VIEW3D_MT_edit_curve(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5996
5990
|
"""
|
|
5997
5991
|
...
|
|
5998
5992
|
|
|
5999
|
-
class VIEW3D_MT_edit_curve_clean(bpy_types.
|
|
5993
|
+
class VIEW3D_MT_edit_curve_clean(bpy_types._GenericUI):
|
|
6000
5994
|
bl_label: typing.Any
|
|
6001
5995
|
bl_rna: typing.Any
|
|
6002
5996
|
id_data: typing.Any
|
|
@@ -6266,7 +6260,7 @@ class VIEW3D_MT_edit_curve_clean(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6266
6260
|
"""
|
|
6267
6261
|
...
|
|
6268
6262
|
|
|
6269
|
-
class VIEW3D_MT_edit_curve_context_menu(bpy_types.
|
|
6263
|
+
class VIEW3D_MT_edit_curve_context_menu(bpy_types._GenericUI):
|
|
6270
6264
|
bl_label: typing.Any
|
|
6271
6265
|
bl_rna: typing.Any
|
|
6272
6266
|
id_data: typing.Any
|
|
@@ -6536,7 +6530,7 @@ class VIEW3D_MT_edit_curve_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6536
6530
|
"""
|
|
6537
6531
|
...
|
|
6538
6532
|
|
|
6539
|
-
class VIEW3D_MT_edit_curve_ctrlpoints(bpy_types.
|
|
6533
|
+
class VIEW3D_MT_edit_curve_ctrlpoints(bpy_types._GenericUI):
|
|
6540
6534
|
bl_label: typing.Any
|
|
6541
6535
|
bl_rna: typing.Any
|
|
6542
6536
|
id_data: typing.Any
|
|
@@ -6806,7 +6800,7 @@ class VIEW3D_MT_edit_curve_ctrlpoints(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6806
6800
|
"""
|
|
6807
6801
|
...
|
|
6808
6802
|
|
|
6809
|
-
class VIEW3D_MT_edit_curve_delete(bpy_types.
|
|
6803
|
+
class VIEW3D_MT_edit_curve_delete(bpy_types._GenericUI):
|
|
6810
6804
|
bl_label: typing.Any
|
|
6811
6805
|
bl_rna: typing.Any
|
|
6812
6806
|
id_data: typing.Any
|
|
@@ -7076,7 +7070,7 @@ class VIEW3D_MT_edit_curve_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7076
7070
|
"""
|
|
7077
7071
|
...
|
|
7078
7072
|
|
|
7079
|
-
class VIEW3D_MT_edit_curve_segments(bpy_types.
|
|
7073
|
+
class VIEW3D_MT_edit_curve_segments(bpy_types._GenericUI):
|
|
7080
7074
|
bl_label: typing.Any
|
|
7081
7075
|
bl_rna: typing.Any
|
|
7082
7076
|
id_data: typing.Any
|
|
@@ -7346,7 +7340,7 @@ class VIEW3D_MT_edit_curve_segments(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7346
7340
|
"""
|
|
7347
7341
|
...
|
|
7348
7342
|
|
|
7349
|
-
class VIEW3D_MT_edit_curves(bpy_types.
|
|
7343
|
+
class VIEW3D_MT_edit_curves(bpy_types._GenericUI):
|
|
7350
7344
|
bl_label: typing.Any
|
|
7351
7345
|
bl_rna: typing.Any
|
|
7352
7346
|
id_data: typing.Any
|
|
@@ -7616,7 +7610,7 @@ class VIEW3D_MT_edit_curves(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7616
7610
|
"""
|
|
7617
7611
|
...
|
|
7618
7612
|
|
|
7619
|
-
class VIEW3D_MT_edit_curves_add(bpy_types.
|
|
7613
|
+
class VIEW3D_MT_edit_curves_add(bpy_types._GenericUI):
|
|
7620
7614
|
bl_label: typing.Any
|
|
7621
7615
|
bl_rna: typing.Any
|
|
7622
7616
|
bl_translation_context: typing.Any
|
|
@@ -7887,7 +7881,7 @@ class VIEW3D_MT_edit_curves_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7887
7881
|
"""
|
|
7888
7882
|
...
|
|
7889
7883
|
|
|
7890
|
-
class VIEW3D_MT_edit_curves_context_menu(bpy_types.
|
|
7884
|
+
class VIEW3D_MT_edit_curves_context_menu(bpy_types._GenericUI):
|
|
7891
7885
|
bl_label: typing.Any
|
|
7892
7886
|
bl_rna: typing.Any
|
|
7893
7887
|
id_data: typing.Any
|
|
@@ -8157,7 +8151,7 @@ class VIEW3D_MT_edit_curves_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
8157
8151
|
"""
|
|
8158
8152
|
...
|
|
8159
8153
|
|
|
8160
|
-
class VIEW3D_MT_edit_curves_control_points(bpy_types.
|
|
8154
|
+
class VIEW3D_MT_edit_curves_control_points(bpy_types._GenericUI):
|
|
8161
8155
|
bl_label: typing.Any
|
|
8162
8156
|
bl_rna: typing.Any
|
|
8163
8157
|
id_data: typing.Any
|
|
@@ -8427,7 +8421,7 @@ class VIEW3D_MT_edit_curves_control_points(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
8427
8421
|
"""
|
|
8428
8422
|
...
|
|
8429
8423
|
|
|
8430
|
-
class VIEW3D_MT_edit_curves_segments(bpy_types.
|
|
8424
|
+
class VIEW3D_MT_edit_curves_segments(bpy_types._GenericUI):
|
|
8431
8425
|
bl_label: typing.Any
|
|
8432
8426
|
bl_rna: typing.Any
|
|
8433
8427
|
id_data: typing.Any
|
|
@@ -8697,7 +8691,7 @@ class VIEW3D_MT_edit_curves_segments(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
8697
8691
|
"""
|
|
8698
8692
|
...
|
|
8699
8693
|
|
|
8700
|
-
class VIEW3D_MT_edit_curves_select_more_less(bpy_types.
|
|
8694
|
+
class VIEW3D_MT_edit_curves_select_more_less(bpy_types._GenericUI):
|
|
8701
8695
|
bl_label: typing.Any
|
|
8702
8696
|
bl_rna: typing.Any
|
|
8703
8697
|
id_data: typing.Any
|
|
@@ -8967,7 +8961,7 @@ class VIEW3D_MT_edit_curves_select_more_less(bpy_types.Menu, bpy_types._GenericU
|
|
|
8967
8961
|
"""
|
|
8968
8962
|
...
|
|
8969
8963
|
|
|
8970
|
-
class VIEW3D_MT_edit_font(bpy_types.
|
|
8964
|
+
class VIEW3D_MT_edit_font(bpy_types._GenericUI):
|
|
8971
8965
|
bl_label: typing.Any
|
|
8972
8966
|
bl_rna: typing.Any
|
|
8973
8967
|
id_data: typing.Any
|
|
@@ -9237,7 +9231,7 @@ class VIEW3D_MT_edit_font(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
9237
9231
|
"""
|
|
9238
9232
|
...
|
|
9239
9233
|
|
|
9240
|
-
class VIEW3D_MT_edit_font_chars(bpy_types.
|
|
9234
|
+
class VIEW3D_MT_edit_font_chars(bpy_types._GenericUI):
|
|
9241
9235
|
bl_label: typing.Any
|
|
9242
9236
|
bl_rna: typing.Any
|
|
9243
9237
|
id_data: typing.Any
|
|
@@ -9507,7 +9501,7 @@ class VIEW3D_MT_edit_font_chars(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
9507
9501
|
"""
|
|
9508
9502
|
...
|
|
9509
9503
|
|
|
9510
|
-
class VIEW3D_MT_edit_font_context_menu(bpy_types.
|
|
9504
|
+
class VIEW3D_MT_edit_font_context_menu(bpy_types._GenericUI):
|
|
9511
9505
|
bl_label: typing.Any
|
|
9512
9506
|
bl_rna: typing.Any
|
|
9513
9507
|
id_data: typing.Any
|
|
@@ -9777,7 +9771,7 @@ class VIEW3D_MT_edit_font_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
9777
9771
|
"""
|
|
9778
9772
|
...
|
|
9779
9773
|
|
|
9780
|
-
class VIEW3D_MT_edit_font_delete(bpy_types.
|
|
9774
|
+
class VIEW3D_MT_edit_font_delete(bpy_types._GenericUI):
|
|
9781
9775
|
bl_label: typing.Any
|
|
9782
9776
|
bl_rna: typing.Any
|
|
9783
9777
|
id_data: typing.Any
|
|
@@ -10047,7 +10041,7 @@ class VIEW3D_MT_edit_font_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
10047
10041
|
"""
|
|
10048
10042
|
...
|
|
10049
10043
|
|
|
10050
|
-
class VIEW3D_MT_edit_font_kerning(bpy_types.
|
|
10044
|
+
class VIEW3D_MT_edit_font_kerning(bpy_types._GenericUI):
|
|
10051
10045
|
bl_label: typing.Any
|
|
10052
10046
|
bl_rna: typing.Any
|
|
10053
10047
|
id_data: typing.Any
|
|
@@ -10317,7 +10311,7 @@ class VIEW3D_MT_edit_font_kerning(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
10317
10311
|
"""
|
|
10318
10312
|
...
|
|
10319
10313
|
|
|
10320
|
-
class VIEW3D_MT_edit_gpencil(bpy_types.
|
|
10314
|
+
class VIEW3D_MT_edit_gpencil(bpy_types._GenericUI):
|
|
10321
10315
|
bl_label: typing.Any
|
|
10322
10316
|
bl_rna: typing.Any
|
|
10323
10317
|
id_data: typing.Any
|
|
@@ -10587,7 +10581,7 @@ class VIEW3D_MT_edit_gpencil(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
10587
10581
|
"""
|
|
10588
10582
|
...
|
|
10589
10583
|
|
|
10590
|
-
class VIEW3D_MT_edit_gpencil_delete(bpy_types.
|
|
10584
|
+
class VIEW3D_MT_edit_gpencil_delete(bpy_types._GenericUI):
|
|
10591
10585
|
bl_label: typing.Any
|
|
10592
10586
|
bl_rna: typing.Any
|
|
10593
10587
|
id_data: typing.Any
|
|
@@ -10857,7 +10851,7 @@ class VIEW3D_MT_edit_gpencil_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
10857
10851
|
"""
|
|
10858
10852
|
...
|
|
10859
10853
|
|
|
10860
|
-
class VIEW3D_MT_edit_gpencil_point(bpy_types.
|
|
10854
|
+
class VIEW3D_MT_edit_gpencil_point(bpy_types._GenericUI):
|
|
10861
10855
|
bl_label: typing.Any
|
|
10862
10856
|
bl_rna: typing.Any
|
|
10863
10857
|
id_data: typing.Any
|
|
@@ -11127,7 +11121,7 @@ class VIEW3D_MT_edit_gpencil_point(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
11127
11121
|
"""
|
|
11128
11122
|
...
|
|
11129
11123
|
|
|
11130
|
-
class VIEW3D_MT_edit_gpencil_showhide(bpy_types.
|
|
11124
|
+
class VIEW3D_MT_edit_gpencil_showhide(bpy_types._GenericUI):
|
|
11131
11125
|
bl_label: typing.Any
|
|
11132
11126
|
bl_rna: typing.Any
|
|
11133
11127
|
id_data: typing.Any
|
|
@@ -11397,7 +11391,7 @@ class VIEW3D_MT_edit_gpencil_showhide(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
11397
11391
|
"""
|
|
11398
11392
|
...
|
|
11399
11393
|
|
|
11400
|
-
class VIEW3D_MT_edit_gpencil_stroke(bpy_types.
|
|
11394
|
+
class VIEW3D_MT_edit_gpencil_stroke(bpy_types._GenericUI):
|
|
11401
11395
|
bl_label: typing.Any
|
|
11402
11396
|
bl_rna: typing.Any
|
|
11403
11397
|
id_data: typing.Any
|
|
@@ -11667,7 +11661,7 @@ class VIEW3D_MT_edit_gpencil_stroke(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
11667
11661
|
"""
|
|
11668
11662
|
...
|
|
11669
11663
|
|
|
11670
|
-
class VIEW3D_MT_edit_gpencil_transform(bpy_types.
|
|
11664
|
+
class VIEW3D_MT_edit_gpencil_transform(bpy_types._GenericUI):
|
|
11671
11665
|
bl_label: typing.Any
|
|
11672
11666
|
bl_rna: typing.Any
|
|
11673
11667
|
id_data: typing.Any
|
|
@@ -11937,7 +11931,7 @@ class VIEW3D_MT_edit_gpencil_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
11937
11931
|
"""
|
|
11938
11932
|
...
|
|
11939
11933
|
|
|
11940
|
-
class VIEW3D_MT_edit_greasepencil(bpy_types.
|
|
11934
|
+
class VIEW3D_MT_edit_greasepencil(bpy_types._GenericUI):
|
|
11941
11935
|
bl_label: typing.Any
|
|
11942
11936
|
bl_rna: typing.Any
|
|
11943
11937
|
id_data: typing.Any
|
|
@@ -12207,7 +12201,7 @@ class VIEW3D_MT_edit_greasepencil(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
12207
12201
|
"""
|
|
12208
12202
|
...
|
|
12209
12203
|
|
|
12210
|
-
class VIEW3D_MT_edit_greasepencil_animation(bpy_types.
|
|
12204
|
+
class VIEW3D_MT_edit_greasepencil_animation(bpy_types._GenericUI):
|
|
12211
12205
|
bl_label: typing.Any
|
|
12212
12206
|
bl_rna: typing.Any
|
|
12213
12207
|
id_data: typing.Any
|
|
@@ -12477,7 +12471,7 @@ class VIEW3D_MT_edit_greasepencil_animation(bpy_types.Menu, bpy_types._GenericUI
|
|
|
12477
12471
|
"""
|
|
12478
12472
|
...
|
|
12479
12473
|
|
|
12480
|
-
class VIEW3D_MT_edit_greasepencil_cleanup(bpy_types.
|
|
12474
|
+
class VIEW3D_MT_edit_greasepencil_cleanup(bpy_types._GenericUI):
|
|
12481
12475
|
bl_label: typing.Any
|
|
12482
12476
|
bl_rna: typing.Any
|
|
12483
12477
|
id_data: typing.Any
|
|
@@ -12747,7 +12741,7 @@ class VIEW3D_MT_edit_greasepencil_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
12747
12741
|
"""
|
|
12748
12742
|
...
|
|
12749
12743
|
|
|
12750
|
-
class VIEW3D_MT_edit_greasepencil_delete(bpy_types.
|
|
12744
|
+
class VIEW3D_MT_edit_greasepencil_delete(bpy_types._GenericUI):
|
|
12751
12745
|
bl_label: typing.Any
|
|
12752
12746
|
bl_rna: typing.Any
|
|
12753
12747
|
id_data: typing.Any
|
|
@@ -13017,7 +13011,7 @@ class VIEW3D_MT_edit_greasepencil_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
13017
13011
|
"""
|
|
13018
13012
|
...
|
|
13019
13013
|
|
|
13020
|
-
class VIEW3D_MT_edit_greasepencil_point(bpy_types.
|
|
13014
|
+
class VIEW3D_MT_edit_greasepencil_point(bpy_types._GenericUI):
|
|
13021
13015
|
bl_label: typing.Any
|
|
13022
13016
|
bl_rna: typing.Any
|
|
13023
13017
|
id_data: typing.Any
|
|
@@ -13287,7 +13281,7 @@ class VIEW3D_MT_edit_greasepencil_point(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
13287
13281
|
"""
|
|
13288
13282
|
...
|
|
13289
13283
|
|
|
13290
|
-
class VIEW3D_MT_edit_greasepencil_showhide(bpy_types.
|
|
13284
|
+
class VIEW3D_MT_edit_greasepencil_showhide(bpy_types._GenericUI):
|
|
13291
13285
|
bl_label: typing.Any
|
|
13292
13286
|
bl_rna: typing.Any
|
|
13293
13287
|
id_data: typing.Any
|
|
@@ -13557,7 +13551,7 @@ class VIEW3D_MT_edit_greasepencil_showhide(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
13557
13551
|
"""
|
|
13558
13552
|
...
|
|
13559
13553
|
|
|
13560
|
-
class VIEW3D_MT_edit_greasepencil_stroke(bpy_types.
|
|
13554
|
+
class VIEW3D_MT_edit_greasepencil_stroke(bpy_types._GenericUI):
|
|
13561
13555
|
bl_label: typing.Any
|
|
13562
13556
|
bl_rna: typing.Any
|
|
13563
13557
|
id_data: typing.Any
|
|
@@ -13827,7 +13821,7 @@ class VIEW3D_MT_edit_greasepencil_stroke(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
13827
13821
|
"""
|
|
13828
13822
|
...
|
|
13829
13823
|
|
|
13830
|
-
class VIEW3D_MT_edit_lattice(bpy_types.
|
|
13824
|
+
class VIEW3D_MT_edit_lattice(bpy_types._GenericUI):
|
|
13831
13825
|
bl_label: typing.Any
|
|
13832
13826
|
bl_rna: typing.Any
|
|
13833
13827
|
id_data: typing.Any
|
|
@@ -14097,7 +14091,7 @@ class VIEW3D_MT_edit_lattice(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
14097
14091
|
"""
|
|
14098
14092
|
...
|
|
14099
14093
|
|
|
14100
|
-
class VIEW3D_MT_edit_lattice_context_menu(bpy_types.
|
|
14094
|
+
class VIEW3D_MT_edit_lattice_context_menu(bpy_types._GenericUI):
|
|
14101
14095
|
bl_label: typing.Any
|
|
14102
14096
|
bl_rna: typing.Any
|
|
14103
14097
|
id_data: typing.Any
|
|
@@ -14367,7 +14361,7 @@ class VIEW3D_MT_edit_lattice_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
14367
14361
|
"""
|
|
14368
14362
|
...
|
|
14369
14363
|
|
|
14370
|
-
class VIEW3D_MT_edit_mesh(bpy_types.
|
|
14364
|
+
class VIEW3D_MT_edit_mesh(bpy_types._GenericUI):
|
|
14371
14365
|
bl_label: typing.Any
|
|
14372
14366
|
bl_rna: typing.Any
|
|
14373
14367
|
id_data: typing.Any
|
|
@@ -14637,7 +14631,7 @@ class VIEW3D_MT_edit_mesh(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
14637
14631
|
"""
|
|
14638
14632
|
...
|
|
14639
14633
|
|
|
14640
|
-
class VIEW3D_MT_edit_mesh_clean(bpy_types.
|
|
14634
|
+
class VIEW3D_MT_edit_mesh_clean(bpy_types._GenericUI):
|
|
14641
14635
|
bl_label: typing.Any
|
|
14642
14636
|
bl_rna: typing.Any
|
|
14643
14637
|
id_data: typing.Any
|
|
@@ -14907,7 +14901,7 @@ class VIEW3D_MT_edit_mesh_clean(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
14907
14901
|
"""
|
|
14908
14902
|
...
|
|
14909
14903
|
|
|
14910
|
-
class VIEW3D_MT_edit_mesh_context_menu(bpy_types.
|
|
14904
|
+
class VIEW3D_MT_edit_mesh_context_menu(bpy_types._GenericUI):
|
|
14911
14905
|
bl_label: typing.Any
|
|
14912
14906
|
bl_rna: typing.Any
|
|
14913
14907
|
id_data: typing.Any
|
|
@@ -15177,7 +15171,7 @@ class VIEW3D_MT_edit_mesh_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
15177
15171
|
"""
|
|
15178
15172
|
...
|
|
15179
15173
|
|
|
15180
|
-
class VIEW3D_MT_edit_mesh_delete(bpy_types.
|
|
15174
|
+
class VIEW3D_MT_edit_mesh_delete(bpy_types._GenericUI):
|
|
15181
15175
|
bl_label: typing.Any
|
|
15182
15176
|
bl_rna: typing.Any
|
|
15183
15177
|
id_data: typing.Any
|
|
@@ -15447,7 +15441,7 @@ class VIEW3D_MT_edit_mesh_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
15447
15441
|
"""
|
|
15448
15442
|
...
|
|
15449
15443
|
|
|
15450
|
-
class VIEW3D_MT_edit_mesh_edges(bpy_types.
|
|
15444
|
+
class VIEW3D_MT_edit_mesh_edges(bpy_types._GenericUI):
|
|
15451
15445
|
bl_label: typing.Any
|
|
15452
15446
|
bl_rna: typing.Any
|
|
15453
15447
|
id_data: typing.Any
|
|
@@ -15717,7 +15711,7 @@ class VIEW3D_MT_edit_mesh_edges(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
15717
15711
|
"""
|
|
15718
15712
|
...
|
|
15719
15713
|
|
|
15720
|
-
class VIEW3D_MT_edit_mesh_extrude(bpy_types.
|
|
15714
|
+
class VIEW3D_MT_edit_mesh_extrude(bpy_types._GenericUI):
|
|
15721
15715
|
bl_label: typing.Any
|
|
15722
15716
|
bl_rna: typing.Any
|
|
15723
15717
|
id_data: typing.Any
|
|
@@ -15987,7 +15981,7 @@ class VIEW3D_MT_edit_mesh_extrude(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
15987
15981
|
"""
|
|
15988
15982
|
...
|
|
15989
15983
|
|
|
15990
|
-
class VIEW3D_MT_edit_mesh_faces(bpy_types.
|
|
15984
|
+
class VIEW3D_MT_edit_mesh_faces(bpy_types._GenericUI):
|
|
15991
15985
|
bl_idname: typing.Any
|
|
15992
15986
|
bl_label: typing.Any
|
|
15993
15987
|
bl_rna: typing.Any
|
|
@@ -16258,7 +16252,7 @@ class VIEW3D_MT_edit_mesh_faces(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
16258
16252
|
"""
|
|
16259
16253
|
...
|
|
16260
16254
|
|
|
16261
|
-
class VIEW3D_MT_edit_mesh_faces_data(bpy_types.
|
|
16255
|
+
class VIEW3D_MT_edit_mesh_faces_data(bpy_types._GenericUI):
|
|
16262
16256
|
bl_label: typing.Any
|
|
16263
16257
|
bl_rna: typing.Any
|
|
16264
16258
|
id_data: typing.Any
|
|
@@ -16528,7 +16522,7 @@ class VIEW3D_MT_edit_mesh_faces_data(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
16528
16522
|
"""
|
|
16529
16523
|
...
|
|
16530
16524
|
|
|
16531
|
-
class VIEW3D_MT_edit_mesh_merge(bpy_types.
|
|
16525
|
+
class VIEW3D_MT_edit_mesh_merge(bpy_types._GenericUI):
|
|
16532
16526
|
bl_label: typing.Any
|
|
16533
16527
|
bl_rna: typing.Any
|
|
16534
16528
|
id_data: typing.Any
|
|
@@ -16798,7 +16792,7 @@ class VIEW3D_MT_edit_mesh_merge(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
16798
16792
|
"""
|
|
16799
16793
|
...
|
|
16800
16794
|
|
|
16801
|
-
class VIEW3D_MT_edit_mesh_normals(bpy_types.
|
|
16795
|
+
class VIEW3D_MT_edit_mesh_normals(bpy_types._GenericUI):
|
|
16802
16796
|
bl_label: typing.Any
|
|
16803
16797
|
bl_rna: typing.Any
|
|
16804
16798
|
id_data: typing.Any
|
|
@@ -17068,7 +17062,7 @@ class VIEW3D_MT_edit_mesh_normals(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
17068
17062
|
"""
|
|
17069
17063
|
...
|
|
17070
17064
|
|
|
17071
|
-
class VIEW3D_MT_edit_mesh_normals_average(bpy_types.
|
|
17065
|
+
class VIEW3D_MT_edit_mesh_normals_average(bpy_types._GenericUI):
|
|
17072
17066
|
bl_label: typing.Any
|
|
17073
17067
|
bl_rna: typing.Any
|
|
17074
17068
|
id_data: typing.Any
|
|
@@ -17338,7 +17332,7 @@ class VIEW3D_MT_edit_mesh_normals_average(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
17338
17332
|
"""
|
|
17339
17333
|
...
|
|
17340
17334
|
|
|
17341
|
-
class VIEW3D_MT_edit_mesh_normals_select_strength(bpy_types.
|
|
17335
|
+
class VIEW3D_MT_edit_mesh_normals_select_strength(bpy_types._GenericUI):
|
|
17342
17336
|
bl_label: typing.Any
|
|
17343
17337
|
bl_rna: typing.Any
|
|
17344
17338
|
id_data: typing.Any
|
|
@@ -17608,7 +17602,7 @@ class VIEW3D_MT_edit_mesh_normals_select_strength(bpy_types.Menu, bpy_types._Gen
|
|
|
17608
17602
|
"""
|
|
17609
17603
|
...
|
|
17610
17604
|
|
|
17611
|
-
class VIEW3D_MT_edit_mesh_normals_set_strength(bpy_types.
|
|
17605
|
+
class VIEW3D_MT_edit_mesh_normals_set_strength(bpy_types._GenericUI):
|
|
17612
17606
|
bl_label: typing.Any
|
|
17613
17607
|
bl_rna: typing.Any
|
|
17614
17608
|
id_data: typing.Any
|
|
@@ -17878,7 +17872,7 @@ class VIEW3D_MT_edit_mesh_normals_set_strength(bpy_types.Menu, bpy_types._Generi
|
|
|
17878
17872
|
"""
|
|
17879
17873
|
...
|
|
17880
17874
|
|
|
17881
|
-
class VIEW3D_MT_edit_mesh_select_by_trait(bpy_types.
|
|
17875
|
+
class VIEW3D_MT_edit_mesh_select_by_trait(bpy_types._GenericUI):
|
|
17882
17876
|
bl_label: typing.Any
|
|
17883
17877
|
bl_rna: typing.Any
|
|
17884
17878
|
id_data: typing.Any
|
|
@@ -18148,7 +18142,7 @@ class VIEW3D_MT_edit_mesh_select_by_trait(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
18148
18142
|
"""
|
|
18149
18143
|
...
|
|
18150
18144
|
|
|
18151
|
-
class VIEW3D_MT_edit_mesh_select_linked(bpy_types.
|
|
18145
|
+
class VIEW3D_MT_edit_mesh_select_linked(bpy_types._GenericUI):
|
|
18152
18146
|
bl_label: typing.Any
|
|
18153
18147
|
bl_rna: typing.Any
|
|
18154
18148
|
id_data: typing.Any
|
|
@@ -18418,7 +18412,7 @@ class VIEW3D_MT_edit_mesh_select_linked(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
18418
18412
|
"""
|
|
18419
18413
|
...
|
|
18420
18414
|
|
|
18421
|
-
class VIEW3D_MT_edit_mesh_select_loops(bpy_types.
|
|
18415
|
+
class VIEW3D_MT_edit_mesh_select_loops(bpy_types._GenericUI):
|
|
18422
18416
|
bl_label: typing.Any
|
|
18423
18417
|
bl_rna: typing.Any
|
|
18424
18418
|
id_data: typing.Any
|
|
@@ -18688,7 +18682,7 @@ class VIEW3D_MT_edit_mesh_select_loops(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
18688
18682
|
"""
|
|
18689
18683
|
...
|
|
18690
18684
|
|
|
18691
|
-
class VIEW3D_MT_edit_mesh_select_mode(bpy_types.
|
|
18685
|
+
class VIEW3D_MT_edit_mesh_select_mode(bpy_types._GenericUI):
|
|
18692
18686
|
bl_label: typing.Any
|
|
18693
18687
|
bl_rna: typing.Any
|
|
18694
18688
|
id_data: typing.Any
|
|
@@ -18958,7 +18952,7 @@ class VIEW3D_MT_edit_mesh_select_mode(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
18958
18952
|
"""
|
|
18959
18953
|
...
|
|
18960
18954
|
|
|
18961
|
-
class VIEW3D_MT_edit_mesh_select_more_less(bpy_types.
|
|
18955
|
+
class VIEW3D_MT_edit_mesh_select_more_less(bpy_types._GenericUI):
|
|
18962
18956
|
bl_label: typing.Any
|
|
18963
18957
|
bl_rna: typing.Any
|
|
18964
18958
|
id_data: typing.Any
|
|
@@ -19228,7 +19222,7 @@ class VIEW3D_MT_edit_mesh_select_more_less(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
19228
19222
|
"""
|
|
19229
19223
|
...
|
|
19230
19224
|
|
|
19231
|
-
class VIEW3D_MT_edit_mesh_select_similar(bpy_types.
|
|
19225
|
+
class VIEW3D_MT_edit_mesh_select_similar(bpy_types._GenericUI):
|
|
19232
19226
|
bl_label: typing.Any
|
|
19233
19227
|
bl_rna: typing.Any
|
|
19234
19228
|
id_data: typing.Any
|
|
@@ -19498,7 +19492,7 @@ class VIEW3D_MT_edit_mesh_select_similar(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
19498
19492
|
"""
|
|
19499
19493
|
...
|
|
19500
19494
|
|
|
19501
|
-
class VIEW3D_MT_edit_mesh_shading(bpy_types.
|
|
19495
|
+
class VIEW3D_MT_edit_mesh_shading(bpy_types._GenericUI):
|
|
19502
19496
|
bl_label: typing.Any
|
|
19503
19497
|
bl_rna: typing.Any
|
|
19504
19498
|
id_data: typing.Any
|
|
@@ -19768,7 +19762,7 @@ class VIEW3D_MT_edit_mesh_shading(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
19768
19762
|
"""
|
|
19769
19763
|
...
|
|
19770
19764
|
|
|
19771
|
-
class VIEW3D_MT_edit_mesh_split(bpy_types.
|
|
19765
|
+
class VIEW3D_MT_edit_mesh_split(bpy_types._GenericUI):
|
|
19772
19766
|
bl_label: typing.Any
|
|
19773
19767
|
bl_rna: typing.Any
|
|
19774
19768
|
id_data: typing.Any
|
|
@@ -20038,7 +20032,7 @@ class VIEW3D_MT_edit_mesh_split(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
20038
20032
|
"""
|
|
20039
20033
|
...
|
|
20040
20034
|
|
|
20041
|
-
class VIEW3D_MT_edit_mesh_vertices(bpy_types.
|
|
20035
|
+
class VIEW3D_MT_edit_mesh_vertices(bpy_types._GenericUI):
|
|
20042
20036
|
bl_label: typing.Any
|
|
20043
20037
|
bl_rna: typing.Any
|
|
20044
20038
|
id_data: typing.Any
|
|
@@ -20308,7 +20302,7 @@ class VIEW3D_MT_edit_mesh_vertices(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
20308
20302
|
"""
|
|
20309
20303
|
...
|
|
20310
20304
|
|
|
20311
|
-
class VIEW3D_MT_edit_mesh_weights(bpy_types.
|
|
20305
|
+
class VIEW3D_MT_edit_mesh_weights(bpy_types._GenericUI):
|
|
20312
20306
|
bl_label: typing.Any
|
|
20313
20307
|
bl_rna: typing.Any
|
|
20314
20308
|
id_data: typing.Any
|
|
@@ -20578,7 +20572,7 @@ class VIEW3D_MT_edit_mesh_weights(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
20578
20572
|
"""
|
|
20579
20573
|
...
|
|
20580
20574
|
|
|
20581
|
-
class VIEW3D_MT_edit_meta(bpy_types.
|
|
20575
|
+
class VIEW3D_MT_edit_meta(bpy_types._GenericUI):
|
|
20582
20576
|
bl_label: typing.Any
|
|
20583
20577
|
bl_rna: typing.Any
|
|
20584
20578
|
id_data: typing.Any
|
|
@@ -20848,7 +20842,7 @@ class VIEW3D_MT_edit_meta(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
20848
20842
|
"""
|
|
20849
20843
|
...
|
|
20850
20844
|
|
|
20851
|
-
class VIEW3D_MT_edit_meta_showhide(bpy_types.
|
|
20845
|
+
class VIEW3D_MT_edit_meta_showhide(bpy_types._GenericUI):
|
|
20852
20846
|
bl_label: typing.Any
|
|
20853
20847
|
bl_rna: typing.Any
|
|
20854
20848
|
id_data: typing.Any
|
|
@@ -21118,7 +21112,7 @@ class VIEW3D_MT_edit_meta_showhide(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
21118
21112
|
"""
|
|
21119
21113
|
...
|
|
21120
21114
|
|
|
21121
|
-
class VIEW3D_MT_edit_metaball_context_menu(bpy_types.
|
|
21115
|
+
class VIEW3D_MT_edit_metaball_context_menu(bpy_types._GenericUI):
|
|
21122
21116
|
bl_label: typing.Any
|
|
21123
21117
|
bl_rna: typing.Any
|
|
21124
21118
|
id_data: typing.Any
|
|
@@ -21388,7 +21382,7 @@ class VIEW3D_MT_edit_metaball_context_menu(bpy_types.Menu, bpy_types._GenericUI)
|
|
|
21388
21382
|
"""
|
|
21389
21383
|
...
|
|
21390
21384
|
|
|
21391
|
-
class VIEW3D_MT_edit_pointcloud(bpy_types.
|
|
21385
|
+
class VIEW3D_MT_edit_pointcloud(bpy_types._GenericUI):
|
|
21392
21386
|
bl_label: typing.Any
|
|
21393
21387
|
bl_rna: typing.Any
|
|
21394
21388
|
id_data: typing.Any
|
|
@@ -21658,7 +21652,7 @@ class VIEW3D_MT_edit_pointcloud(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
21658
21652
|
"""
|
|
21659
21653
|
...
|
|
21660
21654
|
|
|
21661
|
-
class VIEW3D_MT_edit_surface(bpy_types.
|
|
21655
|
+
class VIEW3D_MT_edit_surface(bpy_types._GenericUI):
|
|
21662
21656
|
bl_label: typing.Any
|
|
21663
21657
|
bl_rna: typing.Any
|
|
21664
21658
|
id_data: typing.Any
|
|
@@ -21928,7 +21922,7 @@ class VIEW3D_MT_edit_surface(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
21928
21922
|
"""
|
|
21929
21923
|
...
|
|
21930
21924
|
|
|
21931
|
-
class VIEW3D_MT_editor_menus(bpy_types.
|
|
21925
|
+
class VIEW3D_MT_editor_menus(bpy_types._GenericUI):
|
|
21932
21926
|
bl_label: typing.Any
|
|
21933
21927
|
bl_rna: typing.Any
|
|
21934
21928
|
id_data: typing.Any
|
|
@@ -22198,7 +22192,7 @@ class VIEW3D_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
22198
22192
|
"""
|
|
22199
22193
|
...
|
|
22200
22194
|
|
|
22201
|
-
class VIEW3D_MT_face_sets(bpy_types.
|
|
22195
|
+
class VIEW3D_MT_face_sets(bpy_types._GenericUI):
|
|
22202
22196
|
bl_label: typing.Any
|
|
22203
22197
|
bl_rna: typing.Any
|
|
22204
22198
|
id_data: typing.Any
|
|
@@ -22468,7 +22462,7 @@ class VIEW3D_MT_face_sets(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
22468
22462
|
"""
|
|
22469
22463
|
...
|
|
22470
22464
|
|
|
22471
|
-
class VIEW3D_MT_face_sets_init(bpy_types.
|
|
22465
|
+
class VIEW3D_MT_face_sets_init(bpy_types._GenericUI):
|
|
22472
22466
|
bl_label: typing.Any
|
|
22473
22467
|
bl_rna: typing.Any
|
|
22474
22468
|
id_data: typing.Any
|
|
@@ -22738,7 +22732,7 @@ class VIEW3D_MT_face_sets_init(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
22738
22732
|
"""
|
|
22739
22733
|
...
|
|
22740
22734
|
|
|
22741
|
-
class VIEW3D_MT_gpencil_animation(bpy_types.
|
|
22735
|
+
class VIEW3D_MT_gpencil_animation(bpy_types._GenericUI):
|
|
22742
22736
|
bl_label: typing.Any
|
|
22743
22737
|
bl_rna: typing.Any
|
|
22744
22738
|
id_data: typing.Any
|
|
@@ -23015,7 +23009,7 @@ class VIEW3D_MT_gpencil_animation(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
23015
23009
|
"""
|
|
23016
23010
|
...
|
|
23017
23011
|
|
|
23018
|
-
class VIEW3D_MT_gpencil_autoweights(bpy_types.
|
|
23012
|
+
class VIEW3D_MT_gpencil_autoweights(bpy_types._GenericUI):
|
|
23019
23013
|
bl_label: typing.Any
|
|
23020
23014
|
bl_rna: typing.Any
|
|
23021
23015
|
id_data: typing.Any
|
|
@@ -23285,7 +23279,7 @@ class VIEW3D_MT_gpencil_autoweights(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
23285
23279
|
"""
|
|
23286
23280
|
...
|
|
23287
23281
|
|
|
23288
|
-
class VIEW3D_MT_gpencil_edit_context_menu(bpy_types.
|
|
23282
|
+
class VIEW3D_MT_gpencil_edit_context_menu(bpy_types._GenericUI):
|
|
23289
23283
|
bl_label: typing.Any
|
|
23290
23284
|
bl_rna: typing.Any
|
|
23291
23285
|
id_data: typing.Any
|
|
@@ -23555,7 +23549,7 @@ class VIEW3D_MT_gpencil_edit_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
23555
23549
|
"""
|
|
23556
23550
|
...
|
|
23557
23551
|
|
|
23558
|
-
class VIEW3D_MT_gpencil_simplify(bpy_types.
|
|
23552
|
+
class VIEW3D_MT_gpencil_simplify(bpy_types._GenericUI):
|
|
23559
23553
|
bl_label: typing.Any
|
|
23560
23554
|
bl_rna: typing.Any
|
|
23561
23555
|
id_data: typing.Any
|
|
@@ -23825,7 +23819,7 @@ class VIEW3D_MT_gpencil_simplify(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
23825
23819
|
"""
|
|
23826
23820
|
...
|
|
23827
23821
|
|
|
23828
|
-
class VIEW3D_MT_gpencil_vertex_group(bpy_types.
|
|
23822
|
+
class VIEW3D_MT_gpencil_vertex_group(bpy_types._GenericUI):
|
|
23829
23823
|
bl_label: typing.Any
|
|
23830
23824
|
bl_rna: typing.Any
|
|
23831
23825
|
id_data: typing.Any
|
|
@@ -24095,7 +24089,7 @@ class VIEW3D_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
24095
24089
|
"""
|
|
24096
24090
|
...
|
|
24097
24091
|
|
|
24098
|
-
class VIEW3D_MT_grease_pencil_add(bpy_types.
|
|
24092
|
+
class VIEW3D_MT_grease_pencil_add(bpy_types._GenericUI):
|
|
24099
24093
|
bl_idname: typing.Any
|
|
24100
24094
|
bl_label: typing.Any
|
|
24101
24095
|
bl_options: typing.Any
|
|
@@ -24367,7 +24361,7 @@ class VIEW3D_MT_grease_pencil_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
24367
24361
|
"""
|
|
24368
24362
|
...
|
|
24369
24363
|
|
|
24370
|
-
class VIEW3D_MT_grease_pencil_assign_material(bpy_types.
|
|
24364
|
+
class VIEW3D_MT_grease_pencil_assign_material(bpy_types._GenericUI):
|
|
24371
24365
|
bl_label: typing.Any
|
|
24372
24366
|
bl_rna: typing.Any
|
|
24373
24367
|
id_data: typing.Any
|
|
@@ -24637,7 +24631,7 @@ class VIEW3D_MT_grease_pencil_assign_material(bpy_types.Menu, bpy_types._Generic
|
|
|
24637
24631
|
"""
|
|
24638
24632
|
...
|
|
24639
24633
|
|
|
24640
|
-
class VIEW3D_MT_greasepencil_edit_context_menu(bpy_types.
|
|
24634
|
+
class VIEW3D_MT_greasepencil_edit_context_menu(bpy_types._GenericUI):
|
|
24641
24635
|
bl_label: typing.Any
|
|
24642
24636
|
bl_rna: typing.Any
|
|
24643
24637
|
id_data: typing.Any
|
|
@@ -24907,7 +24901,7 @@ class VIEW3D_MT_greasepencil_edit_context_menu(bpy_types.Menu, bpy_types._Generi
|
|
|
24907
24901
|
"""
|
|
24908
24902
|
...
|
|
24909
24903
|
|
|
24910
|
-
class VIEW3D_MT_greasepencil_material_active(bpy_types.
|
|
24904
|
+
class VIEW3D_MT_greasepencil_material_active(bpy_types._GenericUI):
|
|
24911
24905
|
bl_label: typing.Any
|
|
24912
24906
|
bl_rna: typing.Any
|
|
24913
24907
|
id_data: typing.Any
|
|
@@ -25184,7 +25178,7 @@ class VIEW3D_MT_greasepencil_material_active(bpy_types.Menu, bpy_types._GenericU
|
|
|
25184
25178
|
"""
|
|
25185
25179
|
...
|
|
25186
25180
|
|
|
25187
|
-
class VIEW3D_MT_greasepencil_vertex_group(bpy_types.
|
|
25181
|
+
class VIEW3D_MT_greasepencil_vertex_group(bpy_types._GenericUI):
|
|
25188
25182
|
bl_label: typing.Any
|
|
25189
25183
|
bl_rna: typing.Any
|
|
25190
25184
|
id_data: typing.Any
|
|
@@ -25454,7 +25448,7 @@ class VIEW3D_MT_greasepencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
25454
25448
|
"""
|
|
25455
25449
|
...
|
|
25456
25450
|
|
|
25457
|
-
class VIEW3D_MT_hook(bpy_types.
|
|
25451
|
+
class VIEW3D_MT_hook(bpy_types._GenericUI):
|
|
25458
25452
|
bl_label: typing.Any
|
|
25459
25453
|
bl_rna: typing.Any
|
|
25460
25454
|
id_data: typing.Any
|
|
@@ -25724,7 +25718,7 @@ class VIEW3D_MT_hook(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
25724
25718
|
"""
|
|
25725
25719
|
...
|
|
25726
25720
|
|
|
25727
|
-
class VIEW3D_MT_image_add(bpy_types.
|
|
25721
|
+
class VIEW3D_MT_image_add(bpy_types._GenericUI):
|
|
25728
25722
|
bl_label: typing.Any
|
|
25729
25723
|
bl_options: typing.Any
|
|
25730
25724
|
bl_rna: typing.Any
|
|
@@ -25995,7 +25989,7 @@ class VIEW3D_MT_image_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
25995
25989
|
"""
|
|
25996
25990
|
...
|
|
25997
25991
|
|
|
25998
|
-
class VIEW3D_MT_light_add(bpy_types.
|
|
25992
|
+
class VIEW3D_MT_light_add(bpy_types._GenericUI):
|
|
25999
25993
|
bl_context: typing.Any
|
|
26000
25994
|
bl_idname: typing.Any
|
|
26001
25995
|
bl_label: typing.Any
|
|
@@ -26268,7 +26262,7 @@ class VIEW3D_MT_light_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
26268
26262
|
"""
|
|
26269
26263
|
...
|
|
26270
26264
|
|
|
26271
|
-
class VIEW3D_MT_lightprobe_add(bpy_types.
|
|
26265
|
+
class VIEW3D_MT_lightprobe_add(bpy_types._GenericUI):
|
|
26272
26266
|
bl_idname: typing.Any
|
|
26273
26267
|
bl_label: typing.Any
|
|
26274
26268
|
bl_options: typing.Any
|
|
@@ -26540,7 +26534,7 @@ class VIEW3D_MT_lightprobe_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
26540
26534
|
"""
|
|
26541
26535
|
...
|
|
26542
26536
|
|
|
26543
|
-
class VIEW3D_MT_make_links(bpy_types.
|
|
26537
|
+
class VIEW3D_MT_make_links(bpy_types._GenericUI):
|
|
26544
26538
|
bl_label: typing.Any
|
|
26545
26539
|
bl_rna: typing.Any
|
|
26546
26540
|
id_data: typing.Any
|
|
@@ -26810,7 +26804,7 @@ class VIEW3D_MT_make_links(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
26810
26804
|
"""
|
|
26811
26805
|
...
|
|
26812
26806
|
|
|
26813
|
-
class VIEW3D_MT_make_single_user(bpy_types.
|
|
26807
|
+
class VIEW3D_MT_make_single_user(bpy_types._GenericUI):
|
|
26814
26808
|
bl_label: typing.Any
|
|
26815
26809
|
bl_rna: typing.Any
|
|
26816
26810
|
id_data: typing.Any
|
|
@@ -27080,7 +27074,7 @@ class VIEW3D_MT_make_single_user(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
27080
27074
|
"""
|
|
27081
27075
|
...
|
|
27082
27076
|
|
|
27083
|
-
class VIEW3D_MT_mask(bpy_types.
|
|
27077
|
+
class VIEW3D_MT_mask(bpy_types._GenericUI):
|
|
27084
27078
|
bl_label: typing.Any
|
|
27085
27079
|
bl_rna: typing.Any
|
|
27086
27080
|
id_data: typing.Any
|
|
@@ -27350,7 +27344,7 @@ class VIEW3D_MT_mask(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
27350
27344
|
"""
|
|
27351
27345
|
...
|
|
27352
27346
|
|
|
27353
|
-
class VIEW3D_MT_mesh_add(bpy_types.
|
|
27347
|
+
class VIEW3D_MT_mesh_add(bpy_types._GenericUI):
|
|
27354
27348
|
bl_idname: typing.Any
|
|
27355
27349
|
bl_label: typing.Any
|
|
27356
27350
|
bl_options: typing.Any
|
|
@@ -27622,7 +27616,7 @@ class VIEW3D_MT_mesh_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
27622
27616
|
"""
|
|
27623
27617
|
...
|
|
27624
27618
|
|
|
27625
|
-
class VIEW3D_MT_metaball_add(bpy_types.
|
|
27619
|
+
class VIEW3D_MT_metaball_add(bpy_types._GenericUI):
|
|
27626
27620
|
bl_idname: typing.Any
|
|
27627
27621
|
bl_label: typing.Any
|
|
27628
27622
|
bl_options: typing.Any
|
|
@@ -27894,7 +27888,7 @@ class VIEW3D_MT_metaball_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
27894
27888
|
"""
|
|
27895
27889
|
...
|
|
27896
27890
|
|
|
27897
|
-
class VIEW3D_MT_mirror(bpy_types.
|
|
27891
|
+
class VIEW3D_MT_mirror(bpy_types._GenericUI):
|
|
27898
27892
|
bl_label: typing.Any
|
|
27899
27893
|
bl_rna: typing.Any
|
|
27900
27894
|
id_data: typing.Any
|
|
@@ -28164,7 +28158,7 @@ class VIEW3D_MT_mirror(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
28164
28158
|
"""
|
|
28165
28159
|
...
|
|
28166
28160
|
|
|
28167
|
-
class VIEW3D_MT_object(bpy_types.
|
|
28161
|
+
class VIEW3D_MT_object(bpy_types._GenericUI):
|
|
28168
28162
|
bl_context: typing.Any
|
|
28169
28163
|
bl_label: typing.Any
|
|
28170
28164
|
bl_rna: typing.Any
|
|
@@ -28435,7 +28429,7 @@ class VIEW3D_MT_object(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
28435
28429
|
"""
|
|
28436
28430
|
...
|
|
28437
28431
|
|
|
28438
|
-
class VIEW3D_MT_object_animation(bpy_types.
|
|
28432
|
+
class VIEW3D_MT_object_animation(bpy_types._GenericUI):
|
|
28439
28433
|
bl_label: typing.Any
|
|
28440
28434
|
bl_rna: typing.Any
|
|
28441
28435
|
id_data: typing.Any
|
|
@@ -28705,7 +28699,7 @@ class VIEW3D_MT_object_animation(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
28705
28699
|
"""
|
|
28706
28700
|
...
|
|
28707
28701
|
|
|
28708
|
-
class VIEW3D_MT_object_apply(bpy_types.
|
|
28702
|
+
class VIEW3D_MT_object_apply(bpy_types._GenericUI):
|
|
28709
28703
|
bl_label: typing.Any
|
|
28710
28704
|
bl_rna: typing.Any
|
|
28711
28705
|
id_data: typing.Any
|
|
@@ -28975,7 +28969,7 @@ class VIEW3D_MT_object_apply(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
28975
28969
|
"""
|
|
28976
28970
|
...
|
|
28977
28971
|
|
|
28978
|
-
class VIEW3D_MT_object_asset(bpy_types.
|
|
28972
|
+
class VIEW3D_MT_object_asset(bpy_types._GenericUI):
|
|
28979
28973
|
bl_label: typing.Any
|
|
28980
28974
|
bl_rna: typing.Any
|
|
28981
28975
|
id_data: typing.Any
|
|
@@ -29245,7 +29239,7 @@ class VIEW3D_MT_object_asset(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
29245
29239
|
"""
|
|
29246
29240
|
...
|
|
29247
29241
|
|
|
29248
|
-
class VIEW3D_MT_object_cleanup(bpy_types.
|
|
29242
|
+
class VIEW3D_MT_object_cleanup(bpy_types._GenericUI):
|
|
29249
29243
|
bl_label: typing.Any
|
|
29250
29244
|
bl_rna: typing.Any
|
|
29251
29245
|
id_data: typing.Any
|
|
@@ -29515,7 +29509,7 @@ class VIEW3D_MT_object_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
29515
29509
|
"""
|
|
29516
29510
|
...
|
|
29517
29511
|
|
|
29518
|
-
class VIEW3D_MT_object_clear(bpy_types.
|
|
29512
|
+
class VIEW3D_MT_object_clear(bpy_types._GenericUI):
|
|
29519
29513
|
bl_label: typing.Any
|
|
29520
29514
|
bl_rna: typing.Any
|
|
29521
29515
|
id_data: typing.Any
|
|
@@ -29785,7 +29779,7 @@ class VIEW3D_MT_object_clear(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
29785
29779
|
"""
|
|
29786
29780
|
...
|
|
29787
29781
|
|
|
29788
|
-
class VIEW3D_MT_object_collection(bpy_types.
|
|
29782
|
+
class VIEW3D_MT_object_collection(bpy_types._GenericUI):
|
|
29789
29783
|
bl_label: typing.Any
|
|
29790
29784
|
bl_rna: typing.Any
|
|
29791
29785
|
id_data: typing.Any
|
|
@@ -30055,7 +30049,7 @@ class VIEW3D_MT_object_collection(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
30055
30049
|
"""
|
|
30056
30050
|
...
|
|
30057
30051
|
|
|
30058
|
-
class VIEW3D_MT_object_constraints(bpy_types.
|
|
30052
|
+
class VIEW3D_MT_object_constraints(bpy_types._GenericUI):
|
|
30059
30053
|
bl_label: typing.Any
|
|
30060
30054
|
bl_rna: typing.Any
|
|
30061
30055
|
id_data: typing.Any
|
|
@@ -30325,7 +30319,7 @@ class VIEW3D_MT_object_constraints(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
30325
30319
|
"""
|
|
30326
30320
|
...
|
|
30327
30321
|
|
|
30328
|
-
class VIEW3D_MT_object_context_menu(bpy_types.
|
|
30322
|
+
class VIEW3D_MT_object_context_menu(bpy_types._GenericUI):
|
|
30329
30323
|
bl_label: typing.Any
|
|
30330
30324
|
bl_rna: typing.Any
|
|
30331
30325
|
id_data: typing.Any
|
|
@@ -30595,7 +30589,7 @@ class VIEW3D_MT_object_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
30595
30589
|
"""
|
|
30596
30590
|
...
|
|
30597
30591
|
|
|
30598
|
-
class VIEW3D_MT_object_convert(bpy_types.
|
|
30592
|
+
class VIEW3D_MT_object_convert(bpy_types._GenericUI):
|
|
30599
30593
|
bl_label: typing.Any
|
|
30600
30594
|
bl_rna: typing.Any
|
|
30601
30595
|
id_data: typing.Any
|
|
@@ -30865,7 +30859,7 @@ class VIEW3D_MT_object_convert(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
30865
30859
|
"""
|
|
30866
30860
|
...
|
|
30867
30861
|
|
|
30868
|
-
class VIEW3D_MT_object_liboverride(bpy_types.
|
|
30862
|
+
class VIEW3D_MT_object_liboverride(bpy_types._GenericUI):
|
|
30869
30863
|
bl_label: typing.Any
|
|
30870
30864
|
bl_rna: typing.Any
|
|
30871
30865
|
id_data: typing.Any
|
|
@@ -31135,7 +31129,7 @@ class VIEW3D_MT_object_liboverride(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
31135
31129
|
"""
|
|
31136
31130
|
...
|
|
31137
31131
|
|
|
31138
|
-
class VIEW3D_MT_object_mode_pie(bpy_types.
|
|
31132
|
+
class VIEW3D_MT_object_mode_pie(bpy_types._GenericUI):
|
|
31139
31133
|
bl_label: typing.Any
|
|
31140
31134
|
bl_rna: typing.Any
|
|
31141
31135
|
id_data: typing.Any
|
|
@@ -31405,7 +31399,7 @@ class VIEW3D_MT_object_mode_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
31405
31399
|
"""
|
|
31406
31400
|
...
|
|
31407
31401
|
|
|
31408
|
-
class VIEW3D_MT_object_modifiers(bpy_types.
|
|
31402
|
+
class VIEW3D_MT_object_modifiers(bpy_types._GenericUI):
|
|
31409
31403
|
bl_label: typing.Any
|
|
31410
31404
|
bl_rna: typing.Any
|
|
31411
31405
|
id_data: typing.Any
|
|
@@ -31675,7 +31669,7 @@ class VIEW3D_MT_object_modifiers(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
31675
31669
|
"""
|
|
31676
31670
|
...
|
|
31677
31671
|
|
|
31678
|
-
class VIEW3D_MT_object_parent(bpy_types.
|
|
31672
|
+
class VIEW3D_MT_object_parent(bpy_types._GenericUI):
|
|
31679
31673
|
bl_label: typing.Any
|
|
31680
31674
|
bl_rna: typing.Any
|
|
31681
31675
|
bl_translation_context: typing.Any
|
|
@@ -31946,7 +31940,7 @@ class VIEW3D_MT_object_parent(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
31946
31940
|
"""
|
|
31947
31941
|
...
|
|
31948
31942
|
|
|
31949
|
-
class VIEW3D_MT_object_quick_effects(bpy_types.
|
|
31943
|
+
class VIEW3D_MT_object_quick_effects(bpy_types._GenericUI):
|
|
31950
31944
|
bl_label: typing.Any
|
|
31951
31945
|
bl_rna: typing.Any
|
|
31952
31946
|
id_data: typing.Any
|
|
@@ -32216,7 +32210,7 @@ class VIEW3D_MT_object_quick_effects(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
32216
32210
|
"""
|
|
32217
32211
|
...
|
|
32218
32212
|
|
|
32219
|
-
class VIEW3D_MT_object_relations(bpy_types.
|
|
32213
|
+
class VIEW3D_MT_object_relations(bpy_types._GenericUI):
|
|
32220
32214
|
bl_label: typing.Any
|
|
32221
32215
|
bl_rna: typing.Any
|
|
32222
32216
|
id_data: typing.Any
|
|
@@ -32486,7 +32480,7 @@ class VIEW3D_MT_object_relations(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
32486
32480
|
"""
|
|
32487
32481
|
...
|
|
32488
32482
|
|
|
32489
|
-
class VIEW3D_MT_object_rigid_body(bpy_types.
|
|
32483
|
+
class VIEW3D_MT_object_rigid_body(bpy_types._GenericUI):
|
|
32490
32484
|
bl_label: typing.Any
|
|
32491
32485
|
bl_rna: typing.Any
|
|
32492
32486
|
id_data: typing.Any
|
|
@@ -32756,7 +32750,7 @@ class VIEW3D_MT_object_rigid_body(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
32756
32750
|
"""
|
|
32757
32751
|
...
|
|
32758
32752
|
|
|
32759
|
-
class VIEW3D_MT_object_shading(bpy_types.
|
|
32753
|
+
class VIEW3D_MT_object_shading(bpy_types._GenericUI):
|
|
32760
32754
|
bl_label: typing.Any
|
|
32761
32755
|
bl_rna: typing.Any
|
|
32762
32756
|
id_data: typing.Any
|
|
@@ -33026,7 +33020,7 @@ class VIEW3D_MT_object_shading(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
33026
33020
|
"""
|
|
33027
33021
|
...
|
|
33028
33022
|
|
|
33029
|
-
class VIEW3D_MT_object_showhide(bpy_types.
|
|
33023
|
+
class VIEW3D_MT_object_showhide(bpy_types._GenericUI):
|
|
33030
33024
|
bl_label: typing.Any
|
|
33031
33025
|
bl_rna: typing.Any
|
|
33032
33026
|
id_data: typing.Any
|
|
@@ -33296,7 +33290,7 @@ class VIEW3D_MT_object_showhide(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
33296
33290
|
"""
|
|
33297
33291
|
...
|
|
33298
33292
|
|
|
33299
|
-
class VIEW3D_MT_object_track(bpy_types.
|
|
33293
|
+
class VIEW3D_MT_object_track(bpy_types._GenericUI):
|
|
33300
33294
|
bl_label: typing.Any
|
|
33301
33295
|
bl_rna: typing.Any
|
|
33302
33296
|
bl_translation_context: typing.Any
|
|
@@ -33567,7 +33561,7 @@ class VIEW3D_MT_object_track(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
33567
33561
|
"""
|
|
33568
33562
|
...
|
|
33569
33563
|
|
|
33570
|
-
class VIEW3D_MT_orientations_pie(bpy_types.
|
|
33564
|
+
class VIEW3D_MT_orientations_pie(bpy_types._GenericUI):
|
|
33571
33565
|
bl_label: typing.Any
|
|
33572
33566
|
bl_rna: typing.Any
|
|
33573
33567
|
id_data: typing.Any
|
|
@@ -33837,7 +33831,7 @@ class VIEW3D_MT_orientations_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
33837
33831
|
"""
|
|
33838
33832
|
...
|
|
33839
33833
|
|
|
33840
|
-
class VIEW3D_MT_paint_gpencil(bpy_types.
|
|
33834
|
+
class VIEW3D_MT_paint_gpencil(bpy_types._GenericUI):
|
|
33841
33835
|
bl_label: typing.Any
|
|
33842
33836
|
bl_rna: typing.Any
|
|
33843
33837
|
id_data: typing.Any
|
|
@@ -34107,7 +34101,7 @@ class VIEW3D_MT_paint_gpencil(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
34107
34101
|
"""
|
|
34108
34102
|
...
|
|
34109
34103
|
|
|
34110
|
-
class VIEW3D_MT_paint_grease_pencil(bpy_types.
|
|
34104
|
+
class VIEW3D_MT_paint_grease_pencil(bpy_types._GenericUI):
|
|
34111
34105
|
bl_label: typing.Any
|
|
34112
34106
|
bl_rna: typing.Any
|
|
34113
34107
|
id_data: typing.Any
|
|
@@ -34377,7 +34371,7 @@ class VIEW3D_MT_paint_grease_pencil(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
34377
34371
|
"""
|
|
34378
34372
|
...
|
|
34379
34373
|
|
|
34380
|
-
class VIEW3D_MT_paint_vertex(bpy_types.
|
|
34374
|
+
class VIEW3D_MT_paint_vertex(bpy_types._GenericUI):
|
|
34381
34375
|
bl_label: typing.Any
|
|
34382
34376
|
bl_rna: typing.Any
|
|
34383
34377
|
id_data: typing.Any
|
|
@@ -34647,7 +34641,7 @@ class VIEW3D_MT_paint_vertex(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
34647
34641
|
"""
|
|
34648
34642
|
...
|
|
34649
34643
|
|
|
34650
|
-
class VIEW3D_MT_paint_weight(bpy_types.
|
|
34644
|
+
class VIEW3D_MT_paint_weight(bpy_types._GenericUI):
|
|
34651
34645
|
bl_label: typing.Any
|
|
34652
34646
|
bl_rna: typing.Any
|
|
34653
34647
|
id_data: typing.Any
|
|
@@ -34925,7 +34919,7 @@ class VIEW3D_MT_paint_weight(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
34925
34919
|
"""
|
|
34926
34920
|
...
|
|
34927
34921
|
|
|
34928
|
-
class VIEW3D_MT_paint_weight_lock(bpy_types.
|
|
34922
|
+
class VIEW3D_MT_paint_weight_lock(bpy_types._GenericUI):
|
|
34929
34923
|
bl_label: typing.Any
|
|
34930
34924
|
bl_rna: typing.Any
|
|
34931
34925
|
id_data: typing.Any
|
|
@@ -35195,7 +35189,7 @@ class VIEW3D_MT_paint_weight_lock(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
35195
35189
|
"""
|
|
35196
35190
|
...
|
|
35197
35191
|
|
|
35198
|
-
class VIEW3D_MT_particle(bpy_types.
|
|
35192
|
+
class VIEW3D_MT_particle(bpy_types._GenericUI):
|
|
35199
35193
|
bl_label: typing.Any
|
|
35200
35194
|
bl_rna: typing.Any
|
|
35201
35195
|
id_data: typing.Any
|
|
@@ -35465,7 +35459,7 @@ class VIEW3D_MT_particle(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
35465
35459
|
"""
|
|
35466
35460
|
...
|
|
35467
35461
|
|
|
35468
|
-
class VIEW3D_MT_particle_context_menu(bpy_types.
|
|
35462
|
+
class VIEW3D_MT_particle_context_menu(bpy_types._GenericUI):
|
|
35469
35463
|
bl_label: typing.Any
|
|
35470
35464
|
bl_rna: typing.Any
|
|
35471
35465
|
id_data: typing.Any
|
|
@@ -35735,7 +35729,7 @@ class VIEW3D_MT_particle_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
35735
35729
|
"""
|
|
35736
35730
|
...
|
|
35737
35731
|
|
|
35738
|
-
class VIEW3D_MT_pivot_pie(bpy_types.
|
|
35732
|
+
class VIEW3D_MT_pivot_pie(bpy_types._GenericUI):
|
|
35739
35733
|
bl_label: typing.Any
|
|
35740
35734
|
bl_rna: typing.Any
|
|
35741
35735
|
id_data: typing.Any
|
|
@@ -36005,7 +35999,7 @@ class VIEW3D_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
36005
35999
|
"""
|
|
36006
36000
|
...
|
|
36007
36001
|
|
|
36008
|
-
class VIEW3D_MT_pose(bpy_types.
|
|
36002
|
+
class VIEW3D_MT_pose(bpy_types._GenericUI):
|
|
36009
36003
|
bl_label: typing.Any
|
|
36010
36004
|
bl_rna: typing.Any
|
|
36011
36005
|
id_data: typing.Any
|
|
@@ -36275,7 +36269,7 @@ class VIEW3D_MT_pose(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
36275
36269
|
"""
|
|
36276
36270
|
...
|
|
36277
36271
|
|
|
36278
|
-
class VIEW3D_MT_pose_apply(bpy_types.
|
|
36272
|
+
class VIEW3D_MT_pose_apply(bpy_types._GenericUI):
|
|
36279
36273
|
bl_label: typing.Any
|
|
36280
36274
|
bl_rna: typing.Any
|
|
36281
36275
|
id_data: typing.Any
|
|
@@ -36545,7 +36539,7 @@ class VIEW3D_MT_pose_apply(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
36545
36539
|
"""
|
|
36546
36540
|
...
|
|
36547
36541
|
|
|
36548
|
-
class VIEW3D_MT_pose_constraints(bpy_types.
|
|
36542
|
+
class VIEW3D_MT_pose_constraints(bpy_types._GenericUI):
|
|
36549
36543
|
bl_label: typing.Any
|
|
36550
36544
|
bl_rna: typing.Any
|
|
36551
36545
|
id_data: typing.Any
|
|
@@ -36815,7 +36809,7 @@ class VIEW3D_MT_pose_constraints(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
36815
36809
|
"""
|
|
36816
36810
|
...
|
|
36817
36811
|
|
|
36818
|
-
class VIEW3D_MT_pose_context_menu(bpy_types.
|
|
36812
|
+
class VIEW3D_MT_pose_context_menu(bpy_types._GenericUI):
|
|
36819
36813
|
bl_label: typing.Any
|
|
36820
36814
|
bl_rna: typing.Any
|
|
36821
36815
|
id_data: typing.Any
|
|
@@ -37085,7 +37079,7 @@ class VIEW3D_MT_pose_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
37085
37079
|
"""
|
|
37086
37080
|
...
|
|
37087
37081
|
|
|
37088
|
-
class VIEW3D_MT_pose_ik(bpy_types.
|
|
37082
|
+
class VIEW3D_MT_pose_ik(bpy_types._GenericUI):
|
|
37089
37083
|
bl_label: typing.Any
|
|
37090
37084
|
bl_rna: typing.Any
|
|
37091
37085
|
id_data: typing.Any
|
|
@@ -37355,7 +37349,7 @@ class VIEW3D_MT_pose_ik(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
37355
37349
|
"""
|
|
37356
37350
|
...
|
|
37357
37351
|
|
|
37358
|
-
class VIEW3D_MT_pose_motion(bpy_types.
|
|
37352
|
+
class VIEW3D_MT_pose_motion(bpy_types._GenericUI):
|
|
37359
37353
|
bl_label: typing.Any
|
|
37360
37354
|
bl_rna: typing.Any
|
|
37361
37355
|
id_data: typing.Any
|
|
@@ -37625,7 +37619,7 @@ class VIEW3D_MT_pose_motion(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
37625
37619
|
"""
|
|
37626
37620
|
...
|
|
37627
37621
|
|
|
37628
|
-
class VIEW3D_MT_pose_names(bpy_types.
|
|
37622
|
+
class VIEW3D_MT_pose_names(bpy_types._GenericUI):
|
|
37629
37623
|
bl_label: typing.Any
|
|
37630
37624
|
bl_rna: typing.Any
|
|
37631
37625
|
id_data: typing.Any
|
|
@@ -37895,7 +37889,7 @@ class VIEW3D_MT_pose_names(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
37895
37889
|
"""
|
|
37896
37890
|
...
|
|
37897
37891
|
|
|
37898
|
-
class VIEW3D_MT_pose_propagate(bpy_types.
|
|
37892
|
+
class VIEW3D_MT_pose_propagate(bpy_types._GenericUI):
|
|
37899
37893
|
bl_label: typing.Any
|
|
37900
37894
|
bl_rna: typing.Any
|
|
37901
37895
|
id_data: typing.Any
|
|
@@ -38165,7 +38159,7 @@ class VIEW3D_MT_pose_propagate(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
38165
38159
|
"""
|
|
38166
38160
|
...
|
|
38167
38161
|
|
|
38168
|
-
class VIEW3D_MT_pose_slide(bpy_types.
|
|
38162
|
+
class VIEW3D_MT_pose_slide(bpy_types._GenericUI):
|
|
38169
38163
|
bl_label: typing.Any
|
|
38170
38164
|
bl_rna: typing.Any
|
|
38171
38165
|
id_data: typing.Any
|
|
@@ -38435,7 +38429,7 @@ class VIEW3D_MT_pose_slide(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
38435
38429
|
"""
|
|
38436
38430
|
...
|
|
38437
38431
|
|
|
38438
|
-
class VIEW3D_MT_pose_transform(bpy_types.
|
|
38432
|
+
class VIEW3D_MT_pose_transform(bpy_types._GenericUI):
|
|
38439
38433
|
bl_label: typing.Any
|
|
38440
38434
|
bl_rna: typing.Any
|
|
38441
38435
|
id_data: typing.Any
|
|
@@ -38705,7 +38699,7 @@ class VIEW3D_MT_pose_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
38705
38699
|
"""
|
|
38706
38700
|
...
|
|
38707
38701
|
|
|
38708
|
-
class VIEW3D_MT_proportional_editing_falloff_pie(bpy_types.
|
|
38702
|
+
class VIEW3D_MT_proportional_editing_falloff_pie(bpy_types._GenericUI):
|
|
38709
38703
|
bl_label: typing.Any
|
|
38710
38704
|
bl_rna: typing.Any
|
|
38711
38705
|
id_data: typing.Any
|
|
@@ -38975,7 +38969,7 @@ class VIEW3D_MT_proportional_editing_falloff_pie(bpy_types.Menu, bpy_types._Gene
|
|
|
38975
38969
|
"""
|
|
38976
38970
|
...
|
|
38977
38971
|
|
|
38978
|
-
class VIEW3D_MT_random_mask(bpy_types.
|
|
38972
|
+
class VIEW3D_MT_random_mask(bpy_types._GenericUI):
|
|
38979
38973
|
bl_label: typing.Any
|
|
38980
38974
|
bl_rna: typing.Any
|
|
38981
38975
|
id_data: typing.Any
|
|
@@ -39245,7 +39239,7 @@ class VIEW3D_MT_random_mask(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
39245
39239
|
"""
|
|
39246
39240
|
...
|
|
39247
39241
|
|
|
39248
|
-
class VIEW3D_MT_sculpt(bpy_types.
|
|
39242
|
+
class VIEW3D_MT_sculpt(bpy_types._GenericUI):
|
|
39249
39243
|
bl_label: typing.Any
|
|
39250
39244
|
bl_rna: typing.Any
|
|
39251
39245
|
id_data: typing.Any
|
|
@@ -39515,7 +39509,7 @@ class VIEW3D_MT_sculpt(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
39515
39509
|
"""
|
|
39516
39510
|
...
|
|
39517
39511
|
|
|
39518
|
-
class VIEW3D_MT_sculpt_automasking_pie(bpy_types.
|
|
39512
|
+
class VIEW3D_MT_sculpt_automasking_pie(bpy_types._GenericUI):
|
|
39519
39513
|
bl_label: typing.Any
|
|
39520
39514
|
bl_rna: typing.Any
|
|
39521
39515
|
id_data: typing.Any
|
|
@@ -39785,7 +39779,7 @@ class VIEW3D_MT_sculpt_automasking_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
39785
39779
|
"""
|
|
39786
39780
|
...
|
|
39787
39781
|
|
|
39788
|
-
class VIEW3D_MT_sculpt_curves(bpy_types.
|
|
39782
|
+
class VIEW3D_MT_sculpt_curves(bpy_types._GenericUI):
|
|
39789
39783
|
bl_label: typing.Any
|
|
39790
39784
|
bl_rna: typing.Any
|
|
39791
39785
|
id_data: typing.Any
|
|
@@ -40055,7 +40049,7 @@ class VIEW3D_MT_sculpt_curves(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
40055
40049
|
"""
|
|
40056
40050
|
...
|
|
40057
40051
|
|
|
40058
|
-
class VIEW3D_MT_sculpt_face_sets_edit_pie(bpy_types.
|
|
40052
|
+
class VIEW3D_MT_sculpt_face_sets_edit_pie(bpy_types._GenericUI):
|
|
40059
40053
|
bl_label: typing.Any
|
|
40060
40054
|
bl_rna: typing.Any
|
|
40061
40055
|
id_data: typing.Any
|
|
@@ -40325,7 +40319,7 @@ class VIEW3D_MT_sculpt_face_sets_edit_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
40325
40319
|
"""
|
|
40326
40320
|
...
|
|
40327
40321
|
|
|
40328
|
-
class VIEW3D_MT_sculpt_gpencil_automasking_pie(bpy_types.
|
|
40322
|
+
class VIEW3D_MT_sculpt_gpencil_automasking_pie(bpy_types._GenericUI):
|
|
40329
40323
|
bl_label: typing.Any
|
|
40330
40324
|
bl_rna: typing.Any
|
|
40331
40325
|
id_data: typing.Any
|
|
@@ -40595,7 +40589,7 @@ class VIEW3D_MT_sculpt_gpencil_automasking_pie(bpy_types.Menu, bpy_types._Generi
|
|
|
40595
40589
|
"""
|
|
40596
40590
|
...
|
|
40597
40591
|
|
|
40598
|
-
class VIEW3D_MT_sculpt_mask_edit_pie(bpy_types.
|
|
40592
|
+
class VIEW3D_MT_sculpt_mask_edit_pie(bpy_types._GenericUI):
|
|
40599
40593
|
bl_label: typing.Any
|
|
40600
40594
|
bl_rna: typing.Any
|
|
40601
40595
|
id_data: typing.Any
|
|
@@ -40865,7 +40859,7 @@ class VIEW3D_MT_sculpt_mask_edit_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
40865
40859
|
"""
|
|
40866
40860
|
...
|
|
40867
40861
|
|
|
40868
|
-
class VIEW3D_MT_sculpt_set_pivot(bpy_types.
|
|
40862
|
+
class VIEW3D_MT_sculpt_set_pivot(bpy_types._GenericUI):
|
|
40869
40863
|
bl_label: typing.Any
|
|
40870
40864
|
bl_rna: typing.Any
|
|
40871
40865
|
id_data: typing.Any
|
|
@@ -41135,7 +41129,7 @@ class VIEW3D_MT_sculpt_set_pivot(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
41135
41129
|
"""
|
|
41136
41130
|
...
|
|
41137
41131
|
|
|
41138
|
-
class VIEW3D_MT_sculpt_showhide(bpy_types.
|
|
41132
|
+
class VIEW3D_MT_sculpt_showhide(bpy_types._GenericUI):
|
|
41139
41133
|
bl_label: typing.Any
|
|
41140
41134
|
bl_rna: typing.Any
|
|
41141
41135
|
id_data: typing.Any
|
|
@@ -41405,7 +41399,7 @@ class VIEW3D_MT_sculpt_showhide(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
41405
41399
|
"""
|
|
41406
41400
|
...
|
|
41407
41401
|
|
|
41408
|
-
class VIEW3D_MT_sculpt_transform(bpy_types.
|
|
41402
|
+
class VIEW3D_MT_sculpt_transform(bpy_types._GenericUI):
|
|
41409
41403
|
bl_label: typing.Any
|
|
41410
41404
|
bl_rna: typing.Any
|
|
41411
41405
|
id_data: typing.Any
|
|
@@ -41675,7 +41669,7 @@ class VIEW3D_MT_sculpt_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
41675
41669
|
"""
|
|
41676
41670
|
...
|
|
41677
41671
|
|
|
41678
|
-
class VIEW3D_MT_sculpt_trim(bpy_types.
|
|
41672
|
+
class VIEW3D_MT_sculpt_trim(bpy_types._GenericUI):
|
|
41679
41673
|
bl_label: typing.Any
|
|
41680
41674
|
bl_rna: typing.Any
|
|
41681
41675
|
id_data: typing.Any
|
|
@@ -41945,7 +41939,7 @@ class VIEW3D_MT_sculpt_trim(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
41945
41939
|
"""
|
|
41946
41940
|
...
|
|
41947
41941
|
|
|
41948
|
-
class VIEW3D_MT_select_edit_armature(bpy_types.
|
|
41942
|
+
class VIEW3D_MT_select_edit_armature(bpy_types._GenericUI):
|
|
41949
41943
|
bl_label: typing.Any
|
|
41950
41944
|
bl_rna: typing.Any
|
|
41951
41945
|
id_data: typing.Any
|
|
@@ -42215,7 +42209,7 @@ class VIEW3D_MT_select_edit_armature(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
42215
42209
|
"""
|
|
42216
42210
|
...
|
|
42217
42211
|
|
|
42218
|
-
class VIEW3D_MT_select_edit_curve(bpy_types.
|
|
42212
|
+
class VIEW3D_MT_select_edit_curve(bpy_types._GenericUI):
|
|
42219
42213
|
bl_label: typing.Any
|
|
42220
42214
|
bl_rna: typing.Any
|
|
42221
42215
|
id_data: typing.Any
|
|
@@ -42485,7 +42479,7 @@ class VIEW3D_MT_select_edit_curve(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
42485
42479
|
"""
|
|
42486
42480
|
...
|
|
42487
42481
|
|
|
42488
|
-
class VIEW3D_MT_select_edit_curves(bpy_types.
|
|
42482
|
+
class VIEW3D_MT_select_edit_curves(bpy_types._GenericUI):
|
|
42489
42483
|
bl_label: typing.Any
|
|
42490
42484
|
bl_rna: typing.Any
|
|
42491
42485
|
id_data: typing.Any
|
|
@@ -42755,7 +42749,7 @@ class VIEW3D_MT_select_edit_curves(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
42755
42749
|
"""
|
|
42756
42750
|
...
|
|
42757
42751
|
|
|
42758
|
-
class VIEW3D_MT_select_edit_gpencil(bpy_types.
|
|
42752
|
+
class VIEW3D_MT_select_edit_gpencil(bpy_types._GenericUI):
|
|
42759
42753
|
bl_label: typing.Any
|
|
42760
42754
|
bl_rna: typing.Any
|
|
42761
42755
|
id_data: typing.Any
|
|
@@ -43025,7 +43019,7 @@ class VIEW3D_MT_select_edit_gpencil(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
43025
43019
|
"""
|
|
43026
43020
|
...
|
|
43027
43021
|
|
|
43028
|
-
class VIEW3D_MT_select_edit_grease_pencil(bpy_types.
|
|
43022
|
+
class VIEW3D_MT_select_edit_grease_pencil(bpy_types._GenericUI):
|
|
43029
43023
|
bl_label: typing.Any
|
|
43030
43024
|
bl_rna: typing.Any
|
|
43031
43025
|
id_data: typing.Any
|
|
@@ -43295,7 +43289,7 @@ class VIEW3D_MT_select_edit_grease_pencil(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
43295
43289
|
"""
|
|
43296
43290
|
...
|
|
43297
43291
|
|
|
43298
|
-
class VIEW3D_MT_select_edit_lattice(bpy_types.
|
|
43292
|
+
class VIEW3D_MT_select_edit_lattice(bpy_types._GenericUI):
|
|
43299
43293
|
bl_label: typing.Any
|
|
43300
43294
|
bl_rna: typing.Any
|
|
43301
43295
|
id_data: typing.Any
|
|
@@ -43565,7 +43559,7 @@ class VIEW3D_MT_select_edit_lattice(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
43565
43559
|
"""
|
|
43566
43560
|
...
|
|
43567
43561
|
|
|
43568
|
-
class VIEW3D_MT_select_edit_mesh(bpy_types.
|
|
43562
|
+
class VIEW3D_MT_select_edit_mesh(bpy_types._GenericUI):
|
|
43569
43563
|
bl_label: typing.Any
|
|
43570
43564
|
bl_rna: typing.Any
|
|
43571
43565
|
id_data: typing.Any
|
|
@@ -43835,7 +43829,7 @@ class VIEW3D_MT_select_edit_mesh(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
43835
43829
|
"""
|
|
43836
43830
|
...
|
|
43837
43831
|
|
|
43838
|
-
class VIEW3D_MT_select_edit_metaball(bpy_types.
|
|
43832
|
+
class VIEW3D_MT_select_edit_metaball(bpy_types._GenericUI):
|
|
43839
43833
|
bl_label: typing.Any
|
|
43840
43834
|
bl_rna: typing.Any
|
|
43841
43835
|
id_data: typing.Any
|
|
@@ -44105,7 +44099,7 @@ class VIEW3D_MT_select_edit_metaball(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
44105
44099
|
"""
|
|
44106
44100
|
...
|
|
44107
44101
|
|
|
44108
|
-
class VIEW3D_MT_select_edit_point_cloud(bpy_types.
|
|
44102
|
+
class VIEW3D_MT_select_edit_point_cloud(bpy_types._GenericUI):
|
|
44109
44103
|
bl_label: typing.Any
|
|
44110
44104
|
bl_rna: typing.Any
|
|
44111
44105
|
id_data: typing.Any
|
|
@@ -44375,7 +44369,7 @@ class VIEW3D_MT_select_edit_point_cloud(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
44375
44369
|
"""
|
|
44376
44370
|
...
|
|
44377
44371
|
|
|
44378
|
-
class VIEW3D_MT_select_edit_surface(bpy_types.
|
|
44372
|
+
class VIEW3D_MT_select_edit_surface(bpy_types._GenericUI):
|
|
44379
44373
|
bl_label: typing.Any
|
|
44380
44374
|
bl_rna: typing.Any
|
|
44381
44375
|
id_data: typing.Any
|
|
@@ -44645,7 +44639,7 @@ class VIEW3D_MT_select_edit_surface(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
44645
44639
|
"""
|
|
44646
44640
|
...
|
|
44647
44641
|
|
|
44648
|
-
class VIEW3D_MT_select_edit_text(bpy_types.
|
|
44642
|
+
class VIEW3D_MT_select_edit_text(bpy_types._GenericUI):
|
|
44649
44643
|
bl_label: typing.Any
|
|
44650
44644
|
bl_rna: typing.Any
|
|
44651
44645
|
id_data: typing.Any
|
|
@@ -44915,7 +44909,7 @@ class VIEW3D_MT_select_edit_text(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
44915
44909
|
"""
|
|
44916
44910
|
...
|
|
44917
44911
|
|
|
44918
|
-
class VIEW3D_MT_select_object(bpy_types.
|
|
44912
|
+
class VIEW3D_MT_select_object(bpy_types._GenericUI):
|
|
44919
44913
|
bl_label: typing.Any
|
|
44920
44914
|
bl_rna: typing.Any
|
|
44921
44915
|
id_data: typing.Any
|
|
@@ -45185,7 +45179,7 @@ class VIEW3D_MT_select_object(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
45185
45179
|
"""
|
|
45186
45180
|
...
|
|
45187
45181
|
|
|
45188
|
-
class VIEW3D_MT_select_object_more_less(bpy_types.
|
|
45182
|
+
class VIEW3D_MT_select_object_more_less(bpy_types._GenericUI):
|
|
45189
45183
|
bl_label: typing.Any
|
|
45190
45184
|
bl_rna: typing.Any
|
|
45191
45185
|
id_data: typing.Any
|
|
@@ -45455,7 +45449,7 @@ class VIEW3D_MT_select_object_more_less(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
45455
45449
|
"""
|
|
45456
45450
|
...
|
|
45457
45451
|
|
|
45458
|
-
class VIEW3D_MT_select_paint_mask(bpy_types.
|
|
45452
|
+
class VIEW3D_MT_select_paint_mask(bpy_types._GenericUI):
|
|
45459
45453
|
bl_label: typing.Any
|
|
45460
45454
|
bl_rna: typing.Any
|
|
45461
45455
|
id_data: typing.Any
|
|
@@ -45725,7 +45719,7 @@ class VIEW3D_MT_select_paint_mask(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
45725
45719
|
"""
|
|
45726
45720
|
...
|
|
45727
45721
|
|
|
45728
|
-
class VIEW3D_MT_select_paint_mask_vertex(bpy_types.
|
|
45722
|
+
class VIEW3D_MT_select_paint_mask_vertex(bpy_types._GenericUI):
|
|
45729
45723
|
bl_label: typing.Any
|
|
45730
45724
|
bl_rna: typing.Any
|
|
45731
45725
|
id_data: typing.Any
|
|
@@ -45995,7 +45989,7 @@ class VIEW3D_MT_select_paint_mask_vertex(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
45995
45989
|
"""
|
|
45996
45990
|
...
|
|
45997
45991
|
|
|
45998
|
-
class VIEW3D_MT_select_particle(bpy_types.
|
|
45992
|
+
class VIEW3D_MT_select_particle(bpy_types._GenericUI):
|
|
45999
45993
|
bl_label: typing.Any
|
|
46000
45994
|
bl_rna: typing.Any
|
|
46001
45995
|
id_data: typing.Any
|
|
@@ -46265,7 +46259,7 @@ class VIEW3D_MT_select_particle(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
46265
46259
|
"""
|
|
46266
46260
|
...
|
|
46267
46261
|
|
|
46268
|
-
class VIEW3D_MT_select_pose(bpy_types.
|
|
46262
|
+
class VIEW3D_MT_select_pose(bpy_types._GenericUI):
|
|
46269
46263
|
bl_label: typing.Any
|
|
46270
46264
|
bl_rna: typing.Any
|
|
46271
46265
|
id_data: typing.Any
|
|
@@ -46535,7 +46529,7 @@ class VIEW3D_MT_select_pose(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
46535
46529
|
"""
|
|
46536
46530
|
...
|
|
46537
46531
|
|
|
46538
|
-
class VIEW3D_MT_select_pose_more_less(bpy_types.
|
|
46532
|
+
class VIEW3D_MT_select_pose_more_less(bpy_types._GenericUI):
|
|
46539
46533
|
bl_label: typing.Any
|
|
46540
46534
|
bl_rna: typing.Any
|
|
46541
46535
|
id_data: typing.Any
|
|
@@ -46805,7 +46799,7 @@ class VIEW3D_MT_select_pose_more_less(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
46805
46799
|
"""
|
|
46806
46800
|
...
|
|
46807
46801
|
|
|
46808
|
-
class VIEW3D_MT_select_sculpt_curves(bpy_types.
|
|
46802
|
+
class VIEW3D_MT_select_sculpt_curves(bpy_types._GenericUI):
|
|
46809
46803
|
bl_label: typing.Any
|
|
46810
46804
|
bl_rna: typing.Any
|
|
46811
46805
|
id_data: typing.Any
|
|
@@ -47075,7 +47069,7 @@ class VIEW3D_MT_select_sculpt_curves(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
47075
47069
|
"""
|
|
47076
47070
|
...
|
|
47077
47071
|
|
|
47078
|
-
class VIEW3D_MT_shading_ex_pie(bpy_types.
|
|
47072
|
+
class VIEW3D_MT_shading_ex_pie(bpy_types._GenericUI):
|
|
47079
47073
|
bl_label: typing.Any
|
|
47080
47074
|
bl_rna: typing.Any
|
|
47081
47075
|
id_data: typing.Any
|
|
@@ -47345,7 +47339,7 @@ class VIEW3D_MT_shading_ex_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
47345
47339
|
"""
|
|
47346
47340
|
...
|
|
47347
47341
|
|
|
47348
|
-
class VIEW3D_MT_shading_pie(bpy_types.
|
|
47342
|
+
class VIEW3D_MT_shading_pie(bpy_types._GenericUI):
|
|
47349
47343
|
bl_label: typing.Any
|
|
47350
47344
|
bl_rna: typing.Any
|
|
47351
47345
|
id_data: typing.Any
|
|
@@ -47615,7 +47609,7 @@ class VIEW3D_MT_shading_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
47615
47609
|
"""
|
|
47616
47610
|
...
|
|
47617
47611
|
|
|
47618
|
-
class VIEW3D_MT_snap(bpy_types.
|
|
47612
|
+
class VIEW3D_MT_snap(bpy_types._GenericUI):
|
|
47619
47613
|
bl_label: typing.Any
|
|
47620
47614
|
bl_rna: typing.Any
|
|
47621
47615
|
id_data: typing.Any
|
|
@@ -47885,7 +47879,7 @@ class VIEW3D_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
47885
47879
|
"""
|
|
47886
47880
|
...
|
|
47887
47881
|
|
|
47888
|
-
class VIEW3D_MT_snap_pie(bpy_types.
|
|
47882
|
+
class VIEW3D_MT_snap_pie(bpy_types._GenericUI):
|
|
47889
47883
|
bl_label: typing.Any
|
|
47890
47884
|
bl_rna: typing.Any
|
|
47891
47885
|
id_data: typing.Any
|
|
@@ -48155,7 +48149,7 @@ class VIEW3D_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
48155
48149
|
"""
|
|
48156
48150
|
...
|
|
48157
48151
|
|
|
48158
|
-
class VIEW3D_MT_surface_add(bpy_types.
|
|
48152
|
+
class VIEW3D_MT_surface_add(bpy_types._GenericUI):
|
|
48159
48153
|
bl_idname: typing.Any
|
|
48160
48154
|
bl_label: typing.Any
|
|
48161
48155
|
bl_options: typing.Any
|
|
@@ -48438,7 +48432,7 @@ class VIEW3D_MT_transform_base:
|
|
|
48438
48432
|
"""
|
|
48439
48433
|
...
|
|
48440
48434
|
|
|
48441
|
-
class VIEW3D_MT_transform_gizmo_pie(bpy_types.
|
|
48435
|
+
class VIEW3D_MT_transform_gizmo_pie(bpy_types._GenericUI):
|
|
48442
48436
|
bl_label: typing.Any
|
|
48443
48437
|
bl_rna: typing.Any
|
|
48444
48438
|
id_data: typing.Any
|
|
@@ -48708,7 +48702,7 @@ class VIEW3D_MT_transform_gizmo_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
48708
48702
|
"""
|
|
48709
48703
|
...
|
|
48710
48704
|
|
|
48711
|
-
class VIEW3D_MT_uv_map(bpy_types.
|
|
48705
|
+
class VIEW3D_MT_uv_map(bpy_types._GenericUI):
|
|
48712
48706
|
bl_label: typing.Any
|
|
48713
48707
|
bl_rna: typing.Any
|
|
48714
48708
|
id_data: typing.Any
|
|
@@ -48978,7 +48972,7 @@ class VIEW3D_MT_uv_map(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
48978
48972
|
"""
|
|
48979
48973
|
...
|
|
48980
48974
|
|
|
48981
|
-
class VIEW3D_MT_vertex_group(bpy_types.
|
|
48975
|
+
class VIEW3D_MT_vertex_group(bpy_types._GenericUI):
|
|
48982
48976
|
bl_label: typing.Any
|
|
48983
48977
|
bl_rna: typing.Any
|
|
48984
48978
|
id_data: typing.Any
|
|
@@ -49248,7 +49242,7 @@ class VIEW3D_MT_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
49248
49242
|
"""
|
|
49249
49243
|
...
|
|
49250
49244
|
|
|
49251
|
-
class VIEW3D_MT_view(bpy_types.
|
|
49245
|
+
class VIEW3D_MT_view(bpy_types._GenericUI):
|
|
49252
49246
|
bl_label: typing.Any
|
|
49253
49247
|
bl_rna: typing.Any
|
|
49254
49248
|
id_data: typing.Any
|
|
@@ -49518,7 +49512,7 @@ class VIEW3D_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
49518
49512
|
"""
|
|
49519
49513
|
...
|
|
49520
49514
|
|
|
49521
|
-
class VIEW3D_MT_view_align(bpy_types.
|
|
49515
|
+
class VIEW3D_MT_view_align(bpy_types._GenericUI):
|
|
49522
49516
|
bl_label: typing.Any
|
|
49523
49517
|
bl_rna: typing.Any
|
|
49524
49518
|
id_data: typing.Any
|
|
@@ -49788,7 +49782,7 @@ class VIEW3D_MT_view_align(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
49788
49782
|
"""
|
|
49789
49783
|
...
|
|
49790
49784
|
|
|
49791
|
-
class VIEW3D_MT_view_align_selected(bpy_types.
|
|
49785
|
+
class VIEW3D_MT_view_align_selected(bpy_types._GenericUI):
|
|
49792
49786
|
bl_label: typing.Any
|
|
49793
49787
|
bl_rna: typing.Any
|
|
49794
49788
|
id_data: typing.Any
|
|
@@ -50058,7 +50052,7 @@ class VIEW3D_MT_view_align_selected(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
50058
50052
|
"""
|
|
50059
50053
|
...
|
|
50060
50054
|
|
|
50061
|
-
class VIEW3D_MT_view_cameras(bpy_types.
|
|
50055
|
+
class VIEW3D_MT_view_cameras(bpy_types._GenericUI):
|
|
50062
50056
|
bl_label: typing.Any
|
|
50063
50057
|
bl_rna: typing.Any
|
|
50064
50058
|
id_data: typing.Any
|
|
@@ -50328,7 +50322,7 @@ class VIEW3D_MT_view_cameras(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
50328
50322
|
"""
|
|
50329
50323
|
...
|
|
50330
50324
|
|
|
50331
|
-
class VIEW3D_MT_view_local(bpy_types.
|
|
50325
|
+
class VIEW3D_MT_view_local(bpy_types._GenericUI):
|
|
50332
50326
|
bl_label: typing.Any
|
|
50333
50327
|
bl_rna: typing.Any
|
|
50334
50328
|
id_data: typing.Any
|
|
@@ -50598,7 +50592,7 @@ class VIEW3D_MT_view_local(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
50598
50592
|
"""
|
|
50599
50593
|
...
|
|
50600
50594
|
|
|
50601
|
-
class VIEW3D_MT_view_navigation(bpy_types.
|
|
50595
|
+
class VIEW3D_MT_view_navigation(bpy_types._GenericUI):
|
|
50602
50596
|
bl_label: typing.Any
|
|
50603
50597
|
bl_rna: typing.Any
|
|
50604
50598
|
id_data: typing.Any
|
|
@@ -50868,7 +50862,7 @@ class VIEW3D_MT_view_navigation(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
50868
50862
|
"""
|
|
50869
50863
|
...
|
|
50870
50864
|
|
|
50871
|
-
class VIEW3D_MT_view_pie(bpy_types.
|
|
50865
|
+
class VIEW3D_MT_view_pie(bpy_types._GenericUI):
|
|
50872
50866
|
bl_idname: typing.Any
|
|
50873
50867
|
bl_label: typing.Any
|
|
50874
50868
|
bl_rna: typing.Any
|
|
@@ -51139,7 +51133,7 @@ class VIEW3D_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
51139
51133
|
"""
|
|
51140
51134
|
...
|
|
51141
51135
|
|
|
51142
|
-
class VIEW3D_MT_view_regions(bpy_types.
|
|
51136
|
+
class VIEW3D_MT_view_regions(bpy_types._GenericUI):
|
|
51143
51137
|
bl_label: typing.Any
|
|
51144
51138
|
bl_rna: typing.Any
|
|
51145
51139
|
id_data: typing.Any
|
|
@@ -51409,7 +51403,7 @@ class VIEW3D_MT_view_regions(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
51409
51403
|
"""
|
|
51410
51404
|
...
|
|
51411
51405
|
|
|
51412
|
-
class VIEW3D_MT_view_viewpoint(bpy_types.
|
|
51406
|
+
class VIEW3D_MT_view_viewpoint(bpy_types._GenericUI):
|
|
51413
51407
|
bl_label: typing.Any
|
|
51414
51408
|
bl_rna: typing.Any
|
|
51415
51409
|
id_data: typing.Any
|
|
@@ -51679,7 +51673,7 @@ class VIEW3D_MT_view_viewpoint(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
51679
51673
|
"""
|
|
51680
51674
|
...
|
|
51681
51675
|
|
|
51682
|
-
class VIEW3D_MT_volume_add(bpy_types.
|
|
51676
|
+
class VIEW3D_MT_volume_add(bpy_types._GenericUI):
|
|
51683
51677
|
bl_idname: typing.Any
|
|
51684
51678
|
bl_label: typing.Any
|
|
51685
51679
|
bl_options: typing.Any
|
|
@@ -51952,7 +51946,7 @@ class VIEW3D_MT_volume_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
51952
51946
|
"""
|
|
51953
51947
|
...
|
|
51954
51948
|
|
|
51955
|
-
class VIEW3D_MT_weight_gpencil(bpy_types.
|
|
51949
|
+
class VIEW3D_MT_weight_gpencil(bpy_types._GenericUI):
|
|
51956
51950
|
bl_label: typing.Any
|
|
51957
51951
|
bl_rna: typing.Any
|
|
51958
51952
|
id_data: typing.Any
|
|
@@ -52222,7 +52216,7 @@ class VIEW3D_MT_weight_gpencil(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
52222
52216
|
"""
|
|
52223
52217
|
...
|
|
52224
52218
|
|
|
52225
|
-
class VIEW3D_MT_weight_grease_pencil(bpy_types.
|
|
52219
|
+
class VIEW3D_MT_weight_grease_pencil(bpy_types._GenericUI):
|
|
52226
52220
|
bl_label: typing.Any
|
|
52227
52221
|
bl_rna: typing.Any
|
|
52228
52222
|
id_data: typing.Any
|
|
@@ -52492,7 +52486,7 @@ class VIEW3D_MT_weight_grease_pencil(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
52492
52486
|
"""
|
|
52493
52487
|
...
|
|
52494
52488
|
|
|
52495
|
-
class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy_types.
|
|
52489
|
+
class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy_types._GenericUI):
|
|
52496
52490
|
bl_label: typing.Any
|
|
52497
52491
|
bl_rna: typing.Any
|
|
52498
52492
|
id_data: typing.Any
|
|
@@ -52763,9 +52757,7 @@ class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
52763
52757
|
...
|
|
52764
52758
|
|
|
52765
52759
|
class VIEW3D_PT_active_tool(
|
|
52766
|
-
bpy_types._GenericUI,
|
|
52767
|
-
bpy_types.Panel,
|
|
52768
|
-
bl_ui.space_toolsystem_common.ToolActivePanelHelper,
|
|
52760
|
+
bpy_types._GenericUI, bl_ui.space_toolsystem_common.ToolActivePanelHelper
|
|
52769
52761
|
):
|
|
52770
52762
|
bl_category: typing.Any
|
|
52771
52763
|
bl_label: typing.Any
|
|
@@ -52993,9 +52985,7 @@ class VIEW3D_PT_active_tool(
|
|
|
52993
52985
|
...
|
|
52994
52986
|
|
|
52995
52987
|
class VIEW3D_PT_active_tool_duplicate(
|
|
52996
|
-
bpy_types._GenericUI,
|
|
52997
|
-
bpy_types.Panel,
|
|
52998
|
-
bl_ui.space_toolsystem_common.ToolActivePanelHelper,
|
|
52988
|
+
bpy_types._GenericUI, bl_ui.space_toolsystem_common.ToolActivePanelHelper
|
|
52999
52989
|
):
|
|
53000
52990
|
bl_category: typing.Any
|
|
53001
52991
|
bl_label: typing.Any
|
|
@@ -53224,9 +53214,7 @@ class VIEW3D_PT_active_tool_duplicate(
|
|
|
53224
53214
|
...
|
|
53225
53215
|
|
|
53226
53216
|
class VIEW3D_PT_annotation_onion(
|
|
53227
|
-
bpy_types.
|
|
53228
|
-
bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
|
|
53229
|
-
bpy_types._GenericUI,
|
|
53217
|
+
bl_ui.properties_grease_pencil_common.AnnotationOnionSkin, bpy_types._GenericUI
|
|
53230
53218
|
):
|
|
53231
53219
|
bl_category: typing.Any
|
|
53232
53220
|
bl_label: typing.Any
|
|
@@ -53462,7 +53450,7 @@ class VIEW3D_PT_annotation_onion(
|
|
|
53462
53450
|
"""
|
|
53463
53451
|
...
|
|
53464
53452
|
|
|
53465
|
-
class VIEW3D_PT_collections(bpy_types.
|
|
53453
|
+
class VIEW3D_PT_collections(bpy_types._GenericUI):
|
|
53466
53454
|
bl_category: typing.Any
|
|
53467
53455
|
bl_label: typing.Any
|
|
53468
53456
|
bl_options: typing.Any
|
|
@@ -53682,7 +53670,7 @@ class VIEW3D_PT_collections(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
53682
53670
|
"""
|
|
53683
53671
|
...
|
|
53684
53672
|
|
|
53685
|
-
class VIEW3D_PT_context_properties(bpy_types.
|
|
53673
|
+
class VIEW3D_PT_context_properties(bpy_types._GenericUI):
|
|
53686
53674
|
bl_category: typing.Any
|
|
53687
53675
|
bl_label: typing.Any
|
|
53688
53676
|
bl_options: typing.Any
|
|
@@ -53909,7 +53897,7 @@ class VIEW3D_PT_context_properties(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
53909
53897
|
"""
|
|
53910
53898
|
...
|
|
53911
53899
|
|
|
53912
|
-
class VIEW3D_PT_curves_sculpt_add_shape(bpy_types.
|
|
53900
|
+
class VIEW3D_PT_curves_sculpt_add_shape(bpy_types._GenericUI):
|
|
53913
53901
|
bl_label: typing.Any
|
|
53914
53902
|
bl_region_type: typing.Any
|
|
53915
53903
|
bl_rna: typing.Any
|
|
@@ -54127,9 +54115,7 @@ class VIEW3D_PT_curves_sculpt_add_shape(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
54127
54115
|
"""
|
|
54128
54116
|
...
|
|
54129
54117
|
|
|
54130
|
-
class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(
|
|
54131
|
-
bpy_types.Panel, bpy_types._GenericUI
|
|
54132
|
-
):
|
|
54118
|
+
class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(bpy_types._GenericUI):
|
|
54133
54119
|
bl_label: typing.Any
|
|
54134
54120
|
bl_region_type: typing.Any
|
|
54135
54121
|
bl_rna: typing.Any
|
|
@@ -54348,7 +54334,7 @@ class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(
|
|
|
54348
54334
|
"""
|
|
54349
54335
|
...
|
|
54350
54336
|
|
|
54351
|
-
class VIEW3D_PT_curves_sculpt_parameter_falloff(bpy_types.
|
|
54337
|
+
class VIEW3D_PT_curves_sculpt_parameter_falloff(bpy_types._GenericUI):
|
|
54352
54338
|
bl_label: typing.Any
|
|
54353
54339
|
bl_region_type: typing.Any
|
|
54354
54340
|
bl_rna: typing.Any
|
|
@@ -54566,7 +54552,7 @@ class VIEW3D_PT_curves_sculpt_parameter_falloff(bpy_types.Panel, bpy_types._Gene
|
|
|
54566
54552
|
"""
|
|
54567
54553
|
...
|
|
54568
54554
|
|
|
54569
|
-
class VIEW3D_PT_gizmo_display(bpy_types.
|
|
54555
|
+
class VIEW3D_PT_gizmo_display(bpy_types._GenericUI):
|
|
54570
54556
|
bl_label: typing.Any
|
|
54571
54557
|
bl_region_type: typing.Any
|
|
54572
54558
|
bl_rna: typing.Any
|
|
@@ -54785,7 +54771,7 @@ class VIEW3D_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
54785
54771
|
"""
|
|
54786
54772
|
...
|
|
54787
54773
|
|
|
54788
|
-
class VIEW3D_PT_gpencil_curve_edit(bpy_types.
|
|
54774
|
+
class VIEW3D_PT_gpencil_curve_edit(bpy_types._GenericUI):
|
|
54789
54775
|
bl_label: typing.Any
|
|
54790
54776
|
bl_region_type: typing.Any
|
|
54791
54777
|
bl_rna: typing.Any
|
|
@@ -55003,7 +54989,7 @@ class VIEW3D_PT_gpencil_curve_edit(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
55003
54989
|
"""
|
|
55004
54990
|
...
|
|
55005
54991
|
|
|
55006
|
-
class VIEW3D_PT_gpencil_draw_context_menu(bpy_types.
|
|
54992
|
+
class VIEW3D_PT_gpencil_draw_context_menu(bpy_types._GenericUI):
|
|
55007
54993
|
bl_label: typing.Any
|
|
55008
54994
|
bl_region_type: typing.Any
|
|
55009
54995
|
bl_rna: typing.Any
|
|
@@ -55222,7 +55208,7 @@ class VIEW3D_PT_gpencil_draw_context_menu(bpy_types.Panel, bpy_types._GenericUI)
|
|
|
55222
55208
|
"""
|
|
55223
55209
|
...
|
|
55224
55210
|
|
|
55225
|
-
class VIEW3D_PT_gpencil_guide(bpy_types.
|
|
55211
|
+
class VIEW3D_PT_gpencil_guide(bpy_types._GenericUI):
|
|
55226
55212
|
bl_label: typing.Any
|
|
55227
55213
|
bl_region_type: typing.Any
|
|
55228
55214
|
bl_rna: typing.Any
|
|
@@ -55440,7 +55426,7 @@ class VIEW3D_PT_gpencil_guide(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
55440
55426
|
"""
|
|
55441
55427
|
...
|
|
55442
55428
|
|
|
55443
|
-
class VIEW3D_PT_gpencil_lock(bpy_types.
|
|
55429
|
+
class VIEW3D_PT_gpencil_lock(bpy_types._GenericUI):
|
|
55444
55430
|
bl_label: typing.Any
|
|
55445
55431
|
bl_region_type: typing.Any
|
|
55446
55432
|
bl_rna: typing.Any
|
|
@@ -55658,7 +55644,7 @@ class VIEW3D_PT_gpencil_lock(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
55658
55644
|
"""
|
|
55659
55645
|
...
|
|
55660
55646
|
|
|
55661
|
-
class VIEW3D_PT_gpencil_multi_frame(bpy_types.
|
|
55647
|
+
class VIEW3D_PT_gpencil_multi_frame(bpy_types._GenericUI):
|
|
55662
55648
|
bl_label: typing.Any
|
|
55663
55649
|
bl_region_type: typing.Any
|
|
55664
55650
|
bl_rna: typing.Any
|
|
@@ -55876,7 +55862,7 @@ class VIEW3D_PT_gpencil_multi_frame(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
55876
55862
|
"""
|
|
55877
55863
|
...
|
|
55878
55864
|
|
|
55879
|
-
class VIEW3D_PT_gpencil_origin(bpy_types.
|
|
55865
|
+
class VIEW3D_PT_gpencil_origin(bpy_types._GenericUI):
|
|
55880
55866
|
bl_label: typing.Any
|
|
55881
55867
|
bl_region_type: typing.Any
|
|
55882
55868
|
bl_rna: typing.Any
|
|
@@ -56094,7 +56080,7 @@ class VIEW3D_PT_gpencil_origin(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
56094
56080
|
"""
|
|
56095
56081
|
...
|
|
56096
56082
|
|
|
56097
|
-
class VIEW3D_PT_gpencil_sculpt_automasking(bpy_types.
|
|
56083
|
+
class VIEW3D_PT_gpencil_sculpt_automasking(bpy_types._GenericUI):
|
|
56098
56084
|
bl_label: typing.Any
|
|
56099
56085
|
bl_region_type: typing.Any
|
|
56100
56086
|
bl_rna: typing.Any
|
|
@@ -56313,7 +56299,7 @@ class VIEW3D_PT_gpencil_sculpt_automasking(bpy_types.Panel, bpy_types._GenericUI
|
|
|
56313
56299
|
"""
|
|
56314
56300
|
...
|
|
56315
56301
|
|
|
56316
|
-
class VIEW3D_PT_gpencil_sculpt_context_menu(bpy_types.
|
|
56302
|
+
class VIEW3D_PT_gpencil_sculpt_context_menu(bpy_types._GenericUI):
|
|
56317
56303
|
bl_label: typing.Any
|
|
56318
56304
|
bl_region_type: typing.Any
|
|
56319
56305
|
bl_rna: typing.Any
|
|
@@ -56532,7 +56518,7 @@ class VIEW3D_PT_gpencil_sculpt_context_menu(bpy_types.Panel, bpy_types._GenericU
|
|
|
56532
56518
|
"""
|
|
56533
56519
|
...
|
|
56534
56520
|
|
|
56535
|
-
class VIEW3D_PT_gpencil_vertex_context_menu(bpy_types.
|
|
56521
|
+
class VIEW3D_PT_gpencil_vertex_context_menu(bpy_types._GenericUI):
|
|
56536
56522
|
bl_label: typing.Any
|
|
56537
56523
|
bl_region_type: typing.Any
|
|
56538
56524
|
bl_rna: typing.Any
|
|
@@ -56751,7 +56737,7 @@ class VIEW3D_PT_gpencil_vertex_context_menu(bpy_types.Panel, bpy_types._GenericU
|
|
|
56751
56737
|
"""
|
|
56752
56738
|
...
|
|
56753
56739
|
|
|
56754
|
-
class VIEW3D_PT_gpencil_weight_context_menu(bpy_types.
|
|
56740
|
+
class VIEW3D_PT_gpencil_weight_context_menu(bpy_types._GenericUI):
|
|
56755
56741
|
bl_label: typing.Any
|
|
56756
56742
|
bl_region_type: typing.Any
|
|
56757
56743
|
bl_rna: typing.Any
|
|
@@ -56971,9 +56957,7 @@ class VIEW3D_PT_gpencil_weight_context_menu(bpy_types.Panel, bpy_types._GenericU
|
|
|
56971
56957
|
...
|
|
56972
56958
|
|
|
56973
56959
|
class VIEW3D_PT_grease_pencil(
|
|
56974
|
-
bpy_types.
|
|
56975
|
-
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
56976
|
-
bpy_types._GenericUI,
|
|
56960
|
+
bl_ui.properties_grease_pencil_common.AnnotationDataPanel, bpy_types._GenericUI
|
|
56977
56961
|
):
|
|
56978
56962
|
bl_category: typing.Any
|
|
56979
56963
|
bl_label: typing.Any
|
|
@@ -57210,7 +57194,7 @@ class VIEW3D_PT_grease_pencil(
|
|
|
57210
57194
|
"""
|
|
57211
57195
|
...
|
|
57212
57196
|
|
|
57213
|
-
class VIEW3D_PT_grease_pencil_multi_frame(bpy_types.
|
|
57197
|
+
class VIEW3D_PT_grease_pencil_multi_frame(bpy_types._GenericUI):
|
|
57214
57198
|
bl_label: typing.Any
|
|
57215
57199
|
bl_region_type: typing.Any
|
|
57216
57200
|
bl_rna: typing.Any
|
|
@@ -57428,7 +57412,7 @@ class VIEW3D_PT_grease_pencil_multi_frame(bpy_types.Panel, bpy_types._GenericUI)
|
|
|
57428
57412
|
"""
|
|
57429
57413
|
...
|
|
57430
57414
|
|
|
57431
|
-
class VIEW3D_PT_object_type_visibility(bpy_types.
|
|
57415
|
+
class VIEW3D_PT_object_type_visibility(bpy_types._GenericUI):
|
|
57432
57416
|
bl_label: typing.Any
|
|
57433
57417
|
bl_region_type: typing.Any
|
|
57434
57418
|
bl_rna: typing.Any
|
|
@@ -57656,7 +57640,7 @@ class VIEW3D_PT_object_type_visibility(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
57656
57640
|
"""
|
|
57657
57641
|
...
|
|
57658
57642
|
|
|
57659
|
-
class VIEW3D_PT_overlay(bpy_types.
|
|
57643
|
+
class VIEW3D_PT_overlay(bpy_types._GenericUI):
|
|
57660
57644
|
bl_label: typing.Any
|
|
57661
57645
|
bl_region_type: typing.Any
|
|
57662
57646
|
bl_rna: typing.Any
|
|
@@ -57875,7 +57859,7 @@ class VIEW3D_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
57875
57859
|
"""
|
|
57876
57860
|
...
|
|
57877
57861
|
|
|
57878
|
-
class VIEW3D_PT_overlay_bones(bpy_types.
|
|
57862
|
+
class VIEW3D_PT_overlay_bones(bpy_types._GenericUI):
|
|
57879
57863
|
bl_label: typing.Any
|
|
57880
57864
|
bl_region_type: typing.Any
|
|
57881
57865
|
bl_rna: typing.Any
|
|
@@ -58107,7 +58091,7 @@ class VIEW3D_PT_overlay_bones(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
58107
58091
|
"""
|
|
58108
58092
|
...
|
|
58109
58093
|
|
|
58110
|
-
class VIEW3D_PT_overlay_edit_curve(bpy_types.
|
|
58094
|
+
class VIEW3D_PT_overlay_edit_curve(bpy_types._GenericUI):
|
|
58111
58095
|
bl_label: typing.Any
|
|
58112
58096
|
bl_region_type: typing.Any
|
|
58113
58097
|
bl_rna: typing.Any
|
|
@@ -58332,7 +58316,7 @@ class VIEW3D_PT_overlay_edit_curve(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
58332
58316
|
"""
|
|
58333
58317
|
...
|
|
58334
58318
|
|
|
58335
|
-
class VIEW3D_PT_overlay_edit_mesh(bpy_types.
|
|
58319
|
+
class VIEW3D_PT_overlay_edit_mesh(bpy_types._GenericUI):
|
|
58336
58320
|
bl_label: typing.Any
|
|
58337
58321
|
bl_region_type: typing.Any
|
|
58338
58322
|
bl_rna: typing.Any
|
|
@@ -58558,7 +58542,7 @@ class VIEW3D_PT_overlay_edit_mesh(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
58558
58542
|
"""
|
|
58559
58543
|
...
|
|
58560
58544
|
|
|
58561
|
-
class VIEW3D_PT_overlay_edit_mesh_freestyle(bpy_types.
|
|
58545
|
+
class VIEW3D_PT_overlay_edit_mesh_freestyle(bpy_types._GenericUI):
|
|
58562
58546
|
bl_label: typing.Any
|
|
58563
58547
|
bl_parent_id: typing.Any
|
|
58564
58548
|
bl_region_type: typing.Any
|
|
@@ -58784,7 +58768,7 @@ class VIEW3D_PT_overlay_edit_mesh_freestyle(bpy_types.Panel, bpy_types._GenericU
|
|
|
58784
58768
|
"""
|
|
58785
58769
|
...
|
|
58786
58770
|
|
|
58787
|
-
class VIEW3D_PT_overlay_edit_mesh_measurement(bpy_types.
|
|
58771
|
+
class VIEW3D_PT_overlay_edit_mesh_measurement(bpy_types._GenericUI):
|
|
58788
58772
|
bl_label: typing.Any
|
|
58789
58773
|
bl_parent_id: typing.Any
|
|
58790
58774
|
bl_region_type: typing.Any
|
|
@@ -59010,7 +58994,7 @@ class VIEW3D_PT_overlay_edit_mesh_measurement(bpy_types.Panel, bpy_types._Generi
|
|
|
59010
58994
|
"""
|
|
59011
58995
|
...
|
|
59012
58996
|
|
|
59013
|
-
class VIEW3D_PT_overlay_edit_mesh_normals(bpy_types.
|
|
58997
|
+
class VIEW3D_PT_overlay_edit_mesh_normals(bpy_types._GenericUI):
|
|
59014
58998
|
bl_label: typing.Any
|
|
59015
58999
|
bl_parent_id: typing.Any
|
|
59016
59000
|
bl_region_type: typing.Any
|
|
@@ -59236,7 +59220,7 @@ class VIEW3D_PT_overlay_edit_mesh_normals(bpy_types.Panel, bpy_types._GenericUI)
|
|
|
59236
59220
|
"""
|
|
59237
59221
|
...
|
|
59238
59222
|
|
|
59239
|
-
class VIEW3D_PT_overlay_edit_mesh_shading(bpy_types.
|
|
59223
|
+
class VIEW3D_PT_overlay_edit_mesh_shading(bpy_types._GenericUI):
|
|
59240
59224
|
bl_label: typing.Any
|
|
59241
59225
|
bl_parent_id: typing.Any
|
|
59242
59226
|
bl_region_type: typing.Any
|
|
@@ -59462,7 +59446,7 @@ class VIEW3D_PT_overlay_edit_mesh_shading(bpy_types.Panel, bpy_types._GenericUI)
|
|
|
59462
59446
|
"""
|
|
59463
59447
|
...
|
|
59464
59448
|
|
|
59465
|
-
class VIEW3D_PT_overlay_geometry(bpy_types.
|
|
59449
|
+
class VIEW3D_PT_overlay_geometry(bpy_types._GenericUI):
|
|
59466
59450
|
bl_label: typing.Any
|
|
59467
59451
|
bl_parent_id: typing.Any
|
|
59468
59452
|
bl_region_type: typing.Any
|
|
@@ -59681,7 +59665,7 @@ class VIEW3D_PT_overlay_geometry(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
59681
59665
|
"""
|
|
59682
59666
|
...
|
|
59683
59667
|
|
|
59684
|
-
class VIEW3D_PT_overlay_gpencil_options(bpy_types.
|
|
59668
|
+
class VIEW3D_PT_overlay_gpencil_options(bpy_types._GenericUI):
|
|
59685
59669
|
bl_label: typing.Any
|
|
59686
59670
|
bl_region_type: typing.Any
|
|
59687
59671
|
bl_rna: typing.Any
|
|
@@ -59907,7 +59891,7 @@ class VIEW3D_PT_overlay_gpencil_options(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
59907
59891
|
"""
|
|
59908
59892
|
...
|
|
59909
59893
|
|
|
59910
|
-
class VIEW3D_PT_overlay_grease_pencil_options(bpy_types.
|
|
59894
|
+
class VIEW3D_PT_overlay_grease_pencil_options(bpy_types._GenericUI):
|
|
59911
59895
|
bl_label: typing.Any
|
|
59912
59896
|
bl_region_type: typing.Any
|
|
59913
59897
|
bl_rna: typing.Any
|
|
@@ -60133,7 +60117,7 @@ class VIEW3D_PT_overlay_grease_pencil_options(bpy_types.Panel, bpy_types._Generi
|
|
|
60133
60117
|
"""
|
|
60134
60118
|
...
|
|
60135
60119
|
|
|
60136
|
-
class VIEW3D_PT_overlay_guides(bpy_types.
|
|
60120
|
+
class VIEW3D_PT_overlay_guides(bpy_types._GenericUI):
|
|
60137
60121
|
bl_label: typing.Any
|
|
60138
60122
|
bl_parent_id: typing.Any
|
|
60139
60123
|
bl_region_type: typing.Any
|
|
@@ -60352,7 +60336,7 @@ class VIEW3D_PT_overlay_guides(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
60352
60336
|
"""
|
|
60353
60337
|
...
|
|
60354
60338
|
|
|
60355
|
-
class VIEW3D_PT_overlay_motion_tracking(bpy_types.
|
|
60339
|
+
class VIEW3D_PT_overlay_motion_tracking(bpy_types._GenericUI):
|
|
60356
60340
|
bl_label: typing.Any
|
|
60357
60341
|
bl_parent_id: typing.Any
|
|
60358
60342
|
bl_region_type: typing.Any
|
|
@@ -60578,7 +60562,7 @@ class VIEW3D_PT_overlay_motion_tracking(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
60578
60562
|
"""
|
|
60579
60563
|
...
|
|
60580
60564
|
|
|
60581
|
-
class VIEW3D_PT_overlay_object(bpy_types.
|
|
60565
|
+
class VIEW3D_PT_overlay_object(bpy_types._GenericUI):
|
|
60582
60566
|
bl_label: typing.Any
|
|
60583
60567
|
bl_parent_id: typing.Any
|
|
60584
60568
|
bl_region_type: typing.Any
|
|
@@ -60797,7 +60781,7 @@ class VIEW3D_PT_overlay_object(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
60797
60781
|
"""
|
|
60798
60782
|
...
|
|
60799
60783
|
|
|
60800
|
-
class VIEW3D_PT_overlay_sculpt(bpy_types.
|
|
60784
|
+
class VIEW3D_PT_overlay_sculpt(bpy_types._GenericUI):
|
|
60801
60785
|
bl_context: typing.Any
|
|
60802
60786
|
bl_label: typing.Any
|
|
60803
60787
|
bl_region_type: typing.Any
|
|
@@ -61023,7 +61007,7 @@ class VIEW3D_PT_overlay_sculpt(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
61023
61007
|
"""
|
|
61024
61008
|
...
|
|
61025
61009
|
|
|
61026
|
-
class VIEW3D_PT_overlay_sculpt_curves(bpy_types.
|
|
61010
|
+
class VIEW3D_PT_overlay_sculpt_curves(bpy_types._GenericUI):
|
|
61027
61011
|
bl_context: typing.Any
|
|
61028
61012
|
bl_label: typing.Any
|
|
61029
61013
|
bl_region_type: typing.Any
|
|
@@ -61249,7 +61233,7 @@ class VIEW3D_PT_overlay_sculpt_curves(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
61249
61233
|
"""
|
|
61250
61234
|
...
|
|
61251
61235
|
|
|
61252
|
-
class VIEW3D_PT_overlay_texture_paint(bpy_types.
|
|
61236
|
+
class VIEW3D_PT_overlay_texture_paint(bpy_types._GenericUI):
|
|
61253
61237
|
bl_label: typing.Any
|
|
61254
61238
|
bl_region_type: typing.Any
|
|
61255
61239
|
bl_rna: typing.Any
|
|
@@ -61474,7 +61458,7 @@ class VIEW3D_PT_overlay_texture_paint(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
61474
61458
|
"""
|
|
61475
61459
|
...
|
|
61476
61460
|
|
|
61477
|
-
class VIEW3D_PT_overlay_vertex_paint(bpy_types.
|
|
61461
|
+
class VIEW3D_PT_overlay_vertex_paint(bpy_types._GenericUI):
|
|
61478
61462
|
bl_label: typing.Any
|
|
61479
61463
|
bl_region_type: typing.Any
|
|
61480
61464
|
bl_rna: typing.Any
|
|
@@ -61699,7 +61683,7 @@ class VIEW3D_PT_overlay_vertex_paint(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
61699
61683
|
"""
|
|
61700
61684
|
...
|
|
61701
61685
|
|
|
61702
|
-
class VIEW3D_PT_overlay_viewer_node(bpy_types.
|
|
61686
|
+
class VIEW3D_PT_overlay_viewer_node(bpy_types._GenericUI):
|
|
61703
61687
|
bl_label: typing.Any
|
|
61704
61688
|
bl_parent_id: typing.Any
|
|
61705
61689
|
bl_region_type: typing.Any
|
|
@@ -61918,7 +61902,7 @@ class VIEW3D_PT_overlay_viewer_node(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
61918
61902
|
"""
|
|
61919
61903
|
...
|
|
61920
61904
|
|
|
61921
|
-
class VIEW3D_PT_overlay_weight_paint(bpy_types.
|
|
61905
|
+
class VIEW3D_PT_overlay_weight_paint(bpy_types._GenericUI):
|
|
61922
61906
|
bl_label: typing.Any
|
|
61923
61907
|
bl_region_type: typing.Any
|
|
61924
61908
|
bl_rna: typing.Any
|
|
@@ -62144,7 +62128,7 @@ class VIEW3D_PT_overlay_weight_paint(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
62144
62128
|
"""
|
|
62145
62129
|
...
|
|
62146
62130
|
|
|
62147
|
-
class VIEW3D_PT_paint_texture_context_menu(bpy_types.
|
|
62131
|
+
class VIEW3D_PT_paint_texture_context_menu(bpy_types._GenericUI):
|
|
62148
62132
|
bl_label: typing.Any
|
|
62149
62133
|
bl_region_type: typing.Any
|
|
62150
62134
|
bl_rna: typing.Any
|
|
@@ -62362,7 +62346,7 @@ class VIEW3D_PT_paint_texture_context_menu(bpy_types.Panel, bpy_types._GenericUI
|
|
|
62362
62346
|
"""
|
|
62363
62347
|
...
|
|
62364
62348
|
|
|
62365
|
-
class VIEW3D_PT_paint_vertex_context_menu(bpy_types.
|
|
62349
|
+
class VIEW3D_PT_paint_vertex_context_menu(bpy_types._GenericUI):
|
|
62366
62350
|
bl_label: typing.Any
|
|
62367
62351
|
bl_region_type: typing.Any
|
|
62368
62352
|
bl_rna: typing.Any
|
|
@@ -62580,7 +62564,7 @@ class VIEW3D_PT_paint_vertex_context_menu(bpy_types.Panel, bpy_types._GenericUI)
|
|
|
62580
62564
|
"""
|
|
62581
62565
|
...
|
|
62582
62566
|
|
|
62583
|
-
class VIEW3D_PT_paint_weight_context_menu(bpy_types.
|
|
62567
|
+
class VIEW3D_PT_paint_weight_context_menu(bpy_types._GenericUI):
|
|
62584
62568
|
bl_label: typing.Any
|
|
62585
62569
|
bl_region_type: typing.Any
|
|
62586
62570
|
bl_rna: typing.Any
|
|
@@ -62798,7 +62782,7 @@ class VIEW3D_PT_paint_weight_context_menu(bpy_types.Panel, bpy_types._GenericUI)
|
|
|
62798
62782
|
"""
|
|
62799
62783
|
...
|
|
62800
62784
|
|
|
62801
|
-
class VIEW3D_PT_proportional_edit(bpy_types.
|
|
62785
|
+
class VIEW3D_PT_proportional_edit(bpy_types._GenericUI):
|
|
62802
62786
|
bl_label: typing.Any
|
|
62803
62787
|
bl_region_type: typing.Any
|
|
62804
62788
|
bl_rna: typing.Any
|
|
@@ -63017,7 +63001,7 @@ class VIEW3D_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
63017
63001
|
"""
|
|
63018
63002
|
...
|
|
63019
63003
|
|
|
63020
|
-
class VIEW3D_PT_quad_view(bpy_types.
|
|
63004
|
+
class VIEW3D_PT_quad_view(bpy_types._GenericUI):
|
|
63021
63005
|
bl_category: typing.Any
|
|
63022
63006
|
bl_label: typing.Any
|
|
63023
63007
|
bl_options: typing.Any
|
|
@@ -63244,7 +63228,7 @@ class VIEW3D_PT_quad_view(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
63244
63228
|
"""
|
|
63245
63229
|
...
|
|
63246
63230
|
|
|
63247
|
-
class VIEW3D_PT_sculpt_automasking(bpy_types.
|
|
63231
|
+
class VIEW3D_PT_sculpt_automasking(bpy_types._GenericUI):
|
|
63248
63232
|
bl_label: typing.Any
|
|
63249
63233
|
bl_region_type: typing.Any
|
|
63250
63234
|
bl_rna: typing.Any
|
|
@@ -63463,7 +63447,7 @@ class VIEW3D_PT_sculpt_automasking(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
63463
63447
|
"""
|
|
63464
63448
|
...
|
|
63465
63449
|
|
|
63466
|
-
class VIEW3D_PT_sculpt_context_menu(bpy_types.
|
|
63450
|
+
class VIEW3D_PT_sculpt_context_menu(bpy_types._GenericUI):
|
|
63467
63451
|
bl_label: typing.Any
|
|
63468
63452
|
bl_region_type: typing.Any
|
|
63469
63453
|
bl_rna: typing.Any
|
|
@@ -63681,7 +63665,7 @@ class VIEW3D_PT_sculpt_context_menu(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
63681
63665
|
"""
|
|
63682
63666
|
...
|
|
63683
63667
|
|
|
63684
|
-
class VIEW3D_PT_sculpt_snapping(bpy_types.
|
|
63668
|
+
class VIEW3D_PT_sculpt_snapping(bpy_types._GenericUI):
|
|
63685
63669
|
bl_label: typing.Any
|
|
63686
63670
|
bl_region_type: typing.Any
|
|
63687
63671
|
bl_rna: typing.Any
|
|
@@ -63899,7 +63883,7 @@ class VIEW3D_PT_sculpt_snapping(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
63899
63883
|
"""
|
|
63900
63884
|
...
|
|
63901
63885
|
|
|
63902
|
-
class VIEW3D_PT_shading(bpy_types.
|
|
63886
|
+
class VIEW3D_PT_shading(bpy_types._GenericUI):
|
|
63903
63887
|
bl_label: typing.Any
|
|
63904
63888
|
bl_region_type: typing.Any
|
|
63905
63889
|
bl_rna: typing.Any
|
|
@@ -64125,7 +64109,7 @@ class VIEW3D_PT_shading(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
64125
64109
|
"""
|
|
64126
64110
|
...
|
|
64127
64111
|
|
|
64128
|
-
class VIEW3D_PT_shading_color(bpy_types.
|
|
64112
|
+
class VIEW3D_PT_shading_color(bpy_types._GenericUI):
|
|
64129
64113
|
bl_label: typing.Any
|
|
64130
64114
|
bl_parent_id: typing.Any
|
|
64131
64115
|
bl_region_type: typing.Any
|
|
@@ -64344,7 +64328,7 @@ class VIEW3D_PT_shading_color(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
64344
64328
|
"""
|
|
64345
64329
|
...
|
|
64346
64330
|
|
|
64347
|
-
class VIEW3D_PT_shading_compositor(bpy_types.
|
|
64331
|
+
class VIEW3D_PT_shading_compositor(bpy_types._GenericUI):
|
|
64348
64332
|
bl_label: typing.Any
|
|
64349
64333
|
bl_order: typing.Any
|
|
64350
64334
|
bl_parent_id: typing.Any
|
|
@@ -64571,7 +64555,7 @@ class VIEW3D_PT_shading_compositor(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
64571
64555
|
"""
|
|
64572
64556
|
...
|
|
64573
64557
|
|
|
64574
|
-
class VIEW3D_PT_shading_lighting(bpy_types.
|
|
64558
|
+
class VIEW3D_PT_shading_lighting(bpy_types._GenericUI):
|
|
64575
64559
|
bl_label: typing.Any
|
|
64576
64560
|
bl_parent_id: typing.Any
|
|
64577
64561
|
bl_region_type: typing.Any
|
|
@@ -64797,7 +64781,7 @@ class VIEW3D_PT_shading_lighting(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
64797
64781
|
"""
|
|
64798
64782
|
...
|
|
64799
64783
|
|
|
64800
|
-
class VIEW3D_PT_shading_options(bpy_types.
|
|
64784
|
+
class VIEW3D_PT_shading_options(bpy_types._GenericUI):
|
|
64801
64785
|
bl_label: typing.Any
|
|
64802
64786
|
bl_parent_id: typing.Any
|
|
64803
64787
|
bl_region_type: typing.Any
|
|
@@ -65023,7 +65007,7 @@ class VIEW3D_PT_shading_options(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
65023
65007
|
"""
|
|
65024
65008
|
...
|
|
65025
65009
|
|
|
65026
|
-
class VIEW3D_PT_shading_options_shadow(bpy_types.
|
|
65010
|
+
class VIEW3D_PT_shading_options_shadow(bpy_types._GenericUI):
|
|
65027
65011
|
bl_label: typing.Any
|
|
65028
65012
|
bl_region_type: typing.Any
|
|
65029
65013
|
bl_rna: typing.Any
|
|
@@ -65241,7 +65225,7 @@ class VIEW3D_PT_shading_options_shadow(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
65241
65225
|
"""
|
|
65242
65226
|
...
|
|
65243
65227
|
|
|
65244
|
-
class VIEW3D_PT_shading_options_ssao(bpy_types.
|
|
65228
|
+
class VIEW3D_PT_shading_options_ssao(bpy_types._GenericUI):
|
|
65245
65229
|
bl_label: typing.Any
|
|
65246
65230
|
bl_region_type: typing.Any
|
|
65247
65231
|
bl_rna: typing.Any
|
|
@@ -65459,7 +65443,7 @@ class VIEW3D_PT_shading_options_ssao(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
65459
65443
|
"""
|
|
65460
65444
|
...
|
|
65461
65445
|
|
|
65462
|
-
class VIEW3D_PT_shading_render_pass(bpy_types.
|
|
65446
|
+
class VIEW3D_PT_shading_render_pass(bpy_types._GenericUI):
|
|
65463
65447
|
COMPAT_ENGINES: typing.Any
|
|
65464
65448
|
bl_label: typing.Any
|
|
65465
65449
|
bl_parent_id: typing.Any
|
|
@@ -65686,7 +65670,7 @@ class VIEW3D_PT_shading_render_pass(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
65686
65670
|
"""
|
|
65687
65671
|
...
|
|
65688
65672
|
|
|
65689
|
-
class VIEW3D_PT_snapping(bpy_types.
|
|
65673
|
+
class VIEW3D_PT_snapping(bpy_types._GenericUI):
|
|
65690
65674
|
bl_label: typing.Any
|
|
65691
65675
|
bl_region_type: typing.Any
|
|
65692
65676
|
bl_rna: typing.Any
|
|
@@ -65904,7 +65888,7 @@ class VIEW3D_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
65904
65888
|
"""
|
|
65905
65889
|
...
|
|
65906
65890
|
|
|
65907
|
-
class VIEW3D_PT_transform_orientations(bpy_types.
|
|
65891
|
+
class VIEW3D_PT_transform_orientations(bpy_types._GenericUI):
|
|
65908
65892
|
bl_label: typing.Any
|
|
65909
65893
|
bl_region_type: typing.Any
|
|
65910
65894
|
bl_rna: typing.Any
|
|
@@ -66123,7 +66107,7 @@ class VIEW3D_PT_transform_orientations(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
66123
66107
|
"""
|
|
66124
66108
|
...
|
|
66125
66109
|
|
|
66126
|
-
class VIEW3D_PT_view3d_cursor(bpy_types.
|
|
66110
|
+
class VIEW3D_PT_view3d_cursor(bpy_types._GenericUI):
|
|
66127
66111
|
bl_category: typing.Any
|
|
66128
66112
|
bl_label: typing.Any
|
|
66129
66113
|
bl_region_type: typing.Any
|
|
@@ -66342,7 +66326,7 @@ class VIEW3D_PT_view3d_cursor(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
66342
66326
|
"""
|
|
66343
66327
|
...
|
|
66344
66328
|
|
|
66345
|
-
class VIEW3D_PT_view3d_lock(bpy_types.
|
|
66329
|
+
class VIEW3D_PT_view3d_lock(bpy_types._GenericUI):
|
|
66346
66330
|
bl_category: typing.Any
|
|
66347
66331
|
bl_label: typing.Any
|
|
66348
66332
|
bl_parent_id: typing.Any
|
|
@@ -66562,7 +66546,7 @@ class VIEW3D_PT_view3d_lock(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
66562
66546
|
"""
|
|
66563
66547
|
...
|
|
66564
66548
|
|
|
66565
|
-
class VIEW3D_PT_view3d_properties(bpy_types.
|
|
66549
|
+
class VIEW3D_PT_view3d_properties(bpy_types._GenericUI):
|
|
66566
66550
|
bl_category: typing.Any
|
|
66567
66551
|
bl_label: typing.Any
|
|
66568
66552
|
bl_region_type: typing.Any
|
|
@@ -66781,7 +66765,7 @@ class VIEW3D_PT_view3d_properties(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
66781
66765
|
"""
|
|
66782
66766
|
...
|
|
66783
66767
|
|
|
66784
|
-
class VIEW3D_PT_view3d_stereo(bpy_types.
|
|
66768
|
+
class VIEW3D_PT_view3d_stereo(bpy_types._GenericUI):
|
|
66785
66769
|
bl_category: typing.Any
|
|
66786
66770
|
bl_label: typing.Any
|
|
66787
66771
|
bl_options: typing.Any
|
|
@@ -67008,7 +66992,7 @@ class VIEW3D_PT_view3d_stereo(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
67008
66992
|
"""
|
|
67009
66993
|
...
|
|
67010
66994
|
|
|
67011
|
-
class VIEW3D_PT_viewport_debug(bpy_types.
|
|
66995
|
+
class VIEW3D_PT_viewport_debug(bpy_types._GenericUI):
|
|
67012
66996
|
bl_label: typing.Any
|
|
67013
66997
|
bl_parent_id: typing.Any
|
|
67014
66998
|
bl_region_type: typing.Any
|
|
@@ -67352,7 +67336,7 @@ class _draw_tool_settings_context_mode:
|
|
|
67352
67336
|
"""
|
|
67353
67337
|
...
|
|
67354
67338
|
|
|
67355
|
-
class VIEW3D_MT_bone_options_disable(bpy_types._GenericUI,
|
|
67339
|
+
class VIEW3D_MT_bone_options_disable(bpy_types._GenericUI, BoneOptions):
|
|
67356
67340
|
bl_label: typing.Any
|
|
67357
67341
|
bl_rna: typing.Any
|
|
67358
67342
|
id_data: typing.Any
|
|
@@ -67623,7 +67607,7 @@ class VIEW3D_MT_bone_options_disable(bpy_types._GenericUI, bpy_types.Menu, BoneO
|
|
|
67623
67607
|
"""
|
|
67624
67608
|
...
|
|
67625
67609
|
|
|
67626
|
-
class VIEW3D_MT_bone_options_enable(bpy_types._GenericUI,
|
|
67610
|
+
class VIEW3D_MT_bone_options_enable(bpy_types._GenericUI, BoneOptions):
|
|
67627
67611
|
bl_label: typing.Any
|
|
67628
67612
|
bl_rna: typing.Any
|
|
67629
67613
|
id_data: typing.Any
|
|
@@ -67894,7 +67878,7 @@ class VIEW3D_MT_bone_options_enable(bpy_types._GenericUI, bpy_types.Menu, BoneOp
|
|
|
67894
67878
|
"""
|
|
67895
67879
|
...
|
|
67896
67880
|
|
|
67897
|
-
class VIEW3D_MT_bone_options_toggle(bpy_types._GenericUI,
|
|
67881
|
+
class VIEW3D_MT_bone_options_toggle(bpy_types._GenericUI, BoneOptions):
|
|
67898
67882
|
bl_label: typing.Any
|
|
67899
67883
|
bl_rna: typing.Any
|
|
67900
67884
|
id_data: typing.Any
|
|
@@ -68165,7 +68149,7 @@ class VIEW3D_MT_bone_options_toggle(bpy_types._GenericUI, bpy_types.Menu, BoneOp
|
|
|
68165
68149
|
"""
|
|
68166
68150
|
...
|
|
68167
68151
|
|
|
68168
|
-
class VIEW3D_MT_edit_curve_showhide(
|
|
68152
|
+
class VIEW3D_MT_edit_curve_showhide(ShowHideMenu, bpy_types._GenericUI):
|
|
68169
68153
|
bl_label: typing.Any
|
|
68170
68154
|
bl_rna: typing.Any
|
|
68171
68155
|
id_data: typing.Any
|
|
@@ -68435,7 +68419,7 @@ class VIEW3D_MT_edit_curve_showhide(bpy_types.Menu, ShowHideMenu, bpy_types._Gen
|
|
|
68435
68419
|
"""
|
|
68436
68420
|
...
|
|
68437
68421
|
|
|
68438
|
-
class VIEW3D_MT_edit_mesh_showhide(
|
|
68422
|
+
class VIEW3D_MT_edit_mesh_showhide(ShowHideMenu, bpy_types._GenericUI):
|
|
68439
68423
|
bl_label: typing.Any
|
|
68440
68424
|
bl_rna: typing.Any
|
|
68441
68425
|
id_data: typing.Any
|
|
@@ -68705,7 +68689,7 @@ class VIEW3D_MT_edit_mesh_showhide(bpy_types.Menu, ShowHideMenu, bpy_types._Gene
|
|
|
68705
68689
|
"""
|
|
68706
68690
|
...
|
|
68707
68691
|
|
|
68708
|
-
class VIEW3D_MT_particle_showhide(
|
|
68692
|
+
class VIEW3D_MT_particle_showhide(ShowHideMenu, bpy_types._GenericUI):
|
|
68709
68693
|
bl_label: typing.Any
|
|
68710
68694
|
bl_rna: typing.Any
|
|
68711
68695
|
id_data: typing.Any
|
|
@@ -68975,7 +68959,7 @@ class VIEW3D_MT_particle_showhide(bpy_types.Menu, ShowHideMenu, bpy_types._Gener
|
|
|
68975
68959
|
"""
|
|
68976
68960
|
...
|
|
68977
68961
|
|
|
68978
|
-
class VIEW3D_MT_pose_showhide(
|
|
68962
|
+
class VIEW3D_MT_pose_showhide(ShowHideMenu, bpy_types._GenericUI):
|
|
68979
68963
|
bl_label: typing.Any
|
|
68980
68964
|
bl_rna: typing.Any
|
|
68981
68965
|
id_data: typing.Any
|
|
@@ -69245,9 +69229,7 @@ class VIEW3D_MT_pose_showhide(bpy_types.Menu, ShowHideMenu, bpy_types._GenericUI
|
|
|
69245
69229
|
"""
|
|
69246
69230
|
...
|
|
69247
69231
|
|
|
69248
|
-
class VIEW3D_MT_transform(
|
|
69249
|
-
bpy_types.Menu, VIEW3D_MT_transform_base, bpy_types._GenericUI
|
|
69250
|
-
):
|
|
69232
|
+
class VIEW3D_MT_transform(VIEW3D_MT_transform_base, bpy_types._GenericUI):
|
|
69251
69233
|
bl_category: typing.Any
|
|
69252
69234
|
bl_label: typing.Any
|
|
69253
69235
|
bl_rna: typing.Any
|
|
@@ -69518,9 +69500,7 @@ class VIEW3D_MT_transform(
|
|
|
69518
69500
|
"""
|
|
69519
69501
|
...
|
|
69520
69502
|
|
|
69521
|
-
class VIEW3D_MT_transform_armature(
|
|
69522
|
-
bpy_types.Menu, VIEW3D_MT_transform_base, bpy_types._GenericUI
|
|
69523
|
-
):
|
|
69503
|
+
class VIEW3D_MT_transform_armature(VIEW3D_MT_transform_base, bpy_types._GenericUI):
|
|
69524
69504
|
bl_category: typing.Any
|
|
69525
69505
|
bl_label: typing.Any
|
|
69526
69506
|
bl_rna: typing.Any
|
|
@@ -69791,9 +69771,7 @@ class VIEW3D_MT_transform_armature(
|
|
|
69791
69771
|
"""
|
|
69792
69772
|
...
|
|
69793
69773
|
|
|
69794
|
-
class VIEW3D_MT_transform_object(
|
|
69795
|
-
bpy_types.Menu, VIEW3D_MT_transform_base, bpy_types._GenericUI
|
|
69796
|
-
):
|
|
69774
|
+
class VIEW3D_MT_transform_object(VIEW3D_MT_transform_base, bpy_types._GenericUI):
|
|
69797
69775
|
bl_category: typing.Any
|
|
69798
69776
|
bl_label: typing.Any
|
|
69799
69777
|
bl_rna: typing.Any
|