fake-bpy-module 20240420__py3-none-any.whl → 20240422__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +336 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +441 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +331 -330
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2412 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +103670 -100517
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +20 -17
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
bl_ui/space_info/__init__.pyi
CHANGED
|
@@ -3,7 +3,7 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class INFO_HT_header(bpy_types._GenericUI):
|
|
6
|
+
class INFO_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
7
7
|
""" """
|
|
8
8
|
|
|
9
9
|
bl_rna: typing.Any
|
|
@@ -143,7 +143,7 @@ class INFO_HT_header(bpy_types._GenericUI):
|
|
|
143
143
|
""" """
|
|
144
144
|
...
|
|
145
145
|
|
|
146
|
-
class INFO_MT_area(bpy_types._GenericUI):
|
|
146
|
+
class INFO_MT_area(bpy_types.Menu, bpy_types._GenericUI):
|
|
147
147
|
""" """
|
|
148
148
|
|
|
149
149
|
bl_label: typing.Any
|
|
@@ -327,7 +327,7 @@ class INFO_MT_area(bpy_types._GenericUI):
|
|
|
327
327
|
""" """
|
|
328
328
|
...
|
|
329
329
|
|
|
330
|
-
class INFO_MT_context_menu(bpy_types._GenericUI):
|
|
330
|
+
class INFO_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
331
331
|
""" """
|
|
332
332
|
|
|
333
333
|
bl_label: typing.Any
|
|
@@ -508,7 +508,7 @@ class INFO_MT_context_menu(bpy_types._GenericUI):
|
|
|
508
508
|
""" """
|
|
509
509
|
...
|
|
510
510
|
|
|
511
|
-
class INFO_MT_editor_menus(bpy_types._GenericUI):
|
|
511
|
+
class INFO_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
512
512
|
""" """
|
|
513
513
|
|
|
514
514
|
bl_idname: typing.Any
|
|
@@ -692,7 +692,7 @@ class INFO_MT_editor_menus(bpy_types._GenericUI):
|
|
|
692
692
|
""" """
|
|
693
693
|
...
|
|
694
694
|
|
|
695
|
-
class INFO_MT_info(bpy_types._GenericUI):
|
|
695
|
+
class INFO_MT_info(bpy_types.Menu, bpy_types._GenericUI):
|
|
696
696
|
""" """
|
|
697
697
|
|
|
698
698
|
bl_label: typing.Any
|
|
@@ -873,7 +873,7 @@ class INFO_MT_info(bpy_types._GenericUI):
|
|
|
873
873
|
""" """
|
|
874
874
|
...
|
|
875
875
|
|
|
876
|
-
class INFO_MT_view(bpy_types._GenericUI):
|
|
876
|
+
class INFO_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
877
877
|
""" """
|
|
878
878
|
|
|
879
879
|
bl_label: typing.Any
|
bl_ui/space_nla/__init__.pyi
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import typing
|
|
2
|
+
import bl_ui.space_dopesheet
|
|
2
3
|
import bpy_types
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
5
6
|
|
|
6
|
-
class NLA_HT_header(bpy_types._GenericUI):
|
|
7
|
+
class NLA_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
7
8
|
""" """
|
|
8
9
|
|
|
9
10
|
bl_rna: typing.Any
|
|
@@ -143,7 +144,7 @@ class NLA_HT_header(bpy_types._GenericUI):
|
|
|
143
144
|
""" """
|
|
144
145
|
...
|
|
145
146
|
|
|
146
|
-
class NLA_MT_add(bpy_types._GenericUI):
|
|
147
|
+
class NLA_MT_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
147
148
|
""" """
|
|
148
149
|
|
|
149
150
|
bl_label: typing.Any
|
|
@@ -327,7 +328,7 @@ class NLA_MT_add(bpy_types._GenericUI):
|
|
|
327
328
|
""" """
|
|
328
329
|
...
|
|
329
330
|
|
|
330
|
-
class NLA_MT_channel_context_menu(bpy_types._GenericUI):
|
|
331
|
+
class NLA_MT_channel_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
331
332
|
""" """
|
|
332
333
|
|
|
333
334
|
bl_label: typing.Any
|
|
@@ -508,7 +509,7 @@ class NLA_MT_channel_context_menu(bpy_types._GenericUI):
|
|
|
508
509
|
""" """
|
|
509
510
|
...
|
|
510
511
|
|
|
511
|
-
class NLA_MT_context_menu(bpy_types._GenericUI):
|
|
512
|
+
class NLA_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
512
513
|
""" """
|
|
513
514
|
|
|
514
515
|
bl_label: typing.Any
|
|
@@ -689,7 +690,7 @@ class NLA_MT_context_menu(bpy_types._GenericUI):
|
|
|
689
690
|
""" """
|
|
690
691
|
...
|
|
691
692
|
|
|
692
|
-
class NLA_MT_editor_menus(bpy_types._GenericUI):
|
|
693
|
+
class NLA_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
693
694
|
""" """
|
|
694
695
|
|
|
695
696
|
bl_idname: typing.Any
|
|
@@ -873,7 +874,7 @@ class NLA_MT_editor_menus(bpy_types._GenericUI):
|
|
|
873
874
|
""" """
|
|
874
875
|
...
|
|
875
876
|
|
|
876
|
-
class NLA_MT_marker(bpy_types._GenericUI):
|
|
877
|
+
class NLA_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
877
878
|
""" """
|
|
878
879
|
|
|
879
880
|
bl_label: typing.Any
|
|
@@ -1054,7 +1055,7 @@ class NLA_MT_marker(bpy_types._GenericUI):
|
|
|
1054
1055
|
""" """
|
|
1055
1056
|
...
|
|
1056
1057
|
|
|
1057
|
-
class NLA_MT_marker_select(bpy_types._GenericUI):
|
|
1058
|
+
class NLA_MT_marker_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
1058
1059
|
""" """
|
|
1059
1060
|
|
|
1060
1061
|
bl_label: typing.Any
|
|
@@ -1235,7 +1236,7 @@ class NLA_MT_marker_select(bpy_types._GenericUI):
|
|
|
1235
1236
|
""" """
|
|
1236
1237
|
...
|
|
1237
1238
|
|
|
1238
|
-
class NLA_MT_select(bpy_types._GenericUI):
|
|
1239
|
+
class NLA_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
1239
1240
|
""" """
|
|
1240
1241
|
|
|
1241
1242
|
bl_label: typing.Any
|
|
@@ -1416,7 +1417,7 @@ class NLA_MT_select(bpy_types._GenericUI):
|
|
|
1416
1417
|
""" """
|
|
1417
1418
|
...
|
|
1418
1419
|
|
|
1419
|
-
class NLA_MT_snap_pie(bpy_types._GenericUI):
|
|
1420
|
+
class NLA_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
1420
1421
|
""" """
|
|
1421
1422
|
|
|
1422
1423
|
bl_label: typing.Any
|
|
@@ -1597,7 +1598,7 @@ class NLA_MT_snap_pie(bpy_types._GenericUI):
|
|
|
1597
1598
|
""" """
|
|
1598
1599
|
...
|
|
1599
1600
|
|
|
1600
|
-
class NLA_MT_strips(bpy_types._GenericUI):
|
|
1601
|
+
class NLA_MT_strips(bpy_types.Menu, bpy_types._GenericUI):
|
|
1601
1602
|
""" """
|
|
1602
1603
|
|
|
1603
1604
|
bl_label: typing.Any
|
|
@@ -1778,7 +1779,7 @@ class NLA_MT_strips(bpy_types._GenericUI):
|
|
|
1778
1779
|
""" """
|
|
1779
1780
|
...
|
|
1780
1781
|
|
|
1781
|
-
class NLA_MT_strips_transform(bpy_types._GenericUI):
|
|
1782
|
+
class NLA_MT_strips_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
1782
1783
|
""" """
|
|
1783
1784
|
|
|
1784
1785
|
bl_label: typing.Any
|
|
@@ -1959,7 +1960,7 @@ class NLA_MT_strips_transform(bpy_types._GenericUI):
|
|
|
1959
1960
|
""" """
|
|
1960
1961
|
...
|
|
1961
1962
|
|
|
1962
|
-
class NLA_MT_tracks(bpy_types._GenericUI):
|
|
1963
|
+
class NLA_MT_tracks(bpy_types.Menu, bpy_types._GenericUI):
|
|
1963
1964
|
""" """
|
|
1964
1965
|
|
|
1965
1966
|
bl_label: typing.Any
|
|
@@ -2143,7 +2144,7 @@ class NLA_MT_tracks(bpy_types._GenericUI):
|
|
|
2143
2144
|
""" """
|
|
2144
2145
|
...
|
|
2145
2146
|
|
|
2146
|
-
class NLA_MT_view(bpy_types._GenericUI):
|
|
2147
|
+
class NLA_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
2147
2148
|
""" """
|
|
2148
2149
|
|
|
2149
2150
|
bl_label: typing.Any
|
|
@@ -2324,7 +2325,7 @@ class NLA_MT_view(bpy_types._GenericUI):
|
|
|
2324
2325
|
""" """
|
|
2325
2326
|
...
|
|
2326
2327
|
|
|
2327
|
-
class NLA_MT_view_pie(bpy_types._GenericUI):
|
|
2328
|
+
class NLA_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
2328
2329
|
""" """
|
|
2329
2330
|
|
|
2330
2331
|
bl_label: typing.Any
|
|
@@ -2505,7 +2506,11 @@ class NLA_MT_view_pie(bpy_types._GenericUI):
|
|
|
2505
2506
|
""" """
|
|
2506
2507
|
...
|
|
2507
2508
|
|
|
2508
|
-
class NLA_PT_action(
|
|
2509
|
+
class NLA_PT_action(
|
|
2510
|
+
bpy_types.Panel,
|
|
2511
|
+
bl_ui.space_dopesheet.DopesheetActionPanelBase,
|
|
2512
|
+
bpy_types._GenericUI,
|
|
2513
|
+
):
|
|
2509
2514
|
""" """
|
|
2510
2515
|
|
|
2511
2516
|
bl_category: typing.Any
|
|
@@ -2673,7 +2678,11 @@ class NLA_PT_action(bpy_types._GenericUI):
|
|
|
2673
2678
|
""" """
|
|
2674
2679
|
...
|
|
2675
2680
|
|
|
2676
|
-
class NLA_PT_filters(
|
|
2681
|
+
class NLA_PT_filters(
|
|
2682
|
+
bpy_types.Panel,
|
|
2683
|
+
bl_ui.space_dopesheet.DopesheetFilterPopoverBase,
|
|
2684
|
+
bpy_types._GenericUI,
|
|
2685
|
+
):
|
|
2677
2686
|
""" """
|
|
2678
2687
|
|
|
2679
2688
|
bl_label: typing.Any
|
|
@@ -2844,7 +2853,7 @@ class NLA_PT_filters(bpy_types._GenericUI):
|
|
|
2844
2853
|
""" """
|
|
2845
2854
|
...
|
|
2846
2855
|
|
|
2847
|
-
class NLA_PT_snapping(bpy_types._GenericUI):
|
|
2856
|
+
class NLA_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
|
|
2848
2857
|
""" """
|
|
2849
2858
|
|
|
2850
2859
|
bl_label: typing.Any
|
bl_ui/space_node/__init__.pyi
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import typing
|
|
2
|
+
import bl_ui.properties_grease_pencil_common
|
|
3
|
+
import bl_ui.space_toolsystem_common
|
|
4
|
+
import bl_ui.utils
|
|
2
5
|
import bpy_types
|
|
3
6
|
|
|
4
7
|
GenericType = typing.TypeVar("GenericType")
|
|
5
8
|
|
|
6
|
-
class NODE_HT_header(bpy_types._GenericUI):
|
|
9
|
+
class NODE_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
7
10
|
""" """
|
|
8
11
|
|
|
9
12
|
bl_rna: typing.Any
|
|
@@ -143,7 +146,7 @@ class NODE_HT_header(bpy_types._GenericUI):
|
|
|
143
146
|
""" """
|
|
144
147
|
...
|
|
145
148
|
|
|
146
|
-
class NODE_MT_add(bpy_types._GenericUI):
|
|
149
|
+
class NODE_MT_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
147
150
|
""" """
|
|
148
151
|
|
|
149
152
|
bl_label: typing.Any
|
|
@@ -333,7 +336,7 @@ class NODE_MT_add(bpy_types._GenericUI):
|
|
|
333
336
|
""" """
|
|
334
337
|
...
|
|
335
338
|
|
|
336
|
-
class NODE_MT_context_menu(bpy_types._GenericUI):
|
|
339
|
+
class NODE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
337
340
|
""" """
|
|
338
341
|
|
|
339
342
|
bl_label: typing.Any
|
|
@@ -514,7 +517,7 @@ class NODE_MT_context_menu(bpy_types._GenericUI):
|
|
|
514
517
|
""" """
|
|
515
518
|
...
|
|
516
519
|
|
|
517
|
-
class NODE_MT_context_menu_select_menu(bpy_types._GenericUI):
|
|
520
|
+
class NODE_MT_context_menu_select_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
518
521
|
""" """
|
|
519
522
|
|
|
520
523
|
bl_label: typing.Any
|
|
@@ -695,7 +698,7 @@ class NODE_MT_context_menu_select_menu(bpy_types._GenericUI):
|
|
|
695
698
|
""" """
|
|
696
699
|
...
|
|
697
700
|
|
|
698
|
-
class NODE_MT_context_menu_show_hide_menu(bpy_types._GenericUI):
|
|
701
|
+
class NODE_MT_context_menu_show_hide_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
699
702
|
""" """
|
|
700
703
|
|
|
701
704
|
bl_label: typing.Any
|
|
@@ -876,7 +879,7 @@ class NODE_MT_context_menu_show_hide_menu(bpy_types._GenericUI):
|
|
|
876
879
|
""" """
|
|
877
880
|
...
|
|
878
881
|
|
|
879
|
-
class NODE_MT_editor_menus(bpy_types._GenericUI):
|
|
882
|
+
class NODE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
880
883
|
""" """
|
|
881
884
|
|
|
882
885
|
bl_idname: typing.Any
|
|
@@ -1060,7 +1063,7 @@ class NODE_MT_editor_menus(bpy_types._GenericUI):
|
|
|
1060
1063
|
""" """
|
|
1061
1064
|
...
|
|
1062
1065
|
|
|
1063
|
-
class NODE_MT_node(bpy_types._GenericUI):
|
|
1066
|
+
class NODE_MT_node(bpy_types.Menu, bpy_types._GenericUI):
|
|
1064
1067
|
""" """
|
|
1065
1068
|
|
|
1066
1069
|
bl_label: typing.Any
|
|
@@ -1241,7 +1244,7 @@ class NODE_MT_node(bpy_types._GenericUI):
|
|
|
1241
1244
|
""" """
|
|
1242
1245
|
...
|
|
1243
1246
|
|
|
1244
|
-
class NODE_MT_node_color_context_menu(bpy_types._GenericUI):
|
|
1247
|
+
class NODE_MT_node_color_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
1245
1248
|
""" """
|
|
1246
1249
|
|
|
1247
1250
|
bl_label: typing.Any
|
|
@@ -1422,7 +1425,7 @@ class NODE_MT_node_color_context_menu(bpy_types._GenericUI):
|
|
|
1422
1425
|
""" """
|
|
1423
1426
|
...
|
|
1424
1427
|
|
|
1425
|
-
class NODE_MT_node_tree_interface_context_menu(bpy_types._GenericUI):
|
|
1428
|
+
class NODE_MT_node_tree_interface_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
1426
1429
|
""" """
|
|
1427
1430
|
|
|
1428
1431
|
bl_label: typing.Any
|
|
@@ -1603,7 +1606,7 @@ class NODE_MT_node_tree_interface_context_menu(bpy_types._GenericUI):
|
|
|
1603
1606
|
""" """
|
|
1604
1607
|
...
|
|
1605
1608
|
|
|
1606
|
-
class NODE_MT_select(bpy_types._GenericUI):
|
|
1609
|
+
class NODE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
1607
1610
|
""" """
|
|
1608
1611
|
|
|
1609
1612
|
bl_label: typing.Any
|
|
@@ -1784,7 +1787,7 @@ class NODE_MT_select(bpy_types._GenericUI):
|
|
|
1784
1787
|
""" """
|
|
1785
1788
|
...
|
|
1786
1789
|
|
|
1787
|
-
class NODE_MT_view(bpy_types._GenericUI):
|
|
1790
|
+
class NODE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
1788
1791
|
""" """
|
|
1789
1792
|
|
|
1790
1793
|
bl_label: typing.Any
|
|
@@ -1965,7 +1968,7 @@ class NODE_MT_view(bpy_types._GenericUI):
|
|
|
1965
1968
|
""" """
|
|
1966
1969
|
...
|
|
1967
1970
|
|
|
1968
|
-
class NODE_MT_view_pie(bpy_types._GenericUI):
|
|
1971
|
+
class NODE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
1969
1972
|
""" """
|
|
1970
1973
|
|
|
1971
1974
|
bl_label: typing.Any
|
|
@@ -2146,7 +2149,7 @@ class NODE_MT_view_pie(bpy_types._GenericUI):
|
|
|
2146
2149
|
""" """
|
|
2147
2150
|
...
|
|
2148
2151
|
|
|
2149
|
-
class NODE_PT_active_node_color(bpy_types._GenericUI):
|
|
2152
|
+
class NODE_PT_active_node_color(bpy_types.Panel, bpy_types._GenericUI):
|
|
2150
2153
|
""" """
|
|
2151
2154
|
|
|
2152
2155
|
bl_category: typing.Any
|
|
@@ -2322,7 +2325,7 @@ class NODE_PT_active_node_color(bpy_types._GenericUI):
|
|
|
2322
2325
|
""" """
|
|
2323
2326
|
...
|
|
2324
2327
|
|
|
2325
|
-
class NODE_PT_active_node_generic(bpy_types._GenericUI):
|
|
2328
|
+
class NODE_PT_active_node_generic(bpy_types.Panel, bpy_types._GenericUI):
|
|
2326
2329
|
""" """
|
|
2327
2330
|
|
|
2328
2331
|
bl_category: typing.Any
|
|
@@ -2478,7 +2481,7 @@ class NODE_PT_active_node_generic(bpy_types._GenericUI):
|
|
|
2478
2481
|
""" """
|
|
2479
2482
|
...
|
|
2480
2483
|
|
|
2481
|
-
class NODE_PT_active_node_properties(bpy_types._GenericUI):
|
|
2484
|
+
class NODE_PT_active_node_properties(bpy_types.Panel, bpy_types._GenericUI):
|
|
2482
2485
|
""" """
|
|
2483
2486
|
|
|
2484
2487
|
bl_category: typing.Any
|
|
@@ -2637,7 +2640,11 @@ class NODE_PT_active_node_properties(bpy_types._GenericUI):
|
|
|
2637
2640
|
""" """
|
|
2638
2641
|
...
|
|
2639
2642
|
|
|
2640
|
-
class NODE_PT_active_tool(
|
|
2643
|
+
class NODE_PT_active_tool(
|
|
2644
|
+
bpy_types.Panel,
|
|
2645
|
+
bl_ui.space_toolsystem_common.ToolActivePanelHelper,
|
|
2646
|
+
bpy_types._GenericUI,
|
|
2647
|
+
):
|
|
2641
2648
|
""" """
|
|
2642
2649
|
|
|
2643
2650
|
bl_category: typing.Any
|
|
@@ -2786,7 +2793,11 @@ class NODE_PT_active_tool(bpy_types._GenericUI):
|
|
|
2786
2793
|
""" """
|
|
2787
2794
|
...
|
|
2788
2795
|
|
|
2789
|
-
class NODE_PT_annotation(
|
|
2796
|
+
class NODE_PT_annotation(
|
|
2797
|
+
bpy_types.Panel,
|
|
2798
|
+
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
2799
|
+
bpy_types._GenericUI,
|
|
2800
|
+
):
|
|
2790
2801
|
""" """
|
|
2791
2802
|
|
|
2792
2803
|
bl_category: typing.Any
|
|
@@ -2961,7 +2972,7 @@ class NODE_PT_annotation(bpy_types._GenericUI):
|
|
|
2961
2972
|
""" """
|
|
2962
2973
|
...
|
|
2963
2974
|
|
|
2964
|
-
class NODE_PT_backdrop(bpy_types._GenericUI):
|
|
2975
|
+
class NODE_PT_backdrop(bpy_types.Panel, bpy_types._GenericUI):
|
|
2965
2976
|
""" """
|
|
2966
2977
|
|
|
2967
2978
|
bl_category: typing.Any
|
|
@@ -3124,7 +3135,7 @@ class NODE_PT_backdrop(bpy_types._GenericUI):
|
|
|
3124
3135
|
""" """
|
|
3125
3136
|
...
|
|
3126
3137
|
|
|
3127
|
-
class NODE_PT_bake_node_items(bpy_types._GenericUI):
|
|
3138
|
+
class NODE_PT_bake_node_items(bpy_types.Panel, bpy_types._GenericUI):
|
|
3128
3139
|
""" """
|
|
3129
3140
|
|
|
3130
3141
|
bl_category: typing.Any
|
|
@@ -3280,7 +3291,7 @@ class NODE_PT_bake_node_items(bpy_types._GenericUI):
|
|
|
3280
3291
|
""" """
|
|
3281
3292
|
...
|
|
3282
3293
|
|
|
3283
|
-
class NODE_PT_geometry_node_tool_mode(bpy_types._GenericUI):
|
|
3294
|
+
class NODE_PT_geometry_node_tool_mode(bpy_types.Panel, bpy_types._GenericUI):
|
|
3284
3295
|
""" """
|
|
3285
3296
|
|
|
3286
3297
|
bl_label: typing.Any
|
|
@@ -3429,7 +3440,7 @@ class NODE_PT_geometry_node_tool_mode(bpy_types._GenericUI):
|
|
|
3429
3440
|
""" """
|
|
3430
3441
|
...
|
|
3431
3442
|
|
|
3432
|
-
class NODE_PT_geometry_node_tool_object_types(bpy_types._GenericUI):
|
|
3443
|
+
class NODE_PT_geometry_node_tool_object_types(bpy_types.Panel, bpy_types._GenericUI):
|
|
3433
3444
|
""" """
|
|
3434
3445
|
|
|
3435
3446
|
bl_label: typing.Any
|
|
@@ -3578,7 +3589,7 @@ class NODE_PT_geometry_node_tool_object_types(bpy_types._GenericUI):
|
|
|
3578
3589
|
""" """
|
|
3579
3590
|
...
|
|
3580
3591
|
|
|
3581
|
-
class NODE_PT_index_switch_node_items(bpy_types._GenericUI):
|
|
3592
|
+
class NODE_PT_index_switch_node_items(bpy_types.Panel, bpy_types._GenericUI):
|
|
3582
3593
|
""" """
|
|
3583
3594
|
|
|
3584
3595
|
bl_category: typing.Any
|
|
@@ -3734,7 +3745,7 @@ class NODE_PT_index_switch_node_items(bpy_types._GenericUI):
|
|
|
3734
3745
|
""" """
|
|
3735
3746
|
...
|
|
3736
3747
|
|
|
3737
|
-
class NODE_PT_material_slots(bpy_types._GenericUI):
|
|
3748
|
+
class NODE_PT_material_slots(bpy_types.Panel, bpy_types._GenericUI):
|
|
3738
3749
|
""" """
|
|
3739
3750
|
|
|
3740
3751
|
bl_label: typing.Any
|
|
@@ -3890,7 +3901,7 @@ class NODE_PT_material_slots(bpy_types._GenericUI):
|
|
|
3890
3901
|
""" """
|
|
3891
3902
|
...
|
|
3892
3903
|
|
|
3893
|
-
class NODE_PT_menu_switch_items(bpy_types._GenericUI):
|
|
3904
|
+
class NODE_PT_menu_switch_items(bpy_types.Panel, bpy_types._GenericUI):
|
|
3894
3905
|
""" """
|
|
3895
3906
|
|
|
3896
3907
|
bl_category: typing.Any
|
|
@@ -4046,7 +4057,9 @@ class NODE_PT_menu_switch_items(bpy_types._GenericUI):
|
|
|
4046
4057
|
""" """
|
|
4047
4058
|
...
|
|
4048
4059
|
|
|
4049
|
-
class NODE_PT_node_color_presets(
|
|
4060
|
+
class NODE_PT_node_color_presets(
|
|
4061
|
+
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
4062
|
+
):
|
|
4050
4063
|
""" """
|
|
4051
4064
|
|
|
4052
4065
|
bl_label: typing.Any
|
|
@@ -4242,7 +4255,7 @@ class NODE_PT_node_color_presets(bpy_types._GenericUI):
|
|
|
4242
4255
|
""" """
|
|
4243
4256
|
...
|
|
4244
4257
|
|
|
4245
|
-
class NODE_PT_node_tree_interface(bpy_types._GenericUI):
|
|
4258
|
+
class NODE_PT_node_tree_interface(bpy_types.Panel, bpy_types._GenericUI):
|
|
4246
4259
|
""" """
|
|
4247
4260
|
|
|
4248
4261
|
bl_category: typing.Any
|
|
@@ -4398,7 +4411,7 @@ class NODE_PT_node_tree_interface(bpy_types._GenericUI):
|
|
|
4398
4411
|
""" """
|
|
4399
4412
|
...
|
|
4400
4413
|
|
|
4401
|
-
class NODE_PT_node_tree_properties(bpy_types._GenericUI):
|
|
4414
|
+
class NODE_PT_node_tree_properties(bpy_types.Panel, bpy_types._GenericUI):
|
|
4402
4415
|
""" """
|
|
4403
4416
|
|
|
4404
4417
|
bl_category: typing.Any
|
|
@@ -4554,7 +4567,7 @@ class NODE_PT_node_tree_properties(bpy_types._GenericUI):
|
|
|
4554
4567
|
""" """
|
|
4555
4568
|
...
|
|
4556
4569
|
|
|
4557
|
-
class NODE_PT_overlay(bpy_types._GenericUI):
|
|
4570
|
+
class NODE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
4558
4571
|
""" """
|
|
4559
4572
|
|
|
4560
4573
|
bl_label: typing.Any
|
|
@@ -4703,7 +4716,7 @@ class NODE_PT_overlay(bpy_types._GenericUI):
|
|
|
4703
4716
|
""" """
|
|
4704
4717
|
...
|
|
4705
4718
|
|
|
4706
|
-
class NODE_PT_quality(bpy_types._GenericUI):
|
|
4719
|
+
class NODE_PT_quality(bpy_types.Panel, bpy_types._GenericUI):
|
|
4707
4720
|
""" """
|
|
4708
4721
|
|
|
4709
4722
|
bl_category: typing.Any
|
|
@@ -4859,7 +4872,7 @@ class NODE_PT_quality(bpy_types._GenericUI):
|
|
|
4859
4872
|
""" """
|
|
4860
4873
|
...
|
|
4861
4874
|
|
|
4862
|
-
class NODE_PT_repeat_zone_items(bpy_types._GenericUI):
|
|
4875
|
+
class NODE_PT_repeat_zone_items(bpy_types.Panel, bpy_types._GenericUI):
|
|
4863
4876
|
""" """
|
|
4864
4877
|
|
|
4865
4878
|
bl_category: typing.Any
|
|
@@ -5028,7 +5041,7 @@ class NODE_PT_repeat_zone_items(bpy_types._GenericUI):
|
|
|
5028
5041
|
""" """
|
|
5029
5042
|
...
|
|
5030
5043
|
|
|
5031
|
-
class NODE_PT_simulation_zone_items(bpy_types._GenericUI):
|
|
5044
|
+
class NODE_PT_simulation_zone_items(bpy_types.Panel, bpy_types._GenericUI):
|
|
5032
5045
|
""" """
|
|
5033
5046
|
|
|
5034
5047
|
bl_category: typing.Any
|
|
@@ -5197,7 +5210,7 @@ class NODE_PT_simulation_zone_items(bpy_types._GenericUI):
|
|
|
5197
5210
|
""" """
|
|
5198
5211
|
...
|
|
5199
5212
|
|
|
5200
|
-
class NODE_PT_texture_mapping(bpy_types._GenericUI):
|
|
5213
|
+
class NODE_PT_texture_mapping(bpy_types.Panel, bpy_types._GenericUI):
|
|
5201
5214
|
""" """
|
|
5202
5215
|
|
|
5203
5216
|
COMPAT_ENGINES: typing.Any
|
|
@@ -5359,7 +5372,7 @@ class NODE_PT_texture_mapping(bpy_types._GenericUI):
|
|
|
5359
5372
|
""" """
|
|
5360
5373
|
...
|
|
5361
5374
|
|
|
5362
|
-
class NODE_UL_bake_node_items(bpy_types._GenericUI):
|
|
5375
|
+
class NODE_UL_bake_node_items(bpy_types.UIList, bpy_types._GenericUI):
|
|
5363
5376
|
""" """
|
|
5364
5377
|
|
|
5365
5378
|
bl_rna: typing.Any
|
|
@@ -5513,7 +5526,7 @@ class NODE_UL_bake_node_items(bpy_types._GenericUI):
|
|
|
5513
5526
|
""" """
|
|
5514
5527
|
...
|
|
5515
5528
|
|
|
5516
|
-
class NODE_UL_enum_definition_items(bpy_types._GenericUI):
|
|
5529
|
+
class NODE_UL_enum_definition_items(bpy_types.UIList, bpy_types._GenericUI):
|
|
5517
5530
|
""" """
|
|
5518
5531
|
|
|
5519
5532
|
bl_rna: typing.Any
|
|
@@ -5667,7 +5680,7 @@ class NODE_UL_enum_definition_items(bpy_types._GenericUI):
|
|
|
5667
5680
|
""" """
|
|
5668
5681
|
...
|
|
5669
5682
|
|
|
5670
|
-
class NODE_UL_repeat_zone_items(bpy_types._GenericUI):
|
|
5683
|
+
class NODE_UL_repeat_zone_items(bpy_types.UIList, bpy_types._GenericUI):
|
|
5671
5684
|
""" """
|
|
5672
5685
|
|
|
5673
5686
|
bl_rna: typing.Any
|
|
@@ -5821,7 +5834,7 @@ class NODE_UL_repeat_zone_items(bpy_types._GenericUI):
|
|
|
5821
5834
|
""" """
|
|
5822
5835
|
...
|
|
5823
5836
|
|
|
5824
|
-
class NODE_UL_simulation_zone_items(bpy_types._GenericUI):
|
|
5837
|
+
class NODE_UL_simulation_zone_items(bpy_types.UIList, bpy_types._GenericUI):
|
|
5825
5838
|
""" """
|
|
5826
5839
|
|
|
5827
5840
|
bl_rna: typing.Any
|
|
@@ -3,7 +3,7 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class OUTLINER_HT_header(bpy_types._GenericUI):
|
|
6
|
+
class OUTLINER_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
7
7
|
""" """
|
|
8
8
|
|
|
9
9
|
bl_rna: typing.Any
|
|
@@ -143,7 +143,7 @@ class OUTLINER_HT_header(bpy_types._GenericUI):
|
|
|
143
143
|
""" """
|
|
144
144
|
...
|
|
145
145
|
|
|
146
|
-
class OUTLINER_MT_asset(bpy_types._GenericUI):
|
|
146
|
+
class OUTLINER_MT_asset(bpy_types.Menu, bpy_types._GenericUI):
|
|
147
147
|
""" """
|
|
148
148
|
|
|
149
149
|
bl_label: typing.Any
|
|
@@ -331,7 +331,7 @@ class OUTLINER_MT_asset(bpy_types._GenericUI):
|
|
|
331
331
|
""" """
|
|
332
332
|
...
|
|
333
333
|
|
|
334
|
-
class OUTLINER_MT_collection(bpy_types._GenericUI):
|
|
334
|
+
class OUTLINER_MT_collection(bpy_types.Menu, bpy_types._GenericUI):
|
|
335
335
|
""" """
|
|
336
336
|
|
|
337
337
|
bl_label: typing.Any
|
|
@@ -512,7 +512,7 @@ class OUTLINER_MT_collection(bpy_types._GenericUI):
|
|
|
512
512
|
""" """
|
|
513
513
|
...
|
|
514
514
|
|
|
515
|
-
class OUTLINER_MT_collection_new(bpy_types._GenericUI):
|
|
515
|
+
class OUTLINER_MT_collection_new(bpy_types.Menu, bpy_types._GenericUI):
|
|
516
516
|
""" """
|
|
517
517
|
|
|
518
518
|
bl_label: typing.Any
|
|
@@ -701,7 +701,7 @@ class OUTLINER_MT_collection_new(bpy_types._GenericUI):
|
|
|
701
701
|
""" """
|
|
702
702
|
...
|
|
703
703
|
|
|
704
|
-
class OUTLINER_MT_collection_view_layer(bpy_types._GenericUI):
|
|
704
|
+
class OUTLINER_MT_collection_view_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
705
705
|
""" """
|
|
706
706
|
|
|
707
707
|
bl_label: typing.Any
|
|
@@ -882,7 +882,7 @@ class OUTLINER_MT_collection_view_layer(bpy_types._GenericUI):
|
|
|
882
882
|
""" """
|
|
883
883
|
...
|
|
884
884
|
|
|
885
|
-
class OUTLINER_MT_collection_visibility(bpy_types._GenericUI):
|
|
885
|
+
class OUTLINER_MT_collection_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
886
886
|
""" """
|
|
887
887
|
|
|
888
888
|
bl_label: typing.Any
|
|
@@ -1063,7 +1063,7 @@ class OUTLINER_MT_collection_visibility(bpy_types._GenericUI):
|
|
|
1063
1063
|
""" """
|
|
1064
1064
|
...
|
|
1065
1065
|
|
|
1066
|
-
class OUTLINER_MT_context_menu(bpy_types._GenericUI):
|
|
1066
|
+
class OUTLINER_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
1067
1067
|
""" """
|
|
1068
1068
|
|
|
1069
1069
|
bl_label: typing.Any
|
|
@@ -1251,7 +1251,7 @@ class OUTLINER_MT_context_menu(bpy_types._GenericUI):
|
|
|
1251
1251
|
""" """
|
|
1252
1252
|
...
|
|
1253
1253
|
|
|
1254
|
-
class OUTLINER_MT_context_menu_view(bpy_types._GenericUI):
|
|
1254
|
+
class OUTLINER_MT_context_menu_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
1255
1255
|
""" """
|
|
1256
1256
|
|
|
1257
1257
|
bl_label: typing.Any
|
|
@@ -1432,7 +1432,7 @@ class OUTLINER_MT_context_menu_view(bpy_types._GenericUI):
|
|
|
1432
1432
|
""" """
|
|
1433
1433
|
...
|
|
1434
1434
|
|
|
1435
|
-
class OUTLINER_MT_edit_datablocks(bpy_types._GenericUI):
|
|
1435
|
+
class OUTLINER_MT_edit_datablocks(bpy_types.Menu, bpy_types._GenericUI):
|
|
1436
1436
|
""" """
|
|
1437
1437
|
|
|
1438
1438
|
bl_label: typing.Any
|
|
@@ -1613,7 +1613,7 @@ class OUTLINER_MT_edit_datablocks(bpy_types._GenericUI):
|
|
|
1613
1613
|
""" """
|
|
1614
1614
|
...
|
|
1615
1615
|
|
|
1616
|
-
class OUTLINER_MT_editor_menus(bpy_types._GenericUI):
|
|
1616
|
+
class OUTLINER_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
1617
1617
|
""" """
|
|
1618
1618
|
|
|
1619
1619
|
bl_idname: typing.Any
|
|
@@ -1797,7 +1797,7 @@ class OUTLINER_MT_editor_menus(bpy_types._GenericUI):
|
|
|
1797
1797
|
""" """
|
|
1798
1798
|
...
|
|
1799
1799
|
|
|
1800
|
-
class OUTLINER_MT_liboverride(bpy_types._GenericUI):
|
|
1800
|
+
class OUTLINER_MT_liboverride(bpy_types.Menu, bpy_types._GenericUI):
|
|
1801
1801
|
""" """
|
|
1802
1802
|
|
|
1803
1803
|
bl_label: typing.Any
|
|
@@ -1985,7 +1985,7 @@ class OUTLINER_MT_liboverride(bpy_types._GenericUI):
|
|
|
1985
1985
|
""" """
|
|
1986
1986
|
...
|
|
1987
1987
|
|
|
1988
|
-
class OUTLINER_MT_object(bpy_types._GenericUI):
|
|
1988
|
+
class OUTLINER_MT_object(bpy_types.Menu, bpy_types._GenericUI):
|
|
1989
1989
|
""" """
|
|
1990
1990
|
|
|
1991
1991
|
bl_label: typing.Any
|
|
@@ -2166,7 +2166,7 @@ class OUTLINER_MT_object(bpy_types._GenericUI):
|
|
|
2166
2166
|
""" """
|
|
2167
2167
|
...
|
|
2168
2168
|
|
|
2169
|
-
class OUTLINER_MT_view_pie(bpy_types._GenericUI):
|
|
2169
|
+
class OUTLINER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
2170
2170
|
""" """
|
|
2171
2171
|
|
|
2172
2172
|
bl_label: typing.Any
|
|
@@ -2347,7 +2347,7 @@ class OUTLINER_MT_view_pie(bpy_types._GenericUI):
|
|
|
2347
2347
|
""" """
|
|
2348
2348
|
...
|
|
2349
2349
|
|
|
2350
|
-
class OUTLINER_PT_filter(bpy_types._GenericUI):
|
|
2350
|
+
class OUTLINER_PT_filter(bpy_types.Panel, bpy_types._GenericUI):
|
|
2351
2351
|
""" """
|
|
2352
2352
|
|
|
2353
2353
|
bl_label: typing.Any
|
|
@@ -3,7 +3,7 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class PROPERTIES_HT_header(bpy_types._GenericUI):
|
|
6
|
+
class PROPERTIES_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
7
7
|
""" """
|
|
8
8
|
|
|
9
9
|
bl_rna: typing.Any
|
|
@@ -143,7 +143,7 @@ class PROPERTIES_HT_header(bpy_types._GenericUI):
|
|
|
143
143
|
""" """
|
|
144
144
|
...
|
|
145
145
|
|
|
146
|
-
class PROPERTIES_PT_navigation_bar(bpy_types._GenericUI):
|
|
146
|
+
class PROPERTIES_PT_navigation_bar(bpy_types.Panel, bpy_types._GenericUI):
|
|
147
147
|
""" """
|
|
148
148
|
|
|
149
149
|
bl_label: typing.Any
|
|
@@ -292,7 +292,7 @@ class PROPERTIES_PT_navigation_bar(bpy_types._GenericUI):
|
|
|
292
292
|
""" """
|
|
293
293
|
...
|
|
294
294
|
|
|
295
|
-
class PROPERTIES_PT_options(bpy_types._GenericUI):
|
|
295
|
+
class PROPERTIES_PT_options(bpy_types.Panel, bpy_types._GenericUI):
|
|
296
296
|
""" """
|
|
297
297
|
|
|
298
298
|
bl_label: typing.Any
|