fake-bpy-module 20240613__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.
- aud/__init__.pyi +1 -1
- 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 +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -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 +272 -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 -1037
- bpy_types/__init__.pyi +13 -6567
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/RECORD +119 -119
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +22 -23
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240613.dist-info → fake_bpy_module-20240615.dist-info}/top_level.txt +0 -0
|
@@ -9,7 +9,7 @@ import rna_prop_ui
|
|
|
9
9
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
10
10
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
11
11
|
|
|
12
|
-
class SEQUENCER_HT_header(bpy_types.
|
|
12
|
+
class SEQUENCER_HT_header(bpy_types._GenericUI):
|
|
13
13
|
bl_rna: typing.Any
|
|
14
14
|
bl_space_type: typing.Any
|
|
15
15
|
id_data: typing.Any
|
|
@@ -225,7 +225,7 @@ class SEQUENCER_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
225
225
|
"""
|
|
226
226
|
...
|
|
227
227
|
|
|
228
|
-
class SEQUENCER_HT_tool_header(bpy_types.
|
|
228
|
+
class SEQUENCER_HT_tool_header(bpy_types._GenericUI):
|
|
229
229
|
bl_region_type: typing.Any
|
|
230
230
|
bl_rna: typing.Any
|
|
231
231
|
bl_space_type: typing.Any
|
|
@@ -449,7 +449,7 @@ class SEQUENCER_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
449
449
|
"""
|
|
450
450
|
...
|
|
451
451
|
|
|
452
|
-
class SEQUENCER_MT_add(bpy_types.
|
|
452
|
+
class SEQUENCER_MT_add(bpy_types._GenericUI):
|
|
453
453
|
bl_label: typing.Any
|
|
454
454
|
bl_options: typing.Any
|
|
455
455
|
bl_rna: typing.Any
|
|
@@ -721,7 +721,7 @@ class SEQUENCER_MT_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
721
721
|
"""
|
|
722
722
|
...
|
|
723
723
|
|
|
724
|
-
class SEQUENCER_MT_add_effect(bpy_types.
|
|
724
|
+
class SEQUENCER_MT_add_effect(bpy_types._GenericUI):
|
|
725
725
|
bl_label: typing.Any
|
|
726
726
|
bl_rna: typing.Any
|
|
727
727
|
id_data: typing.Any
|
|
@@ -991,7 +991,7 @@ class SEQUENCER_MT_add_effect(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
991
991
|
"""
|
|
992
992
|
...
|
|
993
993
|
|
|
994
|
-
class SEQUENCER_MT_add_empty(bpy_types.
|
|
994
|
+
class SEQUENCER_MT_add_empty(bpy_types._GenericUI):
|
|
995
995
|
bl_label: typing.Any
|
|
996
996
|
bl_rna: typing.Any
|
|
997
997
|
id_data: typing.Any
|
|
@@ -1261,7 +1261,7 @@ class SEQUENCER_MT_add_empty(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1261
1261
|
"""
|
|
1262
1262
|
...
|
|
1263
1263
|
|
|
1264
|
-
class SEQUENCER_MT_add_scene(bpy_types.
|
|
1264
|
+
class SEQUENCER_MT_add_scene(bpy_types._GenericUI):
|
|
1265
1265
|
bl_label: typing.Any
|
|
1266
1266
|
bl_rna: typing.Any
|
|
1267
1267
|
bl_translation_context: typing.Any
|
|
@@ -1532,7 +1532,7 @@ class SEQUENCER_MT_add_scene(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1532
1532
|
"""
|
|
1533
1533
|
...
|
|
1534
1534
|
|
|
1535
|
-
class SEQUENCER_MT_add_transitions(bpy_types.
|
|
1535
|
+
class SEQUENCER_MT_add_transitions(bpy_types._GenericUI):
|
|
1536
1536
|
bl_label: typing.Any
|
|
1537
1537
|
bl_rna: typing.Any
|
|
1538
1538
|
id_data: typing.Any
|
|
@@ -1802,7 +1802,7 @@ class SEQUENCER_MT_add_transitions(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1802
1802
|
"""
|
|
1803
1803
|
...
|
|
1804
1804
|
|
|
1805
|
-
class SEQUENCER_MT_change(bpy_types.
|
|
1805
|
+
class SEQUENCER_MT_change(bpy_types._GenericUI):
|
|
1806
1806
|
bl_label: typing.Any
|
|
1807
1807
|
bl_rna: typing.Any
|
|
1808
1808
|
id_data: typing.Any
|
|
@@ -2090,7 +2090,7 @@ class SequencerColorTagPicker:
|
|
|
2090
2090
|
"""
|
|
2091
2091
|
...
|
|
2092
2092
|
|
|
2093
|
-
class SEQUENCER_MT_context_menu(bpy_types.
|
|
2093
|
+
class SEQUENCER_MT_context_menu(bpy_types._GenericUI):
|
|
2094
2094
|
bl_label: typing.Any
|
|
2095
2095
|
bl_rna: typing.Any
|
|
2096
2096
|
id_data: typing.Any
|
|
@@ -2374,7 +2374,7 @@ class SEQUENCER_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2374
2374
|
"""
|
|
2375
2375
|
...
|
|
2376
2376
|
|
|
2377
|
-
class SEQUENCER_MT_editor_menus(bpy_types.
|
|
2377
|
+
class SEQUENCER_MT_editor_menus(bpy_types._GenericUI):
|
|
2378
2378
|
bl_idname: typing.Any
|
|
2379
2379
|
bl_label: typing.Any
|
|
2380
2380
|
bl_rna: typing.Any
|
|
@@ -2645,7 +2645,7 @@ class SEQUENCER_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2645
2645
|
"""
|
|
2646
2646
|
...
|
|
2647
2647
|
|
|
2648
|
-
class SEQUENCER_MT_image(bpy_types.
|
|
2648
|
+
class SEQUENCER_MT_image(bpy_types._GenericUI):
|
|
2649
2649
|
bl_label: typing.Any
|
|
2650
2650
|
bl_rna: typing.Any
|
|
2651
2651
|
id_data: typing.Any
|
|
@@ -2915,7 +2915,7 @@ class SEQUENCER_MT_image(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2915
2915
|
"""
|
|
2916
2916
|
...
|
|
2917
2917
|
|
|
2918
|
-
class SEQUENCER_MT_image_apply(bpy_types.
|
|
2918
|
+
class SEQUENCER_MT_image_apply(bpy_types._GenericUI):
|
|
2919
2919
|
bl_label: typing.Any
|
|
2920
2920
|
bl_rna: typing.Any
|
|
2921
2921
|
id_data: typing.Any
|
|
@@ -3185,7 +3185,7 @@ class SEQUENCER_MT_image_apply(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3185
3185
|
"""
|
|
3186
3186
|
...
|
|
3187
3187
|
|
|
3188
|
-
class SEQUENCER_MT_image_clear(bpy_types.
|
|
3188
|
+
class SEQUENCER_MT_image_clear(bpy_types._GenericUI):
|
|
3189
3189
|
bl_label: typing.Any
|
|
3190
3190
|
bl_rna: typing.Any
|
|
3191
3191
|
id_data: typing.Any
|
|
@@ -3455,7 +3455,7 @@ class SEQUENCER_MT_image_clear(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3455
3455
|
"""
|
|
3456
3456
|
...
|
|
3457
3457
|
|
|
3458
|
-
class SEQUENCER_MT_image_transform(bpy_types.
|
|
3458
|
+
class SEQUENCER_MT_image_transform(bpy_types._GenericUI):
|
|
3459
3459
|
bl_label: typing.Any
|
|
3460
3460
|
bl_rna: typing.Any
|
|
3461
3461
|
id_data: typing.Any
|
|
@@ -3725,7 +3725,7 @@ class SEQUENCER_MT_image_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3725
3725
|
"""
|
|
3726
3726
|
...
|
|
3727
3727
|
|
|
3728
|
-
class SEQUENCER_MT_marker(bpy_types.
|
|
3728
|
+
class SEQUENCER_MT_marker(bpy_types._GenericUI):
|
|
3729
3729
|
bl_label: typing.Any
|
|
3730
3730
|
bl_rna: typing.Any
|
|
3731
3731
|
id_data: typing.Any
|
|
@@ -3995,7 +3995,7 @@ class SEQUENCER_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3995
3995
|
"""
|
|
3996
3996
|
...
|
|
3997
3997
|
|
|
3998
|
-
class SEQUENCER_MT_navigation(bpy_types.
|
|
3998
|
+
class SEQUENCER_MT_navigation(bpy_types._GenericUI):
|
|
3999
3999
|
bl_label: typing.Any
|
|
4000
4000
|
bl_rna: typing.Any
|
|
4001
4001
|
id_data: typing.Any
|
|
@@ -4265,7 +4265,7 @@ class SEQUENCER_MT_navigation(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4265
4265
|
"""
|
|
4266
4266
|
...
|
|
4267
4267
|
|
|
4268
|
-
class SEQUENCER_MT_pivot_pie(bpy_types.
|
|
4268
|
+
class SEQUENCER_MT_pivot_pie(bpy_types._GenericUI):
|
|
4269
4269
|
bl_label: typing.Any
|
|
4270
4270
|
bl_rna: typing.Any
|
|
4271
4271
|
id_data: typing.Any
|
|
@@ -4535,7 +4535,7 @@ class SEQUENCER_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4535
4535
|
"""
|
|
4536
4536
|
...
|
|
4537
4537
|
|
|
4538
|
-
class SEQUENCER_MT_preview_context_menu(bpy_types.
|
|
4538
|
+
class SEQUENCER_MT_preview_context_menu(bpy_types._GenericUI):
|
|
4539
4539
|
bl_label: typing.Any
|
|
4540
4540
|
bl_rna: typing.Any
|
|
4541
4541
|
id_data: typing.Any
|
|
@@ -4805,7 +4805,7 @@ class SEQUENCER_MT_preview_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4805
4805
|
"""
|
|
4806
4806
|
...
|
|
4807
4807
|
|
|
4808
|
-
class SEQUENCER_MT_preview_view_pie(bpy_types.
|
|
4808
|
+
class SEQUENCER_MT_preview_view_pie(bpy_types._GenericUI):
|
|
4809
4809
|
bl_label: typing.Any
|
|
4810
4810
|
bl_rna: typing.Any
|
|
4811
4811
|
id_data: typing.Any
|
|
@@ -5075,7 +5075,7 @@ class SEQUENCER_MT_preview_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5075
5075
|
"""
|
|
5076
5076
|
...
|
|
5077
5077
|
|
|
5078
|
-
class SEQUENCER_MT_preview_zoom(bpy_types.
|
|
5078
|
+
class SEQUENCER_MT_preview_zoom(bpy_types._GenericUI):
|
|
5079
5079
|
bl_label: typing.Any
|
|
5080
5080
|
bl_rna: typing.Any
|
|
5081
5081
|
id_data: typing.Any
|
|
@@ -5345,7 +5345,7 @@ class SEQUENCER_MT_preview_zoom(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5345
5345
|
"""
|
|
5346
5346
|
...
|
|
5347
5347
|
|
|
5348
|
-
class SEQUENCER_MT_proxy(bpy_types.
|
|
5348
|
+
class SEQUENCER_MT_proxy(bpy_types._GenericUI):
|
|
5349
5349
|
bl_label: typing.Any
|
|
5350
5350
|
bl_rna: typing.Any
|
|
5351
5351
|
id_data: typing.Any
|
|
@@ -5615,7 +5615,7 @@ class SEQUENCER_MT_proxy(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5615
5615
|
"""
|
|
5616
5616
|
...
|
|
5617
5617
|
|
|
5618
|
-
class SEQUENCER_MT_range(bpy_types.
|
|
5618
|
+
class SEQUENCER_MT_range(bpy_types._GenericUI):
|
|
5619
5619
|
bl_label: typing.Any
|
|
5620
5620
|
bl_rna: typing.Any
|
|
5621
5621
|
id_data: typing.Any
|
|
@@ -5885,7 +5885,7 @@ class SEQUENCER_MT_range(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5885
5885
|
"""
|
|
5886
5886
|
...
|
|
5887
5887
|
|
|
5888
|
-
class SEQUENCER_MT_retiming(bpy_types.
|
|
5888
|
+
class SEQUENCER_MT_retiming(bpy_types._GenericUI):
|
|
5889
5889
|
bl_label: typing.Any
|
|
5890
5890
|
bl_rna: typing.Any
|
|
5891
5891
|
bl_translation_context: typing.Any
|
|
@@ -6156,7 +6156,7 @@ class SEQUENCER_MT_retiming(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6156
6156
|
"""
|
|
6157
6157
|
...
|
|
6158
6158
|
|
|
6159
|
-
class SEQUENCER_MT_select(bpy_types.
|
|
6159
|
+
class SEQUENCER_MT_select(bpy_types._GenericUI):
|
|
6160
6160
|
bl_label: typing.Any
|
|
6161
6161
|
bl_rna: typing.Any
|
|
6162
6162
|
id_data: typing.Any
|
|
@@ -6426,7 +6426,7 @@ class SEQUENCER_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6426
6426
|
"""
|
|
6427
6427
|
...
|
|
6428
6428
|
|
|
6429
|
-
class SEQUENCER_MT_select_channel(bpy_types.
|
|
6429
|
+
class SEQUENCER_MT_select_channel(bpy_types._GenericUI):
|
|
6430
6430
|
bl_label: typing.Any
|
|
6431
6431
|
bl_rna: typing.Any
|
|
6432
6432
|
id_data: typing.Any
|
|
@@ -6696,7 +6696,7 @@ class SEQUENCER_MT_select_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6696
6696
|
"""
|
|
6697
6697
|
...
|
|
6698
6698
|
|
|
6699
|
-
class SEQUENCER_MT_select_handle(bpy_types.
|
|
6699
|
+
class SEQUENCER_MT_select_handle(bpy_types._GenericUI):
|
|
6700
6700
|
bl_label: typing.Any
|
|
6701
6701
|
bl_rna: typing.Any
|
|
6702
6702
|
id_data: typing.Any
|
|
@@ -6966,7 +6966,7 @@ class SEQUENCER_MT_select_handle(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6966
6966
|
"""
|
|
6967
6967
|
...
|
|
6968
6968
|
|
|
6969
|
-
class SEQUENCER_MT_strip(bpy_types.
|
|
6969
|
+
class SEQUENCER_MT_strip(bpy_types._GenericUI):
|
|
6970
6970
|
bl_label: typing.Any
|
|
6971
6971
|
bl_rna: typing.Any
|
|
6972
6972
|
id_data: typing.Any
|
|
@@ -7236,7 +7236,7 @@ class SEQUENCER_MT_strip(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7236
7236
|
"""
|
|
7237
7237
|
...
|
|
7238
7238
|
|
|
7239
|
-
class SEQUENCER_MT_strip_effect(bpy_types.
|
|
7239
|
+
class SEQUENCER_MT_strip_effect(bpy_types._GenericUI):
|
|
7240
7240
|
bl_label: typing.Any
|
|
7241
7241
|
bl_rna: typing.Any
|
|
7242
7242
|
id_data: typing.Any
|
|
@@ -7506,7 +7506,7 @@ class SEQUENCER_MT_strip_effect(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7506
7506
|
"""
|
|
7507
7507
|
...
|
|
7508
7508
|
|
|
7509
|
-
class SEQUENCER_MT_strip_input(bpy_types.
|
|
7509
|
+
class SEQUENCER_MT_strip_input(bpy_types._GenericUI):
|
|
7510
7510
|
bl_label: typing.Any
|
|
7511
7511
|
bl_rna: typing.Any
|
|
7512
7512
|
id_data: typing.Any
|
|
@@ -7776,7 +7776,7 @@ class SEQUENCER_MT_strip_input(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7776
7776
|
"""
|
|
7777
7777
|
...
|
|
7778
7778
|
|
|
7779
|
-
class SEQUENCER_MT_strip_lock_mute(bpy_types.
|
|
7779
|
+
class SEQUENCER_MT_strip_lock_mute(bpy_types._GenericUI):
|
|
7780
7780
|
bl_label: typing.Any
|
|
7781
7781
|
bl_rna: typing.Any
|
|
7782
7782
|
id_data: typing.Any
|
|
@@ -8046,7 +8046,7 @@ class SEQUENCER_MT_strip_lock_mute(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
8046
8046
|
"""
|
|
8047
8047
|
...
|
|
8048
8048
|
|
|
8049
|
-
class SEQUENCER_MT_strip_movie(bpy_types.
|
|
8049
|
+
class SEQUENCER_MT_strip_movie(bpy_types._GenericUI):
|
|
8050
8050
|
bl_label: typing.Any
|
|
8051
8051
|
bl_rna: typing.Any
|
|
8052
8052
|
id_data: typing.Any
|
|
@@ -8316,7 +8316,7 @@ class SEQUENCER_MT_strip_movie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
8316
8316
|
"""
|
|
8317
8317
|
...
|
|
8318
8318
|
|
|
8319
|
-
class SEQUENCER_MT_strip_retiming(bpy_types.
|
|
8319
|
+
class SEQUENCER_MT_strip_retiming(bpy_types._GenericUI):
|
|
8320
8320
|
bl_label: typing.Any
|
|
8321
8321
|
bl_rna: typing.Any
|
|
8322
8322
|
id_data: typing.Any
|
|
@@ -8586,7 +8586,7 @@ class SEQUENCER_MT_strip_retiming(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
8586
8586
|
"""
|
|
8587
8587
|
...
|
|
8588
8588
|
|
|
8589
|
-
class SEQUENCER_MT_strip_transform(bpy_types.
|
|
8589
|
+
class SEQUENCER_MT_strip_transform(bpy_types._GenericUI):
|
|
8590
8590
|
bl_label: typing.Any
|
|
8591
8591
|
bl_rna: typing.Any
|
|
8592
8592
|
id_data: typing.Any
|
|
@@ -8856,7 +8856,7 @@ class SEQUENCER_MT_strip_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
8856
8856
|
"""
|
|
8857
8857
|
...
|
|
8858
8858
|
|
|
8859
|
-
class SEQUENCER_MT_view(bpy_types.
|
|
8859
|
+
class SEQUENCER_MT_view(bpy_types._GenericUI):
|
|
8860
8860
|
bl_label: typing.Any
|
|
8861
8861
|
bl_rna: typing.Any
|
|
8862
8862
|
id_data: typing.Any
|
|
@@ -9126,7 +9126,7 @@ class SEQUENCER_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
9126
9126
|
"""
|
|
9127
9127
|
...
|
|
9128
9128
|
|
|
9129
|
-
class SEQUENCER_MT_view_pie(bpy_types.
|
|
9129
|
+
class SEQUENCER_MT_view_pie(bpy_types._GenericUI):
|
|
9130
9130
|
bl_label: typing.Any
|
|
9131
9131
|
bl_rna: typing.Any
|
|
9132
9132
|
id_data: typing.Any
|
|
@@ -9397,9 +9397,7 @@ class SEQUENCER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
9397
9397
|
...
|
|
9398
9398
|
|
|
9399
9399
|
class SEQUENCER_PT_active_tool(
|
|
9400
|
-
bpy_types.
|
|
9401
|
-
bl_ui.space_toolsystem_common.ToolActivePanelHelper,
|
|
9402
|
-
bpy_types._GenericUI,
|
|
9400
|
+
bl_ui.space_toolsystem_common.ToolActivePanelHelper, bpy_types._GenericUI
|
|
9403
9401
|
):
|
|
9404
9402
|
bl_category: typing.Any
|
|
9405
9403
|
bl_label: typing.Any
|
|
@@ -9655,7 +9653,7 @@ class SequencerButtonsPanel_Output:
|
|
|
9655
9653
|
"""
|
|
9656
9654
|
...
|
|
9657
9655
|
|
|
9658
|
-
class SEQUENCER_PT_gizmo_display(bpy_types.
|
|
9656
|
+
class SEQUENCER_PT_gizmo_display(bpy_types._GenericUI):
|
|
9659
9657
|
bl_label: typing.Any
|
|
9660
9658
|
bl_region_type: typing.Any
|
|
9661
9659
|
bl_rna: typing.Any
|
|
@@ -9874,7 +9872,7 @@ class SEQUENCER_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9874
9872
|
"""
|
|
9875
9873
|
...
|
|
9876
9874
|
|
|
9877
|
-
class SEQUENCER_PT_overlay(bpy_types.
|
|
9875
|
+
class SEQUENCER_PT_overlay(bpy_types._GenericUI):
|
|
9878
9876
|
bl_label: typing.Any
|
|
9879
9877
|
bl_region_type: typing.Any
|
|
9880
9878
|
bl_rna: typing.Any
|
|
@@ -10093,7 +10091,7 @@ class SEQUENCER_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
10093
10091
|
"""
|
|
10094
10092
|
...
|
|
10095
10093
|
|
|
10096
|
-
class SEQUENCER_PT_preview_overlay(bpy_types.
|
|
10094
|
+
class SEQUENCER_PT_preview_overlay(bpy_types._GenericUI):
|
|
10097
10095
|
bl_label: typing.Any
|
|
10098
10096
|
bl_parent_id: typing.Any
|
|
10099
10097
|
bl_region_type: typing.Any
|
|
@@ -10319,7 +10317,7 @@ class SEQUENCER_PT_preview_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
10319
10317
|
"""
|
|
10320
10318
|
...
|
|
10321
10319
|
|
|
10322
|
-
class SEQUENCER_PT_sequencer_overlay(bpy_types.
|
|
10320
|
+
class SEQUENCER_PT_sequencer_overlay(bpy_types._GenericUI):
|
|
10323
10321
|
bl_label: typing.Any
|
|
10324
10322
|
bl_parent_id: typing.Any
|
|
10325
10323
|
bl_region_type: typing.Any
|
|
@@ -10545,7 +10543,7 @@ class SEQUENCER_PT_sequencer_overlay(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
10545
10543
|
"""
|
|
10546
10544
|
...
|
|
10547
10545
|
|
|
10548
|
-
class SEQUENCER_PT_sequencer_overlay_strips(bpy_types.
|
|
10546
|
+
class SEQUENCER_PT_sequencer_overlay_strips(bpy_types._GenericUI):
|
|
10549
10547
|
bl_label: typing.Any
|
|
10550
10548
|
bl_parent_id: typing.Any
|
|
10551
10549
|
bl_region_type: typing.Any
|
|
@@ -10771,7 +10769,7 @@ class SEQUENCER_PT_sequencer_overlay_strips(bpy_types.Panel, bpy_types._GenericU
|
|
|
10771
10769
|
"""
|
|
10772
10770
|
...
|
|
10773
10771
|
|
|
10774
|
-
class SEQUENCER_PT_sequencer_overlay_waveforms(bpy_types.
|
|
10772
|
+
class SEQUENCER_PT_sequencer_overlay_waveforms(bpy_types._GenericUI):
|
|
10775
10773
|
bl_label: typing.Any
|
|
10776
10774
|
bl_parent_id: typing.Any
|
|
10777
10775
|
bl_region_type: typing.Any
|
|
@@ -10997,7 +10995,7 @@ class SEQUENCER_PT_sequencer_overlay_waveforms(bpy_types.Panel, bpy_types._Gener
|
|
|
10997
10995
|
"""
|
|
10998
10996
|
...
|
|
10999
10997
|
|
|
11000
|
-
class SEQUENCER_PT_snapping(bpy_types.
|
|
10998
|
+
class SEQUENCER_PT_snapping(bpy_types._GenericUI):
|
|
11001
10999
|
bl_label: typing.Any
|
|
11002
11000
|
bl_region_type: typing.Any
|
|
11003
11001
|
bl_rna: typing.Any
|
|
@@ -11215,9 +11213,7 @@ class SEQUENCER_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
11215
11213
|
"""
|
|
11216
11214
|
...
|
|
11217
11215
|
|
|
11218
|
-
class SEQUENCER_MT_color_tag_picker(
|
|
11219
|
-
bpy_types.Menu, SequencerColorTagPicker, bpy_types._GenericUI
|
|
11220
|
-
):
|
|
11216
|
+
class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, bpy_types._GenericUI):
|
|
11221
11217
|
bl_label: typing.Any
|
|
11222
11218
|
bl_region_type: typing.Any
|
|
11223
11219
|
bl_rna: typing.Any
|
|
@@ -11503,9 +11499,7 @@ class SEQUENCER_MT_color_tag_picker(
|
|
|
11503
11499
|
"""
|
|
11504
11500
|
...
|
|
11505
11501
|
|
|
11506
|
-
class SEQUENCER_PT_color_tag_picker(
|
|
11507
|
-
bpy_types.Panel, SequencerColorTagPicker, bpy_types._GenericUI
|
|
11508
|
-
):
|
|
11502
|
+
class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, bpy_types._GenericUI):
|
|
11509
11503
|
bl_category: typing.Any
|
|
11510
11504
|
bl_label: typing.Any
|
|
11511
11505
|
bl_options: typing.Any
|
|
@@ -11739,9 +11733,7 @@ class SEQUENCER_PT_color_tag_picker(
|
|
|
11739
11733
|
"""
|
|
11740
11734
|
...
|
|
11741
11735
|
|
|
11742
|
-
class SEQUENCER_PT_adjust_color(
|
|
11743
|
-
bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
|
|
11744
|
-
):
|
|
11736
|
+
class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
11745
11737
|
bl_category: typing.Any
|
|
11746
11738
|
bl_label: typing.Any
|
|
11747
11739
|
bl_options: typing.Any
|
|
@@ -11975,9 +11967,7 @@ class SEQUENCER_PT_adjust_color(
|
|
|
11975
11967
|
"""
|
|
11976
11968
|
...
|
|
11977
11969
|
|
|
11978
|
-
class SEQUENCER_PT_adjust_comp(
|
|
11979
|
-
bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
|
|
11980
|
-
):
|
|
11970
|
+
class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
11981
11971
|
bl_category: typing.Any
|
|
11982
11972
|
bl_label: typing.Any
|
|
11983
11973
|
bl_region_type: typing.Any
|
|
@@ -12210,9 +12200,7 @@ class SEQUENCER_PT_adjust_comp(
|
|
|
12210
12200
|
"""
|
|
12211
12201
|
...
|
|
12212
12202
|
|
|
12213
|
-
class SEQUENCER_PT_adjust_crop(
|
|
12214
|
-
bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
|
|
12215
|
-
):
|
|
12203
|
+
class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
12216
12204
|
bl_category: typing.Any
|
|
12217
12205
|
bl_label: typing.Any
|
|
12218
12206
|
bl_options: typing.Any
|
|
@@ -12446,9 +12434,7 @@ class SEQUENCER_PT_adjust_crop(
|
|
|
12446
12434
|
"""
|
|
12447
12435
|
...
|
|
12448
12436
|
|
|
12449
|
-
class SEQUENCER_PT_adjust_sound(
|
|
12450
|
-
bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
|
|
12451
|
-
):
|
|
12437
|
+
class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
12452
12438
|
bl_category: typing.Any
|
|
12453
12439
|
bl_label: typing.Any
|
|
12454
12440
|
bl_region_type: typing.Any
|
|
@@ -12681,9 +12667,7 @@ class SEQUENCER_PT_adjust_sound(
|
|
|
12681
12667
|
"""
|
|
12682
12668
|
...
|
|
12683
12669
|
|
|
12684
|
-
class SEQUENCER_PT_adjust_transform(
|
|
12685
|
-
bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
|
|
12686
|
-
):
|
|
12670
|
+
class SEQUENCER_PT_adjust_transform(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
12687
12671
|
bl_category: typing.Any
|
|
12688
12672
|
bl_label: typing.Any
|
|
12689
12673
|
bl_options: typing.Any
|
|
@@ -12917,9 +12901,7 @@ class SEQUENCER_PT_adjust_transform(
|
|
|
12917
12901
|
"""
|
|
12918
12902
|
...
|
|
12919
12903
|
|
|
12920
|
-
class SEQUENCER_PT_adjust_video(
|
|
12921
|
-
bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
|
|
12922
|
-
):
|
|
12904
|
+
class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
12923
12905
|
bl_category: typing.Any
|
|
12924
12906
|
bl_label: typing.Any
|
|
12925
12907
|
bl_options: typing.Any
|
|
@@ -13153,9 +13135,7 @@ class SEQUENCER_PT_adjust_video(
|
|
|
13153
13135
|
"""
|
|
13154
13136
|
...
|
|
13155
13137
|
|
|
13156
|
-
class SEQUENCER_PT_cache_settings(
|
|
13157
|
-
bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
|
|
13158
|
-
):
|
|
13138
|
+
class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
13159
13139
|
bl_category: typing.Any
|
|
13160
13140
|
bl_label: typing.Any
|
|
13161
13141
|
bl_region_type: typing.Any
|
|
@@ -13388,9 +13368,7 @@ class SEQUENCER_PT_cache_settings(
|
|
|
13388
13368
|
"""
|
|
13389
13369
|
...
|
|
13390
13370
|
|
|
13391
|
-
class SEQUENCER_PT_cache_view_settings(
|
|
13392
|
-
bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
|
|
13393
|
-
):
|
|
13371
|
+
class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
13394
13372
|
bl_category: typing.Any
|
|
13395
13373
|
bl_label: typing.Any
|
|
13396
13374
|
bl_parent_id: typing.Any
|
|
@@ -13632,10 +13610,7 @@ class SEQUENCER_PT_cache_view_settings(
|
|
|
13632
13610
|
...
|
|
13633
13611
|
|
|
13634
13612
|
class SEQUENCER_PT_custom_props(
|
|
13635
|
-
bpy_types.
|
|
13636
|
-
SequencerButtonsPanel,
|
|
13637
|
-
rna_prop_ui.PropertyPanel,
|
|
13638
|
-
bpy_types._GenericUI,
|
|
13613
|
+
SequencerButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
|
|
13639
13614
|
):
|
|
13640
13615
|
"""The subclass should have its own poll function
|
|
13641
13616
|
and the variable '_context_path' MUST be set.
|
|
@@ -13876,7 +13851,7 @@ class SEQUENCER_PT_custom_props(
|
|
|
13876
13851
|
"""
|
|
13877
13852
|
...
|
|
13878
13853
|
|
|
13879
|
-
class SEQUENCER_PT_effect(
|
|
13854
|
+
class SEQUENCER_PT_effect(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
13880
13855
|
bl_category: typing.Any
|
|
13881
13856
|
bl_label: typing.Any
|
|
13882
13857
|
bl_region_type: typing.Any
|
|
@@ -14109,9 +14084,7 @@ class SEQUENCER_PT_effect(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gen
|
|
|
14109
14084
|
"""
|
|
14110
14085
|
...
|
|
14111
14086
|
|
|
14112
|
-
class SEQUENCER_PT_effect_text_layout(
|
|
14113
|
-
bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
|
|
14114
|
-
):
|
|
14087
|
+
class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
14115
14088
|
bl_category: typing.Any
|
|
14116
14089
|
bl_label: typing.Any
|
|
14117
14090
|
bl_parent_id: typing.Any
|
|
@@ -14345,9 +14318,7 @@ class SEQUENCER_PT_effect_text_layout(
|
|
|
14345
14318
|
"""
|
|
14346
14319
|
...
|
|
14347
14320
|
|
|
14348
|
-
class SEQUENCER_PT_effect_text_style(
|
|
14349
|
-
bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
|
|
14350
|
-
):
|
|
14321
|
+
class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
14351
14322
|
bl_category: typing.Any
|
|
14352
14323
|
bl_label: typing.Any
|
|
14353
14324
|
bl_parent_id: typing.Any
|
|
@@ -14581,7 +14552,7 @@ class SEQUENCER_PT_effect_text_style(
|
|
|
14581
14552
|
"""
|
|
14582
14553
|
...
|
|
14583
14554
|
|
|
14584
|
-
class SEQUENCER_PT_mask(
|
|
14555
|
+
class SEQUENCER_PT_mask(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
14585
14556
|
bl_category: typing.Any
|
|
14586
14557
|
bl_label: typing.Any
|
|
14587
14558
|
bl_region_type: typing.Any
|
|
@@ -14814,9 +14785,7 @@ class SEQUENCER_PT_mask(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gener
|
|
|
14814
14785
|
"""
|
|
14815
14786
|
...
|
|
14816
14787
|
|
|
14817
|
-
class SEQUENCER_PT_modifiers(
|
|
14818
|
-
bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
|
|
14819
|
-
):
|
|
14788
|
+
class SEQUENCER_PT_modifiers(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
14820
14789
|
bl_category: typing.Any
|
|
14821
14790
|
bl_label: typing.Any
|
|
14822
14791
|
bl_region_type: typing.Any
|
|
@@ -15049,11 +15018,10 @@ class SEQUENCER_PT_modifiers(
|
|
|
15049
15018
|
"""
|
|
15050
15019
|
...
|
|
15051
15020
|
|
|
15052
|
-
class
|
|
15053
|
-
bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
|
|
15054
|
-
):
|
|
15021
|
+
class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
15055
15022
|
bl_category: typing.Any
|
|
15056
15023
|
bl_label: typing.Any
|
|
15024
|
+
bl_options: typing.Any
|
|
15057
15025
|
bl_region_type: typing.Any
|
|
15058
15026
|
bl_rna: typing.Any
|
|
15059
15027
|
bl_space_type: typing.Any
|
|
@@ -15284,7 +15252,7 @@ class SEQUENCER_PT_proxy_settings(
|
|
|
15284
15252
|
"""
|
|
15285
15253
|
...
|
|
15286
15254
|
|
|
15287
|
-
class
|
|
15255
|
+
class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
15288
15256
|
bl_category: typing.Any
|
|
15289
15257
|
bl_label: typing.Any
|
|
15290
15258
|
bl_region_type: typing.Any
|
|
@@ -15517,9 +15485,7 @@ class SEQUENCER_PT_scene(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gene
|
|
|
15517
15485
|
"""
|
|
15518
15486
|
...
|
|
15519
15487
|
|
|
15520
|
-
class
|
|
15521
|
-
bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
|
|
15522
|
-
):
|
|
15488
|
+
class SEQUENCER_PT_scene(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
15523
15489
|
bl_category: typing.Any
|
|
15524
15490
|
bl_label: typing.Any
|
|
15525
15491
|
bl_region_type: typing.Any
|
|
@@ -15752,7 +15718,240 @@ class SEQUENCER_PT_scene_sound(
|
|
|
15752
15718
|
"""
|
|
15753
15719
|
...
|
|
15754
15720
|
|
|
15755
|
-
class
|
|
15721
|
+
class SEQUENCER_PT_scene_sound(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
15722
|
+
bl_category: typing.Any
|
|
15723
|
+
bl_label: typing.Any
|
|
15724
|
+
bl_region_type: typing.Any
|
|
15725
|
+
bl_rna: typing.Any
|
|
15726
|
+
bl_space_type: typing.Any
|
|
15727
|
+
id_data: typing.Any
|
|
15728
|
+
|
|
15729
|
+
def append(self, draw_func):
|
|
15730
|
+
"""Append a draw function to this menu,
|
|
15731
|
+
takes the same arguments as the menus draw function
|
|
15732
|
+
|
|
15733
|
+
:param draw_func:
|
|
15734
|
+
"""
|
|
15735
|
+
...
|
|
15736
|
+
|
|
15737
|
+
def as_pointer(self) -> int:
|
|
15738
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
15739
|
+
|
|
15740
|
+
:return: int (memory address).
|
|
15741
|
+
:rtype: int
|
|
15742
|
+
"""
|
|
15743
|
+
...
|
|
15744
|
+
|
|
15745
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
15746
|
+
"""
|
|
15747
|
+
|
|
15748
|
+
:return: The RNA type or default when not found.
|
|
15749
|
+
:rtype: bpy.types.Struct
|
|
15750
|
+
"""
|
|
15751
|
+
...
|
|
15752
|
+
|
|
15753
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
15754
|
+
"""
|
|
15755
|
+
|
|
15756
|
+
:return: The class or default when not found.
|
|
15757
|
+
:rtype: typing.Any
|
|
15758
|
+
"""
|
|
15759
|
+
...
|
|
15760
|
+
|
|
15761
|
+
def draw(self, context):
|
|
15762
|
+
"""
|
|
15763
|
+
|
|
15764
|
+
:param context:
|
|
15765
|
+
"""
|
|
15766
|
+
...
|
|
15767
|
+
|
|
15768
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
15769
|
+
"""Adds driver(s) to the given property
|
|
15770
|
+
|
|
15771
|
+
:return: The driver(s) added.
|
|
15772
|
+
:rtype: bpy.types.FCurve
|
|
15773
|
+
"""
|
|
15774
|
+
...
|
|
15775
|
+
|
|
15776
|
+
def driver_remove(self) -> bool:
|
|
15777
|
+
"""Remove driver(s) from the given property
|
|
15778
|
+
|
|
15779
|
+
:return: Success of driver removal.
|
|
15780
|
+
:rtype: bool
|
|
15781
|
+
"""
|
|
15782
|
+
...
|
|
15783
|
+
|
|
15784
|
+
def get(self):
|
|
15785
|
+
"""Returns the value of the custom property assigned to key or default
|
|
15786
|
+
when not found (matches Python's dictionary function of the same name).
|
|
15787
|
+
|
|
15788
|
+
"""
|
|
15789
|
+
...
|
|
15790
|
+
|
|
15791
|
+
def has_sequencer(self, context):
|
|
15792
|
+
"""
|
|
15793
|
+
|
|
15794
|
+
:param context:
|
|
15795
|
+
"""
|
|
15796
|
+
...
|
|
15797
|
+
|
|
15798
|
+
def id_properties_clear(self):
|
|
15799
|
+
"""
|
|
15800
|
+
|
|
15801
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
15802
|
+
"""
|
|
15803
|
+
...
|
|
15804
|
+
|
|
15805
|
+
def id_properties_ensure(self):
|
|
15806
|
+
"""
|
|
15807
|
+
|
|
15808
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
15809
|
+
"""
|
|
15810
|
+
...
|
|
15811
|
+
|
|
15812
|
+
def id_properties_ui(self):
|
|
15813
|
+
"""
|
|
15814
|
+
|
|
15815
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
15816
|
+
"""
|
|
15817
|
+
...
|
|
15818
|
+
|
|
15819
|
+
def is_extended(self): ...
|
|
15820
|
+
def is_property_hidden(self) -> bool:
|
|
15821
|
+
"""Check if a property is hidden.
|
|
15822
|
+
|
|
15823
|
+
:return: True when the property is hidden.
|
|
15824
|
+
:rtype: bool
|
|
15825
|
+
"""
|
|
15826
|
+
...
|
|
15827
|
+
|
|
15828
|
+
def is_property_overridable_library(self) -> bool:
|
|
15829
|
+
"""Check if a property is overridable.
|
|
15830
|
+
|
|
15831
|
+
:return: True when the property is overridable.
|
|
15832
|
+
:rtype: bool
|
|
15833
|
+
"""
|
|
15834
|
+
...
|
|
15835
|
+
|
|
15836
|
+
def is_property_readonly(self) -> bool:
|
|
15837
|
+
"""Check if a property is readonly.
|
|
15838
|
+
|
|
15839
|
+
:return: True when the property is readonly (not writable).
|
|
15840
|
+
:rtype: bool
|
|
15841
|
+
"""
|
|
15842
|
+
...
|
|
15843
|
+
|
|
15844
|
+
def is_property_set(self) -> bool:
|
|
15845
|
+
"""Check if a property is set, use for testing operator properties.
|
|
15846
|
+
|
|
15847
|
+
:return: True when the property has been set.
|
|
15848
|
+
:rtype: bool
|
|
15849
|
+
"""
|
|
15850
|
+
...
|
|
15851
|
+
|
|
15852
|
+
def items(self):
|
|
15853
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
15854
|
+
dictionary function of the same name).
|
|
15855
|
+
|
|
15856
|
+
:return: custom property key, value pairs.
|
|
15857
|
+
"""
|
|
15858
|
+
...
|
|
15859
|
+
|
|
15860
|
+
def keyframe_delete(self) -> bool:
|
|
15861
|
+
"""Remove a keyframe from this properties fcurve.
|
|
15862
|
+
|
|
15863
|
+
:return: Success of keyframe deletion.
|
|
15864
|
+
:rtype: bool
|
|
15865
|
+
"""
|
|
15866
|
+
...
|
|
15867
|
+
|
|
15868
|
+
def keyframe_insert(self) -> bool:
|
|
15869
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
15870
|
+
|
|
15871
|
+
:return: Success of keyframe insertion.
|
|
15872
|
+
:rtype: bool
|
|
15873
|
+
"""
|
|
15874
|
+
...
|
|
15875
|
+
|
|
15876
|
+
def keys(self):
|
|
15877
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
15878
|
+
dictionary function of the same name).
|
|
15879
|
+
|
|
15880
|
+
:return: custom property keys.
|
|
15881
|
+
"""
|
|
15882
|
+
...
|
|
15883
|
+
|
|
15884
|
+
def path_from_id(self) -> str:
|
|
15885
|
+
"""Returns the data path from the ID to this object (string).
|
|
15886
|
+
|
|
15887
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
15888
|
+
to this struct and property (when given).
|
|
15889
|
+
:rtype: str
|
|
15890
|
+
"""
|
|
15891
|
+
...
|
|
15892
|
+
|
|
15893
|
+
def path_resolve(self):
|
|
15894
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
15895
|
+
...
|
|
15896
|
+
|
|
15897
|
+
def poll(self, context):
|
|
15898
|
+
"""
|
|
15899
|
+
|
|
15900
|
+
:param context:
|
|
15901
|
+
"""
|
|
15902
|
+
...
|
|
15903
|
+
|
|
15904
|
+
def pop(self):
|
|
15905
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
15906
|
+
when not found (matches Python's dictionary function of the same name).
|
|
15907
|
+
|
|
15908
|
+
"""
|
|
15909
|
+
...
|
|
15910
|
+
|
|
15911
|
+
def prepend(self, draw_func):
|
|
15912
|
+
"""Prepend a draw function to this menu, takes the same arguments as
|
|
15913
|
+
the menus draw function
|
|
15914
|
+
|
|
15915
|
+
:param draw_func:
|
|
15916
|
+
"""
|
|
15917
|
+
...
|
|
15918
|
+
|
|
15919
|
+
def property_overridable_library_set(self) -> bool:
|
|
15920
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
15921
|
+
|
|
15922
|
+
:return: True when the overridable status of the property was successfully set.
|
|
15923
|
+
:rtype: bool
|
|
15924
|
+
"""
|
|
15925
|
+
...
|
|
15926
|
+
|
|
15927
|
+
def property_unset(self):
|
|
15928
|
+
"""Unset a property, will use default value afterward."""
|
|
15929
|
+
...
|
|
15930
|
+
|
|
15931
|
+
def remove(self, draw_func):
|
|
15932
|
+
"""Remove a draw function that has been added to this menu
|
|
15933
|
+
|
|
15934
|
+
:param draw_func:
|
|
15935
|
+
"""
|
|
15936
|
+
...
|
|
15937
|
+
|
|
15938
|
+
def type_recast(self):
|
|
15939
|
+
"""Return a new instance, this is needed because types
|
|
15940
|
+
such as textures can be changed at runtime.
|
|
15941
|
+
|
|
15942
|
+
:return: a new instance of this object with the type initialized again.
|
|
15943
|
+
"""
|
|
15944
|
+
...
|
|
15945
|
+
|
|
15946
|
+
def values(self):
|
|
15947
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
15948
|
+
dictionary function of the same name).
|
|
15949
|
+
|
|
15950
|
+
:return: custom property values.
|
|
15951
|
+
"""
|
|
15952
|
+
...
|
|
15953
|
+
|
|
15954
|
+
class SEQUENCER_PT_source(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
15756
15955
|
bl_category: typing.Any
|
|
15757
15956
|
bl_label: typing.Any
|
|
15758
15957
|
bl_options: typing.Any
|
|
@@ -15986,7 +16185,7 @@ class SEQUENCER_PT_source(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gen
|
|
|
15986
16185
|
"""
|
|
15987
16186
|
...
|
|
15988
16187
|
|
|
15989
|
-
class SEQUENCER_PT_strip(
|
|
16188
|
+
class SEQUENCER_PT_strip(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
15990
16189
|
bl_category: typing.Any
|
|
15991
16190
|
bl_label: typing.Any
|
|
15992
16191
|
bl_options: typing.Any
|
|
@@ -16220,9 +16419,7 @@ class SEQUENCER_PT_strip(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gene
|
|
|
16220
16419
|
"""
|
|
16221
16420
|
...
|
|
16222
16421
|
|
|
16223
|
-
class SEQUENCER_PT_strip_cache(
|
|
16224
|
-
bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
|
|
16225
|
-
):
|
|
16422
|
+
class SEQUENCER_PT_strip_cache(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
16226
16423
|
bl_category: typing.Any
|
|
16227
16424
|
bl_label: typing.Any
|
|
16228
16425
|
bl_options: typing.Any
|
|
@@ -16463,9 +16660,7 @@ class SEQUENCER_PT_strip_cache(
|
|
|
16463
16660
|
"""
|
|
16464
16661
|
...
|
|
16465
16662
|
|
|
16466
|
-
class SEQUENCER_PT_strip_proxy(
|
|
16467
|
-
bpy_types.Panel, SequencerButtonsPanel, bpy_types._GenericUI
|
|
16468
|
-
):
|
|
16663
|
+
class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
16469
16664
|
bl_category: typing.Any
|
|
16470
16665
|
bl_label: typing.Any
|
|
16471
16666
|
bl_region_type: typing.Any
|
|
@@ -16705,7 +16900,7 @@ class SEQUENCER_PT_strip_proxy(
|
|
|
16705
16900
|
"""
|
|
16706
16901
|
...
|
|
16707
16902
|
|
|
16708
|
-
class SEQUENCER_PT_time(
|
|
16903
|
+
class SEQUENCER_PT_time(SequencerButtonsPanel, bpy_types._GenericUI):
|
|
16709
16904
|
bl_category: typing.Any
|
|
16710
16905
|
bl_label: typing.Any
|
|
16711
16906
|
bl_options: typing.Any
|
|
@@ -16947,7 +17142,6 @@ class SEQUENCER_PT_time(bpy_types.Panel, SequencerButtonsPanel, bpy_types._Gener
|
|
|
16947
17142
|
...
|
|
16948
17143
|
|
|
16949
17144
|
class SEQUENCER_PT_annotation(
|
|
16950
|
-
bpy_types.Panel,
|
|
16951
17145
|
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
16952
17146
|
SequencerButtonsPanel_Output,
|
|
16953
17147
|
bpy_types._GenericUI,
|
|
@@ -17202,7 +17396,6 @@ class SEQUENCER_PT_annotation(
|
|
|
17202
17396
|
...
|
|
17203
17397
|
|
|
17204
17398
|
class SEQUENCER_PT_annotation_onion(
|
|
17205
|
-
bpy_types.Panel,
|
|
17206
17399
|
bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
|
|
17207
17400
|
SequencerButtonsPanel_Output,
|
|
17208
17401
|
bpy_types._GenericUI,
|
|
@@ -17448,9 +17641,7 @@ class SEQUENCER_PT_annotation_onion(
|
|
|
17448
17641
|
"""
|
|
17449
17642
|
...
|
|
17450
17643
|
|
|
17451
|
-
class SEQUENCER_PT_frame_overlay(
|
|
17452
|
-
bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
|
|
17453
|
-
):
|
|
17644
|
+
class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, bpy_types._GenericUI):
|
|
17454
17645
|
bl_category: typing.Any
|
|
17455
17646
|
bl_label: typing.Any
|
|
17456
17647
|
bl_options: typing.Any
|
|
@@ -17691,9 +17882,7 @@ class SEQUENCER_PT_frame_overlay(
|
|
|
17691
17882
|
"""
|
|
17692
17883
|
...
|
|
17693
17884
|
|
|
17694
|
-
class SEQUENCER_PT_preview(
|
|
17695
|
-
bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
|
|
17696
|
-
):
|
|
17885
|
+
class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, bpy_types._GenericUI):
|
|
17697
17886
|
bl_category: typing.Any
|
|
17698
17887
|
bl_label: typing.Any
|
|
17699
17888
|
bl_options: typing.Any
|
|
@@ -17927,9 +18116,7 @@ class SEQUENCER_PT_preview(
|
|
|
17927
18116
|
"""
|
|
17928
18117
|
...
|
|
17929
18118
|
|
|
17930
|
-
class SEQUENCER_PT_view(
|
|
17931
|
-
bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
|
|
17932
|
-
):
|
|
18119
|
+
class SEQUENCER_PT_view(SequencerButtonsPanel_Output, bpy_types._GenericUI):
|
|
17933
18120
|
bl_category: typing.Any
|
|
17934
18121
|
bl_label: typing.Any
|
|
17935
18122
|
bl_region_type: typing.Any
|
|
@@ -18162,9 +18349,7 @@ class SEQUENCER_PT_view(
|
|
|
18162
18349
|
"""
|
|
18163
18350
|
...
|
|
18164
18351
|
|
|
18165
|
-
class SEQUENCER_PT_view_cursor(
|
|
18166
|
-
bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
|
|
18167
|
-
):
|
|
18352
|
+
class SEQUENCER_PT_view_cursor(SequencerButtonsPanel_Output, bpy_types._GenericUI):
|
|
18168
18353
|
bl_category: typing.Any
|
|
18169
18354
|
bl_label: typing.Any
|
|
18170
18355
|
bl_region_type: typing.Any
|
|
@@ -18397,9 +18582,7 @@ class SEQUENCER_PT_view_cursor(
|
|
|
18397
18582
|
"""
|
|
18398
18583
|
...
|
|
18399
18584
|
|
|
18400
|
-
class SEQUENCER_PT_view_safe_areas(
|
|
18401
|
-
bpy_types.Panel, SequencerButtonsPanel_Output, bpy_types._GenericUI
|
|
18402
|
-
):
|
|
18585
|
+
class SEQUENCER_PT_view_safe_areas(SequencerButtonsPanel_Output, bpy_types._GenericUI):
|
|
18403
18586
|
bl_category: typing.Any
|
|
18404
18587
|
bl_label: typing.Any
|
|
18405
18588
|
bl_options: typing.Any
|
|
@@ -18641,7 +18824,7 @@ class SEQUENCER_PT_view_safe_areas(
|
|
|
18641
18824
|
...
|
|
18642
18825
|
|
|
18643
18826
|
class SEQUENCER_PT_view_safe_areas_center_cut(
|
|
18644
|
-
|
|
18827
|
+
SequencerButtonsPanel_Output, bpy_types._GenericUI
|
|
18645
18828
|
):
|
|
18646
18829
|
bl_category: typing.Any
|
|
18647
18830
|
bl_label: typing.Any
|