fake-bpy-module 20240721__py3-none-any.whl → 20240723__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bl_operators/bone_selection_sets/__init__.pyi +6 -18
- bl_operators/node/__init__.pyi +2 -4
- bl_operators/presets/__init__.pyi +2 -5
- bl_operators/wm/__init__.pyi +4 -5
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +1 -2
- bl_ui/asset_shelf/__init__.pyi +1 -2
- bl_ui/node_add_menu/__init__.pyi +1 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
- bl_ui/node_add_menu_shader/__init__.pyi +10 -11
- bl_ui/node_add_menu_texture/__init__.pyi +9 -10
- bl_ui/properties_collection/__init__.pyi +6 -18
- bl_ui/properties_constraint/__init__.pyi +79 -142
- bl_ui/properties_data_armature/__init__.pyi +17 -32
- bl_ui/properties_data_bone/__init__.pyi +10 -15
- bl_ui/properties_data_camera/__init__.pyi +14 -29
- bl_ui/properties_data_curve/__init__.pyi +15 -40
- bl_ui/properties_data_curves/__init__.pyi +6 -9
- bl_ui/properties_data_empty/__init__.pyi +2 -3
- bl_ui/properties_data_gpencil/__init__.pyi +23 -37
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -36
- bl_ui/properties_data_lattice/__init__.pyi +3 -4
- bl_ui/properties_data_light/__init__.pyi +12 -23
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -36
- bl_ui/properties_data_mesh/__init__.pyi +20 -27
- bl_ui/properties_data_metaball/__init__.pyi +5 -8
- bl_ui/properties_data_modifier/__init__.pyi +9 -24
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -10
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
- bl_ui/properties_data_speaker/__init__.pyi +5 -6
- bl_ui/properties_data_volume/__init__.pyi +8 -13
- bl_ui/properties_freestyle/__init__.pyi +26 -112
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -8
- bl_ui/properties_material/__init__.pyi +16 -40
- bl_ui/properties_material_gpencil/__init__.pyi +10 -28
- bl_ui/properties_object/__init__.pyi +14 -25
- bl_ui/properties_output/__init__.pyi +18 -45
- bl_ui/properties_paint_common/__init__.pyi +9 -10
- bl_ui/properties_particle/__init__.pyi +52 -134
- bl_ui/properties_physics_cloth/__init__.pyi +14 -35
- bl_ui/properties_physics_common/__init__.pyi +1 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -61
- bl_ui/properties_physics_field/__init__.pyi +10 -27
- bl_ui/properties_physics_fluid/__init__.pyi +28 -51
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -17
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -14
- bl_ui/properties_physics_softbody/__init__.pyi +15 -44
- bl_ui/properties_render/__init__.pyi +55 -146
- bl_ui/properties_scene/__init__.pyi +15 -28
- bl_ui/properties_texture/__init__.pyi +26 -70
- bl_ui/properties_view_layer/__init__.pyi +49 -80
- bl_ui/properties_workspace/__init__.pyi +4 -8
- bl_ui/properties_world/__init__.pyi +10 -17
- bl_ui/space_clip/__init__.pyi +72 -116
- bl_ui/space_console/__init__.pyi +6 -7
- bl_ui/space_dopesheet/__init__.pyi +39 -56
- bl_ui/space_filebrowser/__init__.pyi +29 -44
- bl_ui/space_graph/__init__.pyi +20 -23
- bl_ui/space_image/__init__.pyi +69 -134
- bl_ui/space_info/__init__.pyi +6 -7
- bl_ui/space_nla/__init__.pyi +17 -26
- bl_ui/space_node/__init__.pyi +28 -35
- bl_ui/space_outliner/__init__.pyi +14 -15
- bl_ui/space_properties/__init__.pyi +3 -4
- bl_ui/space_sequencer/__init__.pyi +80 -134
- bl_ui/space_spreadsheet/__init__.pyi +1 -2
- bl_ui/space_statusbar/__init__.pyi +1 -2
- bl_ui/space_text/__init__.pyi +16 -17
- bl_ui/space_time/__init__.pyi +7 -12
- bl_ui/space_toolsystem_common/__init__.pyi +1 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -13
- bl_ui/space_topbar/__init__.pyi +26 -27
- bl_ui/space_userpref/__init__.pyi +91 -196
- bl_ui/space_view3d/__init__.pyi +279 -342
- bl_ui/space_view3d_toolbar/__init__.pyi +613 -897
- bl_ui/temp_anim_layers/__init__.pyi +1 -2
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/types/__init__.pyi +29718 -29418
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +87 -87
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- nodeitems_builtins/__init__.pyi +4 -4
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
bl_ui/space_view3d/__init__.pyi
CHANGED
|
@@ -5,7 +5,6 @@ import bl_ui.properties_grease_pencil_common
|
|
|
5
5
|
import bl_ui.properties_paint_common
|
|
6
6
|
import bl_ui.space_toolsystem_common
|
|
7
7
|
import bpy.types
|
|
8
|
-
import bpy_types
|
|
9
8
|
|
|
10
9
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
11
10
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
@@ -28,7 +27,7 @@ class ShowHideMenu:
|
|
|
28
27
|
"""
|
|
29
28
|
...
|
|
30
29
|
|
|
31
|
-
class TOPBAR_MT_edit_armature_add(bpy.types.Menu
|
|
30
|
+
class TOPBAR_MT_edit_armature_add(bpy.types.Menu):
|
|
32
31
|
bl_idname: typing.Any
|
|
33
32
|
bl_label: typing.Any
|
|
34
33
|
bl_options: typing.Any
|
|
@@ -58,7 +57,7 @@ class TOPBAR_MT_edit_armature_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
58
57
|
"""
|
|
59
58
|
...
|
|
60
59
|
|
|
61
|
-
class TOPBAR_MT_edit_curve_add(bpy.types.Menu
|
|
60
|
+
class TOPBAR_MT_edit_curve_add(bpy.types.Menu):
|
|
62
61
|
bl_idname: typing.Any
|
|
63
62
|
bl_label: typing.Any
|
|
64
63
|
bl_options: typing.Any
|
|
@@ -90,9 +89,7 @@ class TOPBAR_MT_edit_curve_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
90
89
|
...
|
|
91
90
|
|
|
92
91
|
class TOPBAR_PT_annotation_layers(
|
|
93
|
-
|
|
94
|
-
bpy.types.Panel,
|
|
95
|
-
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
92
|
+
bpy.types.Panel, bl_ui.properties_grease_pencil_common.AnnotationDataPanel
|
|
96
93
|
):
|
|
97
94
|
bl_label: typing.Any
|
|
98
95
|
bl_options: typing.Any
|
|
@@ -119,9 +116,7 @@ class TOPBAR_PT_annotation_layers(
|
|
|
119
116
|
...
|
|
120
117
|
|
|
121
118
|
class TOPBAR_PT_gpencil_materials(
|
|
122
|
-
bpy.types.Panel
|
|
123
|
-
bl_ui.properties_grease_pencil_common.GreasePencilMaterialsPanel,
|
|
124
|
-
bpy_types._GenericUI,
|
|
119
|
+
bl_ui.properties_grease_pencil_common.GreasePencilMaterialsPanel, bpy.types.Panel
|
|
125
120
|
):
|
|
126
121
|
bl_label: typing.Any
|
|
127
122
|
bl_region_type: typing.Any
|
|
@@ -155,9 +150,7 @@ class TOPBAR_PT_gpencil_materials(
|
|
|
155
150
|
...
|
|
156
151
|
|
|
157
152
|
class TOPBAR_PT_gpencil_vertexcolor(
|
|
158
|
-
bpy.types.Panel
|
|
159
|
-
bl_ui.properties_grease_pencil_common.GreasePencilVertexcolorPanel,
|
|
160
|
-
bpy_types._GenericUI,
|
|
153
|
+
bl_ui.properties_grease_pencil_common.GreasePencilVertexcolorPanel, bpy.types.Panel
|
|
161
154
|
):
|
|
162
155
|
bl_label: typing.Any
|
|
163
156
|
bl_region_type: typing.Any
|
|
@@ -190,11 +183,7 @@ class TOPBAR_PT_gpencil_vertexcolor(
|
|
|
190
183
|
"""
|
|
191
184
|
...
|
|
192
185
|
|
|
193
|
-
class VIEW3D_AST_brush_gpencil_paint(
|
|
194
|
-
bl_ui.properties_paint_common.BrushAssetShelf,
|
|
195
|
-
View3DAssetShelf,
|
|
196
|
-
bpy.types.AssetShelf,
|
|
197
|
-
):
|
|
186
|
+
class VIEW3D_AST_brush_gpencil_paint(View3DAssetShelf, bpy.types.AssetShelf):
|
|
198
187
|
bl_activate_operator: typing.Any
|
|
199
188
|
bl_default_preview_size: typing.Any
|
|
200
189
|
bl_options: typing.Any
|
|
@@ -220,11 +209,7 @@ class VIEW3D_AST_brush_gpencil_paint(
|
|
|
220
209
|
"""
|
|
221
210
|
...
|
|
222
211
|
|
|
223
|
-
class VIEW3D_AST_brush_gpencil_sculpt(
|
|
224
|
-
bl_ui.properties_paint_common.BrushAssetShelf,
|
|
225
|
-
View3DAssetShelf,
|
|
226
|
-
bpy.types.AssetShelf,
|
|
227
|
-
):
|
|
212
|
+
class VIEW3D_AST_brush_gpencil_sculpt(View3DAssetShelf, bpy.types.AssetShelf):
|
|
228
213
|
bl_activate_operator: typing.Any
|
|
229
214
|
bl_default_preview_size: typing.Any
|
|
230
215
|
bl_options: typing.Any
|
|
@@ -250,11 +235,7 @@ class VIEW3D_AST_brush_gpencil_sculpt(
|
|
|
250
235
|
"""
|
|
251
236
|
...
|
|
252
237
|
|
|
253
|
-
class VIEW3D_AST_brush_gpencil_vertex(
|
|
254
|
-
bl_ui.properties_paint_common.BrushAssetShelf,
|
|
255
|
-
View3DAssetShelf,
|
|
256
|
-
bpy.types.AssetShelf,
|
|
257
|
-
):
|
|
238
|
+
class VIEW3D_AST_brush_gpencil_vertex(View3DAssetShelf, bpy.types.AssetShelf):
|
|
258
239
|
bl_activate_operator: typing.Any
|
|
259
240
|
bl_default_preview_size: typing.Any
|
|
260
241
|
bl_options: typing.Any
|
|
@@ -280,11 +261,7 @@ class VIEW3D_AST_brush_gpencil_vertex(
|
|
|
280
261
|
"""
|
|
281
262
|
...
|
|
282
263
|
|
|
283
|
-
class VIEW3D_AST_brush_gpencil_weight(
|
|
284
|
-
bl_ui.properties_paint_common.BrushAssetShelf,
|
|
285
|
-
View3DAssetShelf,
|
|
286
|
-
bpy.types.AssetShelf,
|
|
287
|
-
):
|
|
264
|
+
class VIEW3D_AST_brush_gpencil_weight(View3DAssetShelf, bpy.types.AssetShelf):
|
|
288
265
|
bl_activate_operator: typing.Any
|
|
289
266
|
bl_default_preview_size: typing.Any
|
|
290
267
|
bl_options: typing.Any
|
|
@@ -310,11 +287,7 @@ class VIEW3D_AST_brush_gpencil_weight(
|
|
|
310
287
|
"""
|
|
311
288
|
...
|
|
312
289
|
|
|
313
|
-
class VIEW3D_AST_brush_grease_pencil_paint(
|
|
314
|
-
bl_ui.properties_paint_common.BrushAssetShelf,
|
|
315
|
-
View3DAssetShelf,
|
|
316
|
-
bpy.types.AssetShelf,
|
|
317
|
-
):
|
|
290
|
+
class VIEW3D_AST_brush_grease_pencil_paint(View3DAssetShelf, bpy.types.AssetShelf):
|
|
318
291
|
bl_activate_operator: typing.Any
|
|
319
292
|
bl_default_preview_size: typing.Any
|
|
320
293
|
bl_options: typing.Any
|
|
@@ -340,11 +313,7 @@ class VIEW3D_AST_brush_grease_pencil_paint(
|
|
|
340
313
|
"""
|
|
341
314
|
...
|
|
342
315
|
|
|
343
|
-
class VIEW3D_AST_brush_sculpt(
|
|
344
|
-
bl_ui.properties_paint_common.BrushAssetShelf,
|
|
345
|
-
View3DAssetShelf,
|
|
346
|
-
bpy.types.AssetShelf,
|
|
347
|
-
):
|
|
316
|
+
class VIEW3D_AST_brush_sculpt(View3DAssetShelf, bpy.types.AssetShelf):
|
|
348
317
|
bl_activate_operator: typing.Any
|
|
349
318
|
bl_default_preview_size: typing.Any
|
|
350
319
|
bl_options: typing.Any
|
|
@@ -370,11 +339,7 @@ class VIEW3D_AST_brush_sculpt(
|
|
|
370
339
|
"""
|
|
371
340
|
...
|
|
372
341
|
|
|
373
|
-
class VIEW3D_AST_brush_sculpt_curves(
|
|
374
|
-
bl_ui.properties_paint_common.BrushAssetShelf,
|
|
375
|
-
View3DAssetShelf,
|
|
376
|
-
bpy.types.AssetShelf,
|
|
377
|
-
):
|
|
342
|
+
class VIEW3D_AST_brush_sculpt_curves(View3DAssetShelf, bpy.types.AssetShelf):
|
|
378
343
|
bl_activate_operator: typing.Any
|
|
379
344
|
bl_default_preview_size: typing.Any
|
|
380
345
|
bl_options: typing.Any
|
|
@@ -400,11 +365,7 @@ class VIEW3D_AST_brush_sculpt_curves(
|
|
|
400
365
|
"""
|
|
401
366
|
...
|
|
402
367
|
|
|
403
|
-
class VIEW3D_AST_brush_texture_paint(
|
|
404
|
-
bl_ui.properties_paint_common.BrushAssetShelf,
|
|
405
|
-
View3DAssetShelf,
|
|
406
|
-
bpy.types.AssetShelf,
|
|
407
|
-
):
|
|
368
|
+
class VIEW3D_AST_brush_texture_paint(View3DAssetShelf, bpy.types.AssetShelf):
|
|
408
369
|
bl_activate_operator: typing.Any
|
|
409
370
|
bl_default_preview_size: typing.Any
|
|
410
371
|
bl_options: typing.Any
|
|
@@ -430,11 +391,7 @@ class VIEW3D_AST_brush_texture_paint(
|
|
|
430
391
|
"""
|
|
431
392
|
...
|
|
432
393
|
|
|
433
|
-
class VIEW3D_AST_brush_vertex_paint(
|
|
434
|
-
bl_ui.properties_paint_common.BrushAssetShelf,
|
|
435
|
-
View3DAssetShelf,
|
|
436
|
-
bpy.types.AssetShelf,
|
|
437
|
-
):
|
|
394
|
+
class VIEW3D_AST_brush_vertex_paint(View3DAssetShelf, bpy.types.AssetShelf):
|
|
438
395
|
bl_activate_operator: typing.Any
|
|
439
396
|
bl_default_preview_size: typing.Any
|
|
440
397
|
bl_options: typing.Any
|
|
@@ -460,11 +417,7 @@ class VIEW3D_AST_brush_vertex_paint(
|
|
|
460
417
|
"""
|
|
461
418
|
...
|
|
462
419
|
|
|
463
|
-
class VIEW3D_AST_brush_weight_paint(
|
|
464
|
-
bl_ui.properties_paint_common.BrushAssetShelf,
|
|
465
|
-
View3DAssetShelf,
|
|
466
|
-
bpy.types.AssetShelf,
|
|
467
|
-
):
|
|
420
|
+
class VIEW3D_AST_brush_weight_paint(View3DAssetShelf, bpy.types.AssetShelf):
|
|
468
421
|
bl_activate_operator: typing.Any
|
|
469
422
|
bl_default_preview_size: typing.Any
|
|
470
423
|
bl_options: typing.Any
|
|
@@ -490,7 +443,7 @@ class VIEW3D_AST_brush_weight_paint(
|
|
|
490
443
|
"""
|
|
491
444
|
...
|
|
492
445
|
|
|
493
|
-
class VIEW3D_HT_header(bpy.types.Header
|
|
446
|
+
class VIEW3D_HT_header(bpy.types.Header):
|
|
494
447
|
bl_rna: typing.Any
|
|
495
448
|
bl_space_type: typing.Any
|
|
496
449
|
id_data: typing.Any
|
|
@@ -520,7 +473,7 @@ class VIEW3D_HT_header(bpy.types.Header, bpy_types._GenericUI):
|
|
|
520
473
|
"""
|
|
521
474
|
...
|
|
522
475
|
|
|
523
|
-
class VIEW3D_HT_tool_header(bpy.types.Header
|
|
476
|
+
class VIEW3D_HT_tool_header(bpy.types.Header):
|
|
524
477
|
bl_region_type: typing.Any
|
|
525
478
|
bl_rna: typing.Any
|
|
526
479
|
bl_space_type: typing.Any
|
|
@@ -563,7 +516,7 @@ class VIEW3D_HT_tool_header(bpy.types.Header, bpy_types._GenericUI):
|
|
|
563
516
|
"""
|
|
564
517
|
...
|
|
565
518
|
|
|
566
|
-
class VIEW3D_MT_add(bpy.types.Menu
|
|
519
|
+
class VIEW3D_MT_add(bpy.types.Menu):
|
|
567
520
|
bl_label: typing.Any
|
|
568
521
|
bl_options: typing.Any
|
|
569
522
|
bl_rna: typing.Any
|
|
@@ -593,7 +546,7 @@ class VIEW3D_MT_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
593
546
|
"""
|
|
594
547
|
...
|
|
595
548
|
|
|
596
|
-
class VIEW3D_MT_armature_add(bpy.types.Menu
|
|
549
|
+
class VIEW3D_MT_armature_add(bpy.types.Menu):
|
|
597
550
|
bl_idname: typing.Any
|
|
598
551
|
bl_label: typing.Any
|
|
599
552
|
bl_options: typing.Any
|
|
@@ -623,7 +576,7 @@ class VIEW3D_MT_armature_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
623
576
|
"""
|
|
624
577
|
...
|
|
625
578
|
|
|
626
|
-
class VIEW3D_MT_armature_context_menu(bpy.types.Menu
|
|
579
|
+
class VIEW3D_MT_armature_context_menu(bpy.types.Menu):
|
|
627
580
|
bl_label: typing.Any
|
|
628
581
|
bl_rna: typing.Any
|
|
629
582
|
id_data: typing.Any
|
|
@@ -651,7 +604,7 @@ class VIEW3D_MT_armature_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
651
604
|
"""
|
|
652
605
|
...
|
|
653
606
|
|
|
654
|
-
class VIEW3D_MT_assign_material(bpy.types.Menu
|
|
607
|
+
class VIEW3D_MT_assign_material(bpy.types.Menu):
|
|
655
608
|
bl_label: typing.Any
|
|
656
609
|
bl_rna: typing.Any
|
|
657
610
|
id_data: typing.Any
|
|
@@ -679,7 +632,7 @@ class VIEW3D_MT_assign_material(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
679
632
|
"""
|
|
680
633
|
...
|
|
681
634
|
|
|
682
|
-
class VIEW3D_MT_bone_collections(bpy.types.Menu
|
|
635
|
+
class VIEW3D_MT_bone_collections(bpy.types.Menu):
|
|
683
636
|
bl_label: typing.Any
|
|
684
637
|
bl_rna: typing.Any
|
|
685
638
|
id_data: typing.Any
|
|
@@ -715,7 +668,7 @@ class VIEW3D_MT_bone_collections(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
715
668
|
"""
|
|
716
669
|
...
|
|
717
670
|
|
|
718
|
-
class VIEW3D_MT_camera_add(bpy.types.Menu
|
|
671
|
+
class VIEW3D_MT_camera_add(bpy.types.Menu):
|
|
719
672
|
bl_idname: typing.Any
|
|
720
673
|
bl_label: typing.Any
|
|
721
674
|
bl_options: typing.Any
|
|
@@ -745,7 +698,7 @@ class VIEW3D_MT_camera_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
745
698
|
"""
|
|
746
699
|
...
|
|
747
700
|
|
|
748
|
-
class VIEW3D_MT_curve_add(bpy.types.Menu
|
|
701
|
+
class VIEW3D_MT_curve_add(bpy.types.Menu):
|
|
749
702
|
bl_idname: typing.Any
|
|
750
703
|
bl_label: typing.Any
|
|
751
704
|
bl_options: typing.Any
|
|
@@ -775,7 +728,7 @@ class VIEW3D_MT_curve_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
775
728
|
"""
|
|
776
729
|
...
|
|
777
730
|
|
|
778
|
-
class VIEW3D_MT_draw_gpencil(bpy.types.Menu
|
|
731
|
+
class VIEW3D_MT_draw_gpencil(bpy.types.Menu):
|
|
779
732
|
bl_label: typing.Any
|
|
780
733
|
bl_rna: typing.Any
|
|
781
734
|
id_data: typing.Any
|
|
@@ -803,7 +756,7 @@ class VIEW3D_MT_draw_gpencil(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
803
756
|
"""
|
|
804
757
|
...
|
|
805
758
|
|
|
806
|
-
class VIEW3D_MT_edit_armature(bpy.types.Menu
|
|
759
|
+
class VIEW3D_MT_edit_armature(bpy.types.Menu):
|
|
807
760
|
bl_label: typing.Any
|
|
808
761
|
bl_rna: typing.Any
|
|
809
762
|
id_data: typing.Any
|
|
@@ -831,7 +784,7 @@ class VIEW3D_MT_edit_armature(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
831
784
|
"""
|
|
832
785
|
...
|
|
833
786
|
|
|
834
|
-
class VIEW3D_MT_edit_armature_delete(bpy.types.Menu
|
|
787
|
+
class VIEW3D_MT_edit_armature_delete(bpy.types.Menu):
|
|
835
788
|
bl_label: typing.Any
|
|
836
789
|
bl_rna: typing.Any
|
|
837
790
|
id_data: typing.Any
|
|
@@ -859,7 +812,7 @@ class VIEW3D_MT_edit_armature_delete(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
859
812
|
"""
|
|
860
813
|
...
|
|
861
814
|
|
|
862
|
-
class VIEW3D_MT_edit_armature_names(bpy.types.Menu
|
|
815
|
+
class VIEW3D_MT_edit_armature_names(bpy.types.Menu):
|
|
863
816
|
bl_label: typing.Any
|
|
864
817
|
bl_rna: typing.Any
|
|
865
818
|
id_data: typing.Any
|
|
@@ -887,7 +840,7 @@ class VIEW3D_MT_edit_armature_names(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
887
840
|
"""
|
|
888
841
|
...
|
|
889
842
|
|
|
890
|
-
class VIEW3D_MT_edit_armature_parent(bpy.types.Menu
|
|
843
|
+
class VIEW3D_MT_edit_armature_parent(bpy.types.Menu):
|
|
891
844
|
bl_label: typing.Any
|
|
892
845
|
bl_rna: typing.Any
|
|
893
846
|
bl_translation_context: typing.Any
|
|
@@ -916,7 +869,7 @@ class VIEW3D_MT_edit_armature_parent(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
916
869
|
"""
|
|
917
870
|
...
|
|
918
871
|
|
|
919
|
-
class VIEW3D_MT_edit_armature_roll(bpy.types.Menu
|
|
872
|
+
class VIEW3D_MT_edit_armature_roll(bpy.types.Menu):
|
|
920
873
|
bl_label: typing.Any
|
|
921
874
|
bl_rna: typing.Any
|
|
922
875
|
id_data: typing.Any
|
|
@@ -944,7 +897,7 @@ class VIEW3D_MT_edit_armature_roll(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
944
897
|
"""
|
|
945
898
|
...
|
|
946
899
|
|
|
947
|
-
class VIEW3D_MT_edit_curve(bpy.types.Menu
|
|
900
|
+
class VIEW3D_MT_edit_curve(bpy.types.Menu):
|
|
948
901
|
bl_label: typing.Any
|
|
949
902
|
bl_rna: typing.Any
|
|
950
903
|
id_data: typing.Any
|
|
@@ -965,7 +918,7 @@ class VIEW3D_MT_edit_curve(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
965
918
|
"""
|
|
966
919
|
...
|
|
967
920
|
|
|
968
|
-
class VIEW3D_MT_edit_curve_clean(bpy.types.Menu
|
|
921
|
+
class VIEW3D_MT_edit_curve_clean(bpy.types.Menu):
|
|
969
922
|
bl_label: typing.Any
|
|
970
923
|
bl_rna: typing.Any
|
|
971
924
|
id_data: typing.Any
|
|
@@ -993,7 +946,7 @@ class VIEW3D_MT_edit_curve_clean(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
993
946
|
"""
|
|
994
947
|
...
|
|
995
948
|
|
|
996
|
-
class VIEW3D_MT_edit_curve_context_menu(bpy.types.Menu
|
|
949
|
+
class VIEW3D_MT_edit_curve_context_menu(bpy.types.Menu):
|
|
997
950
|
bl_label: typing.Any
|
|
998
951
|
bl_rna: typing.Any
|
|
999
952
|
id_data: typing.Any
|
|
@@ -1021,7 +974,7 @@ class VIEW3D_MT_edit_curve_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1021
974
|
"""
|
|
1022
975
|
...
|
|
1023
976
|
|
|
1024
|
-
class VIEW3D_MT_edit_curve_ctrlpoints(bpy.types.Menu
|
|
977
|
+
class VIEW3D_MT_edit_curve_ctrlpoints(bpy.types.Menu):
|
|
1025
978
|
bl_label: typing.Any
|
|
1026
979
|
bl_rna: typing.Any
|
|
1027
980
|
id_data: typing.Any
|
|
@@ -1049,7 +1002,7 @@ class VIEW3D_MT_edit_curve_ctrlpoints(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1049
1002
|
"""
|
|
1050
1003
|
...
|
|
1051
1004
|
|
|
1052
|
-
class VIEW3D_MT_edit_curve_delete(bpy.types.Menu
|
|
1005
|
+
class VIEW3D_MT_edit_curve_delete(bpy.types.Menu):
|
|
1053
1006
|
bl_label: typing.Any
|
|
1054
1007
|
bl_rna: typing.Any
|
|
1055
1008
|
id_data: typing.Any
|
|
@@ -1077,7 +1030,7 @@ class VIEW3D_MT_edit_curve_delete(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1077
1030
|
"""
|
|
1078
1031
|
...
|
|
1079
1032
|
|
|
1080
|
-
class VIEW3D_MT_edit_curve_segments(bpy.types.Menu
|
|
1033
|
+
class VIEW3D_MT_edit_curve_segments(bpy.types.Menu):
|
|
1081
1034
|
bl_label: typing.Any
|
|
1082
1035
|
bl_rna: typing.Any
|
|
1083
1036
|
id_data: typing.Any
|
|
@@ -1105,7 +1058,7 @@ class VIEW3D_MT_edit_curve_segments(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1105
1058
|
"""
|
|
1106
1059
|
...
|
|
1107
1060
|
|
|
1108
|
-
class VIEW3D_MT_edit_curve_showhide(bpy.types.Menu
|
|
1061
|
+
class VIEW3D_MT_edit_curve_showhide(ShowHideMenu, bpy.types.Menu):
|
|
1109
1062
|
bl_label: typing.Any
|
|
1110
1063
|
bl_rna: typing.Any
|
|
1111
1064
|
id_data: typing.Any
|
|
@@ -1126,7 +1079,7 @@ class VIEW3D_MT_edit_curve_showhide(bpy.types.Menu, ShowHideMenu, bpy_types._Gen
|
|
|
1126
1079
|
"""
|
|
1127
1080
|
...
|
|
1128
1081
|
|
|
1129
|
-
class VIEW3D_MT_edit_curves(bpy.types.Menu
|
|
1082
|
+
class VIEW3D_MT_edit_curves(bpy.types.Menu):
|
|
1130
1083
|
bl_label: typing.Any
|
|
1131
1084
|
bl_rna: typing.Any
|
|
1132
1085
|
id_data: typing.Any
|
|
@@ -1154,7 +1107,7 @@ class VIEW3D_MT_edit_curves(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1154
1107
|
"""
|
|
1155
1108
|
...
|
|
1156
1109
|
|
|
1157
|
-
class VIEW3D_MT_edit_curves_add(bpy.types.Menu
|
|
1110
|
+
class VIEW3D_MT_edit_curves_add(bpy.types.Menu):
|
|
1158
1111
|
bl_label: typing.Any
|
|
1159
1112
|
bl_rna: typing.Any
|
|
1160
1113
|
bl_translation_context: typing.Any
|
|
@@ -1183,7 +1136,7 @@ class VIEW3D_MT_edit_curves_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1183
1136
|
"""
|
|
1184
1137
|
...
|
|
1185
1138
|
|
|
1186
|
-
class VIEW3D_MT_edit_curves_context_menu(bpy.types.Menu
|
|
1139
|
+
class VIEW3D_MT_edit_curves_context_menu(bpy.types.Menu):
|
|
1187
1140
|
bl_label: typing.Any
|
|
1188
1141
|
bl_rna: typing.Any
|
|
1189
1142
|
id_data: typing.Any
|
|
@@ -1211,7 +1164,7 @@ class VIEW3D_MT_edit_curves_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1211
1164
|
"""
|
|
1212
1165
|
...
|
|
1213
1166
|
|
|
1214
|
-
class VIEW3D_MT_edit_curves_control_points(bpy.types.Menu
|
|
1167
|
+
class VIEW3D_MT_edit_curves_control_points(bpy.types.Menu):
|
|
1215
1168
|
bl_label: typing.Any
|
|
1216
1169
|
bl_rna: typing.Any
|
|
1217
1170
|
id_data: typing.Any
|
|
@@ -1239,7 +1192,7 @@ class VIEW3D_MT_edit_curves_control_points(bpy.types.Menu, bpy_types._GenericUI)
|
|
|
1239
1192
|
"""
|
|
1240
1193
|
...
|
|
1241
1194
|
|
|
1242
|
-
class VIEW3D_MT_edit_curves_segments(bpy.types.Menu
|
|
1195
|
+
class VIEW3D_MT_edit_curves_segments(bpy.types.Menu):
|
|
1243
1196
|
bl_label: typing.Any
|
|
1244
1197
|
bl_rna: typing.Any
|
|
1245
1198
|
id_data: typing.Any
|
|
@@ -1267,7 +1220,7 @@ class VIEW3D_MT_edit_curves_segments(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1267
1220
|
"""
|
|
1268
1221
|
...
|
|
1269
1222
|
|
|
1270
|
-
class VIEW3D_MT_edit_curves_select_more_less(bpy.types.Menu
|
|
1223
|
+
class VIEW3D_MT_edit_curves_select_more_less(bpy.types.Menu):
|
|
1271
1224
|
bl_label: typing.Any
|
|
1272
1225
|
bl_rna: typing.Any
|
|
1273
1226
|
id_data: typing.Any
|
|
@@ -1295,7 +1248,7 @@ class VIEW3D_MT_edit_curves_select_more_less(bpy.types.Menu, bpy_types._GenericU
|
|
|
1295
1248
|
"""
|
|
1296
1249
|
...
|
|
1297
1250
|
|
|
1298
|
-
class VIEW3D_MT_edit_font(bpy.types.Menu
|
|
1251
|
+
class VIEW3D_MT_edit_font(bpy.types.Menu):
|
|
1299
1252
|
bl_label: typing.Any
|
|
1300
1253
|
bl_rna: typing.Any
|
|
1301
1254
|
id_data: typing.Any
|
|
@@ -1323,7 +1276,7 @@ class VIEW3D_MT_edit_font(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1323
1276
|
"""
|
|
1324
1277
|
...
|
|
1325
1278
|
|
|
1326
|
-
class VIEW3D_MT_edit_font_chars(bpy.types.Menu
|
|
1279
|
+
class VIEW3D_MT_edit_font_chars(bpy.types.Menu):
|
|
1327
1280
|
bl_label: typing.Any
|
|
1328
1281
|
bl_rna: typing.Any
|
|
1329
1282
|
id_data: typing.Any
|
|
@@ -1351,7 +1304,7 @@ class VIEW3D_MT_edit_font_chars(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1351
1304
|
"""
|
|
1352
1305
|
...
|
|
1353
1306
|
|
|
1354
|
-
class VIEW3D_MT_edit_font_context_menu(bpy.types.Menu
|
|
1307
|
+
class VIEW3D_MT_edit_font_context_menu(bpy.types.Menu):
|
|
1355
1308
|
bl_label: typing.Any
|
|
1356
1309
|
bl_rna: typing.Any
|
|
1357
1310
|
id_data: typing.Any
|
|
@@ -1379,7 +1332,7 @@ class VIEW3D_MT_edit_font_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1379
1332
|
"""
|
|
1380
1333
|
...
|
|
1381
1334
|
|
|
1382
|
-
class VIEW3D_MT_edit_font_delete(bpy.types.Menu
|
|
1335
|
+
class VIEW3D_MT_edit_font_delete(bpy.types.Menu):
|
|
1383
1336
|
bl_label: typing.Any
|
|
1384
1337
|
bl_rna: typing.Any
|
|
1385
1338
|
id_data: typing.Any
|
|
@@ -1407,7 +1360,7 @@ class VIEW3D_MT_edit_font_delete(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1407
1360
|
"""
|
|
1408
1361
|
...
|
|
1409
1362
|
|
|
1410
|
-
class VIEW3D_MT_edit_font_kerning(bpy.types.Menu
|
|
1363
|
+
class VIEW3D_MT_edit_font_kerning(bpy.types.Menu):
|
|
1411
1364
|
bl_label: typing.Any
|
|
1412
1365
|
bl_rna: typing.Any
|
|
1413
1366
|
id_data: typing.Any
|
|
@@ -1435,7 +1388,7 @@ class VIEW3D_MT_edit_font_kerning(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1435
1388
|
"""
|
|
1436
1389
|
...
|
|
1437
1390
|
|
|
1438
|
-
class VIEW3D_MT_edit_gpencil(bpy.types.Menu
|
|
1391
|
+
class VIEW3D_MT_edit_gpencil(bpy.types.Menu):
|
|
1439
1392
|
bl_label: typing.Any
|
|
1440
1393
|
bl_rna: typing.Any
|
|
1441
1394
|
id_data: typing.Any
|
|
@@ -1463,7 +1416,7 @@ class VIEW3D_MT_edit_gpencil(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1463
1416
|
"""
|
|
1464
1417
|
...
|
|
1465
1418
|
|
|
1466
|
-
class VIEW3D_MT_edit_gpencil_delete(bpy.types.Menu
|
|
1419
|
+
class VIEW3D_MT_edit_gpencil_delete(bpy.types.Menu):
|
|
1467
1420
|
bl_label: typing.Any
|
|
1468
1421
|
bl_rna: typing.Any
|
|
1469
1422
|
id_data: typing.Any
|
|
@@ -1491,7 +1444,7 @@ class VIEW3D_MT_edit_gpencil_delete(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1491
1444
|
"""
|
|
1492
1445
|
...
|
|
1493
1446
|
|
|
1494
|
-
class VIEW3D_MT_edit_gpencil_point(bpy.types.Menu
|
|
1447
|
+
class VIEW3D_MT_edit_gpencil_point(bpy.types.Menu):
|
|
1495
1448
|
bl_label: typing.Any
|
|
1496
1449
|
bl_rna: typing.Any
|
|
1497
1450
|
id_data: typing.Any
|
|
@@ -1519,7 +1472,7 @@ class VIEW3D_MT_edit_gpencil_point(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1519
1472
|
"""
|
|
1520
1473
|
...
|
|
1521
1474
|
|
|
1522
|
-
class VIEW3D_MT_edit_gpencil_showhide(bpy.types.Menu
|
|
1475
|
+
class VIEW3D_MT_edit_gpencil_showhide(bpy.types.Menu):
|
|
1523
1476
|
bl_label: typing.Any
|
|
1524
1477
|
bl_rna: typing.Any
|
|
1525
1478
|
id_data: typing.Any
|
|
@@ -1547,7 +1500,7 @@ class VIEW3D_MT_edit_gpencil_showhide(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1547
1500
|
"""
|
|
1548
1501
|
...
|
|
1549
1502
|
|
|
1550
|
-
class VIEW3D_MT_edit_gpencil_stroke(bpy.types.Menu
|
|
1503
|
+
class VIEW3D_MT_edit_gpencil_stroke(bpy.types.Menu):
|
|
1551
1504
|
bl_label: typing.Any
|
|
1552
1505
|
bl_rna: typing.Any
|
|
1553
1506
|
id_data: typing.Any
|
|
@@ -1575,7 +1528,7 @@ class VIEW3D_MT_edit_gpencil_stroke(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1575
1528
|
"""
|
|
1576
1529
|
...
|
|
1577
1530
|
|
|
1578
|
-
class VIEW3D_MT_edit_gpencil_transform(bpy.types.Menu
|
|
1531
|
+
class VIEW3D_MT_edit_gpencil_transform(bpy.types.Menu):
|
|
1579
1532
|
bl_label: typing.Any
|
|
1580
1533
|
bl_rna: typing.Any
|
|
1581
1534
|
id_data: typing.Any
|
|
@@ -1603,7 +1556,7 @@ class VIEW3D_MT_edit_gpencil_transform(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1603
1556
|
"""
|
|
1604
1557
|
...
|
|
1605
1558
|
|
|
1606
|
-
class VIEW3D_MT_edit_greasepencil(bpy.types.Menu
|
|
1559
|
+
class VIEW3D_MT_edit_greasepencil(bpy.types.Menu):
|
|
1607
1560
|
bl_label: typing.Any
|
|
1608
1561
|
bl_rna: typing.Any
|
|
1609
1562
|
id_data: typing.Any
|
|
@@ -1631,7 +1584,7 @@ class VIEW3D_MT_edit_greasepencil(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1631
1584
|
"""
|
|
1632
1585
|
...
|
|
1633
1586
|
|
|
1634
|
-
class VIEW3D_MT_edit_greasepencil_animation(bpy.types.Menu
|
|
1587
|
+
class VIEW3D_MT_edit_greasepencil_animation(bpy.types.Menu):
|
|
1635
1588
|
bl_label: typing.Any
|
|
1636
1589
|
bl_rna: typing.Any
|
|
1637
1590
|
id_data: typing.Any
|
|
@@ -1659,7 +1612,7 @@ class VIEW3D_MT_edit_greasepencil_animation(bpy.types.Menu, bpy_types._GenericUI
|
|
|
1659
1612
|
"""
|
|
1660
1613
|
...
|
|
1661
1614
|
|
|
1662
|
-
class VIEW3D_MT_edit_greasepencil_cleanup(bpy.types.Menu
|
|
1615
|
+
class VIEW3D_MT_edit_greasepencil_cleanup(bpy.types.Menu):
|
|
1663
1616
|
bl_label: typing.Any
|
|
1664
1617
|
bl_rna: typing.Any
|
|
1665
1618
|
id_data: typing.Any
|
|
@@ -1687,7 +1640,7 @@ class VIEW3D_MT_edit_greasepencil_cleanup(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1687
1640
|
"""
|
|
1688
1641
|
...
|
|
1689
1642
|
|
|
1690
|
-
class VIEW3D_MT_edit_greasepencil_delete(bpy.types.Menu
|
|
1643
|
+
class VIEW3D_MT_edit_greasepencil_delete(bpy.types.Menu):
|
|
1691
1644
|
bl_label: typing.Any
|
|
1692
1645
|
bl_rna: typing.Any
|
|
1693
1646
|
id_data: typing.Any
|
|
@@ -1715,7 +1668,7 @@ class VIEW3D_MT_edit_greasepencil_delete(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1715
1668
|
"""
|
|
1716
1669
|
...
|
|
1717
1670
|
|
|
1718
|
-
class VIEW3D_MT_edit_greasepencil_point(bpy.types.Menu
|
|
1671
|
+
class VIEW3D_MT_edit_greasepencil_point(bpy.types.Menu):
|
|
1719
1672
|
bl_label: typing.Any
|
|
1720
1673
|
bl_rna: typing.Any
|
|
1721
1674
|
id_data: typing.Any
|
|
@@ -1743,7 +1696,7 @@ class VIEW3D_MT_edit_greasepencil_point(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1743
1696
|
"""
|
|
1744
1697
|
...
|
|
1745
1698
|
|
|
1746
|
-
class VIEW3D_MT_edit_greasepencil_showhide(bpy.types.Menu
|
|
1699
|
+
class VIEW3D_MT_edit_greasepencil_showhide(bpy.types.Menu):
|
|
1747
1700
|
bl_label: typing.Any
|
|
1748
1701
|
bl_rna: typing.Any
|
|
1749
1702
|
id_data: typing.Any
|
|
@@ -1771,7 +1724,7 @@ class VIEW3D_MT_edit_greasepencil_showhide(bpy.types.Menu, bpy_types._GenericUI)
|
|
|
1771
1724
|
"""
|
|
1772
1725
|
...
|
|
1773
1726
|
|
|
1774
|
-
class VIEW3D_MT_edit_greasepencil_stroke(bpy.types.Menu
|
|
1727
|
+
class VIEW3D_MT_edit_greasepencil_stroke(bpy.types.Menu):
|
|
1775
1728
|
bl_label: typing.Any
|
|
1776
1729
|
bl_rna: typing.Any
|
|
1777
1730
|
id_data: typing.Any
|
|
@@ -1799,7 +1752,7 @@ class VIEW3D_MT_edit_greasepencil_stroke(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1799
1752
|
"""
|
|
1800
1753
|
...
|
|
1801
1754
|
|
|
1802
|
-
class VIEW3D_MT_edit_lattice(bpy.types.Menu
|
|
1755
|
+
class VIEW3D_MT_edit_lattice(bpy.types.Menu):
|
|
1803
1756
|
bl_label: typing.Any
|
|
1804
1757
|
bl_rna: typing.Any
|
|
1805
1758
|
id_data: typing.Any
|
|
@@ -1827,7 +1780,7 @@ class VIEW3D_MT_edit_lattice(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1827
1780
|
"""
|
|
1828
1781
|
...
|
|
1829
1782
|
|
|
1830
|
-
class VIEW3D_MT_edit_lattice_context_menu(bpy.types.Menu
|
|
1783
|
+
class VIEW3D_MT_edit_lattice_context_menu(bpy.types.Menu):
|
|
1831
1784
|
bl_label: typing.Any
|
|
1832
1785
|
bl_rna: typing.Any
|
|
1833
1786
|
id_data: typing.Any
|
|
@@ -1855,7 +1808,7 @@ class VIEW3D_MT_edit_lattice_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1855
1808
|
"""
|
|
1856
1809
|
...
|
|
1857
1810
|
|
|
1858
|
-
class VIEW3D_MT_edit_mesh(bpy.types.Menu
|
|
1811
|
+
class VIEW3D_MT_edit_mesh(bpy.types.Menu):
|
|
1859
1812
|
bl_label: typing.Any
|
|
1860
1813
|
bl_rna: typing.Any
|
|
1861
1814
|
id_data: typing.Any
|
|
@@ -1883,7 +1836,7 @@ class VIEW3D_MT_edit_mesh(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1883
1836
|
"""
|
|
1884
1837
|
...
|
|
1885
1838
|
|
|
1886
|
-
class VIEW3D_MT_edit_mesh_clean(bpy.types.Menu
|
|
1839
|
+
class VIEW3D_MT_edit_mesh_clean(bpy.types.Menu):
|
|
1887
1840
|
bl_label: typing.Any
|
|
1888
1841
|
bl_rna: typing.Any
|
|
1889
1842
|
id_data: typing.Any
|
|
@@ -1911,7 +1864,7 @@ class VIEW3D_MT_edit_mesh_clean(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1911
1864
|
"""
|
|
1912
1865
|
...
|
|
1913
1866
|
|
|
1914
|
-
class VIEW3D_MT_edit_mesh_context_menu(bpy.types.Menu
|
|
1867
|
+
class VIEW3D_MT_edit_mesh_context_menu(bpy.types.Menu):
|
|
1915
1868
|
bl_label: typing.Any
|
|
1916
1869
|
bl_rna: typing.Any
|
|
1917
1870
|
id_data: typing.Any
|
|
@@ -1939,7 +1892,7 @@ class VIEW3D_MT_edit_mesh_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1939
1892
|
"""
|
|
1940
1893
|
...
|
|
1941
1894
|
|
|
1942
|
-
class VIEW3D_MT_edit_mesh_delete(bpy.types.Menu
|
|
1895
|
+
class VIEW3D_MT_edit_mesh_delete(bpy.types.Menu):
|
|
1943
1896
|
bl_label: typing.Any
|
|
1944
1897
|
bl_rna: typing.Any
|
|
1945
1898
|
id_data: typing.Any
|
|
@@ -1967,7 +1920,7 @@ class VIEW3D_MT_edit_mesh_delete(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1967
1920
|
"""
|
|
1968
1921
|
...
|
|
1969
1922
|
|
|
1970
|
-
class VIEW3D_MT_edit_mesh_edges(bpy.types.Menu
|
|
1923
|
+
class VIEW3D_MT_edit_mesh_edges(bpy.types.Menu):
|
|
1971
1924
|
bl_label: typing.Any
|
|
1972
1925
|
bl_rna: typing.Any
|
|
1973
1926
|
id_data: typing.Any
|
|
@@ -1995,7 +1948,7 @@ class VIEW3D_MT_edit_mesh_edges(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
1995
1948
|
"""
|
|
1996
1949
|
...
|
|
1997
1950
|
|
|
1998
|
-
class VIEW3D_MT_edit_mesh_extrude(bpy.types.Menu
|
|
1951
|
+
class VIEW3D_MT_edit_mesh_extrude(bpy.types.Menu):
|
|
1999
1952
|
bl_label: typing.Any
|
|
2000
1953
|
bl_rna: typing.Any
|
|
2001
1954
|
id_data: typing.Any
|
|
@@ -2023,7 +1976,7 @@ class VIEW3D_MT_edit_mesh_extrude(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2023
1976
|
"""
|
|
2024
1977
|
...
|
|
2025
1978
|
|
|
2026
|
-
class VIEW3D_MT_edit_mesh_faces(bpy.types.Menu
|
|
1979
|
+
class VIEW3D_MT_edit_mesh_faces(bpy.types.Menu):
|
|
2027
1980
|
bl_idname: typing.Any
|
|
2028
1981
|
bl_label: typing.Any
|
|
2029
1982
|
bl_rna: typing.Any
|
|
@@ -2052,7 +2005,7 @@ class VIEW3D_MT_edit_mesh_faces(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2052
2005
|
"""
|
|
2053
2006
|
...
|
|
2054
2007
|
|
|
2055
|
-
class VIEW3D_MT_edit_mesh_faces_data(bpy.types.Menu
|
|
2008
|
+
class VIEW3D_MT_edit_mesh_faces_data(bpy.types.Menu):
|
|
2056
2009
|
bl_label: typing.Any
|
|
2057
2010
|
bl_rna: typing.Any
|
|
2058
2011
|
id_data: typing.Any
|
|
@@ -2080,7 +2033,7 @@ class VIEW3D_MT_edit_mesh_faces_data(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2080
2033
|
"""
|
|
2081
2034
|
...
|
|
2082
2035
|
|
|
2083
|
-
class VIEW3D_MT_edit_mesh_merge(bpy.types.Menu
|
|
2036
|
+
class VIEW3D_MT_edit_mesh_merge(bpy.types.Menu):
|
|
2084
2037
|
bl_label: typing.Any
|
|
2085
2038
|
bl_rna: typing.Any
|
|
2086
2039
|
id_data: typing.Any
|
|
@@ -2108,7 +2061,7 @@ class VIEW3D_MT_edit_mesh_merge(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2108
2061
|
"""
|
|
2109
2062
|
...
|
|
2110
2063
|
|
|
2111
|
-
class VIEW3D_MT_edit_mesh_normals(bpy.types.Menu
|
|
2064
|
+
class VIEW3D_MT_edit_mesh_normals(bpy.types.Menu):
|
|
2112
2065
|
bl_label: typing.Any
|
|
2113
2066
|
bl_rna: typing.Any
|
|
2114
2067
|
id_data: typing.Any
|
|
@@ -2136,7 +2089,7 @@ class VIEW3D_MT_edit_mesh_normals(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2136
2089
|
"""
|
|
2137
2090
|
...
|
|
2138
2091
|
|
|
2139
|
-
class VIEW3D_MT_edit_mesh_normals_average(bpy.types.Menu
|
|
2092
|
+
class VIEW3D_MT_edit_mesh_normals_average(bpy.types.Menu):
|
|
2140
2093
|
bl_label: typing.Any
|
|
2141
2094
|
bl_rna: typing.Any
|
|
2142
2095
|
id_data: typing.Any
|
|
@@ -2164,7 +2117,7 @@ class VIEW3D_MT_edit_mesh_normals_average(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2164
2117
|
"""
|
|
2165
2118
|
...
|
|
2166
2119
|
|
|
2167
|
-
class VIEW3D_MT_edit_mesh_normals_select_strength(bpy.types.Menu
|
|
2120
|
+
class VIEW3D_MT_edit_mesh_normals_select_strength(bpy.types.Menu):
|
|
2168
2121
|
bl_label: typing.Any
|
|
2169
2122
|
bl_rna: typing.Any
|
|
2170
2123
|
id_data: typing.Any
|
|
@@ -2192,7 +2145,7 @@ class VIEW3D_MT_edit_mesh_normals_select_strength(bpy.types.Menu, bpy_types._Gen
|
|
|
2192
2145
|
"""
|
|
2193
2146
|
...
|
|
2194
2147
|
|
|
2195
|
-
class VIEW3D_MT_edit_mesh_normals_set_strength(bpy.types.Menu
|
|
2148
|
+
class VIEW3D_MT_edit_mesh_normals_set_strength(bpy.types.Menu):
|
|
2196
2149
|
bl_label: typing.Any
|
|
2197
2150
|
bl_rna: typing.Any
|
|
2198
2151
|
id_data: typing.Any
|
|
@@ -2220,7 +2173,7 @@ class VIEW3D_MT_edit_mesh_normals_set_strength(bpy.types.Menu, bpy_types._Generi
|
|
|
2220
2173
|
"""
|
|
2221
2174
|
...
|
|
2222
2175
|
|
|
2223
|
-
class VIEW3D_MT_edit_mesh_select_by_trait(bpy.types.Menu
|
|
2176
|
+
class VIEW3D_MT_edit_mesh_select_by_trait(bpy.types.Menu):
|
|
2224
2177
|
bl_label: typing.Any
|
|
2225
2178
|
bl_rna: typing.Any
|
|
2226
2179
|
id_data: typing.Any
|
|
@@ -2248,7 +2201,7 @@ class VIEW3D_MT_edit_mesh_select_by_trait(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2248
2201
|
"""
|
|
2249
2202
|
...
|
|
2250
2203
|
|
|
2251
|
-
class VIEW3D_MT_edit_mesh_select_linked(bpy.types.Menu
|
|
2204
|
+
class VIEW3D_MT_edit_mesh_select_linked(bpy.types.Menu):
|
|
2252
2205
|
bl_label: typing.Any
|
|
2253
2206
|
bl_rna: typing.Any
|
|
2254
2207
|
id_data: typing.Any
|
|
@@ -2276,7 +2229,7 @@ class VIEW3D_MT_edit_mesh_select_linked(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2276
2229
|
"""
|
|
2277
2230
|
...
|
|
2278
2231
|
|
|
2279
|
-
class VIEW3D_MT_edit_mesh_select_loops(bpy.types.Menu
|
|
2232
|
+
class VIEW3D_MT_edit_mesh_select_loops(bpy.types.Menu):
|
|
2280
2233
|
bl_label: typing.Any
|
|
2281
2234
|
bl_rna: typing.Any
|
|
2282
2235
|
id_data: typing.Any
|
|
@@ -2304,7 +2257,7 @@ class VIEW3D_MT_edit_mesh_select_loops(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2304
2257
|
"""
|
|
2305
2258
|
...
|
|
2306
2259
|
|
|
2307
|
-
class VIEW3D_MT_edit_mesh_select_mode(bpy.types.Menu
|
|
2260
|
+
class VIEW3D_MT_edit_mesh_select_mode(bpy.types.Menu):
|
|
2308
2261
|
bl_label: typing.Any
|
|
2309
2262
|
bl_rna: typing.Any
|
|
2310
2263
|
id_data: typing.Any
|
|
@@ -2332,7 +2285,7 @@ class VIEW3D_MT_edit_mesh_select_mode(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2332
2285
|
"""
|
|
2333
2286
|
...
|
|
2334
2287
|
|
|
2335
|
-
class VIEW3D_MT_edit_mesh_select_more_less(bpy.types.Menu
|
|
2288
|
+
class VIEW3D_MT_edit_mesh_select_more_less(bpy.types.Menu):
|
|
2336
2289
|
bl_label: typing.Any
|
|
2337
2290
|
bl_rna: typing.Any
|
|
2338
2291
|
id_data: typing.Any
|
|
@@ -2360,7 +2313,7 @@ class VIEW3D_MT_edit_mesh_select_more_less(bpy.types.Menu, bpy_types._GenericUI)
|
|
|
2360
2313
|
"""
|
|
2361
2314
|
...
|
|
2362
2315
|
|
|
2363
|
-
class VIEW3D_MT_edit_mesh_select_similar(bpy.types.Menu
|
|
2316
|
+
class VIEW3D_MT_edit_mesh_select_similar(bpy.types.Menu):
|
|
2364
2317
|
bl_label: typing.Any
|
|
2365
2318
|
bl_rna: typing.Any
|
|
2366
2319
|
id_data: typing.Any
|
|
@@ -2388,7 +2341,7 @@ class VIEW3D_MT_edit_mesh_select_similar(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2388
2341
|
"""
|
|
2389
2342
|
...
|
|
2390
2343
|
|
|
2391
|
-
class VIEW3D_MT_edit_mesh_shading(bpy.types.Menu
|
|
2344
|
+
class VIEW3D_MT_edit_mesh_shading(bpy.types.Menu):
|
|
2392
2345
|
bl_label: typing.Any
|
|
2393
2346
|
bl_rna: typing.Any
|
|
2394
2347
|
id_data: typing.Any
|
|
@@ -2416,7 +2369,7 @@ class VIEW3D_MT_edit_mesh_shading(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2416
2369
|
"""
|
|
2417
2370
|
...
|
|
2418
2371
|
|
|
2419
|
-
class VIEW3D_MT_edit_mesh_showhide(bpy.types.Menu
|
|
2372
|
+
class VIEW3D_MT_edit_mesh_showhide(ShowHideMenu, bpy.types.Menu):
|
|
2420
2373
|
bl_label: typing.Any
|
|
2421
2374
|
bl_rna: typing.Any
|
|
2422
2375
|
id_data: typing.Any
|
|
@@ -2437,7 +2390,7 @@ class VIEW3D_MT_edit_mesh_showhide(bpy.types.Menu, ShowHideMenu, bpy_types._Gene
|
|
|
2437
2390
|
"""
|
|
2438
2391
|
...
|
|
2439
2392
|
|
|
2440
|
-
class VIEW3D_MT_edit_mesh_split(bpy.types.Menu
|
|
2393
|
+
class VIEW3D_MT_edit_mesh_split(bpy.types.Menu):
|
|
2441
2394
|
bl_label: typing.Any
|
|
2442
2395
|
bl_rna: typing.Any
|
|
2443
2396
|
id_data: typing.Any
|
|
@@ -2465,7 +2418,7 @@ class VIEW3D_MT_edit_mesh_split(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2465
2418
|
"""
|
|
2466
2419
|
...
|
|
2467
2420
|
|
|
2468
|
-
class VIEW3D_MT_edit_mesh_vertices(bpy.types.Menu
|
|
2421
|
+
class VIEW3D_MT_edit_mesh_vertices(bpy.types.Menu):
|
|
2469
2422
|
bl_label: typing.Any
|
|
2470
2423
|
bl_rna: typing.Any
|
|
2471
2424
|
id_data: typing.Any
|
|
@@ -2493,7 +2446,7 @@ class VIEW3D_MT_edit_mesh_vertices(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2493
2446
|
"""
|
|
2494
2447
|
...
|
|
2495
2448
|
|
|
2496
|
-
class VIEW3D_MT_edit_mesh_weights(bpy.types.Menu
|
|
2449
|
+
class VIEW3D_MT_edit_mesh_weights(bpy.types.Menu):
|
|
2497
2450
|
bl_label: typing.Any
|
|
2498
2451
|
bl_rna: typing.Any
|
|
2499
2452
|
id_data: typing.Any
|
|
@@ -2521,7 +2474,7 @@ class VIEW3D_MT_edit_mesh_weights(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2521
2474
|
"""
|
|
2522
2475
|
...
|
|
2523
2476
|
|
|
2524
|
-
class VIEW3D_MT_edit_meta(bpy.types.Menu
|
|
2477
|
+
class VIEW3D_MT_edit_meta(bpy.types.Menu):
|
|
2525
2478
|
bl_label: typing.Any
|
|
2526
2479
|
bl_rna: typing.Any
|
|
2527
2480
|
id_data: typing.Any
|
|
@@ -2549,7 +2502,7 @@ class VIEW3D_MT_edit_meta(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2549
2502
|
"""
|
|
2550
2503
|
...
|
|
2551
2504
|
|
|
2552
|
-
class VIEW3D_MT_edit_meta_showhide(bpy.types.Menu
|
|
2505
|
+
class VIEW3D_MT_edit_meta_showhide(bpy.types.Menu):
|
|
2553
2506
|
bl_label: typing.Any
|
|
2554
2507
|
bl_rna: typing.Any
|
|
2555
2508
|
id_data: typing.Any
|
|
@@ -2577,7 +2530,7 @@ class VIEW3D_MT_edit_meta_showhide(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2577
2530
|
"""
|
|
2578
2531
|
...
|
|
2579
2532
|
|
|
2580
|
-
class VIEW3D_MT_edit_metaball_context_menu(bpy.types.Menu
|
|
2533
|
+
class VIEW3D_MT_edit_metaball_context_menu(bpy.types.Menu):
|
|
2581
2534
|
bl_label: typing.Any
|
|
2582
2535
|
bl_rna: typing.Any
|
|
2583
2536
|
id_data: typing.Any
|
|
@@ -2605,7 +2558,7 @@ class VIEW3D_MT_edit_metaball_context_menu(bpy.types.Menu, bpy_types._GenericUI)
|
|
|
2605
2558
|
"""
|
|
2606
2559
|
...
|
|
2607
2560
|
|
|
2608
|
-
class VIEW3D_MT_edit_pointcloud(bpy.types.Menu
|
|
2561
|
+
class VIEW3D_MT_edit_pointcloud(bpy.types.Menu):
|
|
2609
2562
|
bl_label: typing.Any
|
|
2610
2563
|
bl_rna: typing.Any
|
|
2611
2564
|
id_data: typing.Any
|
|
@@ -2633,7 +2586,7 @@ class VIEW3D_MT_edit_pointcloud(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2633
2586
|
"""
|
|
2634
2587
|
...
|
|
2635
2588
|
|
|
2636
|
-
class VIEW3D_MT_edit_surface(bpy.types.Menu
|
|
2589
|
+
class VIEW3D_MT_edit_surface(bpy.types.Menu):
|
|
2637
2590
|
bl_label: typing.Any
|
|
2638
2591
|
bl_rna: typing.Any
|
|
2639
2592
|
id_data: typing.Any
|
|
@@ -2654,7 +2607,7 @@ class VIEW3D_MT_edit_surface(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2654
2607
|
"""
|
|
2655
2608
|
...
|
|
2656
2609
|
|
|
2657
|
-
class VIEW3D_MT_editor_menus(bpy.types.Menu
|
|
2610
|
+
class VIEW3D_MT_editor_menus(bpy.types.Menu):
|
|
2658
2611
|
bl_label: typing.Any
|
|
2659
2612
|
bl_rna: typing.Any
|
|
2660
2613
|
id_data: typing.Any
|
|
@@ -2682,7 +2635,7 @@ class VIEW3D_MT_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2682
2635
|
"""
|
|
2683
2636
|
...
|
|
2684
2637
|
|
|
2685
|
-
class VIEW3D_MT_face_sets(bpy.types.Menu
|
|
2638
|
+
class VIEW3D_MT_face_sets(bpy.types.Menu):
|
|
2686
2639
|
bl_label: typing.Any
|
|
2687
2640
|
bl_rna: typing.Any
|
|
2688
2641
|
id_data: typing.Any
|
|
@@ -2710,7 +2663,7 @@ class VIEW3D_MT_face_sets(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2710
2663
|
"""
|
|
2711
2664
|
...
|
|
2712
2665
|
|
|
2713
|
-
class VIEW3D_MT_face_sets_init(bpy.types.Menu
|
|
2666
|
+
class VIEW3D_MT_face_sets_init(bpy.types.Menu):
|
|
2714
2667
|
bl_label: typing.Any
|
|
2715
2668
|
bl_rna: typing.Any
|
|
2716
2669
|
id_data: typing.Any
|
|
@@ -2738,7 +2691,7 @@ class VIEW3D_MT_face_sets_init(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2738
2691
|
"""
|
|
2739
2692
|
...
|
|
2740
2693
|
|
|
2741
|
-
class VIEW3D_MT_gpencil_animation(bpy.types.Menu
|
|
2694
|
+
class VIEW3D_MT_gpencil_animation(bpy.types.Menu):
|
|
2742
2695
|
bl_label: typing.Any
|
|
2743
2696
|
bl_rna: typing.Any
|
|
2744
2697
|
id_data: typing.Any
|
|
@@ -2774,7 +2727,7 @@ class VIEW3D_MT_gpencil_animation(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2774
2727
|
"""
|
|
2775
2728
|
...
|
|
2776
2729
|
|
|
2777
|
-
class VIEW3D_MT_gpencil_autoweights(bpy.types.Menu
|
|
2730
|
+
class VIEW3D_MT_gpencil_autoweights(bpy.types.Menu):
|
|
2778
2731
|
bl_label: typing.Any
|
|
2779
2732
|
bl_rna: typing.Any
|
|
2780
2733
|
id_data: typing.Any
|
|
@@ -2802,7 +2755,7 @@ class VIEW3D_MT_gpencil_autoweights(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2802
2755
|
"""
|
|
2803
2756
|
...
|
|
2804
2757
|
|
|
2805
|
-
class VIEW3D_MT_gpencil_edit_context_menu(bpy.types.Menu
|
|
2758
|
+
class VIEW3D_MT_gpencil_edit_context_menu(bpy.types.Menu):
|
|
2806
2759
|
bl_label: typing.Any
|
|
2807
2760
|
bl_rna: typing.Any
|
|
2808
2761
|
id_data: typing.Any
|
|
@@ -2830,7 +2783,7 @@ class VIEW3D_MT_gpencil_edit_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2830
2783
|
"""
|
|
2831
2784
|
...
|
|
2832
2785
|
|
|
2833
|
-
class VIEW3D_MT_gpencil_simplify(bpy.types.Menu
|
|
2786
|
+
class VIEW3D_MT_gpencil_simplify(bpy.types.Menu):
|
|
2834
2787
|
bl_label: typing.Any
|
|
2835
2788
|
bl_rna: typing.Any
|
|
2836
2789
|
id_data: typing.Any
|
|
@@ -2858,7 +2811,7 @@ class VIEW3D_MT_gpencil_simplify(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2858
2811
|
"""
|
|
2859
2812
|
...
|
|
2860
2813
|
|
|
2861
|
-
class VIEW3D_MT_gpencil_vertex_group(bpy.types.Menu
|
|
2814
|
+
class VIEW3D_MT_gpencil_vertex_group(bpy.types.Menu):
|
|
2862
2815
|
bl_label: typing.Any
|
|
2863
2816
|
bl_rna: typing.Any
|
|
2864
2817
|
id_data: typing.Any
|
|
@@ -2886,7 +2839,7 @@ class VIEW3D_MT_gpencil_vertex_group(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2886
2839
|
"""
|
|
2887
2840
|
...
|
|
2888
2841
|
|
|
2889
|
-
class VIEW3D_MT_grease_pencil_add(bpy.types.Menu
|
|
2842
|
+
class VIEW3D_MT_grease_pencil_add(bpy.types.Menu):
|
|
2890
2843
|
bl_idname: typing.Any
|
|
2891
2844
|
bl_label: typing.Any
|
|
2892
2845
|
bl_options: typing.Any
|
|
@@ -2916,7 +2869,7 @@ class VIEW3D_MT_grease_pencil_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
2916
2869
|
"""
|
|
2917
2870
|
...
|
|
2918
2871
|
|
|
2919
|
-
class VIEW3D_MT_grease_pencil_assign_material(bpy.types.Menu
|
|
2872
|
+
class VIEW3D_MT_grease_pencil_assign_material(bpy.types.Menu):
|
|
2920
2873
|
bl_label: typing.Any
|
|
2921
2874
|
bl_rna: typing.Any
|
|
2922
2875
|
id_data: typing.Any
|
|
@@ -2944,7 +2897,7 @@ class VIEW3D_MT_grease_pencil_assign_material(bpy.types.Menu, bpy_types._Generic
|
|
|
2944
2897
|
"""
|
|
2945
2898
|
...
|
|
2946
2899
|
|
|
2947
|
-
class VIEW3D_MT_greasepencil_edit_context_menu(bpy.types.Menu
|
|
2900
|
+
class VIEW3D_MT_greasepencil_edit_context_menu(bpy.types.Menu):
|
|
2948
2901
|
bl_label: typing.Any
|
|
2949
2902
|
bl_rna: typing.Any
|
|
2950
2903
|
id_data: typing.Any
|
|
@@ -2972,7 +2925,7 @@ class VIEW3D_MT_greasepencil_edit_context_menu(bpy.types.Menu, bpy_types._Generi
|
|
|
2972
2925
|
"""
|
|
2973
2926
|
...
|
|
2974
2927
|
|
|
2975
|
-
class VIEW3D_MT_greasepencil_material_active(bpy.types.Menu
|
|
2928
|
+
class VIEW3D_MT_greasepencil_material_active(bpy.types.Menu):
|
|
2976
2929
|
bl_label: typing.Any
|
|
2977
2930
|
bl_rna: typing.Any
|
|
2978
2931
|
id_data: typing.Any
|
|
@@ -3008,7 +2961,7 @@ class VIEW3D_MT_greasepencil_material_active(bpy.types.Menu, bpy_types._GenericU
|
|
|
3008
2961
|
"""
|
|
3009
2962
|
...
|
|
3010
2963
|
|
|
3011
|
-
class VIEW3D_MT_greasepencil_vertex_group(bpy.types.Menu
|
|
2964
|
+
class VIEW3D_MT_greasepencil_vertex_group(bpy.types.Menu):
|
|
3012
2965
|
bl_label: typing.Any
|
|
3013
2966
|
bl_rna: typing.Any
|
|
3014
2967
|
id_data: typing.Any
|
|
@@ -3036,7 +2989,7 @@ class VIEW3D_MT_greasepencil_vertex_group(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3036
2989
|
"""
|
|
3037
2990
|
...
|
|
3038
2991
|
|
|
3039
|
-
class VIEW3D_MT_hook(bpy.types.Menu
|
|
2992
|
+
class VIEW3D_MT_hook(bpy.types.Menu):
|
|
3040
2993
|
bl_label: typing.Any
|
|
3041
2994
|
bl_rna: typing.Any
|
|
3042
2995
|
id_data: typing.Any
|
|
@@ -3064,7 +3017,7 @@ class VIEW3D_MT_hook(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3064
3017
|
"""
|
|
3065
3018
|
...
|
|
3066
3019
|
|
|
3067
|
-
class VIEW3D_MT_image_add(bpy.types.Menu
|
|
3020
|
+
class VIEW3D_MT_image_add(bpy.types.Menu):
|
|
3068
3021
|
bl_label: typing.Any
|
|
3069
3022
|
bl_options: typing.Any
|
|
3070
3023
|
bl_rna: typing.Any
|
|
@@ -3093,7 +3046,7 @@ class VIEW3D_MT_image_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3093
3046
|
"""
|
|
3094
3047
|
...
|
|
3095
3048
|
|
|
3096
|
-
class VIEW3D_MT_light_add(bpy.types.Menu
|
|
3049
|
+
class VIEW3D_MT_light_add(bpy.types.Menu):
|
|
3097
3050
|
bl_context: typing.Any
|
|
3098
3051
|
bl_idname: typing.Any
|
|
3099
3052
|
bl_label: typing.Any
|
|
@@ -3124,7 +3077,7 @@ class VIEW3D_MT_light_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3124
3077
|
"""
|
|
3125
3078
|
...
|
|
3126
3079
|
|
|
3127
|
-
class VIEW3D_MT_lightprobe_add(bpy.types.Menu
|
|
3080
|
+
class VIEW3D_MT_lightprobe_add(bpy.types.Menu):
|
|
3128
3081
|
bl_idname: typing.Any
|
|
3129
3082
|
bl_label: typing.Any
|
|
3130
3083
|
bl_options: typing.Any
|
|
@@ -3154,7 +3107,7 @@ class VIEW3D_MT_lightprobe_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3154
3107
|
"""
|
|
3155
3108
|
...
|
|
3156
3109
|
|
|
3157
|
-
class VIEW3D_MT_make_links(bpy.types.Menu
|
|
3110
|
+
class VIEW3D_MT_make_links(bpy.types.Menu):
|
|
3158
3111
|
bl_label: typing.Any
|
|
3159
3112
|
bl_rna: typing.Any
|
|
3160
3113
|
id_data: typing.Any
|
|
@@ -3175,7 +3128,7 @@ class VIEW3D_MT_make_links(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3175
3128
|
"""
|
|
3176
3129
|
...
|
|
3177
3130
|
|
|
3178
|
-
class VIEW3D_MT_make_single_user(bpy.types.Menu
|
|
3131
|
+
class VIEW3D_MT_make_single_user(bpy.types.Menu):
|
|
3179
3132
|
bl_label: typing.Any
|
|
3180
3133
|
bl_rna: typing.Any
|
|
3181
3134
|
id_data: typing.Any
|
|
@@ -3203,7 +3156,7 @@ class VIEW3D_MT_make_single_user(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3203
3156
|
"""
|
|
3204
3157
|
...
|
|
3205
3158
|
|
|
3206
|
-
class VIEW3D_MT_mask(bpy.types.Menu
|
|
3159
|
+
class VIEW3D_MT_mask(bpy.types.Menu):
|
|
3207
3160
|
bl_label: typing.Any
|
|
3208
3161
|
bl_rna: typing.Any
|
|
3209
3162
|
id_data: typing.Any
|
|
@@ -3231,7 +3184,7 @@ class VIEW3D_MT_mask(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3231
3184
|
"""
|
|
3232
3185
|
...
|
|
3233
3186
|
|
|
3234
|
-
class VIEW3D_MT_mesh_add(bpy.types.Menu
|
|
3187
|
+
class VIEW3D_MT_mesh_add(bpy.types.Menu):
|
|
3235
3188
|
bl_idname: typing.Any
|
|
3236
3189
|
bl_label: typing.Any
|
|
3237
3190
|
bl_options: typing.Any
|
|
@@ -3261,7 +3214,7 @@ class VIEW3D_MT_mesh_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3261
3214
|
"""
|
|
3262
3215
|
...
|
|
3263
3216
|
|
|
3264
|
-
class VIEW3D_MT_metaball_add(bpy.types.Menu
|
|
3217
|
+
class VIEW3D_MT_metaball_add(bpy.types.Menu):
|
|
3265
3218
|
bl_idname: typing.Any
|
|
3266
3219
|
bl_label: typing.Any
|
|
3267
3220
|
bl_options: typing.Any
|
|
@@ -3291,7 +3244,7 @@ class VIEW3D_MT_metaball_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3291
3244
|
"""
|
|
3292
3245
|
...
|
|
3293
3246
|
|
|
3294
|
-
class VIEW3D_MT_mirror(bpy.types.Menu
|
|
3247
|
+
class VIEW3D_MT_mirror(bpy.types.Menu):
|
|
3295
3248
|
bl_label: typing.Any
|
|
3296
3249
|
bl_rna: typing.Any
|
|
3297
3250
|
id_data: typing.Any
|
|
@@ -3319,7 +3272,7 @@ class VIEW3D_MT_mirror(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3319
3272
|
"""
|
|
3320
3273
|
...
|
|
3321
3274
|
|
|
3322
|
-
class VIEW3D_MT_object(bpy.types.Menu
|
|
3275
|
+
class VIEW3D_MT_object(bpy.types.Menu):
|
|
3323
3276
|
bl_context: typing.Any
|
|
3324
3277
|
bl_label: typing.Any
|
|
3325
3278
|
bl_rna: typing.Any
|
|
@@ -3348,7 +3301,7 @@ class VIEW3D_MT_object(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3348
3301
|
"""
|
|
3349
3302
|
...
|
|
3350
3303
|
|
|
3351
|
-
class VIEW3D_MT_object_animation(bpy.types.Menu
|
|
3304
|
+
class VIEW3D_MT_object_animation(bpy.types.Menu):
|
|
3352
3305
|
bl_label: typing.Any
|
|
3353
3306
|
bl_rna: typing.Any
|
|
3354
3307
|
id_data: typing.Any
|
|
@@ -3376,7 +3329,7 @@ class VIEW3D_MT_object_animation(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3376
3329
|
"""
|
|
3377
3330
|
...
|
|
3378
3331
|
|
|
3379
|
-
class VIEW3D_MT_object_apply(bpy.types.Menu
|
|
3332
|
+
class VIEW3D_MT_object_apply(bpy.types.Menu):
|
|
3380
3333
|
bl_label: typing.Any
|
|
3381
3334
|
bl_rna: typing.Any
|
|
3382
3335
|
id_data: typing.Any
|
|
@@ -3404,7 +3357,7 @@ class VIEW3D_MT_object_apply(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3404
3357
|
"""
|
|
3405
3358
|
...
|
|
3406
3359
|
|
|
3407
|
-
class VIEW3D_MT_object_asset(bpy.types.Menu
|
|
3360
|
+
class VIEW3D_MT_object_asset(bpy.types.Menu):
|
|
3408
3361
|
bl_label: typing.Any
|
|
3409
3362
|
bl_rna: typing.Any
|
|
3410
3363
|
id_data: typing.Any
|
|
@@ -3432,7 +3385,7 @@ class VIEW3D_MT_object_asset(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3432
3385
|
"""
|
|
3433
3386
|
...
|
|
3434
3387
|
|
|
3435
|
-
class VIEW3D_MT_object_cleanup(bpy.types.Menu
|
|
3388
|
+
class VIEW3D_MT_object_cleanup(bpy.types.Menu):
|
|
3436
3389
|
bl_label: typing.Any
|
|
3437
3390
|
bl_rna: typing.Any
|
|
3438
3391
|
id_data: typing.Any
|
|
@@ -3460,7 +3413,7 @@ class VIEW3D_MT_object_cleanup(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3460
3413
|
"""
|
|
3461
3414
|
...
|
|
3462
3415
|
|
|
3463
|
-
class VIEW3D_MT_object_clear(bpy.types.Menu
|
|
3416
|
+
class VIEW3D_MT_object_clear(bpy.types.Menu):
|
|
3464
3417
|
bl_label: typing.Any
|
|
3465
3418
|
bl_rna: typing.Any
|
|
3466
3419
|
id_data: typing.Any
|
|
@@ -3488,7 +3441,7 @@ class VIEW3D_MT_object_clear(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3488
3441
|
"""
|
|
3489
3442
|
...
|
|
3490
3443
|
|
|
3491
|
-
class VIEW3D_MT_object_collection(bpy.types.Menu
|
|
3444
|
+
class VIEW3D_MT_object_collection(bpy.types.Menu):
|
|
3492
3445
|
bl_label: typing.Any
|
|
3493
3446
|
bl_rna: typing.Any
|
|
3494
3447
|
id_data: typing.Any
|
|
@@ -3516,7 +3469,7 @@ class VIEW3D_MT_object_collection(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3516
3469
|
"""
|
|
3517
3470
|
...
|
|
3518
3471
|
|
|
3519
|
-
class VIEW3D_MT_object_constraints(bpy.types.Menu
|
|
3472
|
+
class VIEW3D_MT_object_constraints(bpy.types.Menu):
|
|
3520
3473
|
bl_label: typing.Any
|
|
3521
3474
|
bl_rna: typing.Any
|
|
3522
3475
|
id_data: typing.Any
|
|
@@ -3544,7 +3497,7 @@ class VIEW3D_MT_object_constraints(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3544
3497
|
"""
|
|
3545
3498
|
...
|
|
3546
3499
|
|
|
3547
|
-
class VIEW3D_MT_object_context_menu(bpy.types.Menu
|
|
3500
|
+
class VIEW3D_MT_object_context_menu(bpy.types.Menu):
|
|
3548
3501
|
bl_label: typing.Any
|
|
3549
3502
|
bl_rna: typing.Any
|
|
3550
3503
|
id_data: typing.Any
|
|
@@ -3572,7 +3525,7 @@ class VIEW3D_MT_object_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3572
3525
|
"""
|
|
3573
3526
|
...
|
|
3574
3527
|
|
|
3575
|
-
class VIEW3D_MT_object_convert(bpy.types.Menu
|
|
3528
|
+
class VIEW3D_MT_object_convert(bpy.types.Menu):
|
|
3576
3529
|
bl_label: typing.Any
|
|
3577
3530
|
bl_rna: typing.Any
|
|
3578
3531
|
id_data: typing.Any
|
|
@@ -3600,7 +3553,7 @@ class VIEW3D_MT_object_convert(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3600
3553
|
"""
|
|
3601
3554
|
...
|
|
3602
3555
|
|
|
3603
|
-
class VIEW3D_MT_object_liboverride(bpy.types.Menu
|
|
3556
|
+
class VIEW3D_MT_object_liboverride(bpy.types.Menu):
|
|
3604
3557
|
bl_label: typing.Any
|
|
3605
3558
|
bl_rna: typing.Any
|
|
3606
3559
|
id_data: typing.Any
|
|
@@ -3628,7 +3581,7 @@ class VIEW3D_MT_object_liboverride(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3628
3581
|
"""
|
|
3629
3582
|
...
|
|
3630
3583
|
|
|
3631
|
-
class VIEW3D_MT_object_mode_pie(bpy.types.Menu
|
|
3584
|
+
class VIEW3D_MT_object_mode_pie(bpy.types.Menu):
|
|
3632
3585
|
bl_label: typing.Any
|
|
3633
3586
|
bl_rna: typing.Any
|
|
3634
3587
|
id_data: typing.Any
|
|
@@ -3656,7 +3609,7 @@ class VIEW3D_MT_object_mode_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3656
3609
|
"""
|
|
3657
3610
|
...
|
|
3658
3611
|
|
|
3659
|
-
class VIEW3D_MT_object_modifiers(bpy.types.Menu
|
|
3612
|
+
class VIEW3D_MT_object_modifiers(bpy.types.Menu):
|
|
3660
3613
|
bl_label: typing.Any
|
|
3661
3614
|
bl_rna: typing.Any
|
|
3662
3615
|
id_data: typing.Any
|
|
@@ -3684,7 +3637,7 @@ class VIEW3D_MT_object_modifiers(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3684
3637
|
"""
|
|
3685
3638
|
...
|
|
3686
3639
|
|
|
3687
|
-
class VIEW3D_MT_object_parent(bpy.types.Menu
|
|
3640
|
+
class VIEW3D_MT_object_parent(bpy.types.Menu):
|
|
3688
3641
|
bl_label: typing.Any
|
|
3689
3642
|
bl_rna: typing.Any
|
|
3690
3643
|
bl_translation_context: typing.Any
|
|
@@ -3713,7 +3666,7 @@ class VIEW3D_MT_object_parent(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3713
3666
|
"""
|
|
3714
3667
|
...
|
|
3715
3668
|
|
|
3716
|
-
class VIEW3D_MT_object_quick_effects(bpy.types.Menu
|
|
3669
|
+
class VIEW3D_MT_object_quick_effects(bpy.types.Menu):
|
|
3717
3670
|
bl_label: typing.Any
|
|
3718
3671
|
bl_rna: typing.Any
|
|
3719
3672
|
id_data: typing.Any
|
|
@@ -3741,7 +3694,7 @@ class VIEW3D_MT_object_quick_effects(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3741
3694
|
"""
|
|
3742
3695
|
...
|
|
3743
3696
|
|
|
3744
|
-
class VIEW3D_MT_object_relations(bpy.types.Menu
|
|
3697
|
+
class VIEW3D_MT_object_relations(bpy.types.Menu):
|
|
3745
3698
|
bl_label: typing.Any
|
|
3746
3699
|
bl_rna: typing.Any
|
|
3747
3700
|
id_data: typing.Any
|
|
@@ -3769,7 +3722,7 @@ class VIEW3D_MT_object_relations(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3769
3722
|
"""
|
|
3770
3723
|
...
|
|
3771
3724
|
|
|
3772
|
-
class VIEW3D_MT_object_rigid_body(bpy.types.Menu
|
|
3725
|
+
class VIEW3D_MT_object_rigid_body(bpy.types.Menu):
|
|
3773
3726
|
bl_label: typing.Any
|
|
3774
3727
|
bl_rna: typing.Any
|
|
3775
3728
|
id_data: typing.Any
|
|
@@ -3797,7 +3750,7 @@ class VIEW3D_MT_object_rigid_body(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3797
3750
|
"""
|
|
3798
3751
|
...
|
|
3799
3752
|
|
|
3800
|
-
class VIEW3D_MT_object_shading(bpy.types.Menu
|
|
3753
|
+
class VIEW3D_MT_object_shading(bpy.types.Menu):
|
|
3801
3754
|
bl_label: typing.Any
|
|
3802
3755
|
bl_rna: typing.Any
|
|
3803
3756
|
id_data: typing.Any
|
|
@@ -3825,7 +3778,7 @@ class VIEW3D_MT_object_shading(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3825
3778
|
"""
|
|
3826
3779
|
...
|
|
3827
3780
|
|
|
3828
|
-
class VIEW3D_MT_object_showhide(bpy.types.Menu
|
|
3781
|
+
class VIEW3D_MT_object_showhide(bpy.types.Menu):
|
|
3829
3782
|
bl_label: typing.Any
|
|
3830
3783
|
bl_rna: typing.Any
|
|
3831
3784
|
id_data: typing.Any
|
|
@@ -3853,7 +3806,7 @@ class VIEW3D_MT_object_showhide(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3853
3806
|
"""
|
|
3854
3807
|
...
|
|
3855
3808
|
|
|
3856
|
-
class VIEW3D_MT_object_track(bpy.types.Menu
|
|
3809
|
+
class VIEW3D_MT_object_track(bpy.types.Menu):
|
|
3857
3810
|
bl_label: typing.Any
|
|
3858
3811
|
bl_rna: typing.Any
|
|
3859
3812
|
bl_translation_context: typing.Any
|
|
@@ -3882,7 +3835,7 @@ class VIEW3D_MT_object_track(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3882
3835
|
"""
|
|
3883
3836
|
...
|
|
3884
3837
|
|
|
3885
|
-
class VIEW3D_MT_orientations_pie(bpy.types.Menu
|
|
3838
|
+
class VIEW3D_MT_orientations_pie(bpy.types.Menu):
|
|
3886
3839
|
bl_label: typing.Any
|
|
3887
3840
|
bl_rna: typing.Any
|
|
3888
3841
|
id_data: typing.Any
|
|
@@ -3910,7 +3863,7 @@ class VIEW3D_MT_orientations_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3910
3863
|
"""
|
|
3911
3864
|
...
|
|
3912
3865
|
|
|
3913
|
-
class VIEW3D_MT_paint_gpencil(bpy.types.Menu
|
|
3866
|
+
class VIEW3D_MT_paint_gpencil(bpy.types.Menu):
|
|
3914
3867
|
bl_label: typing.Any
|
|
3915
3868
|
bl_rna: typing.Any
|
|
3916
3869
|
id_data: typing.Any
|
|
@@ -3938,7 +3891,7 @@ class VIEW3D_MT_paint_gpencil(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3938
3891
|
"""
|
|
3939
3892
|
...
|
|
3940
3893
|
|
|
3941
|
-
class VIEW3D_MT_paint_grease_pencil(bpy.types.Menu
|
|
3894
|
+
class VIEW3D_MT_paint_grease_pencil(bpy.types.Menu):
|
|
3942
3895
|
bl_label: typing.Any
|
|
3943
3896
|
bl_rna: typing.Any
|
|
3944
3897
|
id_data: typing.Any
|
|
@@ -3966,7 +3919,7 @@ class VIEW3D_MT_paint_grease_pencil(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3966
3919
|
"""
|
|
3967
3920
|
...
|
|
3968
3921
|
|
|
3969
|
-
class VIEW3D_MT_paint_vertex(bpy.types.Menu
|
|
3922
|
+
class VIEW3D_MT_paint_vertex(bpy.types.Menu):
|
|
3970
3923
|
bl_label: typing.Any
|
|
3971
3924
|
bl_rna: typing.Any
|
|
3972
3925
|
id_data: typing.Any
|
|
@@ -3994,7 +3947,7 @@ class VIEW3D_MT_paint_vertex(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
3994
3947
|
"""
|
|
3995
3948
|
...
|
|
3996
3949
|
|
|
3997
|
-
class VIEW3D_MT_paint_weight(bpy.types.Menu
|
|
3950
|
+
class VIEW3D_MT_paint_weight(bpy.types.Menu):
|
|
3998
3951
|
bl_label: typing.Any
|
|
3999
3952
|
bl_rna: typing.Any
|
|
4000
3953
|
id_data: typing.Any
|
|
@@ -4031,7 +3984,7 @@ class VIEW3D_MT_paint_weight(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4031
3984
|
"""
|
|
4032
3985
|
...
|
|
4033
3986
|
|
|
4034
|
-
class VIEW3D_MT_paint_weight_lock(bpy.types.Menu
|
|
3987
|
+
class VIEW3D_MT_paint_weight_lock(bpy.types.Menu):
|
|
4035
3988
|
bl_label: typing.Any
|
|
4036
3989
|
bl_rna: typing.Any
|
|
4037
3990
|
id_data: typing.Any
|
|
@@ -4059,7 +4012,7 @@ class VIEW3D_MT_paint_weight_lock(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4059
4012
|
"""
|
|
4060
4013
|
...
|
|
4061
4014
|
|
|
4062
|
-
class VIEW3D_MT_particle(bpy.types.Menu
|
|
4015
|
+
class VIEW3D_MT_particle(bpy.types.Menu):
|
|
4063
4016
|
bl_label: typing.Any
|
|
4064
4017
|
bl_rna: typing.Any
|
|
4065
4018
|
id_data: typing.Any
|
|
@@ -4087,7 +4040,7 @@ class VIEW3D_MT_particle(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4087
4040
|
"""
|
|
4088
4041
|
...
|
|
4089
4042
|
|
|
4090
|
-
class VIEW3D_MT_particle_context_menu(bpy.types.Menu
|
|
4043
|
+
class VIEW3D_MT_particle_context_menu(bpy.types.Menu):
|
|
4091
4044
|
bl_label: typing.Any
|
|
4092
4045
|
bl_rna: typing.Any
|
|
4093
4046
|
id_data: typing.Any
|
|
@@ -4115,7 +4068,7 @@ class VIEW3D_MT_particle_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4115
4068
|
"""
|
|
4116
4069
|
...
|
|
4117
4070
|
|
|
4118
|
-
class VIEW3D_MT_particle_showhide(bpy.types.Menu
|
|
4071
|
+
class VIEW3D_MT_particle_showhide(ShowHideMenu, bpy.types.Menu):
|
|
4119
4072
|
bl_label: typing.Any
|
|
4120
4073
|
bl_rna: typing.Any
|
|
4121
4074
|
id_data: typing.Any
|
|
@@ -4136,7 +4089,7 @@ class VIEW3D_MT_particle_showhide(bpy.types.Menu, ShowHideMenu, bpy_types._Gener
|
|
|
4136
4089
|
"""
|
|
4137
4090
|
...
|
|
4138
4091
|
|
|
4139
|
-
class VIEW3D_MT_pivot_pie(bpy.types.Menu
|
|
4092
|
+
class VIEW3D_MT_pivot_pie(bpy.types.Menu):
|
|
4140
4093
|
bl_label: typing.Any
|
|
4141
4094
|
bl_rna: typing.Any
|
|
4142
4095
|
id_data: typing.Any
|
|
@@ -4164,7 +4117,7 @@ class VIEW3D_MT_pivot_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4164
4117
|
"""
|
|
4165
4118
|
...
|
|
4166
4119
|
|
|
4167
|
-
class VIEW3D_MT_pose(bpy.types.Menu
|
|
4120
|
+
class VIEW3D_MT_pose(bpy.types.Menu):
|
|
4168
4121
|
bl_label: typing.Any
|
|
4169
4122
|
bl_rna: typing.Any
|
|
4170
4123
|
id_data: typing.Any
|
|
@@ -4192,7 +4145,7 @@ class VIEW3D_MT_pose(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4192
4145
|
"""
|
|
4193
4146
|
...
|
|
4194
4147
|
|
|
4195
|
-
class VIEW3D_MT_pose_apply(bpy.types.Menu
|
|
4148
|
+
class VIEW3D_MT_pose_apply(bpy.types.Menu):
|
|
4196
4149
|
bl_label: typing.Any
|
|
4197
4150
|
bl_rna: typing.Any
|
|
4198
4151
|
id_data: typing.Any
|
|
@@ -4220,7 +4173,7 @@ class VIEW3D_MT_pose_apply(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4220
4173
|
"""
|
|
4221
4174
|
...
|
|
4222
4175
|
|
|
4223
|
-
class VIEW3D_MT_pose_constraints(bpy.types.Menu
|
|
4176
|
+
class VIEW3D_MT_pose_constraints(bpy.types.Menu):
|
|
4224
4177
|
bl_label: typing.Any
|
|
4225
4178
|
bl_rna: typing.Any
|
|
4226
4179
|
id_data: typing.Any
|
|
@@ -4248,7 +4201,7 @@ class VIEW3D_MT_pose_constraints(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4248
4201
|
"""
|
|
4249
4202
|
...
|
|
4250
4203
|
|
|
4251
|
-
class VIEW3D_MT_pose_context_menu(bpy.types.Menu
|
|
4204
|
+
class VIEW3D_MT_pose_context_menu(bpy.types.Menu):
|
|
4252
4205
|
bl_label: typing.Any
|
|
4253
4206
|
bl_rna: typing.Any
|
|
4254
4207
|
id_data: typing.Any
|
|
@@ -4276,7 +4229,7 @@ class VIEW3D_MT_pose_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4276
4229
|
"""
|
|
4277
4230
|
...
|
|
4278
4231
|
|
|
4279
|
-
class VIEW3D_MT_pose_ik(bpy.types.Menu
|
|
4232
|
+
class VIEW3D_MT_pose_ik(bpy.types.Menu):
|
|
4280
4233
|
bl_label: typing.Any
|
|
4281
4234
|
bl_rna: typing.Any
|
|
4282
4235
|
id_data: typing.Any
|
|
@@ -4304,7 +4257,7 @@ class VIEW3D_MT_pose_ik(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4304
4257
|
"""
|
|
4305
4258
|
...
|
|
4306
4259
|
|
|
4307
|
-
class VIEW3D_MT_pose_motion(bpy.types.Menu
|
|
4260
|
+
class VIEW3D_MT_pose_motion(bpy.types.Menu):
|
|
4308
4261
|
bl_label: typing.Any
|
|
4309
4262
|
bl_rna: typing.Any
|
|
4310
4263
|
id_data: typing.Any
|
|
@@ -4332,7 +4285,7 @@ class VIEW3D_MT_pose_motion(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4332
4285
|
"""
|
|
4333
4286
|
...
|
|
4334
4287
|
|
|
4335
|
-
class VIEW3D_MT_pose_names(bpy.types.Menu
|
|
4288
|
+
class VIEW3D_MT_pose_names(bpy.types.Menu):
|
|
4336
4289
|
bl_label: typing.Any
|
|
4337
4290
|
bl_rna: typing.Any
|
|
4338
4291
|
id_data: typing.Any
|
|
@@ -4360,7 +4313,7 @@ class VIEW3D_MT_pose_names(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4360
4313
|
"""
|
|
4361
4314
|
...
|
|
4362
4315
|
|
|
4363
|
-
class VIEW3D_MT_pose_propagate(bpy.types.Menu
|
|
4316
|
+
class VIEW3D_MT_pose_propagate(bpy.types.Menu):
|
|
4364
4317
|
bl_label: typing.Any
|
|
4365
4318
|
bl_rna: typing.Any
|
|
4366
4319
|
id_data: typing.Any
|
|
@@ -4388,7 +4341,7 @@ class VIEW3D_MT_pose_propagate(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4388
4341
|
"""
|
|
4389
4342
|
...
|
|
4390
4343
|
|
|
4391
|
-
class VIEW3D_MT_pose_showhide(bpy.types.Menu
|
|
4344
|
+
class VIEW3D_MT_pose_showhide(ShowHideMenu, bpy.types.Menu):
|
|
4392
4345
|
bl_label: typing.Any
|
|
4393
4346
|
bl_rna: typing.Any
|
|
4394
4347
|
id_data: typing.Any
|
|
@@ -4409,7 +4362,7 @@ class VIEW3D_MT_pose_showhide(bpy.types.Menu, ShowHideMenu, bpy_types._GenericUI
|
|
|
4409
4362
|
"""
|
|
4410
4363
|
...
|
|
4411
4364
|
|
|
4412
|
-
class VIEW3D_MT_pose_slide(bpy.types.Menu
|
|
4365
|
+
class VIEW3D_MT_pose_slide(bpy.types.Menu):
|
|
4413
4366
|
bl_label: typing.Any
|
|
4414
4367
|
bl_rna: typing.Any
|
|
4415
4368
|
id_data: typing.Any
|
|
@@ -4437,7 +4390,7 @@ class VIEW3D_MT_pose_slide(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4437
4390
|
"""
|
|
4438
4391
|
...
|
|
4439
4392
|
|
|
4440
|
-
class VIEW3D_MT_pose_transform(bpy.types.Menu
|
|
4393
|
+
class VIEW3D_MT_pose_transform(bpy.types.Menu):
|
|
4441
4394
|
bl_label: typing.Any
|
|
4442
4395
|
bl_rna: typing.Any
|
|
4443
4396
|
id_data: typing.Any
|
|
@@ -4465,7 +4418,7 @@ class VIEW3D_MT_pose_transform(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4465
4418
|
"""
|
|
4466
4419
|
...
|
|
4467
4420
|
|
|
4468
|
-
class VIEW3D_MT_proportional_editing_falloff_pie(bpy.types.Menu
|
|
4421
|
+
class VIEW3D_MT_proportional_editing_falloff_pie(bpy.types.Menu):
|
|
4469
4422
|
bl_label: typing.Any
|
|
4470
4423
|
bl_rna: typing.Any
|
|
4471
4424
|
id_data: typing.Any
|
|
@@ -4493,7 +4446,7 @@ class VIEW3D_MT_proportional_editing_falloff_pie(bpy.types.Menu, bpy_types._Gene
|
|
|
4493
4446
|
"""
|
|
4494
4447
|
...
|
|
4495
4448
|
|
|
4496
|
-
class VIEW3D_MT_random_mask(bpy.types.Menu
|
|
4449
|
+
class VIEW3D_MT_random_mask(bpy.types.Menu):
|
|
4497
4450
|
bl_label: typing.Any
|
|
4498
4451
|
bl_rna: typing.Any
|
|
4499
4452
|
id_data: typing.Any
|
|
@@ -4521,7 +4474,7 @@ class VIEW3D_MT_random_mask(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4521
4474
|
"""
|
|
4522
4475
|
...
|
|
4523
4476
|
|
|
4524
|
-
class VIEW3D_MT_sculpt(bpy.types.Menu
|
|
4477
|
+
class VIEW3D_MT_sculpt(bpy.types.Menu):
|
|
4525
4478
|
bl_label: typing.Any
|
|
4526
4479
|
bl_rna: typing.Any
|
|
4527
4480
|
id_data: typing.Any
|
|
@@ -4549,7 +4502,7 @@ class VIEW3D_MT_sculpt(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4549
4502
|
"""
|
|
4550
4503
|
...
|
|
4551
4504
|
|
|
4552
|
-
class VIEW3D_MT_sculpt_automasking_pie(bpy.types.Menu
|
|
4505
|
+
class VIEW3D_MT_sculpt_automasking_pie(bpy.types.Menu):
|
|
4553
4506
|
bl_label: typing.Any
|
|
4554
4507
|
bl_rna: typing.Any
|
|
4555
4508
|
id_data: typing.Any
|
|
@@ -4577,7 +4530,7 @@ class VIEW3D_MT_sculpt_automasking_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4577
4530
|
"""
|
|
4578
4531
|
...
|
|
4579
4532
|
|
|
4580
|
-
class VIEW3D_MT_sculpt_curves(bpy.types.Menu
|
|
4533
|
+
class VIEW3D_MT_sculpt_curves(bpy.types.Menu):
|
|
4581
4534
|
bl_label: typing.Any
|
|
4582
4535
|
bl_rna: typing.Any
|
|
4583
4536
|
id_data: typing.Any
|
|
@@ -4605,7 +4558,7 @@ class VIEW3D_MT_sculpt_curves(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4605
4558
|
"""
|
|
4606
4559
|
...
|
|
4607
4560
|
|
|
4608
|
-
class VIEW3D_MT_sculpt_face_sets_edit_pie(bpy.types.Menu
|
|
4561
|
+
class VIEW3D_MT_sculpt_face_sets_edit_pie(bpy.types.Menu):
|
|
4609
4562
|
bl_label: typing.Any
|
|
4610
4563
|
bl_rna: typing.Any
|
|
4611
4564
|
id_data: typing.Any
|
|
@@ -4633,7 +4586,7 @@ class VIEW3D_MT_sculpt_face_sets_edit_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4633
4586
|
"""
|
|
4634
4587
|
...
|
|
4635
4588
|
|
|
4636
|
-
class VIEW3D_MT_sculpt_gpencil_automasking_pie(bpy.types.Menu
|
|
4589
|
+
class VIEW3D_MT_sculpt_gpencil_automasking_pie(bpy.types.Menu):
|
|
4637
4590
|
bl_label: typing.Any
|
|
4638
4591
|
bl_rna: typing.Any
|
|
4639
4592
|
id_data: typing.Any
|
|
@@ -4661,7 +4614,7 @@ class VIEW3D_MT_sculpt_gpencil_automasking_pie(bpy.types.Menu, bpy_types._Generi
|
|
|
4661
4614
|
"""
|
|
4662
4615
|
...
|
|
4663
4616
|
|
|
4664
|
-
class VIEW3D_MT_sculpt_mask_edit_pie(bpy.types.Menu
|
|
4617
|
+
class VIEW3D_MT_sculpt_mask_edit_pie(bpy.types.Menu):
|
|
4665
4618
|
bl_label: typing.Any
|
|
4666
4619
|
bl_rna: typing.Any
|
|
4667
4620
|
id_data: typing.Any
|
|
@@ -4689,7 +4642,7 @@ class VIEW3D_MT_sculpt_mask_edit_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4689
4642
|
"""
|
|
4690
4643
|
...
|
|
4691
4644
|
|
|
4692
|
-
class VIEW3D_MT_sculpt_set_pivot(bpy.types.Menu
|
|
4645
|
+
class VIEW3D_MT_sculpt_set_pivot(bpy.types.Menu):
|
|
4693
4646
|
bl_label: typing.Any
|
|
4694
4647
|
bl_rna: typing.Any
|
|
4695
4648
|
id_data: typing.Any
|
|
@@ -4717,7 +4670,7 @@ class VIEW3D_MT_sculpt_set_pivot(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4717
4670
|
"""
|
|
4718
4671
|
...
|
|
4719
4672
|
|
|
4720
|
-
class VIEW3D_MT_sculpt_showhide(bpy.types.Menu
|
|
4673
|
+
class VIEW3D_MT_sculpt_showhide(bpy.types.Menu):
|
|
4721
4674
|
bl_label: typing.Any
|
|
4722
4675
|
bl_rna: typing.Any
|
|
4723
4676
|
id_data: typing.Any
|
|
@@ -4745,7 +4698,7 @@ class VIEW3D_MT_sculpt_showhide(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4745
4698
|
"""
|
|
4746
4699
|
...
|
|
4747
4700
|
|
|
4748
|
-
class VIEW3D_MT_sculpt_transform(bpy.types.Menu
|
|
4701
|
+
class VIEW3D_MT_sculpt_transform(bpy.types.Menu):
|
|
4749
4702
|
bl_label: typing.Any
|
|
4750
4703
|
bl_rna: typing.Any
|
|
4751
4704
|
id_data: typing.Any
|
|
@@ -4773,7 +4726,7 @@ class VIEW3D_MT_sculpt_transform(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4773
4726
|
"""
|
|
4774
4727
|
...
|
|
4775
4728
|
|
|
4776
|
-
class VIEW3D_MT_sculpt_trim(bpy.types.Menu
|
|
4729
|
+
class VIEW3D_MT_sculpt_trim(bpy.types.Menu):
|
|
4777
4730
|
bl_label: typing.Any
|
|
4778
4731
|
bl_rna: typing.Any
|
|
4779
4732
|
id_data: typing.Any
|
|
@@ -4801,7 +4754,7 @@ class VIEW3D_MT_sculpt_trim(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4801
4754
|
"""
|
|
4802
4755
|
...
|
|
4803
4756
|
|
|
4804
|
-
class VIEW3D_MT_select_edit_armature(bpy.types.Menu
|
|
4757
|
+
class VIEW3D_MT_select_edit_armature(bpy.types.Menu):
|
|
4805
4758
|
bl_label: typing.Any
|
|
4806
4759
|
bl_rna: typing.Any
|
|
4807
4760
|
id_data: typing.Any
|
|
@@ -4829,7 +4782,7 @@ class VIEW3D_MT_select_edit_armature(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4829
4782
|
"""
|
|
4830
4783
|
...
|
|
4831
4784
|
|
|
4832
|
-
class VIEW3D_MT_select_edit_curve(bpy.types.Menu
|
|
4785
|
+
class VIEW3D_MT_select_edit_curve(bpy.types.Menu):
|
|
4833
4786
|
bl_label: typing.Any
|
|
4834
4787
|
bl_rna: typing.Any
|
|
4835
4788
|
id_data: typing.Any
|
|
@@ -4857,7 +4810,7 @@ class VIEW3D_MT_select_edit_curve(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4857
4810
|
"""
|
|
4858
4811
|
...
|
|
4859
4812
|
|
|
4860
|
-
class VIEW3D_MT_select_edit_curves(bpy.types.Menu
|
|
4813
|
+
class VIEW3D_MT_select_edit_curves(bpy.types.Menu):
|
|
4861
4814
|
bl_label: typing.Any
|
|
4862
4815
|
bl_rna: typing.Any
|
|
4863
4816
|
id_data: typing.Any
|
|
@@ -4885,7 +4838,7 @@ class VIEW3D_MT_select_edit_curves(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4885
4838
|
"""
|
|
4886
4839
|
...
|
|
4887
4840
|
|
|
4888
|
-
class VIEW3D_MT_select_edit_gpencil(bpy.types.Menu
|
|
4841
|
+
class VIEW3D_MT_select_edit_gpencil(bpy.types.Menu):
|
|
4889
4842
|
bl_label: typing.Any
|
|
4890
4843
|
bl_rna: typing.Any
|
|
4891
4844
|
id_data: typing.Any
|
|
@@ -4913,7 +4866,7 @@ class VIEW3D_MT_select_edit_gpencil(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4913
4866
|
"""
|
|
4914
4867
|
...
|
|
4915
4868
|
|
|
4916
|
-
class VIEW3D_MT_select_edit_grease_pencil(bpy.types.Menu
|
|
4869
|
+
class VIEW3D_MT_select_edit_grease_pencil(bpy.types.Menu):
|
|
4917
4870
|
bl_label: typing.Any
|
|
4918
4871
|
bl_rna: typing.Any
|
|
4919
4872
|
id_data: typing.Any
|
|
@@ -4941,7 +4894,7 @@ class VIEW3D_MT_select_edit_grease_pencil(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4941
4894
|
"""
|
|
4942
4895
|
...
|
|
4943
4896
|
|
|
4944
|
-
class VIEW3D_MT_select_edit_lattice(bpy.types.Menu
|
|
4897
|
+
class VIEW3D_MT_select_edit_lattice(bpy.types.Menu):
|
|
4945
4898
|
bl_label: typing.Any
|
|
4946
4899
|
bl_rna: typing.Any
|
|
4947
4900
|
id_data: typing.Any
|
|
@@ -4969,7 +4922,7 @@ class VIEW3D_MT_select_edit_lattice(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4969
4922
|
"""
|
|
4970
4923
|
...
|
|
4971
4924
|
|
|
4972
|
-
class VIEW3D_MT_select_edit_mesh(bpy.types.Menu
|
|
4925
|
+
class VIEW3D_MT_select_edit_mesh(bpy.types.Menu):
|
|
4973
4926
|
bl_label: typing.Any
|
|
4974
4927
|
bl_rna: typing.Any
|
|
4975
4928
|
id_data: typing.Any
|
|
@@ -4997,7 +4950,7 @@ class VIEW3D_MT_select_edit_mesh(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
4997
4950
|
"""
|
|
4998
4951
|
...
|
|
4999
4952
|
|
|
5000
|
-
class VIEW3D_MT_select_edit_metaball(bpy.types.Menu
|
|
4953
|
+
class VIEW3D_MT_select_edit_metaball(bpy.types.Menu):
|
|
5001
4954
|
bl_label: typing.Any
|
|
5002
4955
|
bl_rna: typing.Any
|
|
5003
4956
|
id_data: typing.Any
|
|
@@ -5025,7 +4978,7 @@ class VIEW3D_MT_select_edit_metaball(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5025
4978
|
"""
|
|
5026
4979
|
...
|
|
5027
4980
|
|
|
5028
|
-
class VIEW3D_MT_select_edit_point_cloud(bpy.types.Menu
|
|
4981
|
+
class VIEW3D_MT_select_edit_point_cloud(bpy.types.Menu):
|
|
5029
4982
|
bl_label: typing.Any
|
|
5030
4983
|
bl_rna: typing.Any
|
|
5031
4984
|
id_data: typing.Any
|
|
@@ -5053,7 +5006,7 @@ class VIEW3D_MT_select_edit_point_cloud(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5053
5006
|
"""
|
|
5054
5007
|
...
|
|
5055
5008
|
|
|
5056
|
-
class VIEW3D_MT_select_edit_surface(bpy.types.Menu
|
|
5009
|
+
class VIEW3D_MT_select_edit_surface(bpy.types.Menu):
|
|
5057
5010
|
bl_label: typing.Any
|
|
5058
5011
|
bl_rna: typing.Any
|
|
5059
5012
|
id_data: typing.Any
|
|
@@ -5081,7 +5034,7 @@ class VIEW3D_MT_select_edit_surface(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5081
5034
|
"""
|
|
5082
5035
|
...
|
|
5083
5036
|
|
|
5084
|
-
class VIEW3D_MT_select_edit_text(bpy.types.Menu
|
|
5037
|
+
class VIEW3D_MT_select_edit_text(bpy.types.Menu):
|
|
5085
5038
|
bl_label: typing.Any
|
|
5086
5039
|
bl_rna: typing.Any
|
|
5087
5040
|
id_data: typing.Any
|
|
@@ -5109,7 +5062,7 @@ class VIEW3D_MT_select_edit_text(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5109
5062
|
"""
|
|
5110
5063
|
...
|
|
5111
5064
|
|
|
5112
|
-
class VIEW3D_MT_select_object(bpy.types.Menu
|
|
5065
|
+
class VIEW3D_MT_select_object(bpy.types.Menu):
|
|
5113
5066
|
bl_label: typing.Any
|
|
5114
5067
|
bl_rna: typing.Any
|
|
5115
5068
|
id_data: typing.Any
|
|
@@ -5137,7 +5090,7 @@ class VIEW3D_MT_select_object(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5137
5090
|
"""
|
|
5138
5091
|
...
|
|
5139
5092
|
|
|
5140
|
-
class VIEW3D_MT_select_object_more_less(bpy.types.Menu
|
|
5093
|
+
class VIEW3D_MT_select_object_more_less(bpy.types.Menu):
|
|
5141
5094
|
bl_label: typing.Any
|
|
5142
5095
|
bl_rna: typing.Any
|
|
5143
5096
|
id_data: typing.Any
|
|
@@ -5165,7 +5118,7 @@ class VIEW3D_MT_select_object_more_less(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5165
5118
|
"""
|
|
5166
5119
|
...
|
|
5167
5120
|
|
|
5168
|
-
class VIEW3D_MT_select_paint_mask(bpy.types.Menu
|
|
5121
|
+
class VIEW3D_MT_select_paint_mask(bpy.types.Menu):
|
|
5169
5122
|
bl_label: typing.Any
|
|
5170
5123
|
bl_rna: typing.Any
|
|
5171
5124
|
id_data: typing.Any
|
|
@@ -5193,7 +5146,7 @@ class VIEW3D_MT_select_paint_mask(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5193
5146
|
"""
|
|
5194
5147
|
...
|
|
5195
5148
|
|
|
5196
|
-
class VIEW3D_MT_select_paint_mask_vertex(bpy.types.Menu
|
|
5149
|
+
class VIEW3D_MT_select_paint_mask_vertex(bpy.types.Menu):
|
|
5197
5150
|
bl_label: typing.Any
|
|
5198
5151
|
bl_rna: typing.Any
|
|
5199
5152
|
id_data: typing.Any
|
|
@@ -5221,7 +5174,7 @@ class VIEW3D_MT_select_paint_mask_vertex(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5221
5174
|
"""
|
|
5222
5175
|
...
|
|
5223
5176
|
|
|
5224
|
-
class VIEW3D_MT_select_particle(bpy.types.Menu
|
|
5177
|
+
class VIEW3D_MT_select_particle(bpy.types.Menu):
|
|
5225
5178
|
bl_label: typing.Any
|
|
5226
5179
|
bl_rna: typing.Any
|
|
5227
5180
|
id_data: typing.Any
|
|
@@ -5249,7 +5202,7 @@ class VIEW3D_MT_select_particle(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5249
5202
|
"""
|
|
5250
5203
|
...
|
|
5251
5204
|
|
|
5252
|
-
class VIEW3D_MT_select_pose(bpy.types.Menu
|
|
5205
|
+
class VIEW3D_MT_select_pose(bpy.types.Menu):
|
|
5253
5206
|
bl_label: typing.Any
|
|
5254
5207
|
bl_rna: typing.Any
|
|
5255
5208
|
id_data: typing.Any
|
|
@@ -5277,7 +5230,7 @@ class VIEW3D_MT_select_pose(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5277
5230
|
"""
|
|
5278
5231
|
...
|
|
5279
5232
|
|
|
5280
|
-
class VIEW3D_MT_select_pose_more_less(bpy.types.Menu
|
|
5233
|
+
class VIEW3D_MT_select_pose_more_less(bpy.types.Menu):
|
|
5281
5234
|
bl_label: typing.Any
|
|
5282
5235
|
bl_rna: typing.Any
|
|
5283
5236
|
id_data: typing.Any
|
|
@@ -5305,7 +5258,7 @@ class VIEW3D_MT_select_pose_more_less(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5305
5258
|
"""
|
|
5306
5259
|
...
|
|
5307
5260
|
|
|
5308
|
-
class VIEW3D_MT_select_sculpt_curves(bpy.types.Menu
|
|
5261
|
+
class VIEW3D_MT_select_sculpt_curves(bpy.types.Menu):
|
|
5309
5262
|
bl_label: typing.Any
|
|
5310
5263
|
bl_rna: typing.Any
|
|
5311
5264
|
id_data: typing.Any
|
|
@@ -5333,7 +5286,7 @@ class VIEW3D_MT_select_sculpt_curves(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5333
5286
|
"""
|
|
5334
5287
|
...
|
|
5335
5288
|
|
|
5336
|
-
class VIEW3D_MT_shading_ex_pie(bpy.types.Menu
|
|
5289
|
+
class VIEW3D_MT_shading_ex_pie(bpy.types.Menu):
|
|
5337
5290
|
bl_label: typing.Any
|
|
5338
5291
|
bl_rna: typing.Any
|
|
5339
5292
|
id_data: typing.Any
|
|
@@ -5361,7 +5314,7 @@ class VIEW3D_MT_shading_ex_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5361
5314
|
"""
|
|
5362
5315
|
...
|
|
5363
5316
|
|
|
5364
|
-
class VIEW3D_MT_shading_pie(bpy.types.Menu
|
|
5317
|
+
class VIEW3D_MT_shading_pie(bpy.types.Menu):
|
|
5365
5318
|
bl_label: typing.Any
|
|
5366
5319
|
bl_rna: typing.Any
|
|
5367
5320
|
id_data: typing.Any
|
|
@@ -5389,7 +5342,7 @@ class VIEW3D_MT_shading_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5389
5342
|
"""
|
|
5390
5343
|
...
|
|
5391
5344
|
|
|
5392
|
-
class VIEW3D_MT_snap(bpy.types.Menu
|
|
5345
|
+
class VIEW3D_MT_snap(bpy.types.Menu):
|
|
5393
5346
|
bl_label: typing.Any
|
|
5394
5347
|
bl_rna: typing.Any
|
|
5395
5348
|
id_data: typing.Any
|
|
@@ -5417,7 +5370,7 @@ class VIEW3D_MT_snap(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5417
5370
|
"""
|
|
5418
5371
|
...
|
|
5419
5372
|
|
|
5420
|
-
class VIEW3D_MT_snap_pie(bpy.types.Menu
|
|
5373
|
+
class VIEW3D_MT_snap_pie(bpy.types.Menu):
|
|
5421
5374
|
bl_label: typing.Any
|
|
5422
5375
|
bl_rna: typing.Any
|
|
5423
5376
|
id_data: typing.Any
|
|
@@ -5445,7 +5398,7 @@ class VIEW3D_MT_snap_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5445
5398
|
"""
|
|
5446
5399
|
...
|
|
5447
5400
|
|
|
5448
|
-
class VIEW3D_MT_surface_add(bpy.types.Menu
|
|
5401
|
+
class VIEW3D_MT_surface_add(bpy.types.Menu):
|
|
5449
5402
|
bl_idname: typing.Any
|
|
5450
5403
|
bl_label: typing.Any
|
|
5451
5404
|
bl_options: typing.Any
|
|
@@ -5475,9 +5428,7 @@ class VIEW3D_MT_surface_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5475
5428
|
"""
|
|
5476
5429
|
...
|
|
5477
5430
|
|
|
5478
|
-
class VIEW3D_MT_transform(
|
|
5479
|
-
bpy.types.Menu, VIEW3D_MT_transform_base, bpy_types._GenericUI
|
|
5480
|
-
):
|
|
5431
|
+
class VIEW3D_MT_transform(VIEW3D_MT_transform_base, bpy.types.Menu):
|
|
5481
5432
|
bl_category: typing.Any
|
|
5482
5433
|
bl_label: typing.Any
|
|
5483
5434
|
bl_rna: typing.Any
|
|
@@ -5506,9 +5457,7 @@ class VIEW3D_MT_transform(
|
|
|
5506
5457
|
"""
|
|
5507
5458
|
...
|
|
5508
5459
|
|
|
5509
|
-
class VIEW3D_MT_transform_armature(
|
|
5510
|
-
bpy.types.Menu, VIEW3D_MT_transform_base, bpy_types._GenericUI
|
|
5511
|
-
):
|
|
5460
|
+
class VIEW3D_MT_transform_armature(VIEW3D_MT_transform_base, bpy.types.Menu):
|
|
5512
5461
|
bl_category: typing.Any
|
|
5513
5462
|
bl_label: typing.Any
|
|
5514
5463
|
bl_rna: typing.Any
|
|
@@ -5548,7 +5497,7 @@ class VIEW3D_MT_transform_base:
|
|
|
5548
5497
|
"""
|
|
5549
5498
|
...
|
|
5550
5499
|
|
|
5551
|
-
class VIEW3D_MT_transform_gizmo_pie(bpy.types.Menu
|
|
5500
|
+
class VIEW3D_MT_transform_gizmo_pie(bpy.types.Menu):
|
|
5552
5501
|
bl_label: typing.Any
|
|
5553
5502
|
bl_rna: typing.Any
|
|
5554
5503
|
id_data: typing.Any
|
|
@@ -5576,9 +5525,7 @@ class VIEW3D_MT_transform_gizmo_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5576
5525
|
"""
|
|
5577
5526
|
...
|
|
5578
5527
|
|
|
5579
|
-
class VIEW3D_MT_transform_object(
|
|
5580
|
-
bpy.types.Menu, VIEW3D_MT_transform_base, bpy_types._GenericUI
|
|
5581
|
-
):
|
|
5528
|
+
class VIEW3D_MT_transform_object(VIEW3D_MT_transform_base, bpy.types.Menu):
|
|
5582
5529
|
bl_category: typing.Any
|
|
5583
5530
|
bl_label: typing.Any
|
|
5584
5531
|
bl_rna: typing.Any
|
|
@@ -5607,7 +5554,7 @@ class VIEW3D_MT_transform_object(
|
|
|
5607
5554
|
"""
|
|
5608
5555
|
...
|
|
5609
5556
|
|
|
5610
|
-
class VIEW3D_MT_uv_map(bpy.types.Menu
|
|
5557
|
+
class VIEW3D_MT_uv_map(bpy.types.Menu):
|
|
5611
5558
|
bl_label: typing.Any
|
|
5612
5559
|
bl_rna: typing.Any
|
|
5613
5560
|
id_data: typing.Any
|
|
@@ -5635,7 +5582,7 @@ class VIEW3D_MT_uv_map(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5635
5582
|
"""
|
|
5636
5583
|
...
|
|
5637
5584
|
|
|
5638
|
-
class VIEW3D_MT_vertex_group(bpy.types.Menu
|
|
5585
|
+
class VIEW3D_MT_vertex_group(bpy.types.Menu):
|
|
5639
5586
|
bl_label: typing.Any
|
|
5640
5587
|
bl_rna: typing.Any
|
|
5641
5588
|
id_data: typing.Any
|
|
@@ -5663,7 +5610,7 @@ class VIEW3D_MT_vertex_group(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5663
5610
|
"""
|
|
5664
5611
|
...
|
|
5665
5612
|
|
|
5666
|
-
class VIEW3D_MT_view(bpy.types.Menu
|
|
5613
|
+
class VIEW3D_MT_view(bpy.types.Menu):
|
|
5667
5614
|
bl_label: typing.Any
|
|
5668
5615
|
bl_rna: typing.Any
|
|
5669
5616
|
id_data: typing.Any
|
|
@@ -5691,7 +5638,7 @@ class VIEW3D_MT_view(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5691
5638
|
"""
|
|
5692
5639
|
...
|
|
5693
5640
|
|
|
5694
|
-
class VIEW3D_MT_view_align(bpy.types.Menu
|
|
5641
|
+
class VIEW3D_MT_view_align(bpy.types.Menu):
|
|
5695
5642
|
bl_label: typing.Any
|
|
5696
5643
|
bl_rna: typing.Any
|
|
5697
5644
|
id_data: typing.Any
|
|
@@ -5719,7 +5666,7 @@ class VIEW3D_MT_view_align(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5719
5666
|
"""
|
|
5720
5667
|
...
|
|
5721
5668
|
|
|
5722
|
-
class VIEW3D_MT_view_align_selected(bpy.types.Menu
|
|
5669
|
+
class VIEW3D_MT_view_align_selected(bpy.types.Menu):
|
|
5723
5670
|
bl_label: typing.Any
|
|
5724
5671
|
bl_rna: typing.Any
|
|
5725
5672
|
id_data: typing.Any
|
|
@@ -5747,7 +5694,7 @@ class VIEW3D_MT_view_align_selected(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5747
5694
|
"""
|
|
5748
5695
|
...
|
|
5749
5696
|
|
|
5750
|
-
class VIEW3D_MT_view_cameras(bpy.types.Menu
|
|
5697
|
+
class VIEW3D_MT_view_cameras(bpy.types.Menu):
|
|
5751
5698
|
bl_label: typing.Any
|
|
5752
5699
|
bl_rna: typing.Any
|
|
5753
5700
|
id_data: typing.Any
|
|
@@ -5775,7 +5722,7 @@ class VIEW3D_MT_view_cameras(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5775
5722
|
"""
|
|
5776
5723
|
...
|
|
5777
5724
|
|
|
5778
|
-
class VIEW3D_MT_view_local(bpy.types.Menu
|
|
5725
|
+
class VIEW3D_MT_view_local(bpy.types.Menu):
|
|
5779
5726
|
bl_label: typing.Any
|
|
5780
5727
|
bl_rna: typing.Any
|
|
5781
5728
|
id_data: typing.Any
|
|
@@ -5803,7 +5750,7 @@ class VIEW3D_MT_view_local(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5803
5750
|
"""
|
|
5804
5751
|
...
|
|
5805
5752
|
|
|
5806
|
-
class VIEW3D_MT_view_navigation(bpy.types.Menu
|
|
5753
|
+
class VIEW3D_MT_view_navigation(bpy.types.Menu):
|
|
5807
5754
|
bl_label: typing.Any
|
|
5808
5755
|
bl_rna: typing.Any
|
|
5809
5756
|
id_data: typing.Any
|
|
@@ -5831,7 +5778,7 @@ class VIEW3D_MT_view_navigation(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5831
5778
|
"""
|
|
5832
5779
|
...
|
|
5833
5780
|
|
|
5834
|
-
class VIEW3D_MT_view_pie(bpy.types.Menu
|
|
5781
|
+
class VIEW3D_MT_view_pie(bpy.types.Menu):
|
|
5835
5782
|
bl_idname: typing.Any
|
|
5836
5783
|
bl_label: typing.Any
|
|
5837
5784
|
bl_rna: typing.Any
|
|
@@ -5860,7 +5807,7 @@ class VIEW3D_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5860
5807
|
"""
|
|
5861
5808
|
...
|
|
5862
5809
|
|
|
5863
|
-
class VIEW3D_MT_view_regions(bpy.types.Menu
|
|
5810
|
+
class VIEW3D_MT_view_regions(bpy.types.Menu):
|
|
5864
5811
|
bl_label: typing.Any
|
|
5865
5812
|
bl_rna: typing.Any
|
|
5866
5813
|
id_data: typing.Any
|
|
@@ -5888,7 +5835,7 @@ class VIEW3D_MT_view_regions(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5888
5835
|
"""
|
|
5889
5836
|
...
|
|
5890
5837
|
|
|
5891
|
-
class VIEW3D_MT_view_viewpoint(bpy.types.Menu
|
|
5838
|
+
class VIEW3D_MT_view_viewpoint(bpy.types.Menu):
|
|
5892
5839
|
bl_label: typing.Any
|
|
5893
5840
|
bl_rna: typing.Any
|
|
5894
5841
|
id_data: typing.Any
|
|
@@ -5916,7 +5863,7 @@ class VIEW3D_MT_view_viewpoint(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5916
5863
|
"""
|
|
5917
5864
|
...
|
|
5918
5865
|
|
|
5919
|
-
class VIEW3D_MT_volume_add(bpy.types.Menu
|
|
5866
|
+
class VIEW3D_MT_volume_add(bpy.types.Menu):
|
|
5920
5867
|
bl_idname: typing.Any
|
|
5921
5868
|
bl_label: typing.Any
|
|
5922
5869
|
bl_options: typing.Any
|
|
@@ -5947,7 +5894,7 @@ class VIEW3D_MT_volume_add(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5947
5894
|
"""
|
|
5948
5895
|
...
|
|
5949
5896
|
|
|
5950
|
-
class VIEW3D_MT_weight_gpencil(bpy.types.Menu
|
|
5897
|
+
class VIEW3D_MT_weight_gpencil(bpy.types.Menu):
|
|
5951
5898
|
bl_label: typing.Any
|
|
5952
5899
|
bl_rna: typing.Any
|
|
5953
5900
|
id_data: typing.Any
|
|
@@ -5975,7 +5922,7 @@ class VIEW3D_MT_weight_gpencil(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
5975
5922
|
"""
|
|
5976
5923
|
...
|
|
5977
5924
|
|
|
5978
|
-
class VIEW3D_MT_weight_grease_pencil(bpy.types.Menu
|
|
5925
|
+
class VIEW3D_MT_weight_grease_pencil(bpy.types.Menu):
|
|
5979
5926
|
bl_label: typing.Any
|
|
5980
5927
|
bl_rna: typing.Any
|
|
5981
5928
|
id_data: typing.Any
|
|
@@ -6003,7 +5950,7 @@ class VIEW3D_MT_weight_grease_pencil(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
6003
5950
|
"""
|
|
6004
5951
|
...
|
|
6005
5952
|
|
|
6006
|
-
class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy.types.Menu
|
|
5953
|
+
class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy.types.Menu):
|
|
6007
5954
|
bl_label: typing.Any
|
|
6008
5955
|
bl_rna: typing.Any
|
|
6009
5956
|
id_data: typing.Any
|
|
@@ -6032,9 +5979,7 @@ class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
6032
5979
|
...
|
|
6033
5980
|
|
|
6034
5981
|
class VIEW3D_PT_active_tool(
|
|
6035
|
-
|
|
6036
|
-
bpy.types.Panel,
|
|
6037
|
-
bl_ui.space_toolsystem_common.ToolActivePanelHelper,
|
|
5982
|
+
bpy.types.Panel, bl_ui.space_toolsystem_common.ToolActivePanelHelper
|
|
6038
5983
|
):
|
|
6039
5984
|
bl_category: typing.Any
|
|
6040
5985
|
bl_label: typing.Any
|
|
@@ -6068,9 +6013,7 @@ class VIEW3D_PT_active_tool(
|
|
|
6068
6013
|
...
|
|
6069
6014
|
|
|
6070
6015
|
class VIEW3D_PT_active_tool_duplicate(
|
|
6071
|
-
|
|
6072
|
-
bpy.types.Panel,
|
|
6073
|
-
bl_ui.space_toolsystem_common.ToolActivePanelHelper,
|
|
6016
|
+
bpy.types.Panel, bl_ui.space_toolsystem_common.ToolActivePanelHelper
|
|
6074
6017
|
):
|
|
6075
6018
|
bl_category: typing.Any
|
|
6076
6019
|
bl_label: typing.Any
|
|
@@ -6105,9 +6048,7 @@ class VIEW3D_PT_active_tool_duplicate(
|
|
|
6105
6048
|
...
|
|
6106
6049
|
|
|
6107
6050
|
class VIEW3D_PT_annotation_onion(
|
|
6108
|
-
bpy.types.Panel
|
|
6109
|
-
bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
|
|
6110
|
-
bpy_types._GenericUI,
|
|
6051
|
+
bl_ui.properties_grease_pencil_common.AnnotationOnionSkin, bpy.types.Panel
|
|
6111
6052
|
):
|
|
6112
6053
|
bl_category: typing.Any
|
|
6113
6054
|
bl_label: typing.Any
|
|
@@ -6134,7 +6075,7 @@ class VIEW3D_PT_annotation_onion(
|
|
|
6134
6075
|
"""
|
|
6135
6076
|
...
|
|
6136
6077
|
|
|
6137
|
-
class VIEW3D_PT_collections(bpy.types.Panel
|
|
6078
|
+
class VIEW3D_PT_collections(bpy.types.Panel):
|
|
6138
6079
|
bl_category: typing.Any
|
|
6139
6080
|
bl_label: typing.Any
|
|
6140
6081
|
bl_options: typing.Any
|
|
@@ -6166,7 +6107,7 @@ class VIEW3D_PT_collections(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
6166
6107
|
"""
|
|
6167
6108
|
...
|
|
6168
6109
|
|
|
6169
|
-
class VIEW3D_PT_context_properties(bpy.types.Panel
|
|
6110
|
+
class VIEW3D_PT_context_properties(bpy.types.Panel):
|
|
6170
6111
|
bl_category: typing.Any
|
|
6171
6112
|
bl_label: typing.Any
|
|
6172
6113
|
bl_options: typing.Any
|
|
@@ -6206,7 +6147,7 @@ class VIEW3D_PT_context_properties(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
6206
6147
|
"""
|
|
6207
6148
|
...
|
|
6208
6149
|
|
|
6209
|
-
class VIEW3D_PT_curves_sculpt_add_shape(bpy.types.Panel
|
|
6150
|
+
class VIEW3D_PT_curves_sculpt_add_shape(bpy.types.Panel):
|
|
6210
6151
|
bl_label: typing.Any
|
|
6211
6152
|
bl_region_type: typing.Any
|
|
6212
6153
|
bl_rna: typing.Any
|
|
@@ -6236,9 +6177,7 @@ class VIEW3D_PT_curves_sculpt_add_shape(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
6236
6177
|
"""
|
|
6237
6178
|
...
|
|
6238
6179
|
|
|
6239
|
-
class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(
|
|
6240
|
-
bpy.types.Panel, bpy_types._GenericUI
|
|
6241
|
-
):
|
|
6180
|
+
class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(bpy.types.Panel):
|
|
6242
6181
|
bl_label: typing.Any
|
|
6243
6182
|
bl_region_type: typing.Any
|
|
6244
6183
|
bl_rna: typing.Any
|
|
@@ -6269,7 +6208,7 @@ class VIEW3D_PT_curves_sculpt_grow_shrink_scaling(
|
|
|
6269
6208
|
"""
|
|
6270
6209
|
...
|
|
6271
6210
|
|
|
6272
|
-
class VIEW3D_PT_curves_sculpt_parameter_falloff(bpy.types.Panel
|
|
6211
|
+
class VIEW3D_PT_curves_sculpt_parameter_falloff(bpy.types.Panel):
|
|
6273
6212
|
bl_label: typing.Any
|
|
6274
6213
|
bl_region_type: typing.Any
|
|
6275
6214
|
bl_rna: typing.Any
|
|
@@ -6299,7 +6238,7 @@ class VIEW3D_PT_curves_sculpt_parameter_falloff(bpy.types.Panel, bpy_types._Gene
|
|
|
6299
6238
|
"""
|
|
6300
6239
|
...
|
|
6301
6240
|
|
|
6302
|
-
class VIEW3D_PT_gizmo_display(bpy.types.Panel
|
|
6241
|
+
class VIEW3D_PT_gizmo_display(bpy.types.Panel):
|
|
6303
6242
|
bl_label: typing.Any
|
|
6304
6243
|
bl_region_type: typing.Any
|
|
6305
6244
|
bl_rna: typing.Any
|
|
@@ -6330,7 +6269,7 @@ class VIEW3D_PT_gizmo_display(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
6330
6269
|
"""
|
|
6331
6270
|
...
|
|
6332
6271
|
|
|
6333
|
-
class VIEW3D_PT_gpencil_curve_edit(bpy.types.Panel
|
|
6272
|
+
class VIEW3D_PT_gpencil_curve_edit(bpy.types.Panel):
|
|
6334
6273
|
bl_label: typing.Any
|
|
6335
6274
|
bl_region_type: typing.Any
|
|
6336
6275
|
bl_rna: typing.Any
|
|
@@ -6360,7 +6299,7 @@ class VIEW3D_PT_gpencil_curve_edit(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
6360
6299
|
"""
|
|
6361
6300
|
...
|
|
6362
6301
|
|
|
6363
|
-
class VIEW3D_PT_gpencil_draw_context_menu(bpy.types.Panel
|
|
6302
|
+
class VIEW3D_PT_gpencil_draw_context_menu(bpy.types.Panel):
|
|
6364
6303
|
bl_label: typing.Any
|
|
6365
6304
|
bl_region_type: typing.Any
|
|
6366
6305
|
bl_rna: typing.Any
|
|
@@ -6391,7 +6330,7 @@ class VIEW3D_PT_gpencil_draw_context_menu(bpy.types.Panel, bpy_types._GenericUI)
|
|
|
6391
6330
|
"""
|
|
6392
6331
|
...
|
|
6393
6332
|
|
|
6394
|
-
class VIEW3D_PT_gpencil_guide(bpy.types.Panel
|
|
6333
|
+
class VIEW3D_PT_gpencil_guide(bpy.types.Panel):
|
|
6395
6334
|
bl_label: typing.Any
|
|
6396
6335
|
bl_region_type: typing.Any
|
|
6397
6336
|
bl_rna: typing.Any
|
|
@@ -6421,7 +6360,7 @@ class VIEW3D_PT_gpencil_guide(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
6421
6360
|
"""
|
|
6422
6361
|
...
|
|
6423
6362
|
|
|
6424
|
-
class VIEW3D_PT_gpencil_lock(bpy.types.Panel
|
|
6363
|
+
class VIEW3D_PT_gpencil_lock(bpy.types.Panel):
|
|
6425
6364
|
bl_label: typing.Any
|
|
6426
6365
|
bl_region_type: typing.Any
|
|
6427
6366
|
bl_rna: typing.Any
|
|
@@ -6451,7 +6390,7 @@ class VIEW3D_PT_gpencil_lock(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
6451
6390
|
"""
|
|
6452
6391
|
...
|
|
6453
6392
|
|
|
6454
|
-
class VIEW3D_PT_gpencil_multi_frame(bpy.types.Panel
|
|
6393
|
+
class VIEW3D_PT_gpencil_multi_frame(bpy.types.Panel):
|
|
6455
6394
|
bl_label: typing.Any
|
|
6456
6395
|
bl_region_type: typing.Any
|
|
6457
6396
|
bl_rna: typing.Any
|
|
@@ -6481,7 +6420,7 @@ class VIEW3D_PT_gpencil_multi_frame(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
6481
6420
|
"""
|
|
6482
6421
|
...
|
|
6483
6422
|
|
|
6484
|
-
class VIEW3D_PT_gpencil_origin(bpy.types.Panel
|
|
6423
|
+
class VIEW3D_PT_gpencil_origin(bpy.types.Panel):
|
|
6485
6424
|
bl_label: typing.Any
|
|
6486
6425
|
bl_region_type: typing.Any
|
|
6487
6426
|
bl_rna: typing.Any
|
|
@@ -6511,7 +6450,7 @@ class VIEW3D_PT_gpencil_origin(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
6511
6450
|
"""
|
|
6512
6451
|
...
|
|
6513
6452
|
|
|
6514
|
-
class VIEW3D_PT_gpencil_sculpt_automasking(bpy.types.Panel
|
|
6453
|
+
class VIEW3D_PT_gpencil_sculpt_automasking(bpy.types.Panel):
|
|
6515
6454
|
bl_label: typing.Any
|
|
6516
6455
|
bl_region_type: typing.Any
|
|
6517
6456
|
bl_rna: typing.Any
|
|
@@ -6542,7 +6481,7 @@ class VIEW3D_PT_gpencil_sculpt_automasking(bpy.types.Panel, bpy_types._GenericUI
|
|
|
6542
6481
|
"""
|
|
6543
6482
|
...
|
|
6544
6483
|
|
|
6545
|
-
class VIEW3D_PT_gpencil_sculpt_context_menu(bpy.types.Panel
|
|
6484
|
+
class VIEW3D_PT_gpencil_sculpt_context_menu(bpy.types.Panel):
|
|
6546
6485
|
bl_label: typing.Any
|
|
6547
6486
|
bl_region_type: typing.Any
|
|
6548
6487
|
bl_rna: typing.Any
|
|
@@ -6573,7 +6512,7 @@ class VIEW3D_PT_gpencil_sculpt_context_menu(bpy.types.Panel, bpy_types._GenericU
|
|
|
6573
6512
|
"""
|
|
6574
6513
|
...
|
|
6575
6514
|
|
|
6576
|
-
class VIEW3D_PT_gpencil_vertex_context_menu(bpy.types.Panel
|
|
6515
|
+
class VIEW3D_PT_gpencil_vertex_context_menu(bpy.types.Panel):
|
|
6577
6516
|
bl_label: typing.Any
|
|
6578
6517
|
bl_region_type: typing.Any
|
|
6579
6518
|
bl_rna: typing.Any
|
|
@@ -6604,7 +6543,7 @@ class VIEW3D_PT_gpencil_vertex_context_menu(bpy.types.Panel, bpy_types._GenericU
|
|
|
6604
6543
|
"""
|
|
6605
6544
|
...
|
|
6606
6545
|
|
|
6607
|
-
class VIEW3D_PT_gpencil_weight_context_menu(bpy.types.Panel
|
|
6546
|
+
class VIEW3D_PT_gpencil_weight_context_menu(bpy.types.Panel):
|
|
6608
6547
|
bl_label: typing.Any
|
|
6609
6548
|
bl_region_type: typing.Any
|
|
6610
6549
|
bl_rna: typing.Any
|
|
@@ -6636,9 +6575,7 @@ class VIEW3D_PT_gpencil_weight_context_menu(bpy.types.Panel, bpy_types._GenericU
|
|
|
6636
6575
|
...
|
|
6637
6576
|
|
|
6638
6577
|
class VIEW3D_PT_grease_pencil(
|
|
6639
|
-
bpy.types.Panel
|
|
6640
|
-
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
6641
|
-
bpy_types._GenericUI,
|
|
6578
|
+
bl_ui.properties_grease_pencil_common.AnnotationDataPanel, bpy.types.Panel
|
|
6642
6579
|
):
|
|
6643
6580
|
bl_category: typing.Any
|
|
6644
6581
|
bl_label: typing.Any
|
|
@@ -6664,7 +6601,7 @@ class VIEW3D_PT_grease_pencil(
|
|
|
6664
6601
|
"""
|
|
6665
6602
|
...
|
|
6666
6603
|
|
|
6667
|
-
class VIEW3D_PT_grease_pencil_multi_frame(bpy.types.Panel
|
|
6604
|
+
class VIEW3D_PT_grease_pencil_multi_frame(bpy.types.Panel):
|
|
6668
6605
|
bl_label: typing.Any
|
|
6669
6606
|
bl_region_type: typing.Any
|
|
6670
6607
|
bl_rna: typing.Any
|
|
@@ -6694,7 +6631,7 @@ class VIEW3D_PT_grease_pencil_multi_frame(bpy.types.Panel, bpy_types._GenericUI)
|
|
|
6694
6631
|
"""
|
|
6695
6632
|
...
|
|
6696
6633
|
|
|
6697
|
-
class VIEW3D_PT_object_type_visibility(bpy.types.Panel
|
|
6634
|
+
class VIEW3D_PT_object_type_visibility(bpy.types.Panel):
|
|
6698
6635
|
bl_label: typing.Any
|
|
6699
6636
|
bl_region_type: typing.Any
|
|
6700
6637
|
bl_rna: typing.Any
|
|
@@ -6734,7 +6671,7 @@ class VIEW3D_PT_object_type_visibility(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
6734
6671
|
"""
|
|
6735
6672
|
...
|
|
6736
6673
|
|
|
6737
|
-
class VIEW3D_PT_overlay(bpy.types.Panel
|
|
6674
|
+
class VIEW3D_PT_overlay(bpy.types.Panel):
|
|
6738
6675
|
bl_label: typing.Any
|
|
6739
6676
|
bl_region_type: typing.Any
|
|
6740
6677
|
bl_rna: typing.Any
|
|
@@ -6765,7 +6702,7 @@ class VIEW3D_PT_overlay(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
6765
6702
|
"""
|
|
6766
6703
|
...
|
|
6767
6704
|
|
|
6768
|
-
class VIEW3D_PT_overlay_bones(bpy.types.Panel
|
|
6705
|
+
class VIEW3D_PT_overlay_bones(bpy.types.Panel):
|
|
6769
6706
|
bl_label: typing.Any
|
|
6770
6707
|
bl_region_type: typing.Any
|
|
6771
6708
|
bl_rna: typing.Any
|
|
@@ -6811,7 +6748,7 @@ class VIEW3D_PT_overlay_bones(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
6811
6748
|
"""
|
|
6812
6749
|
...
|
|
6813
6750
|
|
|
6814
|
-
class VIEW3D_PT_overlay_edit_curve(bpy.types.Panel
|
|
6751
|
+
class VIEW3D_PT_overlay_edit_curve(bpy.types.Panel):
|
|
6815
6752
|
bl_label: typing.Any
|
|
6816
6753
|
bl_region_type: typing.Any
|
|
6817
6754
|
bl_rna: typing.Any
|
|
@@ -6849,7 +6786,7 @@ class VIEW3D_PT_overlay_edit_curve(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
6849
6786
|
"""
|
|
6850
6787
|
...
|
|
6851
6788
|
|
|
6852
|
-
class VIEW3D_PT_overlay_edit_mesh(bpy.types.Panel
|
|
6789
|
+
class VIEW3D_PT_overlay_edit_mesh(bpy.types.Panel):
|
|
6853
6790
|
bl_label: typing.Any
|
|
6854
6791
|
bl_region_type: typing.Any
|
|
6855
6792
|
bl_rna: typing.Any
|
|
@@ -6888,7 +6825,7 @@ class VIEW3D_PT_overlay_edit_mesh(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
6888
6825
|
"""
|
|
6889
6826
|
...
|
|
6890
6827
|
|
|
6891
|
-
class VIEW3D_PT_overlay_edit_mesh_freestyle(bpy.types.Panel
|
|
6828
|
+
class VIEW3D_PT_overlay_edit_mesh_freestyle(bpy.types.Panel):
|
|
6892
6829
|
bl_label: typing.Any
|
|
6893
6830
|
bl_parent_id: typing.Any
|
|
6894
6831
|
bl_region_type: typing.Any
|
|
@@ -6927,7 +6864,7 @@ class VIEW3D_PT_overlay_edit_mesh_freestyle(bpy.types.Panel, bpy_types._GenericU
|
|
|
6927
6864
|
"""
|
|
6928
6865
|
...
|
|
6929
6866
|
|
|
6930
|
-
class VIEW3D_PT_overlay_edit_mesh_measurement(bpy.types.Panel
|
|
6867
|
+
class VIEW3D_PT_overlay_edit_mesh_measurement(bpy.types.Panel):
|
|
6931
6868
|
bl_label: typing.Any
|
|
6932
6869
|
bl_parent_id: typing.Any
|
|
6933
6870
|
bl_region_type: typing.Any
|
|
@@ -6966,7 +6903,7 @@ class VIEW3D_PT_overlay_edit_mesh_measurement(bpy.types.Panel, bpy_types._Generi
|
|
|
6966
6903
|
"""
|
|
6967
6904
|
...
|
|
6968
6905
|
|
|
6969
|
-
class VIEW3D_PT_overlay_edit_mesh_normals(bpy.types.Panel
|
|
6906
|
+
class VIEW3D_PT_overlay_edit_mesh_normals(bpy.types.Panel):
|
|
6970
6907
|
bl_label: typing.Any
|
|
6971
6908
|
bl_parent_id: typing.Any
|
|
6972
6909
|
bl_region_type: typing.Any
|
|
@@ -7005,7 +6942,7 @@ class VIEW3D_PT_overlay_edit_mesh_normals(bpy.types.Panel, bpy_types._GenericUI)
|
|
|
7005
6942
|
"""
|
|
7006
6943
|
...
|
|
7007
6944
|
|
|
7008
|
-
class VIEW3D_PT_overlay_edit_mesh_shading(bpy.types.Panel
|
|
6945
|
+
class VIEW3D_PT_overlay_edit_mesh_shading(bpy.types.Panel):
|
|
7009
6946
|
bl_label: typing.Any
|
|
7010
6947
|
bl_parent_id: typing.Any
|
|
7011
6948
|
bl_region_type: typing.Any
|
|
@@ -7044,7 +6981,7 @@ class VIEW3D_PT_overlay_edit_mesh_shading(bpy.types.Panel, bpy_types._GenericUI)
|
|
|
7044
6981
|
"""
|
|
7045
6982
|
...
|
|
7046
6983
|
|
|
7047
|
-
class VIEW3D_PT_overlay_geometry(bpy.types.Panel
|
|
6984
|
+
class VIEW3D_PT_overlay_geometry(bpy.types.Panel):
|
|
7048
6985
|
bl_label: typing.Any
|
|
7049
6986
|
bl_parent_id: typing.Any
|
|
7050
6987
|
bl_region_type: typing.Any
|
|
@@ -7075,7 +7012,7 @@ class VIEW3D_PT_overlay_geometry(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7075
7012
|
"""
|
|
7076
7013
|
...
|
|
7077
7014
|
|
|
7078
|
-
class VIEW3D_PT_overlay_gpencil_options(bpy.types.Panel
|
|
7015
|
+
class VIEW3D_PT_overlay_gpencil_options(bpy.types.Panel):
|
|
7079
7016
|
bl_label: typing.Any
|
|
7080
7017
|
bl_region_type: typing.Any
|
|
7081
7018
|
bl_rna: typing.Any
|
|
@@ -7114,7 +7051,7 @@ class VIEW3D_PT_overlay_gpencil_options(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7114
7051
|
"""
|
|
7115
7052
|
...
|
|
7116
7053
|
|
|
7117
|
-
class VIEW3D_PT_overlay_grease_pencil_options(bpy.types.Panel
|
|
7054
|
+
class VIEW3D_PT_overlay_grease_pencil_options(bpy.types.Panel):
|
|
7118
7055
|
bl_label: typing.Any
|
|
7119
7056
|
bl_region_type: typing.Any
|
|
7120
7057
|
bl_rna: typing.Any
|
|
@@ -7153,7 +7090,7 @@ class VIEW3D_PT_overlay_grease_pencil_options(bpy.types.Panel, bpy_types._Generi
|
|
|
7153
7090
|
"""
|
|
7154
7091
|
...
|
|
7155
7092
|
|
|
7156
|
-
class VIEW3D_PT_overlay_guides(bpy.types.Panel
|
|
7093
|
+
class VIEW3D_PT_overlay_guides(bpy.types.Panel):
|
|
7157
7094
|
bl_label: typing.Any
|
|
7158
7095
|
bl_parent_id: typing.Any
|
|
7159
7096
|
bl_region_type: typing.Any
|
|
@@ -7184,7 +7121,7 @@ class VIEW3D_PT_overlay_guides(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7184
7121
|
"""
|
|
7185
7122
|
...
|
|
7186
7123
|
|
|
7187
|
-
class VIEW3D_PT_overlay_motion_tracking(bpy.types.Panel
|
|
7124
|
+
class VIEW3D_PT_overlay_motion_tracking(bpy.types.Panel):
|
|
7188
7125
|
bl_label: typing.Any
|
|
7189
7126
|
bl_parent_id: typing.Any
|
|
7190
7127
|
bl_region_type: typing.Any
|
|
@@ -7222,7 +7159,7 @@ class VIEW3D_PT_overlay_motion_tracking(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7222
7159
|
"""
|
|
7223
7160
|
...
|
|
7224
7161
|
|
|
7225
|
-
class VIEW3D_PT_overlay_object(bpy.types.Panel
|
|
7162
|
+
class VIEW3D_PT_overlay_object(bpy.types.Panel):
|
|
7226
7163
|
bl_label: typing.Any
|
|
7227
7164
|
bl_parent_id: typing.Any
|
|
7228
7165
|
bl_region_type: typing.Any
|
|
@@ -7253,7 +7190,7 @@ class VIEW3D_PT_overlay_object(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7253
7190
|
"""
|
|
7254
7191
|
...
|
|
7255
7192
|
|
|
7256
|
-
class VIEW3D_PT_overlay_sculpt(bpy.types.Panel
|
|
7193
|
+
class VIEW3D_PT_overlay_sculpt(bpy.types.Panel):
|
|
7257
7194
|
bl_context: typing.Any
|
|
7258
7195
|
bl_label: typing.Any
|
|
7259
7196
|
bl_region_type: typing.Any
|
|
@@ -7292,7 +7229,7 @@ class VIEW3D_PT_overlay_sculpt(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7292
7229
|
"""
|
|
7293
7230
|
...
|
|
7294
7231
|
|
|
7295
|
-
class VIEW3D_PT_overlay_sculpt_curves(bpy.types.Panel
|
|
7232
|
+
class VIEW3D_PT_overlay_sculpt_curves(bpy.types.Panel):
|
|
7296
7233
|
bl_context: typing.Any
|
|
7297
7234
|
bl_label: typing.Any
|
|
7298
7235
|
bl_region_type: typing.Any
|
|
@@ -7331,7 +7268,7 @@ class VIEW3D_PT_overlay_sculpt_curves(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7331
7268
|
"""
|
|
7332
7269
|
...
|
|
7333
7270
|
|
|
7334
|
-
class VIEW3D_PT_overlay_texture_paint(bpy.types.Panel
|
|
7271
|
+
class VIEW3D_PT_overlay_texture_paint(bpy.types.Panel):
|
|
7335
7272
|
bl_label: typing.Any
|
|
7336
7273
|
bl_region_type: typing.Any
|
|
7337
7274
|
bl_rna: typing.Any
|
|
@@ -7369,7 +7306,7 @@ class VIEW3D_PT_overlay_texture_paint(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7369
7306
|
"""
|
|
7370
7307
|
...
|
|
7371
7308
|
|
|
7372
|
-
class VIEW3D_PT_overlay_vertex_paint(bpy.types.Panel
|
|
7309
|
+
class VIEW3D_PT_overlay_vertex_paint(bpy.types.Panel):
|
|
7373
7310
|
bl_label: typing.Any
|
|
7374
7311
|
bl_region_type: typing.Any
|
|
7375
7312
|
bl_rna: typing.Any
|
|
@@ -7407,7 +7344,7 @@ class VIEW3D_PT_overlay_vertex_paint(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7407
7344
|
"""
|
|
7408
7345
|
...
|
|
7409
7346
|
|
|
7410
|
-
class VIEW3D_PT_overlay_viewer_node(bpy.types.Panel
|
|
7347
|
+
class VIEW3D_PT_overlay_viewer_node(bpy.types.Panel):
|
|
7411
7348
|
bl_label: typing.Any
|
|
7412
7349
|
bl_parent_id: typing.Any
|
|
7413
7350
|
bl_region_type: typing.Any
|
|
@@ -7438,7 +7375,7 @@ class VIEW3D_PT_overlay_viewer_node(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7438
7375
|
"""
|
|
7439
7376
|
...
|
|
7440
7377
|
|
|
7441
|
-
class VIEW3D_PT_overlay_weight_paint(bpy.types.Panel
|
|
7378
|
+
class VIEW3D_PT_overlay_weight_paint(bpy.types.Panel):
|
|
7442
7379
|
bl_label: typing.Any
|
|
7443
7380
|
bl_region_type: typing.Any
|
|
7444
7381
|
bl_rna: typing.Any
|
|
@@ -7477,7 +7414,7 @@ class VIEW3D_PT_overlay_weight_paint(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7477
7414
|
"""
|
|
7478
7415
|
...
|
|
7479
7416
|
|
|
7480
|
-
class VIEW3D_PT_paint_texture_context_menu(bpy.types.Panel
|
|
7417
|
+
class VIEW3D_PT_paint_texture_context_menu(bpy.types.Panel):
|
|
7481
7418
|
bl_label: typing.Any
|
|
7482
7419
|
bl_region_type: typing.Any
|
|
7483
7420
|
bl_rna: typing.Any
|
|
@@ -7507,7 +7444,7 @@ class VIEW3D_PT_paint_texture_context_menu(bpy.types.Panel, bpy_types._GenericUI
|
|
|
7507
7444
|
"""
|
|
7508
7445
|
...
|
|
7509
7446
|
|
|
7510
|
-
class VIEW3D_PT_paint_vertex_context_menu(bpy.types.Panel
|
|
7447
|
+
class VIEW3D_PT_paint_vertex_context_menu(bpy.types.Panel):
|
|
7511
7448
|
bl_label: typing.Any
|
|
7512
7449
|
bl_region_type: typing.Any
|
|
7513
7450
|
bl_rna: typing.Any
|
|
@@ -7537,7 +7474,7 @@ class VIEW3D_PT_paint_vertex_context_menu(bpy.types.Panel, bpy_types._GenericUI)
|
|
|
7537
7474
|
"""
|
|
7538
7475
|
...
|
|
7539
7476
|
|
|
7540
|
-
class VIEW3D_PT_paint_weight_context_menu(bpy.types.Panel
|
|
7477
|
+
class VIEW3D_PT_paint_weight_context_menu(bpy.types.Panel):
|
|
7541
7478
|
bl_label: typing.Any
|
|
7542
7479
|
bl_region_type: typing.Any
|
|
7543
7480
|
bl_rna: typing.Any
|
|
@@ -7567,7 +7504,7 @@ class VIEW3D_PT_paint_weight_context_menu(bpy.types.Panel, bpy_types._GenericUI)
|
|
|
7567
7504
|
"""
|
|
7568
7505
|
...
|
|
7569
7506
|
|
|
7570
|
-
class VIEW3D_PT_proportional_edit(bpy.types.Panel
|
|
7507
|
+
class VIEW3D_PT_proportional_edit(bpy.types.Panel):
|
|
7571
7508
|
bl_label: typing.Any
|
|
7572
7509
|
bl_region_type: typing.Any
|
|
7573
7510
|
bl_rna: typing.Any
|
|
@@ -7598,7 +7535,7 @@ class VIEW3D_PT_proportional_edit(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7598
7535
|
"""
|
|
7599
7536
|
...
|
|
7600
7537
|
|
|
7601
|
-
class VIEW3D_PT_quad_view(bpy.types.Panel
|
|
7538
|
+
class VIEW3D_PT_quad_view(bpy.types.Panel):
|
|
7602
7539
|
bl_category: typing.Any
|
|
7603
7540
|
bl_label: typing.Any
|
|
7604
7541
|
bl_options: typing.Any
|
|
@@ -7638,7 +7575,7 @@ class VIEW3D_PT_quad_view(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7638
7575
|
"""
|
|
7639
7576
|
...
|
|
7640
7577
|
|
|
7641
|
-
class VIEW3D_PT_sculpt_automasking(bpy.types.Panel
|
|
7578
|
+
class VIEW3D_PT_sculpt_automasking(bpy.types.Panel):
|
|
7642
7579
|
bl_label: typing.Any
|
|
7643
7580
|
bl_region_type: typing.Any
|
|
7644
7581
|
bl_rna: typing.Any
|
|
@@ -7669,7 +7606,7 @@ class VIEW3D_PT_sculpt_automasking(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7669
7606
|
"""
|
|
7670
7607
|
...
|
|
7671
7608
|
|
|
7672
|
-
class VIEW3D_PT_sculpt_context_menu(bpy.types.Panel
|
|
7609
|
+
class VIEW3D_PT_sculpt_context_menu(bpy.types.Panel):
|
|
7673
7610
|
bl_label: typing.Any
|
|
7674
7611
|
bl_region_type: typing.Any
|
|
7675
7612
|
bl_rna: typing.Any
|
|
@@ -7699,7 +7636,7 @@ class VIEW3D_PT_sculpt_context_menu(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7699
7636
|
"""
|
|
7700
7637
|
...
|
|
7701
7638
|
|
|
7702
|
-
class VIEW3D_PT_sculpt_snapping(bpy.types.Panel
|
|
7639
|
+
class VIEW3D_PT_sculpt_snapping(bpy.types.Panel):
|
|
7703
7640
|
bl_label: typing.Any
|
|
7704
7641
|
bl_region_type: typing.Any
|
|
7705
7642
|
bl_rna: typing.Any
|
|
@@ -7729,7 +7666,7 @@ class VIEW3D_PT_sculpt_snapping(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7729
7666
|
"""
|
|
7730
7667
|
...
|
|
7731
7668
|
|
|
7732
|
-
class VIEW3D_PT_shading(bpy.types.Panel
|
|
7669
|
+
class VIEW3D_PT_shading(bpy.types.Panel):
|
|
7733
7670
|
bl_label: typing.Any
|
|
7734
7671
|
bl_region_type: typing.Any
|
|
7735
7672
|
bl_rna: typing.Any
|
|
@@ -7768,7 +7705,7 @@ class VIEW3D_PT_shading(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7768
7705
|
"""
|
|
7769
7706
|
...
|
|
7770
7707
|
|
|
7771
|
-
class VIEW3D_PT_shading_color(bpy.types.Panel
|
|
7708
|
+
class VIEW3D_PT_shading_color(bpy.types.Panel):
|
|
7772
7709
|
bl_label: typing.Any
|
|
7773
7710
|
bl_parent_id: typing.Any
|
|
7774
7711
|
bl_region_type: typing.Any
|
|
@@ -7799,7 +7736,7 @@ class VIEW3D_PT_shading_color(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7799
7736
|
"""
|
|
7800
7737
|
...
|
|
7801
7738
|
|
|
7802
|
-
class VIEW3D_PT_shading_compositor(bpy.types.Panel
|
|
7739
|
+
class VIEW3D_PT_shading_compositor(bpy.types.Panel):
|
|
7803
7740
|
bl_label: typing.Any
|
|
7804
7741
|
bl_order: typing.Any
|
|
7805
7742
|
bl_parent_id: typing.Any
|
|
@@ -7839,7 +7776,7 @@ class VIEW3D_PT_shading_compositor(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7839
7776
|
"""
|
|
7840
7777
|
...
|
|
7841
7778
|
|
|
7842
|
-
class VIEW3D_PT_shading_lighting(bpy.types.Panel
|
|
7779
|
+
class VIEW3D_PT_shading_lighting(bpy.types.Panel):
|
|
7843
7780
|
bl_label: typing.Any
|
|
7844
7781
|
bl_parent_id: typing.Any
|
|
7845
7782
|
bl_region_type: typing.Any
|
|
@@ -7878,7 +7815,7 @@ class VIEW3D_PT_shading_lighting(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7878
7815
|
"""
|
|
7879
7816
|
...
|
|
7880
7817
|
|
|
7881
|
-
class VIEW3D_PT_shading_options(bpy.types.Panel
|
|
7818
|
+
class VIEW3D_PT_shading_options(bpy.types.Panel):
|
|
7882
7819
|
bl_label: typing.Any
|
|
7883
7820
|
bl_parent_id: typing.Any
|
|
7884
7821
|
bl_region_type: typing.Any
|
|
@@ -7917,7 +7854,7 @@ class VIEW3D_PT_shading_options(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7917
7854
|
"""
|
|
7918
7855
|
...
|
|
7919
7856
|
|
|
7920
|
-
class VIEW3D_PT_shading_options_shadow(bpy.types.Panel
|
|
7857
|
+
class VIEW3D_PT_shading_options_shadow(bpy.types.Panel):
|
|
7921
7858
|
bl_label: typing.Any
|
|
7922
7859
|
bl_region_type: typing.Any
|
|
7923
7860
|
bl_rna: typing.Any
|
|
@@ -7947,7 +7884,7 @@ class VIEW3D_PT_shading_options_shadow(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7947
7884
|
"""
|
|
7948
7885
|
...
|
|
7949
7886
|
|
|
7950
|
-
class VIEW3D_PT_shading_options_ssao(bpy.types.Panel
|
|
7887
|
+
class VIEW3D_PT_shading_options_ssao(bpy.types.Panel):
|
|
7951
7888
|
bl_label: typing.Any
|
|
7952
7889
|
bl_region_type: typing.Any
|
|
7953
7890
|
bl_rna: typing.Any
|
|
@@ -7977,7 +7914,7 @@ class VIEW3D_PT_shading_options_ssao(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
7977
7914
|
"""
|
|
7978
7915
|
...
|
|
7979
7916
|
|
|
7980
|
-
class VIEW3D_PT_shading_render_pass(bpy.types.Panel
|
|
7917
|
+
class VIEW3D_PT_shading_render_pass(bpy.types.Panel):
|
|
7981
7918
|
COMPAT_ENGINES: typing.Any
|
|
7982
7919
|
bl_label: typing.Any
|
|
7983
7920
|
bl_parent_id: typing.Any
|
|
@@ -8017,7 +7954,7 @@ class VIEW3D_PT_shading_render_pass(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
8017
7954
|
"""
|
|
8018
7955
|
...
|
|
8019
7956
|
|
|
8020
|
-
class VIEW3D_PT_snapping(bpy.types.Panel
|
|
7957
|
+
class VIEW3D_PT_snapping(bpy.types.Panel):
|
|
8021
7958
|
bl_label: typing.Any
|
|
8022
7959
|
bl_region_type: typing.Any
|
|
8023
7960
|
bl_rna: typing.Any
|
|
@@ -8047,7 +7984,7 @@ class VIEW3D_PT_snapping(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
8047
7984
|
"""
|
|
8048
7985
|
...
|
|
8049
7986
|
|
|
8050
|
-
class VIEW3D_PT_transform_orientations(bpy.types.Panel
|
|
7987
|
+
class VIEW3D_PT_transform_orientations(bpy.types.Panel):
|
|
8051
7988
|
bl_label: typing.Any
|
|
8052
7989
|
bl_region_type: typing.Any
|
|
8053
7990
|
bl_rna: typing.Any
|
|
@@ -8078,7 +8015,7 @@ class VIEW3D_PT_transform_orientations(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
8078
8015
|
"""
|
|
8079
8016
|
...
|
|
8080
8017
|
|
|
8081
|
-
class VIEW3D_PT_view3d_cursor(bpy.types.Panel
|
|
8018
|
+
class VIEW3D_PT_view3d_cursor(bpy.types.Panel):
|
|
8082
8019
|
bl_category: typing.Any
|
|
8083
8020
|
bl_label: typing.Any
|
|
8084
8021
|
bl_region_type: typing.Any
|
|
@@ -8109,7 +8046,7 @@ class VIEW3D_PT_view3d_cursor(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
8109
8046
|
"""
|
|
8110
8047
|
...
|
|
8111
8048
|
|
|
8112
|
-
class VIEW3D_PT_view3d_lock(bpy.types.Panel
|
|
8049
|
+
class VIEW3D_PT_view3d_lock(bpy.types.Panel):
|
|
8113
8050
|
bl_category: typing.Any
|
|
8114
8051
|
bl_label: typing.Any
|
|
8115
8052
|
bl_parent_id: typing.Any
|
|
@@ -8141,7 +8078,7 @@ class VIEW3D_PT_view3d_lock(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
8141
8078
|
"""
|
|
8142
8079
|
...
|
|
8143
8080
|
|
|
8144
|
-
class VIEW3D_PT_view3d_properties(bpy.types.Panel
|
|
8081
|
+
class VIEW3D_PT_view3d_properties(bpy.types.Panel):
|
|
8145
8082
|
bl_category: typing.Any
|
|
8146
8083
|
bl_label: typing.Any
|
|
8147
8084
|
bl_region_type: typing.Any
|
|
@@ -8172,7 +8109,7 @@ class VIEW3D_PT_view3d_properties(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
8172
8109
|
"""
|
|
8173
8110
|
...
|
|
8174
8111
|
|
|
8175
|
-
class VIEW3D_PT_view3d_stereo(bpy.types.Panel
|
|
8112
|
+
class VIEW3D_PT_view3d_stereo(bpy.types.Panel):
|
|
8176
8113
|
bl_category: typing.Any
|
|
8177
8114
|
bl_label: typing.Any
|
|
8178
8115
|
bl_options: typing.Any
|
|
@@ -8212,7 +8149,7 @@ class VIEW3D_PT_view3d_stereo(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
8212
8149
|
"""
|
|
8213
8150
|
...
|
|
8214
8151
|
|
|
8215
|
-
class VIEW3D_PT_viewport_debug(bpy.types.Panel
|
|
8152
|
+
class VIEW3D_PT_viewport_debug(bpy.types.Panel):
|
|
8216
8153
|
bl_label: typing.Any
|
|
8217
8154
|
bl_parent_id: typing.Any
|
|
8218
8155
|
bl_region_type: typing.Any
|
|
@@ -8388,7 +8325,7 @@ class _draw_tool_settings_context_mode:
|
|
|
8388
8325
|
"""
|
|
8389
8326
|
...
|
|
8390
8327
|
|
|
8391
|
-
class VIEW3D_MT_bone_options_disable(
|
|
8328
|
+
class VIEW3D_MT_bone_options_disable(bpy.types.Menu, BoneOptions):
|
|
8392
8329
|
bl_label: typing.Any
|
|
8393
8330
|
bl_rna: typing.Any
|
|
8394
8331
|
id_data: typing.Any
|
|
@@ -8410,7 +8347,7 @@ class VIEW3D_MT_bone_options_disable(bpy_types._GenericUI, bpy.types.Menu, BoneO
|
|
|
8410
8347
|
"""
|
|
8411
8348
|
...
|
|
8412
8349
|
|
|
8413
|
-
class VIEW3D_MT_bone_options_enable(
|
|
8350
|
+
class VIEW3D_MT_bone_options_enable(bpy.types.Menu, BoneOptions):
|
|
8414
8351
|
bl_label: typing.Any
|
|
8415
8352
|
bl_rna: typing.Any
|
|
8416
8353
|
id_data: typing.Any
|
|
@@ -8432,7 +8369,7 @@ class VIEW3D_MT_bone_options_enable(bpy_types._GenericUI, bpy.types.Menu, BoneOp
|
|
|
8432
8369
|
"""
|
|
8433
8370
|
...
|
|
8434
8371
|
|
|
8435
|
-
class VIEW3D_MT_bone_options_toggle(
|
|
8372
|
+
class VIEW3D_MT_bone_options_toggle(bpy.types.Menu, BoneOptions):
|
|
8436
8373
|
bl_label: typing.Any
|
|
8437
8374
|
bl_rna: typing.Any
|
|
8438
8375
|
id_data: typing.Any
|