fake-bpy-module 20250828__py3-none-any.whl → 20260118__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_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/WHEEL +0 -0
|
@@ -5,7 +5,6 @@ import numpy.typing as npt
|
|
|
5
5
|
import _bpy_types
|
|
6
6
|
import bl_ui.properties_grease_pencil_common
|
|
7
7
|
import bl_ui.space_toolsystem_common
|
|
8
|
-
import bl_ui.utils
|
|
9
8
|
import bpy.types
|
|
10
9
|
import rna_prop_ui
|
|
11
10
|
|
|
@@ -18,14 +17,12 @@ class SEQUENCER_HT_header(_bpy_types.Header):
|
|
|
18
17
|
"""
|
|
19
18
|
|
|
20
19
|
:return: The RNA type or default when not found.
|
|
21
|
-
:rtype: bpy.types.Struct
|
|
22
20
|
"""
|
|
23
21
|
|
|
24
22
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
25
23
|
"""
|
|
26
24
|
|
|
27
25
|
:return: The class or default when not found.
|
|
28
|
-
:rtype: typing.Any
|
|
29
26
|
"""
|
|
30
27
|
|
|
31
28
|
def draw(self, context) -> None:
|
|
@@ -44,14 +41,12 @@ class SEQUENCER_HT_playback_controls(_bpy_types.Header):
|
|
|
44
41
|
"""
|
|
45
42
|
|
|
46
43
|
:return: The RNA type or default when not found.
|
|
47
|
-
:rtype: bpy.types.Struct
|
|
48
44
|
"""
|
|
49
45
|
|
|
50
46
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
51
47
|
"""
|
|
52
48
|
|
|
53
49
|
:return: The class or default when not found.
|
|
54
|
-
:rtype: typing.Any
|
|
55
50
|
"""
|
|
56
51
|
|
|
57
52
|
def draw(self, context) -> None:
|
|
@@ -70,14 +65,12 @@ class SEQUENCER_HT_tool_header(_bpy_types.Header):
|
|
|
70
65
|
"""
|
|
71
66
|
|
|
72
67
|
:return: The RNA type or default when not found.
|
|
73
|
-
:rtype: bpy.types.Struct
|
|
74
68
|
"""
|
|
75
69
|
|
|
76
70
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
77
71
|
"""
|
|
78
72
|
|
|
79
73
|
:return: The class or default when not found.
|
|
80
|
-
:rtype: typing.Any
|
|
81
74
|
"""
|
|
82
75
|
|
|
83
76
|
def draw(self, context) -> None:
|
|
@@ -103,14 +96,12 @@ class SEQUENCER_MT_add(_bpy_types.Menu):
|
|
|
103
96
|
"""
|
|
104
97
|
|
|
105
98
|
:return: The RNA type or default when not found.
|
|
106
|
-
:rtype: bpy.types.Struct
|
|
107
99
|
"""
|
|
108
100
|
|
|
109
101
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
110
102
|
"""
|
|
111
103
|
|
|
112
104
|
:return: The class or default when not found.
|
|
113
|
-
:rtype: typing.Any
|
|
114
105
|
"""
|
|
115
106
|
|
|
116
107
|
def draw(self, context) -> None:
|
|
@@ -128,14 +119,12 @@ class SEQUENCER_MT_add_effect(_bpy_types.Menu):
|
|
|
128
119
|
"""
|
|
129
120
|
|
|
130
121
|
:return: The RNA type or default when not found.
|
|
131
|
-
:rtype: bpy.types.Struct
|
|
132
122
|
"""
|
|
133
123
|
|
|
134
124
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
135
125
|
"""
|
|
136
126
|
|
|
137
127
|
:return: The class or default when not found.
|
|
138
|
-
:rtype: typing.Any
|
|
139
128
|
"""
|
|
140
129
|
|
|
141
130
|
def draw(self, context) -> None:
|
|
@@ -153,14 +142,12 @@ class SEQUENCER_MT_add_empty(_bpy_types.Menu):
|
|
|
153
142
|
"""
|
|
154
143
|
|
|
155
144
|
:return: The RNA type or default when not found.
|
|
156
|
-
:rtype: bpy.types.Struct
|
|
157
145
|
"""
|
|
158
146
|
|
|
159
147
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
160
148
|
"""
|
|
161
149
|
|
|
162
150
|
:return: The class or default when not found.
|
|
163
|
-
:rtype: typing.Any
|
|
164
151
|
"""
|
|
165
152
|
|
|
166
153
|
def draw(self, _context) -> None:
|
|
@@ -169,32 +156,6 @@ class SEQUENCER_MT_add_empty(_bpy_types.Menu):
|
|
|
169
156
|
:param _context:
|
|
170
157
|
"""
|
|
171
158
|
|
|
172
|
-
class SEQUENCER_MT_add_scene(_bpy_types.Menu):
|
|
173
|
-
bl_label: typing.Any
|
|
174
|
-
bl_rna: typing.Any
|
|
175
|
-
bl_translation_context: typing.Any
|
|
176
|
-
id_data: typing.Any
|
|
177
|
-
|
|
178
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
179
|
-
"""
|
|
180
|
-
|
|
181
|
-
:return: The RNA type or default when not found.
|
|
182
|
-
:rtype: bpy.types.Struct
|
|
183
|
-
"""
|
|
184
|
-
|
|
185
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
186
|
-
"""
|
|
187
|
-
|
|
188
|
-
:return: The class or default when not found.
|
|
189
|
-
:rtype: typing.Any
|
|
190
|
-
"""
|
|
191
|
-
|
|
192
|
-
def draw(self, context) -> None:
|
|
193
|
-
"""
|
|
194
|
-
|
|
195
|
-
:param context:
|
|
196
|
-
"""
|
|
197
|
-
|
|
198
159
|
class SEQUENCER_MT_add_transitions(_bpy_types.Menu):
|
|
199
160
|
bl_label: typing.Any
|
|
200
161
|
bl_rna: typing.Any
|
|
@@ -204,14 +165,12 @@ class SEQUENCER_MT_add_transitions(_bpy_types.Menu):
|
|
|
204
165
|
"""
|
|
205
166
|
|
|
206
167
|
:return: The RNA type or default when not found.
|
|
207
|
-
:rtype: bpy.types.Struct
|
|
208
168
|
"""
|
|
209
169
|
|
|
210
170
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
211
171
|
"""
|
|
212
172
|
|
|
213
173
|
:return: The class or default when not found.
|
|
214
|
-
:rtype: typing.Any
|
|
215
174
|
"""
|
|
216
175
|
|
|
217
176
|
def draw(self, context) -> None:
|
|
@@ -229,14 +188,12 @@ class SEQUENCER_MT_change(_bpy_types.Menu):
|
|
|
229
188
|
"""
|
|
230
189
|
|
|
231
190
|
:return: The RNA type or default when not found.
|
|
232
|
-
:rtype: bpy.types.Struct
|
|
233
191
|
"""
|
|
234
192
|
|
|
235
193
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
236
194
|
"""
|
|
237
195
|
|
|
238
196
|
:return: The class or default when not found.
|
|
239
|
-
:rtype: typing.Any
|
|
240
197
|
"""
|
|
241
198
|
|
|
242
199
|
def draw(self, context) -> None:
|
|
@@ -256,14 +213,12 @@ class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, _bpy_types.Menu):
|
|
|
256
213
|
"""
|
|
257
214
|
|
|
258
215
|
:return: The RNA type or default when not found.
|
|
259
|
-
:rtype: bpy.types.Struct
|
|
260
216
|
"""
|
|
261
217
|
|
|
262
218
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
263
219
|
"""
|
|
264
220
|
|
|
265
221
|
:return: The class or default when not found.
|
|
266
|
-
:rtype: typing.Any
|
|
267
222
|
"""
|
|
268
223
|
|
|
269
224
|
def draw(self, _context) -> None:
|
|
@@ -281,14 +236,12 @@ class SEQUENCER_MT_context_menu(_bpy_types.Menu):
|
|
|
281
236
|
"""
|
|
282
237
|
|
|
283
238
|
:return: The RNA type or default when not found.
|
|
284
|
-
:rtype: bpy.types.Struct
|
|
285
239
|
"""
|
|
286
240
|
|
|
287
241
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
288
242
|
"""
|
|
289
243
|
|
|
290
244
|
:return: The class or default when not found.
|
|
291
|
-
:rtype: typing.Any
|
|
292
245
|
"""
|
|
293
246
|
|
|
294
247
|
def draw(self, context) -> None:
|
|
@@ -319,14 +272,12 @@ class SEQUENCER_MT_editor_menus(_bpy_types.Menu):
|
|
|
319
272
|
"""
|
|
320
273
|
|
|
321
274
|
:return: The RNA type or default when not found.
|
|
322
|
-
:rtype: bpy.types.Struct
|
|
323
275
|
"""
|
|
324
276
|
|
|
325
277
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
326
278
|
"""
|
|
327
279
|
|
|
328
280
|
:return: The class or default when not found.
|
|
329
|
-
:rtype: typing.Any
|
|
330
281
|
"""
|
|
331
282
|
|
|
332
283
|
def draw(self, context) -> None:
|
|
@@ -344,14 +295,12 @@ class SEQUENCER_MT_image(_bpy_types.Menu):
|
|
|
344
295
|
"""
|
|
345
296
|
|
|
346
297
|
:return: The RNA type or default when not found.
|
|
347
|
-
:rtype: bpy.types.Struct
|
|
348
298
|
"""
|
|
349
299
|
|
|
350
300
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
351
301
|
"""
|
|
352
302
|
|
|
353
303
|
:return: The class or default when not found.
|
|
354
|
-
:rtype: typing.Any
|
|
355
304
|
"""
|
|
356
305
|
|
|
357
306
|
def draw(self, context) -> None:
|
|
@@ -369,14 +318,12 @@ class SEQUENCER_MT_image_apply(_bpy_types.Menu):
|
|
|
369
318
|
"""
|
|
370
319
|
|
|
371
320
|
:return: The RNA type or default when not found.
|
|
372
|
-
:rtype: bpy.types.Struct
|
|
373
321
|
"""
|
|
374
322
|
|
|
375
323
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
376
324
|
"""
|
|
377
325
|
|
|
378
326
|
:return: The class or default when not found.
|
|
379
|
-
:rtype: typing.Any
|
|
380
327
|
"""
|
|
381
328
|
|
|
382
329
|
def draw(self, _context) -> None:
|
|
@@ -394,14 +341,12 @@ class SEQUENCER_MT_image_clear(_bpy_types.Menu):
|
|
|
394
341
|
"""
|
|
395
342
|
|
|
396
343
|
:return: The RNA type or default when not found.
|
|
397
|
-
:rtype: bpy.types.Struct
|
|
398
344
|
"""
|
|
399
345
|
|
|
400
346
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
401
347
|
"""
|
|
402
348
|
|
|
403
349
|
:return: The class or default when not found.
|
|
404
|
-
:rtype: typing.Any
|
|
405
350
|
"""
|
|
406
351
|
|
|
407
352
|
def draw(self, _context) -> None:
|
|
@@ -419,14 +364,12 @@ class SEQUENCER_MT_image_transform(_bpy_types.Menu):
|
|
|
419
364
|
"""
|
|
420
365
|
|
|
421
366
|
:return: The RNA type or default when not found.
|
|
422
|
-
:rtype: bpy.types.Struct
|
|
423
367
|
"""
|
|
424
368
|
|
|
425
369
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
426
370
|
"""
|
|
427
371
|
|
|
428
372
|
:return: The class or default when not found.
|
|
429
|
-
:rtype: typing.Any
|
|
430
373
|
"""
|
|
431
374
|
|
|
432
375
|
def draw(self, context) -> None:
|
|
@@ -444,14 +387,12 @@ class SEQUENCER_MT_marker(_bpy_types.Menu):
|
|
|
444
387
|
"""
|
|
445
388
|
|
|
446
389
|
:return: The RNA type or default when not found.
|
|
447
|
-
:rtype: bpy.types.Struct
|
|
448
390
|
"""
|
|
449
391
|
|
|
450
392
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
451
393
|
"""
|
|
452
394
|
|
|
453
395
|
:return: The class or default when not found.
|
|
454
|
-
:rtype: typing.Any
|
|
455
396
|
"""
|
|
456
397
|
|
|
457
398
|
def draw(self, context) -> None:
|
|
@@ -460,6 +401,41 @@ class SEQUENCER_MT_marker(_bpy_types.Menu):
|
|
|
460
401
|
:param context:
|
|
461
402
|
"""
|
|
462
403
|
|
|
404
|
+
class SEQUENCER_MT_modifier_add(_bpy_types.Menu):
|
|
405
|
+
MODIFIER_TYPES_I18N_CONTEXT: typing.Any
|
|
406
|
+
MODIFIER_TYPES_TO_ICONS: typing.Any
|
|
407
|
+
MODIFIER_TYPES_TO_LABELS: typing.Any
|
|
408
|
+
bl_label: typing.Any
|
|
409
|
+
bl_options: typing.Any
|
|
410
|
+
bl_rna: typing.Any
|
|
411
|
+
id_data: typing.Any
|
|
412
|
+
|
|
413
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
414
|
+
"""
|
|
415
|
+
|
|
416
|
+
:return: The RNA type or default when not found.
|
|
417
|
+
"""
|
|
418
|
+
|
|
419
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
420
|
+
"""
|
|
421
|
+
|
|
422
|
+
:return: The class or default when not found.
|
|
423
|
+
"""
|
|
424
|
+
|
|
425
|
+
def draw(self, context) -> None:
|
|
426
|
+
"""
|
|
427
|
+
|
|
428
|
+
:param context:
|
|
429
|
+
"""
|
|
430
|
+
|
|
431
|
+
@classmethod
|
|
432
|
+
def operator_modifier_add(cls, layout, mod_type) -> None:
|
|
433
|
+
"""
|
|
434
|
+
|
|
435
|
+
:param layout:
|
|
436
|
+
:param mod_type:
|
|
437
|
+
"""
|
|
438
|
+
|
|
463
439
|
class SEQUENCER_MT_navigation(_bpy_types.Menu):
|
|
464
440
|
bl_label: typing.Any
|
|
465
441
|
bl_rna: typing.Any
|
|
@@ -469,14 +445,12 @@ class SEQUENCER_MT_navigation(_bpy_types.Menu):
|
|
|
469
445
|
"""
|
|
470
446
|
|
|
471
447
|
:return: The RNA type or default when not found.
|
|
472
|
-
:rtype: bpy.types.Struct
|
|
473
448
|
"""
|
|
474
449
|
|
|
475
450
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
476
451
|
"""
|
|
477
452
|
|
|
478
453
|
:return: The class or default when not found.
|
|
479
|
-
:rtype: typing.Any
|
|
480
454
|
"""
|
|
481
455
|
|
|
482
456
|
def draw(self, _context) -> None:
|
|
@@ -494,14 +468,12 @@ class SEQUENCER_MT_pivot_pie(_bpy_types.Menu):
|
|
|
494
468
|
"""
|
|
495
469
|
|
|
496
470
|
:return: The RNA type or default when not found.
|
|
497
|
-
:rtype: bpy.types.Struct
|
|
498
471
|
"""
|
|
499
472
|
|
|
500
473
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
501
474
|
"""
|
|
502
475
|
|
|
503
476
|
:return: The class or default when not found.
|
|
504
|
-
:rtype: typing.Any
|
|
505
477
|
"""
|
|
506
478
|
|
|
507
479
|
def draw(self, context) -> None:
|
|
@@ -519,14 +491,12 @@ class SEQUENCER_MT_preview_context_menu(_bpy_types.Menu):
|
|
|
519
491
|
"""
|
|
520
492
|
|
|
521
493
|
:return: The RNA type or default when not found.
|
|
522
|
-
:rtype: bpy.types.Struct
|
|
523
494
|
"""
|
|
524
495
|
|
|
525
496
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
526
497
|
"""
|
|
527
498
|
|
|
528
499
|
:return: The class or default when not found.
|
|
529
|
-
:rtype: typing.Any
|
|
530
500
|
"""
|
|
531
501
|
|
|
532
502
|
def draw(self, context) -> None:
|
|
@@ -544,14 +514,12 @@ class SEQUENCER_MT_preview_view_pie(_bpy_types.Menu):
|
|
|
544
514
|
"""
|
|
545
515
|
|
|
546
516
|
:return: The RNA type or default when not found.
|
|
547
|
-
:rtype: bpy.types.Struct
|
|
548
517
|
"""
|
|
549
518
|
|
|
550
519
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
551
520
|
"""
|
|
552
521
|
|
|
553
522
|
:return: The class or default when not found.
|
|
554
|
-
:rtype: typing.Any
|
|
555
523
|
"""
|
|
556
524
|
|
|
557
525
|
def draw(self, _context) -> None:
|
|
@@ -569,14 +537,12 @@ class SEQUENCER_MT_preview_zoom(_bpy_types.Menu):
|
|
|
569
537
|
"""
|
|
570
538
|
|
|
571
539
|
:return: The RNA type or default when not found.
|
|
572
|
-
:rtype: bpy.types.Struct
|
|
573
540
|
"""
|
|
574
541
|
|
|
575
542
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
576
543
|
"""
|
|
577
544
|
|
|
578
545
|
:return: The class or default when not found.
|
|
579
|
-
:rtype: typing.Any
|
|
580
546
|
"""
|
|
581
547
|
|
|
582
548
|
def draw(self, context) -> None:
|
|
@@ -594,14 +560,12 @@ class SEQUENCER_MT_proxy(_bpy_types.Menu):
|
|
|
594
560
|
"""
|
|
595
561
|
|
|
596
562
|
:return: The RNA type or default when not found.
|
|
597
|
-
:rtype: bpy.types.Struct
|
|
598
563
|
"""
|
|
599
564
|
|
|
600
565
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
601
566
|
"""
|
|
602
567
|
|
|
603
568
|
:return: The class or default when not found.
|
|
604
|
-
:rtype: typing.Any
|
|
605
569
|
"""
|
|
606
570
|
|
|
607
571
|
def draw(self, context) -> None:
|
|
@@ -619,14 +583,12 @@ class SEQUENCER_MT_range(_bpy_types.Menu):
|
|
|
619
583
|
"""
|
|
620
584
|
|
|
621
585
|
:return: The RNA type or default when not found.
|
|
622
|
-
:rtype: bpy.types.Struct
|
|
623
586
|
"""
|
|
624
587
|
|
|
625
588
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
626
589
|
"""
|
|
627
590
|
|
|
628
591
|
:return: The class or default when not found.
|
|
629
|
-
:rtype: typing.Any
|
|
630
592
|
"""
|
|
631
593
|
|
|
632
594
|
def draw(self, _context) -> None:
|
|
@@ -645,14 +607,12 @@ class SEQUENCER_MT_retiming(_bpy_types.Menu):
|
|
|
645
607
|
"""
|
|
646
608
|
|
|
647
609
|
:return: The RNA type or default when not found.
|
|
648
|
-
:rtype: bpy.types.Struct
|
|
649
610
|
"""
|
|
650
611
|
|
|
651
612
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
652
613
|
"""
|
|
653
614
|
|
|
654
615
|
:return: The class or default when not found.
|
|
655
|
-
:rtype: typing.Any
|
|
656
616
|
"""
|
|
657
617
|
|
|
658
618
|
def draw(self, context) -> None:
|
|
@@ -670,14 +630,12 @@ class SEQUENCER_MT_select(_bpy_types.Menu):
|
|
|
670
630
|
"""
|
|
671
631
|
|
|
672
632
|
:return: The RNA type or default when not found.
|
|
673
|
-
:rtype: bpy.types.Struct
|
|
674
633
|
"""
|
|
675
634
|
|
|
676
635
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
677
636
|
"""
|
|
678
637
|
|
|
679
638
|
:return: The class or default when not found.
|
|
680
|
-
:rtype: typing.Any
|
|
681
639
|
"""
|
|
682
640
|
|
|
683
641
|
def draw(self, context) -> None:
|
|
@@ -695,14 +653,12 @@ class SEQUENCER_MT_select_channel(_bpy_types.Menu):
|
|
|
695
653
|
"""
|
|
696
654
|
|
|
697
655
|
:return: The RNA type or default when not found.
|
|
698
|
-
:rtype: bpy.types.Struct
|
|
699
656
|
"""
|
|
700
657
|
|
|
701
658
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
702
659
|
"""
|
|
703
660
|
|
|
704
661
|
:return: The class or default when not found.
|
|
705
|
-
:rtype: typing.Any
|
|
706
662
|
"""
|
|
707
663
|
|
|
708
664
|
def draw(self, _context) -> None:
|
|
@@ -720,14 +676,12 @@ class SEQUENCER_MT_select_handle(_bpy_types.Menu):
|
|
|
720
676
|
"""
|
|
721
677
|
|
|
722
678
|
:return: The RNA type or default when not found.
|
|
723
|
-
:rtype: bpy.types.Struct
|
|
724
679
|
"""
|
|
725
680
|
|
|
726
681
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
727
682
|
"""
|
|
728
683
|
|
|
729
684
|
:return: The class or default when not found.
|
|
730
|
-
:rtype: typing.Any
|
|
731
685
|
"""
|
|
732
686
|
|
|
733
687
|
def draw(self, _context) -> None:
|
|
@@ -745,14 +699,12 @@ class SEQUENCER_MT_strip(_bpy_types.Menu):
|
|
|
745
699
|
"""
|
|
746
700
|
|
|
747
701
|
:return: The RNA type or default when not found.
|
|
748
|
-
:rtype: bpy.types.Struct
|
|
749
702
|
"""
|
|
750
703
|
|
|
751
704
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
752
705
|
"""
|
|
753
706
|
|
|
754
707
|
:return: The class or default when not found.
|
|
755
|
-
:rtype: typing.Any
|
|
756
708
|
"""
|
|
757
709
|
|
|
758
710
|
def draw(self, context) -> None:
|
|
@@ -770,14 +722,12 @@ class SEQUENCER_MT_strip_animation(_bpy_types.Menu):
|
|
|
770
722
|
"""
|
|
771
723
|
|
|
772
724
|
:return: The RNA type or default when not found.
|
|
773
|
-
:rtype: bpy.types.Struct
|
|
774
725
|
"""
|
|
775
726
|
|
|
776
727
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
777
728
|
"""
|
|
778
729
|
|
|
779
730
|
:return: The class or default when not found.
|
|
780
|
-
:rtype: typing.Any
|
|
781
731
|
"""
|
|
782
732
|
|
|
783
733
|
def draw(self, context) -> None:
|
|
@@ -795,14 +745,12 @@ class SEQUENCER_MT_strip_effect(_bpy_types.Menu):
|
|
|
795
745
|
"""
|
|
796
746
|
|
|
797
747
|
:return: The RNA type or default when not found.
|
|
798
|
-
:rtype: bpy.types.Struct
|
|
799
748
|
"""
|
|
800
749
|
|
|
801
750
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
802
751
|
"""
|
|
803
752
|
|
|
804
753
|
:return: The class or default when not found.
|
|
805
|
-
:rtype: typing.Any
|
|
806
754
|
"""
|
|
807
755
|
|
|
808
756
|
def draw(self, _context) -> None:
|
|
@@ -820,14 +768,12 @@ class SEQUENCER_MT_strip_effect_change(_bpy_types.Menu):
|
|
|
820
768
|
"""
|
|
821
769
|
|
|
822
770
|
:return: The RNA type or default when not found.
|
|
823
|
-
:rtype: bpy.types.Struct
|
|
824
771
|
"""
|
|
825
772
|
|
|
826
773
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
827
774
|
"""
|
|
828
775
|
|
|
829
776
|
:return: The class or default when not found.
|
|
830
|
-
:rtype: typing.Any
|
|
831
777
|
"""
|
|
832
778
|
|
|
833
779
|
def draw(self, context) -> None:
|
|
@@ -845,14 +791,12 @@ class SEQUENCER_MT_strip_input(_bpy_types.Menu):
|
|
|
845
791
|
"""
|
|
846
792
|
|
|
847
793
|
:return: The RNA type or default when not found.
|
|
848
|
-
:rtype: bpy.types.Struct
|
|
849
794
|
"""
|
|
850
795
|
|
|
851
796
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
852
797
|
"""
|
|
853
798
|
|
|
854
799
|
:return: The class or default when not found.
|
|
855
|
-
:rtype: typing.Any
|
|
856
800
|
"""
|
|
857
801
|
|
|
858
802
|
def draw(self, context) -> None:
|
|
@@ -870,14 +814,12 @@ class SEQUENCER_MT_strip_lock_mute(_bpy_types.Menu):
|
|
|
870
814
|
"""
|
|
871
815
|
|
|
872
816
|
:return: The RNA type or default when not found.
|
|
873
|
-
:rtype: bpy.types.Struct
|
|
874
817
|
"""
|
|
875
818
|
|
|
876
819
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
877
820
|
"""
|
|
878
821
|
|
|
879
822
|
:return: The class or default when not found.
|
|
880
|
-
:rtype: typing.Any
|
|
881
823
|
"""
|
|
882
824
|
|
|
883
825
|
def draw(self, _context) -> None:
|
|
@@ -895,14 +837,12 @@ class SEQUENCER_MT_strip_mirror(_bpy_types.Menu):
|
|
|
895
837
|
"""
|
|
896
838
|
|
|
897
839
|
:return: The RNA type or default when not found.
|
|
898
|
-
:rtype: bpy.types.Struct
|
|
899
840
|
"""
|
|
900
841
|
|
|
901
842
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
902
843
|
"""
|
|
903
844
|
|
|
904
845
|
:return: The class or default when not found.
|
|
905
|
-
:rtype: typing.Any
|
|
906
846
|
"""
|
|
907
847
|
|
|
908
848
|
def draw(self, context) -> None:
|
|
@@ -911,6 +851,29 @@ class SEQUENCER_MT_strip_mirror(_bpy_types.Menu):
|
|
|
911
851
|
:param context:
|
|
912
852
|
"""
|
|
913
853
|
|
|
854
|
+
class SEQUENCER_MT_strip_modifiers(_bpy_types.Menu):
|
|
855
|
+
bl_label: typing.Any
|
|
856
|
+
bl_rna: typing.Any
|
|
857
|
+
id_data: typing.Any
|
|
858
|
+
|
|
859
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
860
|
+
"""
|
|
861
|
+
|
|
862
|
+
:return: The RNA type or default when not found.
|
|
863
|
+
"""
|
|
864
|
+
|
|
865
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
866
|
+
"""
|
|
867
|
+
|
|
868
|
+
:return: The class or default when not found.
|
|
869
|
+
"""
|
|
870
|
+
|
|
871
|
+
def draw(self, _context) -> None:
|
|
872
|
+
"""
|
|
873
|
+
|
|
874
|
+
:param _context:
|
|
875
|
+
"""
|
|
876
|
+
|
|
914
877
|
class SEQUENCER_MT_strip_movie(_bpy_types.Menu):
|
|
915
878
|
bl_label: typing.Any
|
|
916
879
|
bl_rna: typing.Any
|
|
@@ -920,14 +883,12 @@ class SEQUENCER_MT_strip_movie(_bpy_types.Menu):
|
|
|
920
883
|
"""
|
|
921
884
|
|
|
922
885
|
:return: The RNA type or default when not found.
|
|
923
|
-
:rtype: bpy.types.Struct
|
|
924
886
|
"""
|
|
925
887
|
|
|
926
888
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
927
889
|
"""
|
|
928
890
|
|
|
929
891
|
:return: The class or default when not found.
|
|
930
|
-
:rtype: typing.Any
|
|
931
892
|
"""
|
|
932
893
|
|
|
933
894
|
def draw(self, _context) -> None:
|
|
@@ -945,14 +906,12 @@ class SEQUENCER_MT_strip_retiming(_bpy_types.Menu):
|
|
|
945
906
|
"""
|
|
946
907
|
|
|
947
908
|
:return: The RNA type or default when not found.
|
|
948
|
-
:rtype: bpy.types.Struct
|
|
949
909
|
"""
|
|
950
910
|
|
|
951
911
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
952
912
|
"""
|
|
953
913
|
|
|
954
914
|
:return: The class or default when not found.
|
|
955
|
-
:rtype: typing.Any
|
|
956
915
|
"""
|
|
957
916
|
|
|
958
917
|
def draw(self, context) -> None:
|
|
@@ -970,14 +929,12 @@ class SEQUENCER_MT_strip_show_hide(_bpy_types.Menu):
|
|
|
970
929
|
"""
|
|
971
930
|
|
|
972
931
|
:return: The RNA type or default when not found.
|
|
973
|
-
:rtype: bpy.types.Struct
|
|
974
932
|
"""
|
|
975
933
|
|
|
976
934
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
977
935
|
"""
|
|
978
936
|
|
|
979
937
|
:return: The class or default when not found.
|
|
980
|
-
:rtype: typing.Any
|
|
981
938
|
"""
|
|
982
939
|
|
|
983
940
|
def draw(self, _context) -> None:
|
|
@@ -995,14 +952,12 @@ class SEQUENCER_MT_strip_text(_bpy_types.Menu):
|
|
|
995
952
|
"""
|
|
996
953
|
|
|
997
954
|
:return: The RNA type or default when not found.
|
|
998
|
-
:rtype: bpy.types.Struct
|
|
999
955
|
"""
|
|
1000
956
|
|
|
1001
957
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1002
958
|
"""
|
|
1003
959
|
|
|
1004
960
|
:return: The class or default when not found.
|
|
1005
|
-
:rtype: typing.Any
|
|
1006
961
|
"""
|
|
1007
962
|
|
|
1008
963
|
def draw(self, context) -> None:
|
|
@@ -1020,14 +975,12 @@ class SEQUENCER_MT_strip_transform(_bpy_types.Menu):
|
|
|
1020
975
|
"""
|
|
1021
976
|
|
|
1022
977
|
:return: The RNA type or default when not found.
|
|
1023
|
-
:rtype: bpy.types.Struct
|
|
1024
978
|
"""
|
|
1025
979
|
|
|
1026
980
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1027
981
|
"""
|
|
1028
982
|
|
|
1029
983
|
:return: The class or default when not found.
|
|
1030
|
-
:rtype: typing.Any
|
|
1031
984
|
"""
|
|
1032
985
|
|
|
1033
986
|
def draw(self, context) -> None:
|
|
@@ -1045,14 +998,12 @@ class SEQUENCER_MT_view(_bpy_types.Menu):
|
|
|
1045
998
|
"""
|
|
1046
999
|
|
|
1047
1000
|
:return: The RNA type or default when not found.
|
|
1048
|
-
:rtype: bpy.types.Struct
|
|
1049
1001
|
"""
|
|
1050
1002
|
|
|
1051
1003
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1052
1004
|
"""
|
|
1053
1005
|
|
|
1054
1006
|
:return: The class or default when not found.
|
|
1055
|
-
:rtype: typing.Any
|
|
1056
1007
|
"""
|
|
1057
1008
|
|
|
1058
1009
|
def draw(self, context) -> None:
|
|
@@ -1070,14 +1021,12 @@ class SEQUENCER_MT_view_pie(_bpy_types.Menu):
|
|
|
1070
1021
|
"""
|
|
1071
1022
|
|
|
1072
1023
|
:return: The RNA type or default when not found.
|
|
1073
|
-
:rtype: bpy.types.Struct
|
|
1074
1024
|
"""
|
|
1075
1025
|
|
|
1076
1026
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1077
1027
|
"""
|
|
1078
1028
|
|
|
1079
1029
|
:return: The class or default when not found.
|
|
1080
|
-
:rtype: typing.Any
|
|
1081
1030
|
"""
|
|
1082
1031
|
|
|
1083
1032
|
def draw(self, context) -> None:
|
|
@@ -1086,6 +1035,29 @@ class SEQUENCER_MT_view_pie(_bpy_types.Menu):
|
|
|
1086
1035
|
:param context:
|
|
1087
1036
|
"""
|
|
1088
1037
|
|
|
1038
|
+
class SEQUENCER_MT_view_render(_bpy_types.Menu):
|
|
1039
|
+
bl_label: typing.Any
|
|
1040
|
+
bl_rna: typing.Any
|
|
1041
|
+
id_data: typing.Any
|
|
1042
|
+
|
|
1043
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1044
|
+
"""
|
|
1045
|
+
|
|
1046
|
+
:return: The RNA type or default when not found.
|
|
1047
|
+
"""
|
|
1048
|
+
|
|
1049
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1050
|
+
"""
|
|
1051
|
+
|
|
1052
|
+
:return: The class or default when not found.
|
|
1053
|
+
"""
|
|
1054
|
+
|
|
1055
|
+
def draw(self, _context) -> None:
|
|
1056
|
+
"""
|
|
1057
|
+
|
|
1058
|
+
:param _context:
|
|
1059
|
+
"""
|
|
1060
|
+
|
|
1089
1061
|
class SEQUENCER_PT_active_tool(
|
|
1090
1062
|
bl_ui.space_toolsystem_common.ToolActivePanelHelper, _bpy_types.Panel
|
|
1091
1063
|
):
|
|
@@ -1100,17 +1072,19 @@ class SEQUENCER_PT_active_tool(
|
|
|
1100
1072
|
"""
|
|
1101
1073
|
|
|
1102
1074
|
:return: The RNA type or default when not found.
|
|
1103
|
-
:rtype: bpy.types.Struct
|
|
1104
1075
|
"""
|
|
1105
1076
|
|
|
1106
1077
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1107
1078
|
"""
|
|
1108
1079
|
|
|
1109
1080
|
:return: The class or default when not found.
|
|
1110
|
-
:rtype: typing.Any
|
|
1111
1081
|
"""
|
|
1112
1082
|
|
|
1113
|
-
class
|
|
1083
|
+
class SEQUENCER_PT_annotation(
|
|
1084
|
+
SequencerButtonsPanel_Output,
|
|
1085
|
+
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
1086
|
+
_bpy_types.Panel,
|
|
1087
|
+
):
|
|
1114
1088
|
bl_category: typing.Any
|
|
1115
1089
|
bl_label: typing.Any
|
|
1116
1090
|
bl_options: typing.Any
|
|
@@ -1123,17 +1097,16 @@ class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1123
1097
|
"""
|
|
1124
1098
|
|
|
1125
1099
|
:return: The RNA type or default when not found.
|
|
1126
|
-
:rtype: bpy.types.Struct
|
|
1127
1100
|
"""
|
|
1128
1101
|
|
|
1129
1102
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1130
1103
|
"""
|
|
1131
1104
|
|
|
1132
1105
|
:return: The class or default when not found.
|
|
1133
|
-
:rtype: typing.Any
|
|
1134
1106
|
"""
|
|
1135
1107
|
|
|
1136
|
-
|
|
1108
|
+
@staticmethod
|
|
1109
|
+
def has_preview(context) -> None:
|
|
1137
1110
|
"""
|
|
1138
1111
|
|
|
1139
1112
|
:param context:
|
|
@@ -1146,9 +1119,15 @@ class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1146
1119
|
:param context:
|
|
1147
1120
|
"""
|
|
1148
1121
|
|
|
1149
|
-
class
|
|
1122
|
+
class SEQUENCER_PT_annotation_onion(
|
|
1123
|
+
SequencerButtonsPanel_Output,
|
|
1124
|
+
bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
|
|
1125
|
+
_bpy_types.Panel,
|
|
1126
|
+
):
|
|
1150
1127
|
bl_category: typing.Any
|
|
1151
1128
|
bl_label: typing.Any
|
|
1129
|
+
bl_options: typing.Any
|
|
1130
|
+
bl_parent_id: typing.Any
|
|
1152
1131
|
bl_region_type: typing.Any
|
|
1153
1132
|
bl_rna: typing.Any
|
|
1154
1133
|
bl_space_type: typing.Any
|
|
@@ -1158,17 +1137,16 @@ class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1158
1137
|
"""
|
|
1159
1138
|
|
|
1160
1139
|
:return: The RNA type or default when not found.
|
|
1161
|
-
:rtype: bpy.types.Struct
|
|
1162
1140
|
"""
|
|
1163
1141
|
|
|
1164
1142
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1165
1143
|
"""
|
|
1166
1144
|
|
|
1167
1145
|
:return: The class or default when not found.
|
|
1168
|
-
:rtype: typing.Any
|
|
1169
1146
|
"""
|
|
1170
1147
|
|
|
1171
|
-
|
|
1148
|
+
@staticmethod
|
|
1149
|
+
def has_preview(context) -> None:
|
|
1172
1150
|
"""
|
|
1173
1151
|
|
|
1174
1152
|
:param context:
|
|
@@ -1181,10 +1159,9 @@ class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1181
1159
|
:param context:
|
|
1182
1160
|
"""
|
|
1183
1161
|
|
|
1184
|
-
class
|
|
1162
|
+
class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1185
1163
|
bl_category: typing.Any
|
|
1186
1164
|
bl_label: typing.Any
|
|
1187
|
-
bl_options: typing.Any
|
|
1188
1165
|
bl_region_type: typing.Any
|
|
1189
1166
|
bl_rna: typing.Any
|
|
1190
1167
|
bl_space_type: typing.Any
|
|
@@ -1194,14 +1171,12 @@ class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1194
1171
|
"""
|
|
1195
1172
|
|
|
1196
1173
|
:return: The RNA type or default when not found.
|
|
1197
|
-
:rtype: bpy.types.Struct
|
|
1198
1174
|
"""
|
|
1199
1175
|
|
|
1200
1176
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1201
1177
|
"""
|
|
1202
1178
|
|
|
1203
1179
|
:return: The class or default when not found.
|
|
1204
|
-
:rtype: typing.Any
|
|
1205
1180
|
"""
|
|
1206
1181
|
|
|
1207
1182
|
def draw(self, context) -> None:
|
|
@@ -1217,9 +1192,10 @@ class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1217
1192
|
:param context:
|
|
1218
1193
|
"""
|
|
1219
1194
|
|
|
1220
|
-
class
|
|
1195
|
+
class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1221
1196
|
bl_category: typing.Any
|
|
1222
1197
|
bl_label: typing.Any
|
|
1198
|
+
bl_parent_id: typing.Any
|
|
1223
1199
|
bl_region_type: typing.Any
|
|
1224
1200
|
bl_rna: typing.Any
|
|
1225
1201
|
bl_space_type: typing.Any
|
|
@@ -1229,14 +1205,12 @@ class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1229
1205
|
"""
|
|
1230
1206
|
|
|
1231
1207
|
:return: The RNA type or default when not found.
|
|
1232
|
-
:rtype: bpy.types.Struct
|
|
1233
1208
|
"""
|
|
1234
1209
|
|
|
1235
1210
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1236
1211
|
"""
|
|
1237
1212
|
|
|
1238
1213
|
:return: The class or default when not found.
|
|
1239
|
-
:rtype: typing.Any
|
|
1240
1214
|
"""
|
|
1241
1215
|
|
|
1242
1216
|
def draw(self, context) -> None:
|
|
@@ -1245,6 +1219,12 @@ class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1245
1219
|
:param context:
|
|
1246
1220
|
"""
|
|
1247
1221
|
|
|
1222
|
+
def draw_header(self, context) -> None:
|
|
1223
|
+
"""
|
|
1224
|
+
|
|
1225
|
+
:param context:
|
|
1226
|
+
"""
|
|
1227
|
+
|
|
1248
1228
|
@classmethod
|
|
1249
1229
|
def poll(cls, context) -> None:
|
|
1250
1230
|
"""
|
|
@@ -1252,8 +1232,7 @@ class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1252
1232
|
:param context:
|
|
1253
1233
|
"""
|
|
1254
1234
|
|
|
1255
|
-
class
|
|
1256
|
-
bl_category: typing.Any
|
|
1235
|
+
class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, _bpy_types.Panel):
|
|
1257
1236
|
bl_label: typing.Any
|
|
1258
1237
|
bl_options: typing.Any
|
|
1259
1238
|
bl_region_type: typing.Any
|
|
@@ -1265,30 +1244,50 @@ class SEQUENCER_PT_adjust_transform(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1265
1244
|
"""
|
|
1266
1245
|
|
|
1267
1246
|
:return: The RNA type or default when not found.
|
|
1268
|
-
:rtype: bpy.types.Struct
|
|
1269
1247
|
"""
|
|
1270
1248
|
|
|
1271
1249
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1272
1250
|
"""
|
|
1273
1251
|
|
|
1274
1252
|
:return: The class or default when not found.
|
|
1275
|
-
:rtype: typing.Any
|
|
1276
1253
|
"""
|
|
1277
1254
|
|
|
1278
|
-
def draw(self,
|
|
1255
|
+
def draw(self, _context) -> None:
|
|
1279
1256
|
"""
|
|
1280
1257
|
|
|
1281
|
-
:param
|
|
1258
|
+
:param _context:
|
|
1282
1259
|
"""
|
|
1283
1260
|
|
|
1284
|
-
|
|
1285
|
-
|
|
1261
|
+
class SEQUENCER_PT_custom_props(
|
|
1262
|
+
rna_prop_ui.PropertyPanel, SequencerButtonsPanel, _bpy_types.Panel
|
|
1263
|
+
):
|
|
1264
|
+
"""The subclass should have its own poll function
|
|
1265
|
+
and the variable _context_path MUST be set.
|
|
1266
|
+
"""
|
|
1267
|
+
|
|
1268
|
+
COMPAT_ENGINES: typing.Any
|
|
1269
|
+
bl_category: typing.Any
|
|
1270
|
+
bl_label: typing.Any
|
|
1271
|
+
bl_options: typing.Any
|
|
1272
|
+
bl_order: typing.Any
|
|
1273
|
+
bl_region_type: typing.Any
|
|
1274
|
+
bl_rna: typing.Any
|
|
1275
|
+
bl_space_type: typing.Any
|
|
1276
|
+
id_data: typing.Any
|
|
1277
|
+
|
|
1278
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1286
1279
|
"""
|
|
1287
1280
|
|
|
1288
|
-
:
|
|
1281
|
+
:return: The RNA type or default when not found.
|
|
1282
|
+
"""
|
|
1283
|
+
|
|
1284
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1285
|
+
"""
|
|
1286
|
+
|
|
1287
|
+
:return: The class or default when not found.
|
|
1289
1288
|
"""
|
|
1290
1289
|
|
|
1291
|
-
class
|
|
1290
|
+
class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
1292
1291
|
bl_category: typing.Any
|
|
1293
1292
|
bl_label: typing.Any
|
|
1294
1293
|
bl_options: typing.Any
|
|
@@ -1301,14 +1300,12 @@ class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1301
1300
|
"""
|
|
1302
1301
|
|
|
1303
1302
|
:return: The RNA type or default when not found.
|
|
1304
|
-
:rtype: bpy.types.Struct
|
|
1305
1303
|
"""
|
|
1306
1304
|
|
|
1307
1305
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1308
1306
|
"""
|
|
1309
1307
|
|
|
1310
1308
|
:return: The class or default when not found.
|
|
1311
|
-
:rtype: typing.Any
|
|
1312
1309
|
"""
|
|
1313
1310
|
|
|
1314
1311
|
def draw(self, context) -> None:
|
|
@@ -1317,6 +1314,12 @@ class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1317
1314
|
:param context:
|
|
1318
1315
|
"""
|
|
1319
1316
|
|
|
1317
|
+
def draw_header(self, context) -> None:
|
|
1318
|
+
"""
|
|
1319
|
+
|
|
1320
|
+
:param context:
|
|
1321
|
+
"""
|
|
1322
|
+
|
|
1320
1323
|
@classmethod
|
|
1321
1324
|
def poll(cls, context) -> None:
|
|
1322
1325
|
"""
|
|
@@ -1324,92 +1327,62 @@ class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1324
1327
|
:param context:
|
|
1325
1328
|
"""
|
|
1326
1329
|
|
|
1327
|
-
class
|
|
1328
|
-
SequencerButtonsPanel_Output,
|
|
1329
|
-
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
1330
|
-
_bpy_types.Panel,
|
|
1331
|
-
):
|
|
1332
|
-
bl_category: typing.Any
|
|
1330
|
+
class SEQUENCER_PT_gizmo_display(_bpy_types.Panel):
|
|
1333
1331
|
bl_label: typing.Any
|
|
1334
|
-
bl_options: typing.Any
|
|
1335
1332
|
bl_region_type: typing.Any
|
|
1336
1333
|
bl_rna: typing.Any
|
|
1337
1334
|
bl_space_type: typing.Any
|
|
1335
|
+
bl_ui_units_x: typing.Any
|
|
1338
1336
|
id_data: typing.Any
|
|
1339
1337
|
|
|
1340
1338
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1341
1339
|
"""
|
|
1342
1340
|
|
|
1343
1341
|
:return: The RNA type or default when not found.
|
|
1344
|
-
:rtype: bpy.types.Struct
|
|
1345
1342
|
"""
|
|
1346
1343
|
|
|
1347
1344
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1348
1345
|
"""
|
|
1349
1346
|
|
|
1350
1347
|
:return: The class or default when not found.
|
|
1351
|
-
:rtype: typing.Any
|
|
1352
|
-
"""
|
|
1353
|
-
|
|
1354
|
-
@staticmethod
|
|
1355
|
-
def has_preview(context) -> None:
|
|
1356
|
-
"""
|
|
1357
|
-
|
|
1358
|
-
:param context:
|
|
1359
1348
|
"""
|
|
1360
1349
|
|
|
1361
|
-
|
|
1362
|
-
def poll(cls, context) -> None:
|
|
1350
|
+
def draw(self, context) -> None:
|
|
1363
1351
|
"""
|
|
1364
1352
|
|
|
1365
1353
|
:param context:
|
|
1366
1354
|
"""
|
|
1367
1355
|
|
|
1368
|
-
class
|
|
1369
|
-
SequencerButtonsPanel_Output,
|
|
1370
|
-
bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
|
|
1371
|
-
_bpy_types.Panel,
|
|
1372
|
-
):
|
|
1373
|
-
bl_category: typing.Any
|
|
1356
|
+
class SEQUENCER_PT_overlay(_bpy_types.Panel):
|
|
1374
1357
|
bl_label: typing.Any
|
|
1375
|
-
bl_options: typing.Any
|
|
1376
|
-
bl_parent_id: typing.Any
|
|
1377
1358
|
bl_region_type: typing.Any
|
|
1378
1359
|
bl_rna: typing.Any
|
|
1379
1360
|
bl_space_type: typing.Any
|
|
1361
|
+
bl_ui_units_x: typing.Any
|
|
1380
1362
|
id_data: typing.Any
|
|
1381
1363
|
|
|
1382
1364
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1383
1365
|
"""
|
|
1384
1366
|
|
|
1385
1367
|
:return: The RNA type or default when not found.
|
|
1386
|
-
:rtype: bpy.types.Struct
|
|
1387
1368
|
"""
|
|
1388
1369
|
|
|
1389
1370
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1390
1371
|
"""
|
|
1391
1372
|
|
|
1392
1373
|
:return: The class or default when not found.
|
|
1393
|
-
:rtype: typing.Any
|
|
1394
|
-
"""
|
|
1395
|
-
|
|
1396
|
-
@staticmethod
|
|
1397
|
-
def has_preview(context) -> None:
|
|
1398
|
-
"""
|
|
1399
|
-
|
|
1400
|
-
:param context:
|
|
1401
1374
|
"""
|
|
1402
1375
|
|
|
1403
|
-
|
|
1404
|
-
def poll(cls, context) -> None:
|
|
1376
|
+
def draw(self, _context) -> None:
|
|
1405
1377
|
"""
|
|
1406
1378
|
|
|
1407
|
-
:param
|
|
1379
|
+
:param _context:
|
|
1408
1380
|
"""
|
|
1409
1381
|
|
|
1410
|
-
class
|
|
1382
|
+
class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
1411
1383
|
bl_category: typing.Any
|
|
1412
1384
|
bl_label: typing.Any
|
|
1385
|
+
bl_options: typing.Any
|
|
1413
1386
|
bl_region_type: typing.Any
|
|
1414
1387
|
bl_rna: typing.Any
|
|
1415
1388
|
bl_space_type: typing.Any
|
|
@@ -1419,14 +1392,12 @@ class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1419
1392
|
"""
|
|
1420
1393
|
|
|
1421
1394
|
:return: The RNA type or default when not found.
|
|
1422
|
-
:rtype: bpy.types.Struct
|
|
1423
1395
|
"""
|
|
1424
1396
|
|
|
1425
1397
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1426
1398
|
"""
|
|
1427
1399
|
|
|
1428
1400
|
:return: The class or default when not found.
|
|
1429
|
-
:rtype: typing.Any
|
|
1430
1401
|
"""
|
|
1431
1402
|
|
|
1432
1403
|
def draw(self, context) -> None:
|
|
@@ -1442,8 +1413,7 @@ class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1442
1413
|
:param context:
|
|
1443
1414
|
"""
|
|
1444
1415
|
|
|
1445
|
-
class
|
|
1446
|
-
bl_category: typing.Any
|
|
1416
|
+
class SEQUENCER_PT_preview_overlay(_bpy_types.Panel):
|
|
1447
1417
|
bl_label: typing.Any
|
|
1448
1418
|
bl_parent_id: typing.Any
|
|
1449
1419
|
bl_region_type: typing.Any
|
|
@@ -1455,14 +1425,12 @@ class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1455
1425
|
"""
|
|
1456
1426
|
|
|
1457
1427
|
:return: The RNA type or default when not found.
|
|
1458
|
-
:rtype: bpy.types.Struct
|
|
1459
1428
|
"""
|
|
1460
1429
|
|
|
1461
1430
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1462
1431
|
"""
|
|
1463
1432
|
|
|
1464
1433
|
:return: The class or default when not found.
|
|
1465
|
-
:rtype: typing.Any
|
|
1466
1434
|
"""
|
|
1467
1435
|
|
|
1468
1436
|
def draw(self, context) -> None:
|
|
@@ -1471,12 +1439,6 @@ class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1471
1439
|
:param context:
|
|
1472
1440
|
"""
|
|
1473
1441
|
|
|
1474
|
-
def draw_header(self, context) -> None:
|
|
1475
|
-
"""
|
|
1476
|
-
|
|
1477
|
-
:param context:
|
|
1478
|
-
"""
|
|
1479
|
-
|
|
1480
1442
|
@classmethod
|
|
1481
1443
|
def poll(cls, context) -> None:
|
|
1482
1444
|
"""
|
|
@@ -1484,10 +1446,9 @@ class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1484
1446
|
:param context:
|
|
1485
1447
|
"""
|
|
1486
1448
|
|
|
1487
|
-
class
|
|
1488
|
-
bl_category: typing.Any
|
|
1449
|
+
class SEQUENCER_PT_preview_snapping(_bpy_types.Panel):
|
|
1489
1450
|
bl_label: typing.Any
|
|
1490
|
-
|
|
1451
|
+
bl_parent_id: typing.Any
|
|
1491
1452
|
bl_region_type: typing.Any
|
|
1492
1453
|
bl_rna: typing.Any
|
|
1493
1454
|
bl_space_type: typing.Any
|
|
@@ -1497,54 +1458,28 @@ class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, _bpy_types.Panel):
|
|
|
1497
1458
|
"""
|
|
1498
1459
|
|
|
1499
1460
|
:return: The RNA type or default when not found.
|
|
1500
|
-
:rtype: bpy.types.Struct
|
|
1501
1461
|
"""
|
|
1502
1462
|
|
|
1503
1463
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1504
1464
|
"""
|
|
1505
1465
|
|
|
1506
1466
|
:return: The class or default when not found.
|
|
1507
|
-
:rtype: typing.Any
|
|
1508
|
-
"""
|
|
1509
|
-
|
|
1510
|
-
def draw(self, _context) -> None:
|
|
1511
|
-
"""
|
|
1512
|
-
|
|
1513
|
-
:param _context:
|
|
1514
1467
|
"""
|
|
1515
1468
|
|
|
1516
|
-
|
|
1517
|
-
rna_prop_ui.PropertyPanel, SequencerButtonsPanel, _bpy_types.Panel
|
|
1518
|
-
):
|
|
1519
|
-
"""The subclass should have its own poll function
|
|
1520
|
-
and the variable _context_path MUST be set.
|
|
1521
|
-
"""
|
|
1522
|
-
|
|
1523
|
-
COMPAT_ENGINES: typing.Any
|
|
1524
|
-
bl_category: typing.Any
|
|
1525
|
-
bl_label: typing.Any
|
|
1526
|
-
bl_options: typing.Any
|
|
1527
|
-
bl_order: typing.Any
|
|
1528
|
-
bl_region_type: typing.Any
|
|
1529
|
-
bl_rna: typing.Any
|
|
1530
|
-
bl_space_type: typing.Any
|
|
1531
|
-
id_data: typing.Any
|
|
1532
|
-
|
|
1533
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1469
|
+
def draw(self, context) -> None:
|
|
1534
1470
|
"""
|
|
1535
1471
|
|
|
1536
|
-
:
|
|
1537
|
-
:rtype: bpy.types.Struct
|
|
1472
|
+
:param context:
|
|
1538
1473
|
"""
|
|
1539
1474
|
|
|
1540
|
-
|
|
1475
|
+
@classmethod
|
|
1476
|
+
def poll(cls, context) -> None:
|
|
1541
1477
|
"""
|
|
1542
1478
|
|
|
1543
|
-
:
|
|
1544
|
-
:rtype: typing.Any
|
|
1479
|
+
:param context:
|
|
1545
1480
|
"""
|
|
1546
1481
|
|
|
1547
|
-
class
|
|
1482
|
+
class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1548
1483
|
bl_category: typing.Any
|
|
1549
1484
|
bl_label: typing.Any
|
|
1550
1485
|
bl_region_type: typing.Any
|
|
@@ -1556,647 +1491,12 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
1556
1491
|
"""
|
|
1557
1492
|
|
|
1558
1493
|
:return: The RNA type or default when not found.
|
|
1559
|
-
:rtype: bpy.types.Struct
|
|
1560
1494
|
"""
|
|
1561
1495
|
|
|
1562
1496
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1563
1497
|
"""
|
|
1564
1498
|
|
|
1565
1499
|
:return: The class or default when not found.
|
|
1566
|
-
:rtype: typing.Any
|
|
1567
|
-
"""
|
|
1568
|
-
|
|
1569
|
-
def draw(self, context) -> None:
|
|
1570
|
-
"""
|
|
1571
|
-
|
|
1572
|
-
:param context:
|
|
1573
|
-
"""
|
|
1574
|
-
|
|
1575
|
-
@classmethod
|
|
1576
|
-
def poll(cls, context) -> None:
|
|
1577
|
-
"""
|
|
1578
|
-
|
|
1579
|
-
:param context:
|
|
1580
|
-
"""
|
|
1581
|
-
|
|
1582
|
-
class SEQUENCER_PT_effect_text_box(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1583
|
-
bl_category: typing.Any
|
|
1584
|
-
bl_label: typing.Any
|
|
1585
|
-
bl_options: typing.Any
|
|
1586
|
-
bl_parent_id: typing.Any
|
|
1587
|
-
bl_region_type: typing.Any
|
|
1588
|
-
bl_rna: typing.Any
|
|
1589
|
-
bl_space_type: typing.Any
|
|
1590
|
-
bl_translation_context: typing.Any
|
|
1591
|
-
id_data: typing.Any
|
|
1592
|
-
|
|
1593
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1594
|
-
"""
|
|
1595
|
-
|
|
1596
|
-
:return: The RNA type or default when not found.
|
|
1597
|
-
:rtype: bpy.types.Struct
|
|
1598
|
-
"""
|
|
1599
|
-
|
|
1600
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1601
|
-
"""
|
|
1602
|
-
|
|
1603
|
-
:return: The class or default when not found.
|
|
1604
|
-
:rtype: typing.Any
|
|
1605
|
-
"""
|
|
1606
|
-
|
|
1607
|
-
def draw(self, context) -> None:
|
|
1608
|
-
"""
|
|
1609
|
-
|
|
1610
|
-
:param context:
|
|
1611
|
-
"""
|
|
1612
|
-
|
|
1613
|
-
def draw_header(self, context) -> None:
|
|
1614
|
-
"""
|
|
1615
|
-
|
|
1616
|
-
:param context:
|
|
1617
|
-
"""
|
|
1618
|
-
|
|
1619
|
-
@classmethod
|
|
1620
|
-
def poll(cls, context) -> None:
|
|
1621
|
-
"""
|
|
1622
|
-
|
|
1623
|
-
:param context:
|
|
1624
|
-
"""
|
|
1625
|
-
|
|
1626
|
-
class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1627
|
-
bl_category: typing.Any
|
|
1628
|
-
bl_label: typing.Any
|
|
1629
|
-
bl_parent_id: typing.Any
|
|
1630
|
-
bl_region_type: typing.Any
|
|
1631
|
-
bl_rna: typing.Any
|
|
1632
|
-
bl_space_type: typing.Any
|
|
1633
|
-
id_data: typing.Any
|
|
1634
|
-
|
|
1635
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1636
|
-
"""
|
|
1637
|
-
|
|
1638
|
-
:return: The RNA type or default when not found.
|
|
1639
|
-
:rtype: bpy.types.Struct
|
|
1640
|
-
"""
|
|
1641
|
-
|
|
1642
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1643
|
-
"""
|
|
1644
|
-
|
|
1645
|
-
:return: The class or default when not found.
|
|
1646
|
-
:rtype: typing.Any
|
|
1647
|
-
"""
|
|
1648
|
-
|
|
1649
|
-
def draw(self, context) -> None:
|
|
1650
|
-
"""
|
|
1651
|
-
|
|
1652
|
-
:param context:
|
|
1653
|
-
"""
|
|
1654
|
-
|
|
1655
|
-
@classmethod
|
|
1656
|
-
def poll(cls, context) -> None:
|
|
1657
|
-
"""
|
|
1658
|
-
|
|
1659
|
-
:param context:
|
|
1660
|
-
"""
|
|
1661
|
-
|
|
1662
|
-
class SEQUENCER_PT_effect_text_outline(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1663
|
-
bl_category: typing.Any
|
|
1664
|
-
bl_label: typing.Any
|
|
1665
|
-
bl_options: typing.Any
|
|
1666
|
-
bl_parent_id: typing.Any
|
|
1667
|
-
bl_region_type: typing.Any
|
|
1668
|
-
bl_rna: typing.Any
|
|
1669
|
-
bl_space_type: typing.Any
|
|
1670
|
-
id_data: typing.Any
|
|
1671
|
-
|
|
1672
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1673
|
-
"""
|
|
1674
|
-
|
|
1675
|
-
:return: The RNA type or default when not found.
|
|
1676
|
-
:rtype: bpy.types.Struct
|
|
1677
|
-
"""
|
|
1678
|
-
|
|
1679
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1680
|
-
"""
|
|
1681
|
-
|
|
1682
|
-
:return: The class or default when not found.
|
|
1683
|
-
:rtype: typing.Any
|
|
1684
|
-
"""
|
|
1685
|
-
|
|
1686
|
-
def draw(self, context) -> None:
|
|
1687
|
-
"""
|
|
1688
|
-
|
|
1689
|
-
:param context:
|
|
1690
|
-
"""
|
|
1691
|
-
|
|
1692
|
-
def draw_header(self, context) -> None:
|
|
1693
|
-
"""
|
|
1694
|
-
|
|
1695
|
-
:param context:
|
|
1696
|
-
"""
|
|
1697
|
-
|
|
1698
|
-
@classmethod
|
|
1699
|
-
def poll(cls, context) -> None:
|
|
1700
|
-
"""
|
|
1701
|
-
|
|
1702
|
-
:param context:
|
|
1703
|
-
"""
|
|
1704
|
-
|
|
1705
|
-
class SEQUENCER_PT_effect_text_shadow(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1706
|
-
bl_category: typing.Any
|
|
1707
|
-
bl_label: typing.Any
|
|
1708
|
-
bl_options: typing.Any
|
|
1709
|
-
bl_parent_id: typing.Any
|
|
1710
|
-
bl_region_type: typing.Any
|
|
1711
|
-
bl_rna: typing.Any
|
|
1712
|
-
bl_space_type: typing.Any
|
|
1713
|
-
id_data: typing.Any
|
|
1714
|
-
|
|
1715
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1716
|
-
"""
|
|
1717
|
-
|
|
1718
|
-
:return: The RNA type or default when not found.
|
|
1719
|
-
:rtype: bpy.types.Struct
|
|
1720
|
-
"""
|
|
1721
|
-
|
|
1722
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1723
|
-
"""
|
|
1724
|
-
|
|
1725
|
-
:return: The class or default when not found.
|
|
1726
|
-
:rtype: typing.Any
|
|
1727
|
-
"""
|
|
1728
|
-
|
|
1729
|
-
def draw(self, context) -> None:
|
|
1730
|
-
"""
|
|
1731
|
-
|
|
1732
|
-
:param context:
|
|
1733
|
-
"""
|
|
1734
|
-
|
|
1735
|
-
def draw_header(self, context) -> None:
|
|
1736
|
-
"""
|
|
1737
|
-
|
|
1738
|
-
:param context:
|
|
1739
|
-
"""
|
|
1740
|
-
|
|
1741
|
-
@classmethod
|
|
1742
|
-
def poll(cls, context) -> None:
|
|
1743
|
-
"""
|
|
1744
|
-
|
|
1745
|
-
:param context:
|
|
1746
|
-
"""
|
|
1747
|
-
|
|
1748
|
-
class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1749
|
-
bl_category: typing.Any
|
|
1750
|
-
bl_label: typing.Any
|
|
1751
|
-
bl_parent_id: typing.Any
|
|
1752
|
-
bl_region_type: typing.Any
|
|
1753
|
-
bl_rna: typing.Any
|
|
1754
|
-
bl_space_type: typing.Any
|
|
1755
|
-
id_data: typing.Any
|
|
1756
|
-
|
|
1757
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1758
|
-
"""
|
|
1759
|
-
|
|
1760
|
-
:return: The RNA type or default when not found.
|
|
1761
|
-
:rtype: bpy.types.Struct
|
|
1762
|
-
"""
|
|
1763
|
-
|
|
1764
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1765
|
-
"""
|
|
1766
|
-
|
|
1767
|
-
:return: The class or default when not found.
|
|
1768
|
-
:rtype: typing.Any
|
|
1769
|
-
"""
|
|
1770
|
-
|
|
1771
|
-
def draw(self, context) -> None:
|
|
1772
|
-
"""
|
|
1773
|
-
|
|
1774
|
-
:param context:
|
|
1775
|
-
"""
|
|
1776
|
-
|
|
1777
|
-
@classmethod
|
|
1778
|
-
def poll(cls, context) -> None:
|
|
1779
|
-
"""
|
|
1780
|
-
|
|
1781
|
-
:param context:
|
|
1782
|
-
"""
|
|
1783
|
-
|
|
1784
|
-
class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
1785
|
-
bl_category: typing.Any
|
|
1786
|
-
bl_label: typing.Any
|
|
1787
|
-
bl_options: typing.Any
|
|
1788
|
-
bl_region_type: typing.Any
|
|
1789
|
-
bl_rna: typing.Any
|
|
1790
|
-
bl_space_type: typing.Any
|
|
1791
|
-
id_data: typing.Any
|
|
1792
|
-
|
|
1793
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1794
|
-
"""
|
|
1795
|
-
|
|
1796
|
-
:return: The RNA type or default when not found.
|
|
1797
|
-
:rtype: bpy.types.Struct
|
|
1798
|
-
"""
|
|
1799
|
-
|
|
1800
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1801
|
-
"""
|
|
1802
|
-
|
|
1803
|
-
:return: The class or default when not found.
|
|
1804
|
-
:rtype: typing.Any
|
|
1805
|
-
"""
|
|
1806
|
-
|
|
1807
|
-
def draw(self, context) -> None:
|
|
1808
|
-
"""
|
|
1809
|
-
|
|
1810
|
-
:param context:
|
|
1811
|
-
"""
|
|
1812
|
-
|
|
1813
|
-
def draw_header(self, context) -> None:
|
|
1814
|
-
"""
|
|
1815
|
-
|
|
1816
|
-
:param context:
|
|
1817
|
-
"""
|
|
1818
|
-
|
|
1819
|
-
@classmethod
|
|
1820
|
-
def poll(cls, context) -> None:
|
|
1821
|
-
"""
|
|
1822
|
-
|
|
1823
|
-
:param context:
|
|
1824
|
-
"""
|
|
1825
|
-
|
|
1826
|
-
class SEQUENCER_PT_gizmo_display(_bpy_types.Panel):
|
|
1827
|
-
bl_label: typing.Any
|
|
1828
|
-
bl_region_type: typing.Any
|
|
1829
|
-
bl_rna: typing.Any
|
|
1830
|
-
bl_space_type: typing.Any
|
|
1831
|
-
bl_ui_units_x: typing.Any
|
|
1832
|
-
id_data: typing.Any
|
|
1833
|
-
|
|
1834
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1835
|
-
"""
|
|
1836
|
-
|
|
1837
|
-
:return: The RNA type or default when not found.
|
|
1838
|
-
:rtype: bpy.types.Struct
|
|
1839
|
-
"""
|
|
1840
|
-
|
|
1841
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1842
|
-
"""
|
|
1843
|
-
|
|
1844
|
-
:return: The class or default when not found.
|
|
1845
|
-
:rtype: typing.Any
|
|
1846
|
-
"""
|
|
1847
|
-
|
|
1848
|
-
def draw(self, context) -> None:
|
|
1849
|
-
"""
|
|
1850
|
-
|
|
1851
|
-
:param context:
|
|
1852
|
-
"""
|
|
1853
|
-
|
|
1854
|
-
class SEQUENCER_PT_mask(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1855
|
-
bl_category: typing.Any
|
|
1856
|
-
bl_label: typing.Any
|
|
1857
|
-
bl_region_type: typing.Any
|
|
1858
|
-
bl_rna: typing.Any
|
|
1859
|
-
bl_space_type: typing.Any
|
|
1860
|
-
id_data: typing.Any
|
|
1861
|
-
|
|
1862
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1863
|
-
"""
|
|
1864
|
-
|
|
1865
|
-
:return: The RNA type or default when not found.
|
|
1866
|
-
:rtype: bpy.types.Struct
|
|
1867
|
-
"""
|
|
1868
|
-
|
|
1869
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1870
|
-
"""
|
|
1871
|
-
|
|
1872
|
-
:return: The class or default when not found.
|
|
1873
|
-
:rtype: typing.Any
|
|
1874
|
-
"""
|
|
1875
|
-
|
|
1876
|
-
def draw(self, context) -> None:
|
|
1877
|
-
"""
|
|
1878
|
-
|
|
1879
|
-
:param context:
|
|
1880
|
-
"""
|
|
1881
|
-
|
|
1882
|
-
@classmethod
|
|
1883
|
-
def poll(cls, context) -> None:
|
|
1884
|
-
"""
|
|
1885
|
-
|
|
1886
|
-
:param context:
|
|
1887
|
-
"""
|
|
1888
|
-
|
|
1889
|
-
class SEQUENCER_PT_modifiers(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1890
|
-
bl_category: typing.Any
|
|
1891
|
-
bl_label: typing.Any
|
|
1892
|
-
bl_region_type: typing.Any
|
|
1893
|
-
bl_rna: typing.Any
|
|
1894
|
-
bl_space_type: typing.Any
|
|
1895
|
-
id_data: typing.Any
|
|
1896
|
-
|
|
1897
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1898
|
-
"""
|
|
1899
|
-
|
|
1900
|
-
:return: The RNA type or default when not found.
|
|
1901
|
-
:rtype: bpy.types.Struct
|
|
1902
|
-
"""
|
|
1903
|
-
|
|
1904
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1905
|
-
"""
|
|
1906
|
-
|
|
1907
|
-
:return: The class or default when not found.
|
|
1908
|
-
:rtype: typing.Any
|
|
1909
|
-
"""
|
|
1910
|
-
|
|
1911
|
-
def draw(self, context) -> None:
|
|
1912
|
-
"""
|
|
1913
|
-
|
|
1914
|
-
:param context:
|
|
1915
|
-
"""
|
|
1916
|
-
|
|
1917
|
-
class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1918
|
-
bl_category: typing.Any
|
|
1919
|
-
bl_label: typing.Any
|
|
1920
|
-
bl_options: typing.Any
|
|
1921
|
-
bl_region_type: typing.Any
|
|
1922
|
-
bl_rna: typing.Any
|
|
1923
|
-
bl_space_type: typing.Any
|
|
1924
|
-
id_data: typing.Any
|
|
1925
|
-
|
|
1926
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1927
|
-
"""
|
|
1928
|
-
|
|
1929
|
-
:return: The RNA type or default when not found.
|
|
1930
|
-
:rtype: bpy.types.Struct
|
|
1931
|
-
"""
|
|
1932
|
-
|
|
1933
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1934
|
-
"""
|
|
1935
|
-
|
|
1936
|
-
:return: The class or default when not found.
|
|
1937
|
-
:rtype: typing.Any
|
|
1938
|
-
"""
|
|
1939
|
-
|
|
1940
|
-
def draw(self, context) -> None:
|
|
1941
|
-
"""
|
|
1942
|
-
|
|
1943
|
-
:param context:
|
|
1944
|
-
"""
|
|
1945
|
-
|
|
1946
|
-
@classmethod
|
|
1947
|
-
def poll(cls, context) -> None:
|
|
1948
|
-
"""
|
|
1949
|
-
|
|
1950
|
-
:param context:
|
|
1951
|
-
"""
|
|
1952
|
-
|
|
1953
|
-
class SEQUENCER_PT_overlay(_bpy_types.Panel):
|
|
1954
|
-
bl_label: typing.Any
|
|
1955
|
-
bl_region_type: typing.Any
|
|
1956
|
-
bl_rna: typing.Any
|
|
1957
|
-
bl_space_type: typing.Any
|
|
1958
|
-
bl_ui_units_x: typing.Any
|
|
1959
|
-
id_data: typing.Any
|
|
1960
|
-
|
|
1961
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1962
|
-
"""
|
|
1963
|
-
|
|
1964
|
-
:return: The RNA type or default when not found.
|
|
1965
|
-
:rtype: bpy.types.Struct
|
|
1966
|
-
"""
|
|
1967
|
-
|
|
1968
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1969
|
-
"""
|
|
1970
|
-
|
|
1971
|
-
:return: The class or default when not found.
|
|
1972
|
-
:rtype: typing.Any
|
|
1973
|
-
"""
|
|
1974
|
-
|
|
1975
|
-
def draw(self, _context) -> None:
|
|
1976
|
-
"""
|
|
1977
|
-
|
|
1978
|
-
:param _context:
|
|
1979
|
-
"""
|
|
1980
|
-
|
|
1981
|
-
class SEQUENCER_PT_playhead_snapping(
|
|
1982
|
-
bl_ui.utils.PlayheadSnappingPanel, _bpy_types.Panel
|
|
1983
|
-
):
|
|
1984
|
-
bl_label: typing.Any
|
|
1985
|
-
bl_region_type: typing.Any
|
|
1986
|
-
bl_rna: typing.Any
|
|
1987
|
-
bl_space_type: typing.Any
|
|
1988
|
-
id_data: typing.Any
|
|
1989
|
-
|
|
1990
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1991
|
-
"""
|
|
1992
|
-
|
|
1993
|
-
:return: The RNA type or default when not found.
|
|
1994
|
-
:rtype: bpy.types.Struct
|
|
1995
|
-
"""
|
|
1996
|
-
|
|
1997
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1998
|
-
"""
|
|
1999
|
-
|
|
2000
|
-
:return: The class or default when not found.
|
|
2001
|
-
:rtype: typing.Any
|
|
2002
|
-
"""
|
|
2003
|
-
|
|
2004
|
-
class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
2005
|
-
bl_category: typing.Any
|
|
2006
|
-
bl_label: typing.Any
|
|
2007
|
-
bl_options: typing.Any
|
|
2008
|
-
bl_region_type: typing.Any
|
|
2009
|
-
bl_rna: typing.Any
|
|
2010
|
-
bl_space_type: typing.Any
|
|
2011
|
-
id_data: typing.Any
|
|
2012
|
-
|
|
2013
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2014
|
-
"""
|
|
2015
|
-
|
|
2016
|
-
:return: The RNA type or default when not found.
|
|
2017
|
-
:rtype: bpy.types.Struct
|
|
2018
|
-
"""
|
|
2019
|
-
|
|
2020
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2021
|
-
"""
|
|
2022
|
-
|
|
2023
|
-
:return: The class or default when not found.
|
|
2024
|
-
:rtype: typing.Any
|
|
2025
|
-
"""
|
|
2026
|
-
|
|
2027
|
-
def draw(self, context) -> None:
|
|
2028
|
-
"""
|
|
2029
|
-
|
|
2030
|
-
:param context:
|
|
2031
|
-
"""
|
|
2032
|
-
|
|
2033
|
-
@classmethod
|
|
2034
|
-
def poll(cls, context) -> None:
|
|
2035
|
-
"""
|
|
2036
|
-
|
|
2037
|
-
:param context:
|
|
2038
|
-
"""
|
|
2039
|
-
|
|
2040
|
-
class SEQUENCER_PT_preview_overlay(_bpy_types.Panel):
|
|
2041
|
-
bl_label: typing.Any
|
|
2042
|
-
bl_parent_id: typing.Any
|
|
2043
|
-
bl_region_type: typing.Any
|
|
2044
|
-
bl_rna: typing.Any
|
|
2045
|
-
bl_space_type: typing.Any
|
|
2046
|
-
id_data: typing.Any
|
|
2047
|
-
|
|
2048
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2049
|
-
"""
|
|
2050
|
-
|
|
2051
|
-
:return: The RNA type or default when not found.
|
|
2052
|
-
:rtype: bpy.types.Struct
|
|
2053
|
-
"""
|
|
2054
|
-
|
|
2055
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2056
|
-
"""
|
|
2057
|
-
|
|
2058
|
-
:return: The class or default when not found.
|
|
2059
|
-
:rtype: typing.Any
|
|
2060
|
-
"""
|
|
2061
|
-
|
|
2062
|
-
def draw(self, context) -> None:
|
|
2063
|
-
"""
|
|
2064
|
-
|
|
2065
|
-
:param context:
|
|
2066
|
-
"""
|
|
2067
|
-
|
|
2068
|
-
@classmethod
|
|
2069
|
-
def poll(cls, context) -> None:
|
|
2070
|
-
"""
|
|
2071
|
-
|
|
2072
|
-
:param context:
|
|
2073
|
-
"""
|
|
2074
|
-
|
|
2075
|
-
class SEQUENCER_PT_preview_snapping(_bpy_types.Panel):
|
|
2076
|
-
bl_label: typing.Any
|
|
2077
|
-
bl_parent_id: typing.Any
|
|
2078
|
-
bl_region_type: typing.Any
|
|
2079
|
-
bl_rna: typing.Any
|
|
2080
|
-
bl_space_type: typing.Any
|
|
2081
|
-
id_data: typing.Any
|
|
2082
|
-
|
|
2083
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2084
|
-
"""
|
|
2085
|
-
|
|
2086
|
-
:return: The RNA type or default when not found.
|
|
2087
|
-
:rtype: bpy.types.Struct
|
|
2088
|
-
"""
|
|
2089
|
-
|
|
2090
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2091
|
-
"""
|
|
2092
|
-
|
|
2093
|
-
:return: The class or default when not found.
|
|
2094
|
-
:rtype: typing.Any
|
|
2095
|
-
"""
|
|
2096
|
-
|
|
2097
|
-
def draw(self, context) -> None:
|
|
2098
|
-
"""
|
|
2099
|
-
|
|
2100
|
-
:param context:
|
|
2101
|
-
"""
|
|
2102
|
-
|
|
2103
|
-
@classmethod
|
|
2104
|
-
def poll(cls, context) -> None:
|
|
2105
|
-
"""
|
|
2106
|
-
|
|
2107
|
-
:param context:
|
|
2108
|
-
"""
|
|
2109
|
-
|
|
2110
|
-
class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2111
|
-
bl_category: typing.Any
|
|
2112
|
-
bl_label: typing.Any
|
|
2113
|
-
bl_region_type: typing.Any
|
|
2114
|
-
bl_rna: typing.Any
|
|
2115
|
-
bl_space_type: typing.Any
|
|
2116
|
-
id_data: typing.Any
|
|
2117
|
-
|
|
2118
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2119
|
-
"""
|
|
2120
|
-
|
|
2121
|
-
:return: The RNA type or default when not found.
|
|
2122
|
-
:rtype: bpy.types.Struct
|
|
2123
|
-
"""
|
|
2124
|
-
|
|
2125
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2126
|
-
"""
|
|
2127
|
-
|
|
2128
|
-
:return: The class or default when not found.
|
|
2129
|
-
:rtype: typing.Any
|
|
2130
|
-
"""
|
|
2131
|
-
|
|
2132
|
-
def draw(self, context) -> None:
|
|
2133
|
-
"""
|
|
2134
|
-
|
|
2135
|
-
:param context:
|
|
2136
|
-
"""
|
|
2137
|
-
|
|
2138
|
-
@classmethod
|
|
2139
|
-
def poll(cls, context) -> None:
|
|
2140
|
-
"""
|
|
2141
|
-
|
|
2142
|
-
:param context:
|
|
2143
|
-
"""
|
|
2144
|
-
|
|
2145
|
-
class SEQUENCER_PT_scene(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2146
|
-
bl_category: typing.Any
|
|
2147
|
-
bl_label: typing.Any
|
|
2148
|
-
bl_region_type: typing.Any
|
|
2149
|
-
bl_rna: typing.Any
|
|
2150
|
-
bl_space_type: typing.Any
|
|
2151
|
-
id_data: typing.Any
|
|
2152
|
-
|
|
2153
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2154
|
-
"""
|
|
2155
|
-
|
|
2156
|
-
:return: The RNA type or default when not found.
|
|
2157
|
-
:rtype: bpy.types.Struct
|
|
2158
|
-
"""
|
|
2159
|
-
|
|
2160
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2161
|
-
"""
|
|
2162
|
-
|
|
2163
|
-
:return: The class or default when not found.
|
|
2164
|
-
:rtype: typing.Any
|
|
2165
|
-
"""
|
|
2166
|
-
|
|
2167
|
-
def draw(self, context) -> None:
|
|
2168
|
-
"""
|
|
2169
|
-
|
|
2170
|
-
:param context:
|
|
2171
|
-
"""
|
|
2172
|
-
|
|
2173
|
-
@classmethod
|
|
2174
|
-
def poll(cls, context) -> None:
|
|
2175
|
-
"""
|
|
2176
|
-
|
|
2177
|
-
:param context:
|
|
2178
|
-
"""
|
|
2179
|
-
|
|
2180
|
-
class SEQUENCER_PT_scene_sound(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2181
|
-
bl_category: typing.Any
|
|
2182
|
-
bl_label: typing.Any
|
|
2183
|
-
bl_region_type: typing.Any
|
|
2184
|
-
bl_rna: typing.Any
|
|
2185
|
-
bl_space_type: typing.Any
|
|
2186
|
-
id_data: typing.Any
|
|
2187
|
-
|
|
2188
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2189
|
-
"""
|
|
2190
|
-
|
|
2191
|
-
:return: The RNA type or default when not found.
|
|
2192
|
-
:rtype: bpy.types.Struct
|
|
2193
|
-
"""
|
|
2194
|
-
|
|
2195
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2196
|
-
"""
|
|
2197
|
-
|
|
2198
|
-
:return: The class or default when not found.
|
|
2199
|
-
:rtype: typing.Any
|
|
2200
1500
|
"""
|
|
2201
1501
|
|
|
2202
1502
|
def draw(self, context) -> None:
|
|
@@ -2224,14 +1524,12 @@ class SEQUENCER_PT_sequencer_overlay(_bpy_types.Panel):
|
|
|
2224
1524
|
"""
|
|
2225
1525
|
|
|
2226
1526
|
:return: The RNA type or default when not found.
|
|
2227
|
-
:rtype: bpy.types.Struct
|
|
2228
1527
|
"""
|
|
2229
1528
|
|
|
2230
1529
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2231
1530
|
"""
|
|
2232
1531
|
|
|
2233
1532
|
:return: The class or default when not found.
|
|
2234
|
-
:rtype: typing.Any
|
|
2235
1533
|
"""
|
|
2236
1534
|
|
|
2237
1535
|
def draw(self, context) -> None:
|
|
@@ -2259,14 +1557,12 @@ class SEQUENCER_PT_sequencer_overlay_strips(_bpy_types.Panel):
|
|
|
2259
1557
|
"""
|
|
2260
1558
|
|
|
2261
1559
|
:return: The RNA type or default when not found.
|
|
2262
|
-
:rtype: bpy.types.Struct
|
|
2263
1560
|
"""
|
|
2264
1561
|
|
|
2265
1562
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2266
1563
|
"""
|
|
2267
1564
|
|
|
2268
1565
|
:return: The class or default when not found.
|
|
2269
|
-
:rtype: typing.Any
|
|
2270
1566
|
"""
|
|
2271
1567
|
|
|
2272
1568
|
def draw(self, context) -> None:
|
|
@@ -2294,14 +1590,12 @@ class SEQUENCER_PT_sequencer_overlay_waveforms(_bpy_types.Panel):
|
|
|
2294
1590
|
"""
|
|
2295
1591
|
|
|
2296
1592
|
:return: The RNA type or default when not found.
|
|
2297
|
-
:rtype: bpy.types.Struct
|
|
2298
1593
|
"""
|
|
2299
1594
|
|
|
2300
1595
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2301
1596
|
"""
|
|
2302
1597
|
|
|
2303
1598
|
:return: The class or default when not found.
|
|
2304
|
-
:rtype: typing.Any
|
|
2305
1599
|
"""
|
|
2306
1600
|
|
|
2307
1601
|
def draw(self, context) -> None:
|
|
@@ -2329,14 +1623,12 @@ class SEQUENCER_PT_sequencer_snapping(_bpy_types.Panel):
|
|
|
2329
1623
|
"""
|
|
2330
1624
|
|
|
2331
1625
|
:return: The RNA type or default when not found.
|
|
2332
|
-
:rtype: bpy.types.Struct
|
|
2333
1626
|
"""
|
|
2334
1627
|
|
|
2335
1628
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2336
1629
|
"""
|
|
2337
1630
|
|
|
2338
1631
|
:return: The class or default when not found.
|
|
2339
|
-
:rtype: typing.Any
|
|
2340
1632
|
"""
|
|
2341
1633
|
|
|
2342
1634
|
def draw(self, context) -> None:
|
|
@@ -2364,14 +1656,12 @@ class SEQUENCER_PT_snapping(_bpy_types.Panel):
|
|
|
2364
1656
|
"""
|
|
2365
1657
|
|
|
2366
1658
|
:return: The RNA type or default when not found.
|
|
2367
|
-
:rtype: bpy.types.Struct
|
|
2368
1659
|
"""
|
|
2369
1660
|
|
|
2370
1661
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2371
1662
|
"""
|
|
2372
1663
|
|
|
2373
1664
|
:return: The class or default when not found.
|
|
2374
|
-
:rtype: typing.Any
|
|
2375
1665
|
"""
|
|
2376
1666
|
|
|
2377
1667
|
def draw(self, _context) -> None:
|
|
@@ -2380,71 +1670,6 @@ class SEQUENCER_PT_snapping(_bpy_types.Panel):
|
|
|
2380
1670
|
:param _context:
|
|
2381
1671
|
"""
|
|
2382
1672
|
|
|
2383
|
-
class SEQUENCER_PT_source(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2384
|
-
bl_category: typing.Any
|
|
2385
|
-
bl_label: typing.Any
|
|
2386
|
-
bl_options: typing.Any
|
|
2387
|
-
bl_region_type: typing.Any
|
|
2388
|
-
bl_rna: typing.Any
|
|
2389
|
-
bl_space_type: typing.Any
|
|
2390
|
-
id_data: typing.Any
|
|
2391
|
-
|
|
2392
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2393
|
-
"""
|
|
2394
|
-
|
|
2395
|
-
:return: The RNA type or default when not found.
|
|
2396
|
-
:rtype: bpy.types.Struct
|
|
2397
|
-
"""
|
|
2398
|
-
|
|
2399
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2400
|
-
"""
|
|
2401
|
-
|
|
2402
|
-
:return: The class or default when not found.
|
|
2403
|
-
:rtype: typing.Any
|
|
2404
|
-
"""
|
|
2405
|
-
|
|
2406
|
-
def draw(self, context) -> None:
|
|
2407
|
-
"""
|
|
2408
|
-
|
|
2409
|
-
:param context:
|
|
2410
|
-
"""
|
|
2411
|
-
|
|
2412
|
-
@classmethod
|
|
2413
|
-
def poll(cls, context) -> None:
|
|
2414
|
-
"""
|
|
2415
|
-
|
|
2416
|
-
:param context:
|
|
2417
|
-
"""
|
|
2418
|
-
|
|
2419
|
-
class SEQUENCER_PT_strip(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2420
|
-
bl_category: typing.Any
|
|
2421
|
-
bl_label: typing.Any
|
|
2422
|
-
bl_options: typing.Any
|
|
2423
|
-
bl_region_type: typing.Any
|
|
2424
|
-
bl_rna: typing.Any
|
|
2425
|
-
bl_space_type: typing.Any
|
|
2426
|
-
id_data: typing.Any
|
|
2427
|
-
|
|
2428
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2429
|
-
"""
|
|
2430
|
-
|
|
2431
|
-
:return: The RNA type or default when not found.
|
|
2432
|
-
:rtype: bpy.types.Struct
|
|
2433
|
-
"""
|
|
2434
|
-
|
|
2435
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2436
|
-
"""
|
|
2437
|
-
|
|
2438
|
-
:return: The class or default when not found.
|
|
2439
|
-
:rtype: typing.Any
|
|
2440
|
-
"""
|
|
2441
|
-
|
|
2442
|
-
def draw(self, context) -> None:
|
|
2443
|
-
"""
|
|
2444
|
-
|
|
2445
|
-
:param context:
|
|
2446
|
-
"""
|
|
2447
|
-
|
|
2448
1673
|
class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2449
1674
|
bl_category: typing.Any
|
|
2450
1675
|
bl_label: typing.Any
|
|
@@ -2457,14 +1682,12 @@ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
2457
1682
|
"""
|
|
2458
1683
|
|
|
2459
1684
|
:return: The RNA type or default when not found.
|
|
2460
|
-
:rtype: bpy.types.Struct
|
|
2461
1685
|
"""
|
|
2462
1686
|
|
|
2463
1687
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2464
1688
|
"""
|
|
2465
1689
|
|
|
2466
1690
|
:return: The class or default when not found.
|
|
2467
|
-
:rtype: typing.Any
|
|
2468
1691
|
"""
|
|
2469
1692
|
|
|
2470
1693
|
def draw(self, context) -> None:
|
|
@@ -2486,48 +1709,6 @@ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, _bpy_types.Panel):
|
|
|
2486
1709
|
:param context:
|
|
2487
1710
|
"""
|
|
2488
1711
|
|
|
2489
|
-
class SEQUENCER_PT_time(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2490
|
-
bl_category: typing.Any
|
|
2491
|
-
bl_label: typing.Any
|
|
2492
|
-
bl_options: typing.Any
|
|
2493
|
-
bl_region_type: typing.Any
|
|
2494
|
-
bl_rna: typing.Any
|
|
2495
|
-
bl_space_type: typing.Any
|
|
2496
|
-
id_data: typing.Any
|
|
2497
|
-
|
|
2498
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
2499
|
-
"""
|
|
2500
|
-
|
|
2501
|
-
:return: The RNA type or default when not found.
|
|
2502
|
-
:rtype: bpy.types.Struct
|
|
2503
|
-
"""
|
|
2504
|
-
|
|
2505
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2506
|
-
"""
|
|
2507
|
-
|
|
2508
|
-
:return: The class or default when not found.
|
|
2509
|
-
:rtype: typing.Any
|
|
2510
|
-
"""
|
|
2511
|
-
|
|
2512
|
-
def draw(self, context) -> None:
|
|
2513
|
-
"""
|
|
2514
|
-
|
|
2515
|
-
:param context:
|
|
2516
|
-
"""
|
|
2517
|
-
|
|
2518
|
-
def draw_header_preset(self, context) -> None:
|
|
2519
|
-
"""
|
|
2520
|
-
|
|
2521
|
-
:param context:
|
|
2522
|
-
"""
|
|
2523
|
-
|
|
2524
|
-
@classmethod
|
|
2525
|
-
def poll(cls, context) -> None:
|
|
2526
|
-
"""
|
|
2527
|
-
|
|
2528
|
-
:param context:
|
|
2529
|
-
"""
|
|
2530
|
-
|
|
2531
1712
|
class SEQUENCER_PT_view(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
2532
1713
|
bl_category: typing.Any
|
|
2533
1714
|
bl_label: typing.Any
|
|
@@ -2540,14 +1721,12 @@ class SEQUENCER_PT_view(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
|
2540
1721
|
"""
|
|
2541
1722
|
|
|
2542
1723
|
:return: The RNA type or default when not found.
|
|
2543
|
-
:rtype: bpy.types.Struct
|
|
2544
1724
|
"""
|
|
2545
1725
|
|
|
2546
1726
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2547
1727
|
"""
|
|
2548
1728
|
|
|
2549
1729
|
:return: The class or default when not found.
|
|
2550
|
-
:rtype: typing.Any
|
|
2551
1730
|
"""
|
|
2552
1731
|
|
|
2553
1732
|
def draw(self, context) -> None:
|
|
@@ -2568,14 +1747,12 @@ class SEQUENCER_PT_view_cursor(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
|
2568
1747
|
"""
|
|
2569
1748
|
|
|
2570
1749
|
:return: The RNA type or default when not found.
|
|
2571
|
-
:rtype: bpy.types.Struct
|
|
2572
1750
|
"""
|
|
2573
1751
|
|
|
2574
1752
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2575
1753
|
"""
|
|
2576
1754
|
|
|
2577
1755
|
:return: The class or default when not found.
|
|
2578
|
-
:rtype: typing.Any
|
|
2579
1756
|
"""
|
|
2580
1757
|
|
|
2581
1758
|
def draw(self, context) -> None:
|
|
@@ -2597,14 +1774,12 @@ class SEQUENCER_PT_view_safe_areas(SequencerButtonsPanel_Output, _bpy_types.Pane
|
|
|
2597
1774
|
"""
|
|
2598
1775
|
|
|
2599
1776
|
:return: The RNA type or default when not found.
|
|
2600
|
-
:rtype: bpy.types.Struct
|
|
2601
1777
|
"""
|
|
2602
1778
|
|
|
2603
1779
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2604
1780
|
"""
|
|
2605
1781
|
|
|
2606
1782
|
:return: The class or default when not found.
|
|
2607
|
-
:rtype: typing.Any
|
|
2608
1783
|
"""
|
|
2609
1784
|
|
|
2610
1785
|
def draw(self, context) -> None:
|
|
@@ -2642,14 +1817,12 @@ class SEQUENCER_PT_view_safe_areas_center_cut(
|
|
|
2642
1817
|
"""
|
|
2643
1818
|
|
|
2644
1819
|
:return: The RNA type or default when not found.
|
|
2645
|
-
:rtype: bpy.types.Struct
|
|
2646
1820
|
"""
|
|
2647
1821
|
|
|
2648
1822
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2649
1823
|
"""
|
|
2650
1824
|
|
|
2651
1825
|
:return: The class or default when not found.
|
|
2652
|
-
:rtype: typing.Any
|
|
2653
1826
|
"""
|
|
2654
1827
|
|
|
2655
1828
|
def draw(self, context) -> None:
|
|
@@ -2725,5 +1898,4 @@ class SequencerColorTagPicker:
|
|
|
2725
1898
|
:param context:
|
|
2726
1899
|
"""
|
|
2727
1900
|
|
|
2728
|
-
def draw_color_balance(layout, color_balance) -> None: ...
|
|
2729
1901
|
def selected_strips_count(context) -> None: ...
|