fake-bpy-module 20240614__py3-none-any.whl → 20240615__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -2
- bl_operators/anim/__init__.pyi +8 -9
- bl_operators/assets/__init__.pyi +3 -4
- bl_operators/clip/__init__.pyi +10 -11
- bl_operators/connect_to_output/__init__.pyi +1 -4
- bl_operators/console/__init__.pyi +5 -6
- bl_operators/constraint/__init__.pyi +4 -5
- bl_operators/file/__init__.pyi +3 -4
- bl_operators/freestyle/__init__.pyi +4 -5
- bl_operators/geometry_nodes/__init__.pyi +4 -5
- bl_operators/image/__init__.pyi +5 -6
- bl_operators/image_as_planes/__init__.pyi +1 -5
- bl_operators/mesh/__init__.pyi +3 -4
- bl_operators/node/__init__.pyi +10 -13
- bl_operators/object/__init__.pyi +15 -16
- bl_operators/object_align/__init__.pyi +1 -2
- bl_operators/object_quick_effects/__init__.pyi +4 -5
- bl_operators/object_randomize_transform/__init__.pyi +1 -2
- bl_operators/presets/__init__.pyi +24 -26
- bl_operators/rigidbody/__init__.pyi +3 -4
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
- bl_operators/sequencer/__init__.pyi +8 -9
- bl_operators/spreadsheet/__init__.pyi +1 -2
- bl_operators/userpref/__init__.pyi +25 -26
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
- bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
- bl_operators/uvcalc_transform/__init__.pyi +2 -3
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
- bl_operators/view3d/__init__.pyi +8 -9
- bl_operators/wm/__init__.pyi +45 -45
- bl_operators/world/__init__.pyi +1 -2
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +5 -6
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +6 -17
- bl_ui/properties_constraint/__init__.pyi +79 -141
- bl_ui/properties_data_armature/__init__.pyi +12 -26
- bl_ui/properties_data_bone/__init__.pyi +10 -14
- bl_ui/properties_data_camera/__init__.pyi +14 -26
- bl_ui/properties_data_curve/__init__.pyi +15 -23
- bl_ui/properties_data_curves/__init__.pyi +6 -8
- bl_ui/properties_data_empty/__init__.pyi +2 -2
- bl_ui/properties_data_gpencil/__init__.pyi +13 -24
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
- bl_ui/properties_data_lattice/__init__.pyi +3 -3
- bl_ui/properties_data_light/__init__.pyi +12 -22
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
- bl_ui/properties_data_mesh/__init__.pyi +20 -24
- bl_ui/properties_data_metaball/__init__.pyi +5 -7
- bl_ui/properties_data_modifier/__init__.pyi +10 -24
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
- bl_ui/properties_data_speaker/__init__.pyi +5 -5
- bl_ui/properties_data_volume/__init__.pyi +8 -12
- bl_ui/properties_freestyle/__init__.pyi +7 -30
- bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +16 -35
- bl_ui/properties_material_gpencil/__init__.pyi +9 -23
- bl_ui/properties_object/__init__.pyi +14 -24
- bl_ui/properties_output/__init__.pyi +18 -44
- bl_ui/properties_paint_common/__init__.pyi +1 -1
- bl_ui/properties_particle/__init__.pyi +52 -125
- bl_ui/properties_physics_cloth/__init__.pyi +14 -34
- bl_ui/properties_physics_common/__init__.pyi +1 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
- bl_ui/properties_physics_field/__init__.pyi +10 -24
- bl_ui/properties_physics_fluid/__init__.pyi +28 -50
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
- bl_ui/properties_physics_softbody/__init__.pyi +15 -43
- bl_ui/properties_render/__init__.pyi +52 -132
- bl_ui/properties_scene/__init__.pyi +15 -19
- bl_ui/properties_texture/__init__.pyi +26 -53
- bl_ui/properties_view_layer/__init__.pyi +18 -34
- bl_ui/properties_workspace/__init__.pyi +4 -7
- bl_ui/properties_world/__init__.pyi +10 -16
- bl_ui/space_clip/__init__.pyi +69 -109
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +22 -38
- bl_ui/space_filebrowser/__init__.pyi +29 -41
- bl_ui/space_graph/__init__.pyi +20 -22
- bl_ui/space_image/__init__.pyi +58 -80
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +17 -21
- bl_ui/space_node/__init__.pyi +28 -34
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +307 -124
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +7 -11
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +90 -142
- bl_ui/space_view3d/__init__.pyi +269 -291
- bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +2 -2
- bpy/ops/extensions/__init__.pyi +18 -0
- bpy/types/__init__.pyi +859 -1031
- bpy_types/__init__.pyi +13 -6567
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/RECORD +118 -118
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +22 -23
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/top_level.txt +0 -0
|
@@ -18,7 +18,7 @@ class DOPESHEET_HT_editor_buttons:
|
|
|
18
18
|
"""
|
|
19
19
|
...
|
|
20
20
|
|
|
21
|
-
class DOPESHEET_HT_header(bpy_types.
|
|
21
|
+
class DOPESHEET_HT_header(bpy_types._GenericUI):
|
|
22
22
|
bl_rna: typing.Any
|
|
23
23
|
bl_space_type: typing.Any
|
|
24
24
|
id_data: typing.Any
|
|
@@ -234,7 +234,7 @@ class DOPESHEET_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
234
234
|
"""
|
|
235
235
|
...
|
|
236
236
|
|
|
237
|
-
class DOPESHEET_MT_channel(bpy_types.
|
|
237
|
+
class DOPESHEET_MT_channel(bpy_types._GenericUI):
|
|
238
238
|
bl_label: typing.Any
|
|
239
239
|
bl_rna: typing.Any
|
|
240
240
|
id_data: typing.Any
|
|
@@ -504,7 +504,7 @@ class DOPESHEET_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
504
504
|
"""
|
|
505
505
|
...
|
|
506
506
|
|
|
507
|
-
class DOPESHEET_MT_channel_context_menu(bpy_types.
|
|
507
|
+
class DOPESHEET_MT_channel_context_menu(bpy_types._GenericUI):
|
|
508
508
|
bl_label: typing.Any
|
|
509
509
|
bl_rna: typing.Any
|
|
510
510
|
id_data: typing.Any
|
|
@@ -774,7 +774,7 @@ class DOPESHEET_MT_channel_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
774
774
|
"""
|
|
775
775
|
...
|
|
776
776
|
|
|
777
|
-
class DOPESHEET_MT_context_menu(bpy_types.
|
|
777
|
+
class DOPESHEET_MT_context_menu(bpy_types._GenericUI):
|
|
778
778
|
bl_label: typing.Any
|
|
779
779
|
bl_rna: typing.Any
|
|
780
780
|
id_data: typing.Any
|
|
@@ -1044,7 +1044,7 @@ class DOPESHEET_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1044
1044
|
"""
|
|
1045
1045
|
...
|
|
1046
1046
|
|
|
1047
|
-
class DOPESHEET_MT_delete(bpy_types.
|
|
1047
|
+
class DOPESHEET_MT_delete(bpy_types._GenericUI):
|
|
1048
1048
|
bl_label: typing.Any
|
|
1049
1049
|
bl_rna: typing.Any
|
|
1050
1050
|
id_data: typing.Any
|
|
@@ -1314,7 +1314,7 @@ class DOPESHEET_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1314
1314
|
"""
|
|
1315
1315
|
...
|
|
1316
1316
|
|
|
1317
|
-
class DOPESHEET_MT_editor_menus(bpy_types.
|
|
1317
|
+
class DOPESHEET_MT_editor_menus(bpy_types._GenericUI):
|
|
1318
1318
|
bl_idname: typing.Any
|
|
1319
1319
|
bl_label: typing.Any
|
|
1320
1320
|
bl_rna: typing.Any
|
|
@@ -1585,7 +1585,7 @@ class DOPESHEET_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1585
1585
|
"""
|
|
1586
1586
|
...
|
|
1587
1587
|
|
|
1588
|
-
class DOPESHEET_MT_gpencil_channel(bpy_types.
|
|
1588
|
+
class DOPESHEET_MT_gpencil_channel(bpy_types._GenericUI):
|
|
1589
1589
|
bl_label: typing.Any
|
|
1590
1590
|
bl_rna: typing.Any
|
|
1591
1591
|
id_data: typing.Any
|
|
@@ -1855,7 +1855,7 @@ class DOPESHEET_MT_gpencil_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1855
1855
|
"""
|
|
1856
1856
|
...
|
|
1857
1857
|
|
|
1858
|
-
class DOPESHEET_MT_gpencil_key(bpy_types.
|
|
1858
|
+
class DOPESHEET_MT_gpencil_key(bpy_types._GenericUI):
|
|
1859
1859
|
bl_label: typing.Any
|
|
1860
1860
|
bl_rna: typing.Any
|
|
1861
1861
|
id_data: typing.Any
|
|
@@ -2125,7 +2125,7 @@ class DOPESHEET_MT_gpencil_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2125
2125
|
"""
|
|
2126
2126
|
...
|
|
2127
2127
|
|
|
2128
|
-
class DOPESHEET_MT_key(bpy_types.
|
|
2128
|
+
class DOPESHEET_MT_key(bpy_types._GenericUI):
|
|
2129
2129
|
bl_label: typing.Any
|
|
2130
2130
|
bl_rna: typing.Any
|
|
2131
2131
|
id_data: typing.Any
|
|
@@ -2395,7 +2395,7 @@ class DOPESHEET_MT_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2395
2395
|
"""
|
|
2396
2396
|
...
|
|
2397
2397
|
|
|
2398
|
-
class DOPESHEET_MT_key_transform(bpy_types.
|
|
2398
|
+
class DOPESHEET_MT_key_transform(bpy_types._GenericUI):
|
|
2399
2399
|
bl_label: typing.Any
|
|
2400
2400
|
bl_rna: typing.Any
|
|
2401
2401
|
id_data: typing.Any
|
|
@@ -2665,7 +2665,7 @@ class DOPESHEET_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2665
2665
|
"""
|
|
2666
2666
|
...
|
|
2667
2667
|
|
|
2668
|
-
class DOPESHEET_MT_marker(bpy_types.
|
|
2668
|
+
class DOPESHEET_MT_marker(bpy_types._GenericUI):
|
|
2669
2669
|
bl_label: typing.Any
|
|
2670
2670
|
bl_rna: typing.Any
|
|
2671
2671
|
id_data: typing.Any
|
|
@@ -2935,7 +2935,7 @@ class DOPESHEET_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2935
2935
|
"""
|
|
2936
2936
|
...
|
|
2937
2937
|
|
|
2938
|
-
class DOPESHEET_MT_select(bpy_types.
|
|
2938
|
+
class DOPESHEET_MT_select(bpy_types._GenericUI):
|
|
2939
2939
|
bl_label: typing.Any
|
|
2940
2940
|
bl_rna: typing.Any
|
|
2941
2941
|
id_data: typing.Any
|
|
@@ -3205,7 +3205,7 @@ class DOPESHEET_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3205
3205
|
"""
|
|
3206
3206
|
...
|
|
3207
3207
|
|
|
3208
|
-
class DOPESHEET_MT_snap_pie(bpy_types.
|
|
3208
|
+
class DOPESHEET_MT_snap_pie(bpy_types._GenericUI):
|
|
3209
3209
|
bl_label: typing.Any
|
|
3210
3210
|
bl_rna: typing.Any
|
|
3211
3211
|
id_data: typing.Any
|
|
@@ -3475,7 +3475,7 @@ class DOPESHEET_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3475
3475
|
"""
|
|
3476
3476
|
...
|
|
3477
3477
|
|
|
3478
|
-
class DOPESHEET_MT_view(bpy_types.
|
|
3478
|
+
class DOPESHEET_MT_view(bpy_types._GenericUI):
|
|
3479
3479
|
bl_label: typing.Any
|
|
3480
3480
|
bl_rna: typing.Any
|
|
3481
3481
|
id_data: typing.Any
|
|
@@ -3745,7 +3745,7 @@ class DOPESHEET_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3745
3745
|
"""
|
|
3746
3746
|
...
|
|
3747
3747
|
|
|
3748
|
-
class DOPESHEET_MT_view_pie(bpy_types.
|
|
3748
|
+
class DOPESHEET_MT_view_pie(bpy_types._GenericUI):
|
|
3749
3749
|
bl_label: typing.Any
|
|
3750
3750
|
bl_rna: typing.Any
|
|
3751
3751
|
id_data: typing.Any
|
|
@@ -4028,9 +4028,7 @@ class DopesheetActionPanelBase:
|
|
|
4028
4028
|
"""
|
|
4029
4029
|
...
|
|
4030
4030
|
|
|
4031
|
-
class DOPESHEET_PT_custom_props_action(
|
|
4032
|
-
bpy_types.Panel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
4033
|
-
):
|
|
4031
|
+
class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel, bpy_types._GenericUI):
|
|
4034
4032
|
"""The subclass should have its own poll function
|
|
4035
4033
|
and the variable '_context_path' MUST be set.
|
|
4036
4034
|
"""
|
|
@@ -4316,7 +4314,7 @@ class GreasePencilLayersDopeSheetPanel:
|
|
|
4316
4314
|
"""
|
|
4317
4315
|
...
|
|
4318
4316
|
|
|
4319
|
-
class DOPESHEET_PT_proportional_edit(bpy_types.
|
|
4317
|
+
class DOPESHEET_PT_proportional_edit(bpy_types._GenericUI):
|
|
4320
4318
|
bl_label: typing.Any
|
|
4321
4319
|
bl_region_type: typing.Any
|
|
4322
4320
|
bl_rna: typing.Any
|
|
@@ -4535,7 +4533,7 @@ class DOPESHEET_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
4535
4533
|
"""
|
|
4536
4534
|
...
|
|
4537
4535
|
|
|
4538
|
-
class DOPESHEET_PT_snapping(bpy_types.
|
|
4536
|
+
class DOPESHEET_PT_snapping(bpy_types._GenericUI):
|
|
4539
4537
|
bl_label: typing.Any
|
|
4540
4538
|
bl_region_type: typing.Any
|
|
4541
4539
|
bl_rna: typing.Any
|
|
@@ -4753,9 +4751,7 @@ class DOPESHEET_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
4753
4751
|
"""
|
|
4754
4752
|
...
|
|
4755
4753
|
|
|
4756
|
-
class DOPESHEET_PT_action(
|
|
4757
|
-
bpy_types.Panel, DopesheetActionPanelBase, bpy_types._GenericUI
|
|
4758
|
-
):
|
|
4754
|
+
class DOPESHEET_PT_action(DopesheetActionPanelBase, bpy_types._GenericUI):
|
|
4759
4755
|
bl_category: typing.Any
|
|
4760
4756
|
bl_label: typing.Any
|
|
4761
4757
|
bl_region_type: typing.Any
|
|
@@ -4990,9 +4986,7 @@ class DOPESHEET_PT_action(
|
|
|
4990
4986
|
"""
|
|
4991
4987
|
...
|
|
4992
4988
|
|
|
4993
|
-
class DOPESHEET_PT_filters(
|
|
4994
|
-
bpy_types.Panel, DopesheetFilterPopoverBase, bpy_types._GenericUI
|
|
4995
|
-
):
|
|
4989
|
+
class DOPESHEET_PT_filters(DopesheetFilterPopoverBase, bpy_types._GenericUI):
|
|
4996
4990
|
bl_label: typing.Any
|
|
4997
4991
|
bl_region_type: typing.Any
|
|
4998
4992
|
bl_rna: typing.Any
|
|
@@ -5236,7 +5230,6 @@ class DOPESHEET_PT_filters(
|
|
|
5236
5230
|
...
|
|
5237
5231
|
|
|
5238
5232
|
class DOPESHEET_PT_gpencil_layer_adjustments(
|
|
5239
|
-
bpy_types.Panel,
|
|
5240
5233
|
LayersDopeSheetPanel,
|
|
5241
5234
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
|
|
5242
5235
|
bpy_types._GenericUI,
|
|
@@ -5469,7 +5462,6 @@ class DOPESHEET_PT_gpencil_layer_adjustments(
|
|
|
5469
5462
|
...
|
|
5470
5463
|
|
|
5471
5464
|
class DOPESHEET_PT_gpencil_layer_display(
|
|
5472
|
-
bpy_types.Panel,
|
|
5473
5465
|
LayersDopeSheetPanel,
|
|
5474
5466
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
|
|
5475
5467
|
bpy_types._GenericUI,
|
|
@@ -5702,7 +5694,6 @@ class DOPESHEET_PT_gpencil_layer_display(
|
|
|
5702
5694
|
...
|
|
5703
5695
|
|
|
5704
5696
|
class DOPESHEET_PT_gpencil_layer_masks(
|
|
5705
|
-
bpy_types.Panel,
|
|
5706
5697
|
LayersDopeSheetPanel,
|
|
5707
5698
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
|
|
5708
5699
|
bpy_types._GenericUI,
|
|
@@ -5942,7 +5933,6 @@ class DOPESHEET_PT_gpencil_layer_masks(
|
|
|
5942
5933
|
...
|
|
5943
5934
|
|
|
5944
5935
|
class DOPESHEET_PT_gpencil_layer_relations(
|
|
5945
|
-
bpy_types.Panel,
|
|
5946
5936
|
LayersDopeSheetPanel,
|
|
5947
5937
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
|
|
5948
5938
|
bpy_types._GenericUI,
|
|
@@ -6175,7 +6165,6 @@ class DOPESHEET_PT_gpencil_layer_relations(
|
|
|
6175
6165
|
...
|
|
6176
6166
|
|
|
6177
6167
|
class DOPESHEET_PT_gpencil_layer_transform(
|
|
6178
|
-
bpy_types.Panel,
|
|
6179
6168
|
LayersDopeSheetPanel,
|
|
6180
6169
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
|
|
6181
6170
|
bpy_types._GenericUI,
|
|
@@ -6407,9 +6396,7 @@ class DOPESHEET_PT_gpencil_layer_transform(
|
|
|
6407
6396
|
"""
|
|
6408
6397
|
...
|
|
6409
6398
|
|
|
6410
|
-
class DOPESHEET_PT_gpencil_mode(
|
|
6411
|
-
bpy_types.Panel, LayersDopeSheetPanel, bpy_types._GenericUI
|
|
6412
|
-
):
|
|
6399
|
+
class DOPESHEET_PT_gpencil_mode(LayersDopeSheetPanel, bpy_types._GenericUI):
|
|
6413
6400
|
bl_category: typing.Any
|
|
6414
6401
|
bl_label: typing.Any
|
|
6415
6402
|
bl_region_type: typing.Any
|
|
@@ -6636,7 +6623,6 @@ class DOPESHEET_PT_gpencil_mode(
|
|
|
6636
6623
|
...
|
|
6637
6624
|
|
|
6638
6625
|
class DOPESHEET_PT_grease_pencil_layer_masks(
|
|
6639
|
-
bpy_types.Panel,
|
|
6640
6626
|
GreasePencilLayersDopeSheetPanel,
|
|
6641
6627
|
bl_ui.properties_data_grease_pencil.GreasePencil_LayerMaskPanel,
|
|
6642
6628
|
bpy_types._GenericUI,
|
|
@@ -6876,7 +6862,6 @@ class DOPESHEET_PT_grease_pencil_layer_masks(
|
|
|
6876
6862
|
...
|
|
6877
6863
|
|
|
6878
6864
|
class DOPESHEET_PT_grease_pencil_layer_relations(
|
|
6879
|
-
bpy_types.Panel,
|
|
6880
6865
|
GreasePencilLayersDopeSheetPanel,
|
|
6881
6866
|
bl_ui.properties_data_grease_pencil.GreasPencil_LayerRelationsPanel,
|
|
6882
6867
|
bpy_types._GenericUI,
|
|
@@ -7109,7 +7094,6 @@ class DOPESHEET_PT_grease_pencil_layer_relations(
|
|
|
7109
7094
|
...
|
|
7110
7095
|
|
|
7111
7096
|
class DOPESHEET_PT_grease_pencil_layer_transform(
|
|
7112
|
-
bpy_types.Panel,
|
|
7113
7097
|
GreasePencilLayersDopeSheetPanel,
|
|
7114
7098
|
bl_ui.properties_data_grease_pencil.GreasePencil_LayerTransformPanel,
|
|
7115
7099
|
bpy_types._GenericUI,
|
|
@@ -7342,7 +7326,7 @@ class DOPESHEET_PT_grease_pencil_layer_transform(
|
|
|
7342
7326
|
...
|
|
7343
7327
|
|
|
7344
7328
|
class DOPESHEET_PT_grease_pencil_mode(
|
|
7345
|
-
|
|
7329
|
+
GreasePencilLayersDopeSheetPanel, bpy_types._GenericUI
|
|
7346
7330
|
):
|
|
7347
7331
|
bl_category: typing.Any
|
|
7348
7332
|
bl_label: typing.Any
|
|
@@ -15,7 +15,7 @@ class AssetBrowserMenu:
|
|
|
15
15
|
"""
|
|
16
16
|
...
|
|
17
17
|
|
|
18
|
-
class ASSETBROWSER_MT_metadata_preview_menu(bpy_types.
|
|
18
|
+
class ASSETBROWSER_MT_metadata_preview_menu(bpy_types._GenericUI):
|
|
19
19
|
bl_label: typing.Any
|
|
20
20
|
bl_rna: typing.Any
|
|
21
21
|
id_data: typing.Any
|
|
@@ -286,7 +286,7 @@ class ASSETBROWSER_MT_metadata_preview_menu(bpy_types.Menu, bpy_types._GenericUI
|
|
|
286
286
|
...
|
|
287
287
|
|
|
288
288
|
class ASSETBROWSER_PT_display(
|
|
289
|
-
|
|
289
|
+
bpy_extras.asset_utils.AssetBrowserPanel, bpy_types._GenericUI
|
|
290
290
|
):
|
|
291
291
|
bl_label: typing.Any
|
|
292
292
|
bl_region_type: typing.Any
|
|
@@ -521,7 +521,7 @@ class ASSETBROWSER_PT_display(
|
|
|
521
521
|
...
|
|
522
522
|
|
|
523
523
|
class ASSETBROWSER_PT_filter(
|
|
524
|
-
|
|
524
|
+
bpy_extras.asset_utils.AssetBrowserPanel, bpy_types._GenericUI
|
|
525
525
|
):
|
|
526
526
|
bl_category: typing.Any
|
|
527
527
|
bl_label: typing.Any
|
|
@@ -756,7 +756,7 @@ class ASSETBROWSER_PT_filter(
|
|
|
756
756
|
...
|
|
757
757
|
|
|
758
758
|
class ASSETBROWSER_PT_metadata(
|
|
759
|
-
|
|
759
|
+
bpy_extras.asset_utils.AssetBrowserPanel, bpy_types._GenericUI
|
|
760
760
|
):
|
|
761
761
|
bl_label: typing.Any
|
|
762
762
|
bl_options: typing.Any
|
|
@@ -1001,7 +1001,7 @@ class ASSETBROWSER_PT_metadata(
|
|
|
1001
1001
|
...
|
|
1002
1002
|
|
|
1003
1003
|
class ASSETBROWSER_PT_metadata_preview(
|
|
1004
|
-
|
|
1004
|
+
bpy_extras.asset_utils.AssetMetaDataPanel, bpy_types._GenericUI
|
|
1005
1005
|
):
|
|
1006
1006
|
bl_label: typing.Any
|
|
1007
1007
|
bl_region_type: typing.Any
|
|
@@ -1228,7 +1228,7 @@ class ASSETBROWSER_PT_metadata_preview(
|
|
|
1228
1228
|
...
|
|
1229
1229
|
|
|
1230
1230
|
class ASSETBROWSER_PT_metadata_tags(
|
|
1231
|
-
|
|
1231
|
+
bpy_extras.asset_utils.AssetMetaDataPanel, bpy_types._GenericUI
|
|
1232
1232
|
):
|
|
1233
1233
|
bl_label: typing.Any
|
|
1234
1234
|
bl_region_type: typing.Any
|
|
@@ -1454,7 +1454,7 @@ class ASSETBROWSER_PT_metadata_tags(
|
|
|
1454
1454
|
"""
|
|
1455
1455
|
...
|
|
1456
1456
|
|
|
1457
|
-
class ASSETBROWSER_UL_metadata_tags(bpy_types.
|
|
1457
|
+
class ASSETBROWSER_UL_metadata_tags(bpy_types._GenericUI):
|
|
1458
1458
|
bl_rna: typing.Any
|
|
1459
1459
|
id_data: typing.Any
|
|
1460
1460
|
|
|
@@ -1686,7 +1686,7 @@ class ASSETBROWSER_UL_metadata_tags(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
1686
1686
|
"""
|
|
1687
1687
|
...
|
|
1688
1688
|
|
|
1689
|
-
class FILEBROWSER_HT_header(bpy_types.
|
|
1689
|
+
class FILEBROWSER_HT_header(bpy_types._GenericUI):
|
|
1690
1690
|
bl_rna: typing.Any
|
|
1691
1691
|
bl_space_type: typing.Any
|
|
1692
1692
|
id_data: typing.Any
|
|
@@ -1909,7 +1909,7 @@ class FILEBROWSER_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
1909
1909
|
"""
|
|
1910
1910
|
...
|
|
1911
1911
|
|
|
1912
|
-
class FILEBROWSER_MT_bookmarks_context_menu(bpy_types.
|
|
1912
|
+
class FILEBROWSER_MT_bookmarks_context_menu(bpy_types._GenericUI):
|
|
1913
1913
|
bl_label: typing.Any
|
|
1914
1914
|
bl_rna: typing.Any
|
|
1915
1915
|
id_data: typing.Any
|
|
@@ -2179,9 +2179,7 @@ class FILEBROWSER_MT_bookmarks_context_menu(bpy_types.Menu, bpy_types._GenericUI
|
|
|
2179
2179
|
"""
|
|
2180
2180
|
...
|
|
2181
2181
|
|
|
2182
|
-
class FILEBROWSER_MT_bookmarks_recents_specials_menu(
|
|
2183
|
-
bpy_types.Menu, bpy_types._GenericUI
|
|
2184
|
-
):
|
|
2182
|
+
class FILEBROWSER_MT_bookmarks_recents_specials_menu(bpy_types._GenericUI):
|
|
2185
2183
|
bl_label: typing.Any
|
|
2186
2184
|
bl_rna: typing.Any
|
|
2187
2185
|
id_data: typing.Any
|
|
@@ -2459,7 +2457,7 @@ class FileBrowserMenu:
|
|
|
2459
2457
|
"""
|
|
2460
2458
|
...
|
|
2461
2459
|
|
|
2462
|
-
class FILEBROWSER_MT_view_pie(bpy_types.
|
|
2460
|
+
class FILEBROWSER_MT_view_pie(bpy_types._GenericUI):
|
|
2463
2461
|
bl_idname: typing.Any
|
|
2464
2462
|
bl_label: typing.Any
|
|
2465
2463
|
bl_rna: typing.Any
|
|
@@ -2730,7 +2728,7 @@ class FILEBROWSER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2730
2728
|
"""
|
|
2731
2729
|
...
|
|
2732
2730
|
|
|
2733
|
-
class FILEBROWSER_PT_advanced_filter(bpy_types.
|
|
2731
|
+
class FILEBROWSER_PT_advanced_filter(bpy_types._GenericUI):
|
|
2734
2732
|
bl_category: typing.Any
|
|
2735
2733
|
bl_label: typing.Any
|
|
2736
2734
|
bl_region_type: typing.Any
|
|
@@ -2966,7 +2964,7 @@ class FileBrowserPanel:
|
|
|
2966
2964
|
"""
|
|
2967
2965
|
...
|
|
2968
2966
|
|
|
2969
|
-
class FILEBROWSER_PT_bookmarks_recents(bpy_types.
|
|
2967
|
+
class FILEBROWSER_PT_bookmarks_recents(bpy_types._GenericUI):
|
|
2970
2968
|
bl_category: typing.Any
|
|
2971
2969
|
bl_label: typing.Any
|
|
2972
2970
|
bl_region_type: typing.Any
|
|
@@ -3192,7 +3190,7 @@ class FILEBROWSER_PT_bookmarks_recents(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3192
3190
|
"""
|
|
3193
3191
|
...
|
|
3194
3192
|
|
|
3195
|
-
class FILEBROWSER_PT_bookmarks_system(bpy_types.
|
|
3193
|
+
class FILEBROWSER_PT_bookmarks_system(bpy_types._GenericUI):
|
|
3196
3194
|
bl_category: typing.Any
|
|
3197
3195
|
bl_label: typing.Any
|
|
3198
3196
|
bl_region_type: typing.Any
|
|
@@ -3418,7 +3416,7 @@ class FILEBROWSER_PT_bookmarks_system(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3418
3416
|
"""
|
|
3419
3417
|
...
|
|
3420
3418
|
|
|
3421
|
-
class FILEBROWSER_PT_bookmarks_volumes(bpy_types.
|
|
3419
|
+
class FILEBROWSER_PT_bookmarks_volumes(bpy_types._GenericUI):
|
|
3422
3420
|
bl_category: typing.Any
|
|
3423
3421
|
bl_label: typing.Any
|
|
3424
3422
|
bl_region_type: typing.Any
|
|
@@ -3645,7 +3643,7 @@ class FILEBROWSER_PT_bookmarks_volumes(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3645
3643
|
"""
|
|
3646
3644
|
...
|
|
3647
3645
|
|
|
3648
|
-
class FILEBROWSER_PT_directory_path(bpy_types.
|
|
3646
|
+
class FILEBROWSER_PT_directory_path(bpy_types._GenericUI):
|
|
3649
3647
|
bl_category: typing.Any
|
|
3650
3648
|
bl_label: typing.Any
|
|
3651
3649
|
bl_options: typing.Any
|
|
@@ -3879,7 +3877,7 @@ class FILEBROWSER_PT_directory_path(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3879
3877
|
"""
|
|
3880
3878
|
...
|
|
3881
3879
|
|
|
3882
|
-
class FILEBROWSER_UL_dir(bpy_types.
|
|
3880
|
+
class FILEBROWSER_UL_dir(bpy_types._GenericUI):
|
|
3883
3881
|
bl_rna: typing.Any
|
|
3884
3882
|
id_data: typing.Any
|
|
3885
3883
|
|
|
@@ -4111,7 +4109,7 @@ class FILEBROWSER_UL_dir(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
4111
4109
|
"""
|
|
4112
4110
|
...
|
|
4113
4111
|
|
|
4114
|
-
class ASSETBROWSER_MT_catalog(
|
|
4112
|
+
class ASSETBROWSER_MT_catalog(AssetBrowserMenu, bpy_types._GenericUI):
|
|
4115
4113
|
bl_label: typing.Any
|
|
4116
4114
|
bl_rna: typing.Any
|
|
4117
4115
|
id_data: typing.Any
|
|
@@ -4388,9 +4386,7 @@ class ASSETBROWSER_MT_catalog(bpy_types.Menu, AssetBrowserMenu, bpy_types._Gener
|
|
|
4388
4386
|
"""
|
|
4389
4387
|
...
|
|
4390
4388
|
|
|
4391
|
-
class ASSETBROWSER_MT_context_menu(
|
|
4392
|
-
bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI
|
|
4393
|
-
):
|
|
4389
|
+
class ASSETBROWSER_MT_context_menu(AssetBrowserMenu, bpy_types._GenericUI):
|
|
4394
4390
|
bl_label: typing.Any
|
|
4395
4391
|
bl_rna: typing.Any
|
|
4396
4392
|
id_data: typing.Any
|
|
@@ -4667,9 +4663,7 @@ class ASSETBROWSER_MT_context_menu(
|
|
|
4667
4663
|
"""
|
|
4668
4664
|
...
|
|
4669
4665
|
|
|
4670
|
-
class ASSETBROWSER_MT_editor_menus(
|
|
4671
|
-
bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericUI
|
|
4672
|
-
):
|
|
4666
|
+
class ASSETBROWSER_MT_editor_menus(AssetBrowserMenu, bpy_types._GenericUI):
|
|
4673
4667
|
bl_idname: typing.Any
|
|
4674
4668
|
bl_label: typing.Any
|
|
4675
4669
|
bl_rna: typing.Any
|
|
@@ -4947,7 +4941,7 @@ class ASSETBROWSER_MT_editor_menus(
|
|
|
4947
4941
|
"""
|
|
4948
4942
|
...
|
|
4949
4943
|
|
|
4950
|
-
class ASSETBROWSER_MT_select(
|
|
4944
|
+
class ASSETBROWSER_MT_select(AssetBrowserMenu, bpy_types._GenericUI):
|
|
4951
4945
|
bl_label: typing.Any
|
|
4952
4946
|
bl_rna: typing.Any
|
|
4953
4947
|
id_data: typing.Any
|
|
@@ -5224,7 +5218,7 @@ class ASSETBROWSER_MT_select(bpy_types.Menu, AssetBrowserMenu, bpy_types._Generi
|
|
|
5224
5218
|
"""
|
|
5225
5219
|
...
|
|
5226
5220
|
|
|
5227
|
-
class ASSETBROWSER_MT_view(
|
|
5221
|
+
class ASSETBROWSER_MT_view(AssetBrowserMenu, bpy_types._GenericUI):
|
|
5228
5222
|
bl_label: typing.Any
|
|
5229
5223
|
bl_rna: typing.Any
|
|
5230
5224
|
id_data: typing.Any
|
|
@@ -5501,9 +5495,7 @@ class ASSETBROWSER_MT_view(bpy_types.Menu, AssetBrowserMenu, bpy_types._GenericU
|
|
|
5501
5495
|
"""
|
|
5502
5496
|
...
|
|
5503
5497
|
|
|
5504
|
-
class FILEBROWSER_MT_context_menu(
|
|
5505
|
-
bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI
|
|
5506
|
-
):
|
|
5498
|
+
class FILEBROWSER_MT_context_menu(FileBrowserMenu, bpy_types._GenericUI):
|
|
5507
5499
|
bl_label: typing.Any
|
|
5508
5500
|
bl_rna: typing.Any
|
|
5509
5501
|
id_data: typing.Any
|
|
@@ -5780,9 +5772,7 @@ class FILEBROWSER_MT_context_menu(
|
|
|
5780
5772
|
"""
|
|
5781
5773
|
...
|
|
5782
5774
|
|
|
5783
|
-
class FILEBROWSER_MT_editor_menus(
|
|
5784
|
-
bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI
|
|
5785
|
-
):
|
|
5775
|
+
class FILEBROWSER_MT_editor_menus(FileBrowserMenu, bpy_types._GenericUI):
|
|
5786
5776
|
bl_idname: typing.Any
|
|
5787
5777
|
bl_label: typing.Any
|
|
5788
5778
|
bl_rna: typing.Any
|
|
@@ -6060,7 +6050,7 @@ class FILEBROWSER_MT_editor_menus(
|
|
|
6060
6050
|
"""
|
|
6061
6051
|
...
|
|
6062
6052
|
|
|
6063
|
-
class FILEBROWSER_MT_select(
|
|
6053
|
+
class FILEBROWSER_MT_select(FileBrowserMenu, bpy_types._GenericUI):
|
|
6064
6054
|
bl_label: typing.Any
|
|
6065
6055
|
bl_rna: typing.Any
|
|
6066
6056
|
id_data: typing.Any
|
|
@@ -6337,7 +6327,7 @@ class FILEBROWSER_MT_select(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericU
|
|
|
6337
6327
|
"""
|
|
6338
6328
|
...
|
|
6339
6329
|
|
|
6340
|
-
class FILEBROWSER_MT_view(
|
|
6330
|
+
class FILEBROWSER_MT_view(FileBrowserMenu, bpy_types._GenericUI):
|
|
6341
6331
|
bl_label: typing.Any
|
|
6342
6332
|
bl_rna: typing.Any
|
|
6343
6333
|
id_data: typing.Any
|
|
@@ -6614,9 +6604,7 @@ class FILEBROWSER_MT_view(bpy_types.Menu, FileBrowserMenu, bpy_types._GenericUI)
|
|
|
6614
6604
|
"""
|
|
6615
6605
|
...
|
|
6616
6606
|
|
|
6617
|
-
class FILEBROWSER_PT_bookmarks_favorites(
|
|
6618
|
-
bpy_types.Panel, FileBrowserPanel, bpy_types._GenericUI
|
|
6619
|
-
):
|
|
6607
|
+
class FILEBROWSER_PT_bookmarks_favorites(FileBrowserPanel, bpy_types._GenericUI):
|
|
6620
6608
|
bl_category: typing.Any
|
|
6621
6609
|
bl_label: typing.Any
|
|
6622
6610
|
bl_region_type: typing.Any
|
|
@@ -6842,7 +6830,7 @@ class FILEBROWSER_PT_bookmarks_favorites(
|
|
|
6842
6830
|
"""
|
|
6843
6831
|
...
|
|
6844
6832
|
|
|
6845
|
-
class FILEBROWSER_PT_display(
|
|
6833
|
+
class FILEBROWSER_PT_display(FileBrowserPanel, bpy_types._GenericUI):
|
|
6846
6834
|
bl_label: typing.Any
|
|
6847
6835
|
bl_region_type: typing.Any
|
|
6848
6836
|
bl_rna: typing.Any
|
|
@@ -7068,7 +7056,7 @@ class FILEBROWSER_PT_display(bpy_types.Panel, FileBrowserPanel, bpy_types._Gener
|
|
|
7068
7056
|
"""
|
|
7069
7057
|
...
|
|
7070
7058
|
|
|
7071
|
-
class FILEBROWSER_PT_filter(
|
|
7059
|
+
class FILEBROWSER_PT_filter(FileBrowserPanel, bpy_types._GenericUI):
|
|
7072
7060
|
bl_label: typing.Any
|
|
7073
7061
|
bl_region_type: typing.Any
|
|
7074
7062
|
bl_rna: typing.Any
|
bl_ui/space_graph/__init__.pyi
CHANGED
|
@@ -7,7 +7,7 @@ import bpy_types
|
|
|
7
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
8
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
9
|
|
|
10
|
-
class GRAPH_HT_header(bpy_types.
|
|
10
|
+
class GRAPH_HT_header(bpy_types._GenericUI):
|
|
11
11
|
bl_rna: typing.Any
|
|
12
12
|
bl_space_type: typing.Any
|
|
13
13
|
id_data: typing.Any
|
|
@@ -223,7 +223,7 @@ class GRAPH_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
223
223
|
"""
|
|
224
224
|
...
|
|
225
225
|
|
|
226
|
-
class GRAPH_MT_channel(bpy_types.
|
|
226
|
+
class GRAPH_MT_channel(bpy_types._GenericUI):
|
|
227
227
|
bl_label: typing.Any
|
|
228
228
|
bl_rna: typing.Any
|
|
229
229
|
id_data: typing.Any
|
|
@@ -493,7 +493,7 @@ class GRAPH_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
493
493
|
"""
|
|
494
494
|
...
|
|
495
495
|
|
|
496
|
-
class GRAPH_MT_context_menu(bpy_types.
|
|
496
|
+
class GRAPH_MT_context_menu(bpy_types._GenericUI):
|
|
497
497
|
bl_label: typing.Any
|
|
498
498
|
bl_rna: typing.Any
|
|
499
499
|
id_data: typing.Any
|
|
@@ -763,7 +763,7 @@ class GRAPH_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
763
763
|
"""
|
|
764
764
|
...
|
|
765
765
|
|
|
766
|
-
class GRAPH_MT_delete(bpy_types.
|
|
766
|
+
class GRAPH_MT_delete(bpy_types._GenericUI):
|
|
767
767
|
bl_label: typing.Any
|
|
768
768
|
bl_rna: typing.Any
|
|
769
769
|
id_data: typing.Any
|
|
@@ -1033,7 +1033,7 @@ class GRAPH_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1033
1033
|
"""
|
|
1034
1034
|
...
|
|
1035
1035
|
|
|
1036
|
-
class GRAPH_MT_editor_menus(bpy_types.
|
|
1036
|
+
class GRAPH_MT_editor_menus(bpy_types._GenericUI):
|
|
1037
1037
|
bl_idname: typing.Any
|
|
1038
1038
|
bl_label: typing.Any
|
|
1039
1039
|
bl_rna: typing.Any
|
|
@@ -1304,7 +1304,7 @@ class GRAPH_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1304
1304
|
"""
|
|
1305
1305
|
...
|
|
1306
1306
|
|
|
1307
|
-
class GRAPH_MT_key(bpy_types.
|
|
1307
|
+
class GRAPH_MT_key(bpy_types._GenericUI):
|
|
1308
1308
|
bl_label: typing.Any
|
|
1309
1309
|
bl_rna: typing.Any
|
|
1310
1310
|
id_data: typing.Any
|
|
@@ -1574,7 +1574,7 @@ class GRAPH_MT_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1574
1574
|
"""
|
|
1575
1575
|
...
|
|
1576
1576
|
|
|
1577
|
-
class GRAPH_MT_key_blending(bpy_types.
|
|
1577
|
+
class GRAPH_MT_key_blending(bpy_types._GenericUI):
|
|
1578
1578
|
bl_label: typing.Any
|
|
1579
1579
|
bl_rna: typing.Any
|
|
1580
1580
|
id_data: typing.Any
|
|
@@ -1844,7 +1844,7 @@ class GRAPH_MT_key_blending(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1844
1844
|
"""
|
|
1845
1845
|
...
|
|
1846
1846
|
|
|
1847
|
-
class GRAPH_MT_key_density(bpy_types.
|
|
1847
|
+
class GRAPH_MT_key_density(bpy_types._GenericUI):
|
|
1848
1848
|
bl_label: typing.Any
|
|
1849
1849
|
bl_rna: typing.Any
|
|
1850
1850
|
id_data: typing.Any
|
|
@@ -2114,7 +2114,7 @@ class GRAPH_MT_key_density(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2114
2114
|
"""
|
|
2115
2115
|
...
|
|
2116
2116
|
|
|
2117
|
-
class GRAPH_MT_key_smoothing(bpy_types.
|
|
2117
|
+
class GRAPH_MT_key_smoothing(bpy_types._GenericUI):
|
|
2118
2118
|
bl_label: typing.Any
|
|
2119
2119
|
bl_rna: typing.Any
|
|
2120
2120
|
id_data: typing.Any
|
|
@@ -2384,7 +2384,7 @@ class GRAPH_MT_key_smoothing(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2384
2384
|
"""
|
|
2385
2385
|
...
|
|
2386
2386
|
|
|
2387
|
-
class GRAPH_MT_key_snap(bpy_types.
|
|
2387
|
+
class GRAPH_MT_key_snap(bpy_types._GenericUI):
|
|
2388
2388
|
bl_label: typing.Any
|
|
2389
2389
|
bl_rna: typing.Any
|
|
2390
2390
|
id_data: typing.Any
|
|
@@ -2654,7 +2654,7 @@ class GRAPH_MT_key_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2654
2654
|
"""
|
|
2655
2655
|
...
|
|
2656
2656
|
|
|
2657
|
-
class GRAPH_MT_key_transform(bpy_types.
|
|
2657
|
+
class GRAPH_MT_key_transform(bpy_types._GenericUI):
|
|
2658
2658
|
bl_label: typing.Any
|
|
2659
2659
|
bl_rna: typing.Any
|
|
2660
2660
|
id_data: typing.Any
|
|
@@ -2924,7 +2924,7 @@ class GRAPH_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2924
2924
|
"""
|
|
2925
2925
|
...
|
|
2926
2926
|
|
|
2927
|
-
class GRAPH_MT_marker(bpy_types.
|
|
2927
|
+
class GRAPH_MT_marker(bpy_types._GenericUI):
|
|
2928
2928
|
bl_label: typing.Any
|
|
2929
2929
|
bl_rna: typing.Any
|
|
2930
2930
|
id_data: typing.Any
|
|
@@ -3194,7 +3194,7 @@ class GRAPH_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3194
3194
|
"""
|
|
3195
3195
|
...
|
|
3196
3196
|
|
|
3197
|
-
class GRAPH_MT_pivot_pie(bpy_types.
|
|
3197
|
+
class GRAPH_MT_pivot_pie(bpy_types._GenericUI):
|
|
3198
3198
|
bl_label: typing.Any
|
|
3199
3199
|
bl_rna: typing.Any
|
|
3200
3200
|
id_data: typing.Any
|
|
@@ -3464,7 +3464,7 @@ class GRAPH_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3464
3464
|
"""
|
|
3465
3465
|
...
|
|
3466
3466
|
|
|
3467
|
-
class GRAPH_MT_select(bpy_types.
|
|
3467
|
+
class GRAPH_MT_select(bpy_types._GenericUI):
|
|
3468
3468
|
bl_label: typing.Any
|
|
3469
3469
|
bl_rna: typing.Any
|
|
3470
3470
|
id_data: typing.Any
|
|
@@ -3734,7 +3734,7 @@ class GRAPH_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3734
3734
|
"""
|
|
3735
3735
|
...
|
|
3736
3736
|
|
|
3737
|
-
class GRAPH_MT_snap_pie(bpy_types.
|
|
3737
|
+
class GRAPH_MT_snap_pie(bpy_types._GenericUI):
|
|
3738
3738
|
bl_label: typing.Any
|
|
3739
3739
|
bl_rna: typing.Any
|
|
3740
3740
|
id_data: typing.Any
|
|
@@ -4004,7 +4004,7 @@ class GRAPH_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4004
4004
|
"""
|
|
4005
4005
|
...
|
|
4006
4006
|
|
|
4007
|
-
class GRAPH_MT_view(bpy_types.
|
|
4007
|
+
class GRAPH_MT_view(bpy_types._GenericUI):
|
|
4008
4008
|
bl_label: typing.Any
|
|
4009
4009
|
bl_rna: typing.Any
|
|
4010
4010
|
id_data: typing.Any
|
|
@@ -4274,7 +4274,7 @@ class GRAPH_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4274
4274
|
"""
|
|
4275
4275
|
...
|
|
4276
4276
|
|
|
4277
|
-
class GRAPH_MT_view_pie(bpy_types.
|
|
4277
|
+
class GRAPH_MT_view_pie(bpy_types._GenericUI):
|
|
4278
4278
|
bl_label: typing.Any
|
|
4279
4279
|
bl_rna: typing.Any
|
|
4280
4280
|
id_data: typing.Any
|
|
@@ -4545,9 +4545,7 @@ class GRAPH_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4545
4545
|
...
|
|
4546
4546
|
|
|
4547
4547
|
class GRAPH_PT_filters(
|
|
4548
|
-
bpy_types.
|
|
4549
|
-
bl_ui.space_dopesheet.DopesheetFilterPopoverBase,
|
|
4550
|
-
bpy_types._GenericUI,
|
|
4548
|
+
bl_ui.space_dopesheet.DopesheetFilterPopoverBase, bpy_types._GenericUI
|
|
4551
4549
|
):
|
|
4552
4550
|
bl_label: typing.Any
|
|
4553
4551
|
bl_region_type: typing.Any
|
|
@@ -4791,7 +4789,7 @@ class GRAPH_PT_filters(
|
|
|
4791
4789
|
"""
|
|
4792
4790
|
...
|
|
4793
4791
|
|
|
4794
|
-
class GRAPH_PT_proportional_edit(bpy_types.
|
|
4792
|
+
class GRAPH_PT_proportional_edit(bpy_types._GenericUI):
|
|
4795
4793
|
bl_label: typing.Any
|
|
4796
4794
|
bl_region_type: typing.Any
|
|
4797
4795
|
bl_rna: typing.Any
|
|
@@ -5010,7 +5008,7 @@ class GRAPH_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
5010
5008
|
"""
|
|
5011
5009
|
...
|
|
5012
5010
|
|
|
5013
|
-
class GRAPH_PT_snapping(bpy_types.
|
|
5011
|
+
class GRAPH_PT_snapping(bpy_types._GenericUI):
|
|
5014
5012
|
bl_label: typing.Any
|
|
5015
5013
|
bl_region_type: typing.Any
|
|
5016
5014
|
bl_rna: typing.Any
|