fake-bpy-module 20240421__py3-none-any.whl → 20240422__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +333 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +441 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +330 -329
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2412 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +106351 -103198
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +20 -17
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
bl_ui/space_text/__init__.pyi
CHANGED
|
@@ -3,7 +3,7 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class TEXT_HT_footer(bpy_types._GenericUI):
|
|
6
|
+
class TEXT_HT_footer(bpy_types.Header, bpy_types._GenericUI):
|
|
7
7
|
""" """
|
|
8
8
|
|
|
9
9
|
bl_region_type: typing.Any
|
|
@@ -146,7 +146,7 @@ class TEXT_HT_footer(bpy_types._GenericUI):
|
|
|
146
146
|
""" """
|
|
147
147
|
...
|
|
148
148
|
|
|
149
|
-
class TEXT_HT_header(bpy_types._GenericUI):
|
|
149
|
+
class TEXT_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
150
150
|
""" """
|
|
151
151
|
|
|
152
152
|
bl_rna: typing.Any
|
|
@@ -286,7 +286,7 @@ class TEXT_HT_header(bpy_types._GenericUI):
|
|
|
286
286
|
""" """
|
|
287
287
|
...
|
|
288
288
|
|
|
289
|
-
class TEXT_MT_context_menu(bpy_types._GenericUI):
|
|
289
|
+
class TEXT_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
290
290
|
""" """
|
|
291
291
|
|
|
292
292
|
bl_label: typing.Any
|
|
@@ -467,7 +467,7 @@ class TEXT_MT_context_menu(bpy_types._GenericUI):
|
|
|
467
467
|
""" """
|
|
468
468
|
...
|
|
469
469
|
|
|
470
|
-
class TEXT_MT_edit(bpy_types._GenericUI):
|
|
470
|
+
class TEXT_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
|
|
471
471
|
""" """
|
|
472
472
|
|
|
473
473
|
bl_label: typing.Any
|
|
@@ -655,7 +655,7 @@ class TEXT_MT_edit(bpy_types._GenericUI):
|
|
|
655
655
|
""" """
|
|
656
656
|
...
|
|
657
657
|
|
|
658
|
-
class TEXT_MT_edit_to3d(bpy_types._GenericUI):
|
|
658
|
+
class TEXT_MT_edit_to3d(bpy_types.Menu, bpy_types._GenericUI):
|
|
659
659
|
""" """
|
|
660
660
|
|
|
661
661
|
bl_label: typing.Any
|
|
@@ -836,7 +836,7 @@ class TEXT_MT_edit_to3d(bpy_types._GenericUI):
|
|
|
836
836
|
""" """
|
|
837
837
|
...
|
|
838
838
|
|
|
839
|
-
class TEXT_MT_editor_menus(bpy_types._GenericUI):
|
|
839
|
+
class TEXT_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
840
840
|
""" """
|
|
841
841
|
|
|
842
842
|
bl_idname: typing.Any
|
|
@@ -1020,7 +1020,7 @@ class TEXT_MT_editor_menus(bpy_types._GenericUI):
|
|
|
1020
1020
|
""" """
|
|
1021
1021
|
...
|
|
1022
1022
|
|
|
1023
|
-
class TEXT_MT_format(bpy_types._GenericUI):
|
|
1023
|
+
class TEXT_MT_format(bpy_types.Menu, bpy_types._GenericUI):
|
|
1024
1024
|
""" """
|
|
1025
1025
|
|
|
1026
1026
|
bl_label: typing.Any
|
|
@@ -1201,7 +1201,7 @@ class TEXT_MT_format(bpy_types._GenericUI):
|
|
|
1201
1201
|
""" """
|
|
1202
1202
|
...
|
|
1203
1203
|
|
|
1204
|
-
class TEXT_MT_select(bpy_types._GenericUI):
|
|
1204
|
+
class TEXT_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
1205
1205
|
""" """
|
|
1206
1206
|
|
|
1207
1207
|
bl_label: typing.Any
|
|
@@ -1382,7 +1382,7 @@ class TEXT_MT_select(bpy_types._GenericUI):
|
|
|
1382
1382
|
""" """
|
|
1383
1383
|
...
|
|
1384
1384
|
|
|
1385
|
-
class TEXT_MT_templates(bpy_types._GenericUI):
|
|
1385
|
+
class TEXT_MT_templates(bpy_types.Menu, bpy_types._GenericUI):
|
|
1386
1386
|
""" """
|
|
1387
1387
|
|
|
1388
1388
|
bl_label: typing.Any
|
|
@@ -1563,7 +1563,7 @@ class TEXT_MT_templates(bpy_types._GenericUI):
|
|
|
1563
1563
|
""" """
|
|
1564
1564
|
...
|
|
1565
1565
|
|
|
1566
|
-
class TEXT_MT_templates_osl(bpy_types._GenericUI):
|
|
1566
|
+
class TEXT_MT_templates_osl(bpy_types.Menu, bpy_types._GenericUI):
|
|
1567
1567
|
""" """
|
|
1568
1568
|
|
|
1569
1569
|
bl_label: typing.Any
|
|
@@ -1744,7 +1744,7 @@ class TEXT_MT_templates_osl(bpy_types._GenericUI):
|
|
|
1744
1744
|
""" """
|
|
1745
1745
|
...
|
|
1746
1746
|
|
|
1747
|
-
class TEXT_MT_templates_py(bpy_types._GenericUI):
|
|
1747
|
+
class TEXT_MT_templates_py(bpy_types.Menu, bpy_types._GenericUI):
|
|
1748
1748
|
""" """
|
|
1749
1749
|
|
|
1750
1750
|
bl_label: typing.Any
|
|
@@ -1925,7 +1925,7 @@ class TEXT_MT_templates_py(bpy_types._GenericUI):
|
|
|
1925
1925
|
""" """
|
|
1926
1926
|
...
|
|
1927
1927
|
|
|
1928
|
-
class TEXT_MT_text(bpy_types._GenericUI):
|
|
1928
|
+
class TEXT_MT_text(bpy_types.Menu, bpy_types._GenericUI):
|
|
1929
1929
|
""" """
|
|
1930
1930
|
|
|
1931
1931
|
bl_label: typing.Any
|
|
@@ -2106,7 +2106,7 @@ class TEXT_MT_text(bpy_types._GenericUI):
|
|
|
2106
2106
|
""" """
|
|
2107
2107
|
...
|
|
2108
2108
|
|
|
2109
|
-
class TEXT_MT_view(bpy_types._GenericUI):
|
|
2109
|
+
class TEXT_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
2110
2110
|
""" """
|
|
2111
2111
|
|
|
2112
2112
|
bl_label: typing.Any
|
|
@@ -2287,7 +2287,7 @@ class TEXT_MT_view(bpy_types._GenericUI):
|
|
|
2287
2287
|
""" """
|
|
2288
2288
|
...
|
|
2289
2289
|
|
|
2290
|
-
class TEXT_MT_view_navigation(bpy_types._GenericUI):
|
|
2290
|
+
class TEXT_MT_view_navigation(bpy_types.Menu, bpy_types._GenericUI):
|
|
2291
2291
|
""" """
|
|
2292
2292
|
|
|
2293
2293
|
bl_label: typing.Any
|
|
@@ -2468,7 +2468,7 @@ class TEXT_MT_view_navigation(bpy_types._GenericUI):
|
|
|
2468
2468
|
""" """
|
|
2469
2469
|
...
|
|
2470
2470
|
|
|
2471
|
-
class TEXT_PT_find(bpy_types._GenericUI):
|
|
2471
|
+
class TEXT_PT_find(bpy_types.Panel, bpy_types._GenericUI):
|
|
2472
2472
|
""" """
|
|
2473
2473
|
|
|
2474
2474
|
bl_category: typing.Any
|
|
@@ -2617,7 +2617,7 @@ class TEXT_PT_find(bpy_types._GenericUI):
|
|
|
2617
2617
|
""" """
|
|
2618
2618
|
...
|
|
2619
2619
|
|
|
2620
|
-
class TEXT_PT_properties(bpy_types._GenericUI):
|
|
2620
|
+
class TEXT_PT_properties(bpy_types.Panel, bpy_types._GenericUI):
|
|
2621
2621
|
""" """
|
|
2622
2622
|
|
|
2623
2623
|
bl_category: typing.Any
|
bl_ui/space_time/__init__.pyi
CHANGED
|
@@ -14,7 +14,7 @@ class TIME_HT_editor_buttons:
|
|
|
14
14
|
"""
|
|
15
15
|
...
|
|
16
16
|
|
|
17
|
-
class TIME_MT_cache(bpy_types._GenericUI):
|
|
17
|
+
class TIME_MT_cache(bpy_types.Menu, bpy_types._GenericUI):
|
|
18
18
|
""" """
|
|
19
19
|
|
|
20
20
|
bl_label: typing.Any
|
|
@@ -195,7 +195,7 @@ class TIME_MT_cache(bpy_types._GenericUI):
|
|
|
195
195
|
""" """
|
|
196
196
|
...
|
|
197
197
|
|
|
198
|
-
class TIME_MT_editor_menus(bpy_types._GenericUI):
|
|
198
|
+
class TIME_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
199
199
|
""" """
|
|
200
200
|
|
|
201
201
|
bl_idname: typing.Any
|
|
@@ -379,7 +379,7 @@ class TIME_MT_editor_menus(bpy_types._GenericUI):
|
|
|
379
379
|
""" """
|
|
380
380
|
...
|
|
381
381
|
|
|
382
|
-
class TIME_MT_marker(bpy_types._GenericUI):
|
|
382
|
+
class TIME_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
383
383
|
""" """
|
|
384
384
|
|
|
385
385
|
bl_label: typing.Any
|
|
@@ -560,7 +560,7 @@ class TIME_MT_marker(bpy_types._GenericUI):
|
|
|
560
560
|
""" """
|
|
561
561
|
...
|
|
562
562
|
|
|
563
|
-
class TIME_MT_view(bpy_types._GenericUI):
|
|
563
|
+
class TIME_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
564
564
|
""" """
|
|
565
565
|
|
|
566
566
|
bl_label: typing.Any
|
|
@@ -741,7 +741,25 @@ class TIME_MT_view(bpy_types._GenericUI):
|
|
|
741
741
|
""" """
|
|
742
742
|
...
|
|
743
743
|
|
|
744
|
-
class
|
|
744
|
+
class TimelinePanelButtons:
|
|
745
|
+
""" """
|
|
746
|
+
|
|
747
|
+
bl_region_type: typing.Any
|
|
748
|
+
""" """
|
|
749
|
+
|
|
750
|
+
bl_space_type: typing.Any
|
|
751
|
+
""" """
|
|
752
|
+
|
|
753
|
+
def has_timeline(self, context):
|
|
754
|
+
"""
|
|
755
|
+
|
|
756
|
+
:param context:
|
|
757
|
+
"""
|
|
758
|
+
...
|
|
759
|
+
|
|
760
|
+
class TIME_PT_auto_keyframing(
|
|
761
|
+
bpy_types.Panel, TimelinePanelButtons, bpy_types._GenericUI
|
|
762
|
+
):
|
|
745
763
|
""" """
|
|
746
764
|
|
|
747
765
|
bl_label: typing.Any
|
|
@@ -907,7 +925,9 @@ class TIME_PT_auto_keyframing(bpy_types._GenericUI):
|
|
|
907
925
|
""" """
|
|
908
926
|
...
|
|
909
927
|
|
|
910
|
-
class TIME_PT_keyframing_settings(
|
|
928
|
+
class TIME_PT_keyframing_settings(
|
|
929
|
+
bpy_types.Panel, TimelinePanelButtons, bpy_types._GenericUI
|
|
930
|
+
):
|
|
911
931
|
""" """
|
|
912
932
|
|
|
913
933
|
bl_label: typing.Any
|
|
@@ -1070,7 +1090,7 @@ class TIME_PT_keyframing_settings(bpy_types._GenericUI):
|
|
|
1070
1090
|
""" """
|
|
1071
1091
|
...
|
|
1072
1092
|
|
|
1073
|
-
class TIME_PT_playback(bpy_types._GenericUI):
|
|
1093
|
+
class TIME_PT_playback(bpy_types.Panel, TimelinePanelButtons, bpy_types._GenericUI):
|
|
1074
1094
|
""" """
|
|
1075
1095
|
|
|
1076
1096
|
bl_label: typing.Any
|
|
@@ -1226,22 +1246,6 @@ class TIME_PT_playback(bpy_types._GenericUI):
|
|
|
1226
1246
|
""" """
|
|
1227
1247
|
...
|
|
1228
1248
|
|
|
1229
|
-
class TimelinePanelButtons:
|
|
1230
|
-
""" """
|
|
1231
|
-
|
|
1232
|
-
bl_region_type: typing.Any
|
|
1233
|
-
""" """
|
|
1234
|
-
|
|
1235
|
-
bl_space_type: typing.Any
|
|
1236
|
-
""" """
|
|
1237
|
-
|
|
1238
|
-
def has_timeline(self, context):
|
|
1239
|
-
"""
|
|
1240
|
-
|
|
1241
|
-
:param context:
|
|
1242
|
-
"""
|
|
1243
|
-
...
|
|
1244
|
-
|
|
1245
1249
|
def marker_menu_generic(layout, context):
|
|
1246
1250
|
""" """
|
|
1247
1251
|
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import typing
|
|
2
|
+
import bl_ui.space_toolsystem_common
|
|
2
3
|
import bpy_types
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
5
6
|
|
|
6
|
-
class IMAGE_PT_tools_active(
|
|
7
|
+
class IMAGE_PT_tools_active(
|
|
8
|
+
bpy_types.Panel,
|
|
9
|
+
bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
|
|
10
|
+
bpy_types._GenericUI,
|
|
11
|
+
):
|
|
7
12
|
""" """
|
|
8
13
|
|
|
9
14
|
bl_label: typing.Any
|
|
@@ -238,7 +243,11 @@ class IMAGE_PT_tools_active(bpy_types._GenericUI):
|
|
|
238
243
|
""" """
|
|
239
244
|
...
|
|
240
245
|
|
|
241
|
-
class NODE_PT_tools_active(
|
|
246
|
+
class NODE_PT_tools_active(
|
|
247
|
+
bpy_types.Panel,
|
|
248
|
+
bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
|
|
249
|
+
bpy_types._GenericUI,
|
|
250
|
+
):
|
|
242
251
|
""" """
|
|
243
252
|
|
|
244
253
|
bl_label: typing.Any
|
|
@@ -473,7 +482,11 @@ class NODE_PT_tools_active(bpy_types._GenericUI):
|
|
|
473
482
|
""" """
|
|
474
483
|
...
|
|
475
484
|
|
|
476
|
-
class SEQUENCER_PT_tools_active(
|
|
485
|
+
class SEQUENCER_PT_tools_active(
|
|
486
|
+
bpy_types.Panel,
|
|
487
|
+
bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
|
|
488
|
+
bpy_types._GenericUI,
|
|
489
|
+
):
|
|
477
490
|
""" """
|
|
478
491
|
|
|
479
492
|
bl_label: typing.Any
|
|
@@ -708,7 +721,11 @@ class SEQUENCER_PT_tools_active(bpy_types._GenericUI):
|
|
|
708
721
|
""" """
|
|
709
722
|
...
|
|
710
723
|
|
|
711
|
-
class VIEW3D_PT_tools_active(
|
|
724
|
+
class VIEW3D_PT_tools_active(
|
|
725
|
+
bpy_types.Panel,
|
|
726
|
+
bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
|
|
727
|
+
bpy_types._GenericUI,
|
|
728
|
+
):
|
|
712
729
|
""" """
|
|
713
730
|
|
|
714
731
|
bl_label: typing.Any
|
bl_ui/space_topbar/__init__.pyi
CHANGED
|
@@ -3,7 +3,7 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class TOPBAR_HT_upper_bar(bpy_types._GenericUI):
|
|
6
|
+
class TOPBAR_HT_upper_bar(bpy_types.Header, bpy_types._GenericUI):
|
|
7
7
|
""" """
|
|
8
8
|
|
|
9
9
|
bl_rna: typing.Any
|
|
@@ -157,7 +157,7 @@ class TOPBAR_HT_upper_bar(bpy_types._GenericUI):
|
|
|
157
157
|
""" """
|
|
158
158
|
...
|
|
159
159
|
|
|
160
|
-
class TOPBAR_MT_blender(bpy_types._GenericUI):
|
|
160
|
+
class TOPBAR_MT_blender(bpy_types.Menu, bpy_types._GenericUI):
|
|
161
161
|
""" """
|
|
162
162
|
|
|
163
163
|
bl_label: typing.Any
|
|
@@ -338,7 +338,7 @@ class TOPBAR_MT_blender(bpy_types._GenericUI):
|
|
|
338
338
|
""" """
|
|
339
339
|
...
|
|
340
340
|
|
|
341
|
-
class TOPBAR_MT_blender_system(bpy_types._GenericUI):
|
|
341
|
+
class TOPBAR_MT_blender_system(bpy_types.Menu, bpy_types._GenericUI):
|
|
342
342
|
""" """
|
|
343
343
|
|
|
344
344
|
bl_label: typing.Any
|
|
@@ -519,7 +519,7 @@ class TOPBAR_MT_blender_system(bpy_types._GenericUI):
|
|
|
519
519
|
""" """
|
|
520
520
|
...
|
|
521
521
|
|
|
522
|
-
class TOPBAR_MT_edit(bpy_types._GenericUI):
|
|
522
|
+
class TOPBAR_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
|
|
523
523
|
""" """
|
|
524
524
|
|
|
525
525
|
bl_label: typing.Any
|
|
@@ -700,7 +700,7 @@ class TOPBAR_MT_edit(bpy_types._GenericUI):
|
|
|
700
700
|
""" """
|
|
701
701
|
...
|
|
702
702
|
|
|
703
|
-
class TOPBAR_MT_editor_menus(bpy_types._GenericUI):
|
|
703
|
+
class TOPBAR_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
704
704
|
""" """
|
|
705
705
|
|
|
706
706
|
bl_idname: typing.Any
|
|
@@ -884,7 +884,7 @@ class TOPBAR_MT_editor_menus(bpy_types._GenericUI):
|
|
|
884
884
|
""" """
|
|
885
885
|
...
|
|
886
886
|
|
|
887
|
-
class TOPBAR_MT_file(bpy_types._GenericUI):
|
|
887
|
+
class TOPBAR_MT_file(bpy_types.Menu, bpy_types._GenericUI):
|
|
888
888
|
""" """
|
|
889
889
|
|
|
890
890
|
bl_label: typing.Any
|
|
@@ -1065,7 +1065,7 @@ class TOPBAR_MT_file(bpy_types._GenericUI):
|
|
|
1065
1065
|
""" """
|
|
1066
1066
|
...
|
|
1067
1067
|
|
|
1068
|
-
class TOPBAR_MT_file_cleanup(bpy_types._GenericUI):
|
|
1068
|
+
class TOPBAR_MT_file_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
1069
1069
|
""" """
|
|
1070
1070
|
|
|
1071
1071
|
bl_label: typing.Any
|
|
@@ -1246,7 +1246,7 @@ class TOPBAR_MT_file_cleanup(bpy_types._GenericUI):
|
|
|
1246
1246
|
""" """
|
|
1247
1247
|
...
|
|
1248
1248
|
|
|
1249
|
-
class TOPBAR_MT_file_context_menu(bpy_types._GenericUI):
|
|
1249
|
+
class TOPBAR_MT_file_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
1250
1250
|
""" """
|
|
1251
1251
|
|
|
1252
1252
|
bl_label: typing.Any
|
|
@@ -1427,7 +1427,7 @@ class TOPBAR_MT_file_context_menu(bpy_types._GenericUI):
|
|
|
1427
1427
|
""" """
|
|
1428
1428
|
...
|
|
1429
1429
|
|
|
1430
|
-
class TOPBAR_MT_file_defaults(bpy_types._GenericUI):
|
|
1430
|
+
class TOPBAR_MT_file_defaults(bpy_types.Menu, bpy_types._GenericUI):
|
|
1431
1431
|
""" """
|
|
1432
1432
|
|
|
1433
1433
|
bl_label: typing.Any
|
|
@@ -1608,7 +1608,7 @@ class TOPBAR_MT_file_defaults(bpy_types._GenericUI):
|
|
|
1608
1608
|
""" """
|
|
1609
1609
|
...
|
|
1610
1610
|
|
|
1611
|
-
class TOPBAR_MT_file_export(bpy_types._GenericUI):
|
|
1611
|
+
class TOPBAR_MT_file_export(bpy_types.Menu, bpy_types._GenericUI):
|
|
1612
1612
|
""" """
|
|
1613
1613
|
|
|
1614
1614
|
bl_idname: typing.Any
|
|
@@ -1795,7 +1795,7 @@ class TOPBAR_MT_file_export(bpy_types._GenericUI):
|
|
|
1795
1795
|
""" """
|
|
1796
1796
|
...
|
|
1797
1797
|
|
|
1798
|
-
class TOPBAR_MT_file_external_data(bpy_types._GenericUI):
|
|
1798
|
+
class TOPBAR_MT_file_external_data(bpy_types.Menu, bpy_types._GenericUI):
|
|
1799
1799
|
""" """
|
|
1800
1800
|
|
|
1801
1801
|
bl_label: typing.Any
|
|
@@ -1976,7 +1976,7 @@ class TOPBAR_MT_file_external_data(bpy_types._GenericUI):
|
|
|
1976
1976
|
""" """
|
|
1977
1977
|
...
|
|
1978
1978
|
|
|
1979
|
-
class TOPBAR_MT_file_import(bpy_types._GenericUI):
|
|
1979
|
+
class TOPBAR_MT_file_import(bpy_types.Menu, bpy_types._GenericUI):
|
|
1980
1980
|
""" """
|
|
1981
1981
|
|
|
1982
1982
|
bl_idname: typing.Any
|
|
@@ -2163,7 +2163,7 @@ class TOPBAR_MT_file_import(bpy_types._GenericUI):
|
|
|
2163
2163
|
""" """
|
|
2164
2164
|
...
|
|
2165
2165
|
|
|
2166
|
-
class TOPBAR_MT_file_new(bpy_types._GenericUI):
|
|
2166
|
+
class TOPBAR_MT_file_new(bpy_types.Menu, bpy_types._GenericUI):
|
|
2167
2167
|
""" """
|
|
2168
2168
|
|
|
2169
2169
|
bl_label: typing.Any
|
|
@@ -2358,7 +2358,7 @@ class TOPBAR_MT_file_new(bpy_types._GenericUI):
|
|
|
2358
2358
|
""" """
|
|
2359
2359
|
...
|
|
2360
2360
|
|
|
2361
|
-
class TOPBAR_MT_file_previews(bpy_types._GenericUI):
|
|
2361
|
+
class TOPBAR_MT_file_previews(bpy_types.Menu, bpy_types._GenericUI):
|
|
2362
2362
|
""" """
|
|
2363
2363
|
|
|
2364
2364
|
bl_label: typing.Any
|
|
@@ -2539,7 +2539,7 @@ class TOPBAR_MT_file_previews(bpy_types._GenericUI):
|
|
|
2539
2539
|
""" """
|
|
2540
2540
|
...
|
|
2541
2541
|
|
|
2542
|
-
class TOPBAR_MT_file_recover(bpy_types._GenericUI):
|
|
2542
|
+
class TOPBAR_MT_file_recover(bpy_types.Menu, bpy_types._GenericUI):
|
|
2543
2543
|
""" """
|
|
2544
2544
|
|
|
2545
2545
|
bl_label: typing.Any
|
|
@@ -2720,7 +2720,7 @@ class TOPBAR_MT_file_recover(bpy_types._GenericUI):
|
|
|
2720
2720
|
""" """
|
|
2721
2721
|
...
|
|
2722
2722
|
|
|
2723
|
-
class TOPBAR_MT_help(bpy_types._GenericUI):
|
|
2723
|
+
class TOPBAR_MT_help(bpy_types.Menu, bpy_types._GenericUI):
|
|
2724
2724
|
""" """
|
|
2725
2725
|
|
|
2726
2726
|
bl_label: typing.Any
|
|
@@ -2901,7 +2901,7 @@ class TOPBAR_MT_help(bpy_types._GenericUI):
|
|
|
2901
2901
|
""" """
|
|
2902
2902
|
...
|
|
2903
2903
|
|
|
2904
|
-
class TOPBAR_MT_render(bpy_types._GenericUI):
|
|
2904
|
+
class TOPBAR_MT_render(bpy_types.Menu, bpy_types._GenericUI):
|
|
2905
2905
|
""" """
|
|
2906
2906
|
|
|
2907
2907
|
bl_label: typing.Any
|
|
@@ -3082,7 +3082,7 @@ class TOPBAR_MT_render(bpy_types._GenericUI):
|
|
|
3082
3082
|
""" """
|
|
3083
3083
|
...
|
|
3084
3084
|
|
|
3085
|
-
class TOPBAR_MT_templates_more(bpy_types._GenericUI):
|
|
3085
|
+
class TOPBAR_MT_templates_more(bpy_types.Menu, bpy_types._GenericUI):
|
|
3086
3086
|
""" """
|
|
3087
3087
|
|
|
3088
3088
|
bl_label: typing.Any
|
|
@@ -3263,7 +3263,7 @@ class TOPBAR_MT_templates_more(bpy_types._GenericUI):
|
|
|
3263
3263
|
""" """
|
|
3264
3264
|
...
|
|
3265
3265
|
|
|
3266
|
-
class TOPBAR_MT_window(bpy_types._GenericUI):
|
|
3266
|
+
class TOPBAR_MT_window(bpy_types.Menu, bpy_types._GenericUI):
|
|
3267
3267
|
""" """
|
|
3268
3268
|
|
|
3269
3269
|
bl_label: typing.Any
|
|
@@ -3444,7 +3444,7 @@ class TOPBAR_MT_window(bpy_types._GenericUI):
|
|
|
3444
3444
|
""" """
|
|
3445
3445
|
...
|
|
3446
3446
|
|
|
3447
|
-
class TOPBAR_MT_workspace_menu(bpy_types._GenericUI):
|
|
3447
|
+
class TOPBAR_MT_workspace_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
3448
3448
|
""" """
|
|
3449
3449
|
|
|
3450
3450
|
bl_label: typing.Any
|
|
@@ -3625,7 +3625,7 @@ class TOPBAR_MT_workspace_menu(bpy_types._GenericUI):
|
|
|
3625
3625
|
""" """
|
|
3626
3626
|
...
|
|
3627
3627
|
|
|
3628
|
-
class TOPBAR_PT_gpencil_layers(bpy_types._GenericUI):
|
|
3628
|
+
class TOPBAR_PT_gpencil_layers(bpy_types.Panel, bpy_types._GenericUI):
|
|
3629
3629
|
""" """
|
|
3630
3630
|
|
|
3631
3631
|
bl_label: typing.Any
|
|
@@ -3790,7 +3790,7 @@ class TOPBAR_PT_gpencil_layers(bpy_types._GenericUI):
|
|
|
3790
3790
|
""" """
|
|
3791
3791
|
...
|
|
3792
3792
|
|
|
3793
|
-
class TOPBAR_PT_gpencil_primitive(bpy_types._GenericUI):
|
|
3793
|
+
class TOPBAR_PT_gpencil_primitive(bpy_types.Panel, bpy_types._GenericUI):
|
|
3794
3794
|
""" """
|
|
3795
3795
|
|
|
3796
3796
|
bl_label: typing.Any
|
|
@@ -3936,7 +3936,7 @@ class TOPBAR_PT_gpencil_primitive(bpy_types._GenericUI):
|
|
|
3936
3936
|
""" """
|
|
3937
3937
|
...
|
|
3938
3938
|
|
|
3939
|
-
class TOPBAR_PT_name(bpy_types._GenericUI):
|
|
3939
|
+
class TOPBAR_PT_name(bpy_types.Panel, bpy_types._GenericUI):
|
|
3940
3940
|
""" """
|
|
3941
3941
|
|
|
3942
3942
|
bl_label: typing.Any
|
|
@@ -4085,7 +4085,7 @@ class TOPBAR_PT_name(bpy_types._GenericUI):
|
|
|
4085
4085
|
""" """
|
|
4086
4086
|
...
|
|
4087
4087
|
|
|
4088
|
-
class TOPBAR_PT_name_marker(bpy_types._GenericUI):
|
|
4088
|
+
class TOPBAR_PT_name_marker(bpy_types.Panel, bpy_types._GenericUI):
|
|
4089
4089
|
""" """
|
|
4090
4090
|
|
|
4091
4091
|
bl_label: typing.Any
|
|
@@ -4256,7 +4256,7 @@ class TOPBAR_PT_name_marker(bpy_types._GenericUI):
|
|
|
4256
4256
|
""" """
|
|
4257
4257
|
...
|
|
4258
4258
|
|
|
4259
|
-
class TOPBAR_PT_tool_fallback(bpy_types._GenericUI):
|
|
4259
|
+
class TOPBAR_PT_tool_fallback(bpy_types.Panel, bpy_types._GenericUI):
|
|
4260
4260
|
""" """
|
|
4261
4261
|
|
|
4262
4262
|
bl_label: typing.Any
|
|
@@ -4405,7 +4405,7 @@ class TOPBAR_PT_tool_fallback(bpy_types._GenericUI):
|
|
|
4405
4405
|
""" """
|
|
4406
4406
|
...
|
|
4407
4407
|
|
|
4408
|
-
class TOPBAR_PT_tool_settings_extra(bpy_types._GenericUI):
|
|
4408
|
+
class TOPBAR_PT_tool_settings_extra(bpy_types.Panel, bpy_types._GenericUI):
|
|
4409
4409
|
""" """
|
|
4410
4410
|
|
|
4411
4411
|
bl_description: typing.Any
|