fake-bpy-module 20250630__py3-none-any.whl → 20250828__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.
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/assets/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
- _bpy_types/__init__.pyi +1594 -0
- aud/__init__.pyi +84 -31
- bl_i18n_utils/settings/__init__.pyi +1 -1
- bl_i18n_utils/utils/__init__.pyi +4 -4
- bl_math/__init__.pyi +1 -1
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/anim/__init__.pyi +15 -14
- bl_operators/assets/__init__.pyi +4 -3
- bl_operators/bone_selection_sets/__init__.pyi +15 -14
- bl_operators/clip/__init__.pyi +12 -11
- bl_operators/connect_to_output/__init__.pyi +2 -1
- bl_operators/console/__init__.pyi +6 -5
- bl_operators/constraint/__init__.pyi +6 -5
- bl_operators/file/__init__.pyi +6 -5
- bl_operators/freestyle/__init__.pyi +5 -4
- bl_operators/geometry_nodes/__init__.pyi +5 -4
- bl_operators/grease_pencil/__init__.pyi +2 -1
- bl_operators/image/__init__.pyi +6 -5
- bl_operators/image_as_planes/__init__.pyi +3 -2
- bl_operators/mesh/__init__.pyi +4 -3
- bl_operators/node/__init__.pyi +18 -17
- bl_operators/object/__init__.pyi +17 -16
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +5 -4
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +26 -25
- bl_operators/rigidbody/__init__.pyi +4 -3
- bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
- bl_operators/sequencer/__init__.pyi +12 -11
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +26 -25
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
- bl_operators/uvcalc_transform/__init__.pyi +5 -4
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +9 -8
- bl_operators/wm/__init__.pyi +48 -47
- bl_operators/world/__init__.pyi +3 -2
- bl_ui/__init__.pyi +4 -3
- bl_ui/anim/__init__.pyi +2 -1
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/generic_ui_list/__init__.pyi +6 -5
- bl_ui/node_add_menu/__init__.pyi +3 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
- 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 +9 -8
- bl_ui/properties_constraint/__init__.pyi +78 -77
- bl_ui/properties_data_armature/__init__.pyi +22 -21
- bl_ui/properties_data_bone/__init__.pyi +12 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -17
- bl_ui/properties_data_curve/__init__.pyi +18 -17
- bl_ui/properties_data_curves/__init__.pyi +11 -10
- bl_ui/properties_data_empty/__init__.pyi +3 -2
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
- bl_ui/properties_data_lattice/__init__.pyi +7 -6
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
- bl_ui/properties_data_mesh/__init__.pyi +48 -22
- bl_ui/properties_data_metaball/__init__.pyi +9 -8
- bl_ui/properties_data_modifier/__init__.pyi +10 -9
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
- bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
- bl_ui/properties_data_speaker/__init__.pyi +9 -8
- bl_ui/properties_data_volume/__init__.pyi +12 -11
- bl_ui/properties_freestyle/__init__.pyi +27 -26
- bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
- bl_ui/properties_mask_common/__init__.pyi +8 -7
- bl_ui/properties_material/__init__.pyi +19 -18
- bl_ui/properties_material_gpencil/__init__.pyi +14 -13
- bl_ui/properties_object/__init__.pyi +24 -23
- bl_ui/properties_output/__init__.pyi +21 -20
- bl_ui/properties_paint_common/__init__.pyi +8 -4
- bl_ui/properties_particle/__init__.pyi +58 -55
- bl_ui/properties_physics_cloth/__init__.pyi +15 -14
- bl_ui/properties_physics_common/__init__.pyi +2 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
- bl_ui/properties_physics_field/__init__.pyi +11 -10
- bl_ui/properties_physics_fluid/__init__.pyi +29 -28
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
- bl_ui/properties_physics_softbody/__init__.pyi +16 -15
- bl_ui/properties_render/__init__.pyi +44 -74
- bl_ui/properties_scene/__init__.pyi +48 -18
- bl_ui/properties_texture/__init__.pyi +30 -29
- bl_ui/properties_view_layer/__init__.pyi +52 -14
- bl_ui/properties_workspace/__init__.pyi +6 -5
- bl_ui/properties_world/__init__.pyi +14 -13
- bl_ui/space_clip/__init__.pyi +76 -73
- bl_ui/space_console/__init__.pyi +7 -6
- bl_ui/space_dopesheet/__init__.pyi +32 -31
- bl_ui/space_filebrowser/__init__.pyi +33 -30
- bl_ui/space_graph/__init__.pyi +24 -23
- bl_ui/space_image/__init__.pyi +88 -72
- bl_ui/space_info/__init__.pyi +7 -6
- bl_ui/space_nla/__init__.pyi +22 -19
- bl_ui/space_node/__init__.pyi +66 -31
- bl_ui/space_outliner/__init__.pyi +16 -15
- bl_ui/space_properties/__init__.pyi +5 -4
- bl_ui/space_sequencer/__init__.pyi +131 -91
- bl_ui/space_spreadsheet/__init__.pyi +4 -3
- bl_ui/space_statusbar/__init__.pyi +2 -1
- bl_ui/space_text/__init__.pyi +17 -16
- bl_ui/space_time/__init__.pyi +7 -6
- bl_ui/space_toolsystem_common/__init__.pyi +2 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
- bl_ui/space_topbar/__init__.pyi +28 -27
- bl_ui/space_userpref/__init__.pyi +103 -92
- bl_ui/space_view3d/__init__.pyi +268 -266
- bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
- blf/__init__.pyi +3 -5
- bmesh/__init__.pyi +2 -2
- bmesh/geometry/__init__.pyi +1 -1
- bmesh/ops/__init__.pyi +29 -14
- bmesh/types/__init__.pyi +41 -46
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -1
- bpy/app/__init__.pyi +34 -37
- bpy/app/handlers/__init__.pyi +19 -19
- bpy/app/timers/__init__.pyi +2 -1
- bpy/app/translations/__init__.pyi +8 -8
- bpy/msgbus/__init__.pyi +3 -2
- bpy/ops/action/__init__.pyi +58 -20
- bpy/ops/anim/__init__.pyi +115 -31
- bpy/ops/armature/__init__.pyi +59 -19
- bpy/ops/asset/__init__.pyi +35 -11
- bpy/ops/boid/__init__.pyi +21 -7
- bpy/ops/brush/__init__.pyi +10 -4
- bpy/ops/buttons/__init__.pyi +12 -4
- bpy/ops/cachefile/__init__.pyi +6 -2
- bpy/ops/clip/__init__.pyi +132 -46
- bpy/ops/collection/__init__.pyi +23 -4
- bpy/ops/console/__init__.pyi +30 -10
- bpy/ops/constraint/__init__.pyi +12 -6
- bpy/ops/curve/__init__.pyi +72 -24
- bpy/ops/curves/__init__.pyi +68 -20
- bpy/ops/cycles/__init__.pyi +4 -2
- bpy/ops/dpaint/__init__.pyi +11 -3
- bpy/ops/ed/__init__.pyi +34 -10
- bpy/ops/export_scene/__init__.pyi +15 -15
- bpy/ops/extensions/__init__.pyi +45 -15
- bpy/ops/file/__init__.pyi +81 -30
- bpy/ops/fluid/__init__.pyi +39 -13
- bpy/ops/font/__init__.pyi +30 -10
- bpy/ops/geometry/__init__.pyi +9 -3
- bpy/ops/gizmogroup/__init__.pyi +3 -1
- bpy/ops/gpencil/__init__.pyi +20 -8
- bpy/ops/graph/__init__.pyi +67 -29
- bpy/ops/grease_pencil/__init__.pyi +178 -49
- bpy/ops/image/__init__.pyi +68 -58
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +3 -0
- bpy/ops/import_scene/__init__.pyi +15 -2
- bpy/ops/info/__init__.pyi +12 -4
- bpy/ops/lattice/__init__.pyi +9 -3
- bpy/ops/marker/__init__.pyi +8 -2
- bpy/ops/mask/__init__.pyi +53 -19
- bpy/ops/material/__init__.pyi +15 -3
- bpy/ops/mball/__init__.pyi +3 -1
- bpy/ops/mesh/__init__.pyi +116 -45
- bpy/ops/nla/__init__.pyi +67 -25
- bpy/ops/node/__init__.pyi +285 -119
- bpy/ops/object/__init__.pyi +278 -116
- bpy/ops/outliner/__init__.pyi +145 -49
- bpy/ops/paint/__init__.pyi +65 -37
- bpy/ops/paintcurve/__init__.pyi +16 -4
- bpy/ops/palette/__init__.pyi +11 -3
- bpy/ops/particle/__init__.pyi +66 -24
- bpy/ops/pointcloud/__init__.pyi +9 -3
- bpy/ops/pose/__init__.pyi +80 -28
- bpy/ops/poselib/__init__.pyi +19 -7
- bpy/ops/preferences/__init__.pyi +29 -11
- bpy/ops/ptcache/__init__.pyi +17 -5
- bpy/ops/render/__init__.pyi +10 -4
- bpy/ops/rigidbody/__init__.pyi +19 -7
- bpy/ops/scene/__init__.pyi +93 -22
- bpy/ops/screen/__init__.pyi +58 -20
- bpy/ops/script/__init__.pyi +3 -1
- bpy/ops/sculpt/__init__.pyi +30 -14
- bpy/ops/sculpt_curves/__init__.pyi +4 -2
- bpy/ops/sequencer/__init__.pyi +262 -125
- bpy/ops/sound/__init__.pyi +13 -5
- bpy/ops/spreadsheet/__init__.pyi +15 -5
- bpy/ops/text/__init__.pyi +85 -25
- bpy/ops/texture/__init__.pyi +11 -3
- bpy/ops/transform/__init__.pyi +7 -3
- bpy/ops/ui/__init__.pyi +98 -53
- bpy/ops/uv/__init__.pyi +43 -17
- bpy/ops/view2d/__init__.pyi +13 -3
- bpy/ops/view3d/__init__.pyi +116 -38
- bpy/ops/wm/__init__.pyi +144 -86
- bpy/ops/workspace/__init__.pyi +31 -6
- bpy/ops/world/__init__.pyi +9 -3
- bpy/path/__init__.pyi +1 -1
- bpy/props/__init__.pyi +31 -31
- bpy/stub_internal/rna_enums/__init__.pyi +40 -25
- bpy/types/__init__.pyi +56561 -40144
- bpy/utils/__init__.pyi +8 -8
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +5 -3
- bpy_extras/anim_utils/__init__.pyi +1 -1
- bpy_extras/id_map_utils/__init__.pyi +1 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +5 -5
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/node_shader_utils/__init__.pyi +1 -1
- bpy_extras/object_utils/__init__.pyi +1 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/METADATA +1 -1
- fake_bpy_module-20250828.dist-info/RECORD +370 -0
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/top_level.txt +1 -1
- freestyle/chainingiterators/__init__.pyi +5 -5
- freestyle/predicates/__init__.pyi +2 -2
- freestyle/shaders/__init__.pyi +16 -17
- freestyle/types/__init__.pyi +25 -27
- freestyle/utils/__init__.pyi +5 -5
- gpu/platform/__init__.pyi +2 -2
- gpu/shader/__init__.pyi +3 -3
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +25 -14
- gpu_extras/batch/__init__.pyi +1 -1
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +1 -1
- imbuf/types/__init__.pyi +12 -6
- keyingsets_builtins/__init__.pyi +23 -22
- mathutils/__init__.pyi +157 -61
- mathutils/bvhtree/__init__.pyi +20 -6
- mathutils/geometry/__init__.pyi +54 -12
- mathutils/interpolate/__init__.pyi +4 -2
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +61 -44
- rna_info/__init__.pyi +4 -1
- rna_prop_ui/__init__.pyi +1 -1
- bpy_types/__init__.pyi +0 -30
- fake_bpy_module-20250630.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/WHEEL +0 -0
|
@@ -2,13 +2,14 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bl_ui.properties_grease_pencil_common
|
|
6
7
|
import bl_ui.space_toolsystem_common
|
|
7
8
|
import bl_ui.utils
|
|
8
9
|
import bpy.types
|
|
9
10
|
import rna_prop_ui
|
|
10
11
|
|
|
11
|
-
class SEQUENCER_HT_header(
|
|
12
|
+
class SEQUENCER_HT_header(_bpy_types.Header):
|
|
12
13
|
bl_rna: typing.Any
|
|
13
14
|
bl_space_type: typing.Any
|
|
14
15
|
id_data: typing.Any
|
|
@@ -33,7 +34,7 @@ class SEQUENCER_HT_header(bpy.types.Header):
|
|
|
33
34
|
:param context:
|
|
34
35
|
"""
|
|
35
36
|
|
|
36
|
-
class SEQUENCER_HT_playback_controls(
|
|
37
|
+
class SEQUENCER_HT_playback_controls(_bpy_types.Header):
|
|
37
38
|
bl_region_type: typing.Any
|
|
38
39
|
bl_rna: typing.Any
|
|
39
40
|
bl_space_type: typing.Any
|
|
@@ -59,7 +60,7 @@ class SEQUENCER_HT_playback_controls(bpy.types.Header):
|
|
|
59
60
|
:param context:
|
|
60
61
|
"""
|
|
61
62
|
|
|
62
|
-
class SEQUENCER_HT_tool_header(
|
|
63
|
+
class SEQUENCER_HT_tool_header(_bpy_types.Header):
|
|
63
64
|
bl_region_type: typing.Any
|
|
64
65
|
bl_rna: typing.Any
|
|
65
66
|
bl_space_type: typing.Any
|
|
@@ -91,7 +92,7 @@ class SEQUENCER_HT_tool_header(bpy.types.Header):
|
|
|
91
92
|
:param context:
|
|
92
93
|
"""
|
|
93
94
|
|
|
94
|
-
class SEQUENCER_MT_add(
|
|
95
|
+
class SEQUENCER_MT_add(_bpy_types.Menu):
|
|
95
96
|
bl_label: typing.Any
|
|
96
97
|
bl_options: typing.Any
|
|
97
98
|
bl_rna: typing.Any
|
|
@@ -118,7 +119,7 @@ class SEQUENCER_MT_add(bpy.types.Menu):
|
|
|
118
119
|
:param context:
|
|
119
120
|
"""
|
|
120
121
|
|
|
121
|
-
class SEQUENCER_MT_add_effect(
|
|
122
|
+
class SEQUENCER_MT_add_effect(_bpy_types.Menu):
|
|
122
123
|
bl_label: typing.Any
|
|
123
124
|
bl_rna: typing.Any
|
|
124
125
|
id_data: typing.Any
|
|
@@ -143,7 +144,7 @@ class SEQUENCER_MT_add_effect(bpy.types.Menu):
|
|
|
143
144
|
:param context:
|
|
144
145
|
"""
|
|
145
146
|
|
|
146
|
-
class SEQUENCER_MT_add_empty(
|
|
147
|
+
class SEQUENCER_MT_add_empty(_bpy_types.Menu):
|
|
147
148
|
bl_label: typing.Any
|
|
148
149
|
bl_rna: typing.Any
|
|
149
150
|
id_data: typing.Any
|
|
@@ -168,7 +169,7 @@ class SEQUENCER_MT_add_empty(bpy.types.Menu):
|
|
|
168
169
|
:param _context:
|
|
169
170
|
"""
|
|
170
171
|
|
|
171
|
-
class SEQUENCER_MT_add_scene(
|
|
172
|
+
class SEQUENCER_MT_add_scene(_bpy_types.Menu):
|
|
172
173
|
bl_label: typing.Any
|
|
173
174
|
bl_rna: typing.Any
|
|
174
175
|
bl_translation_context: typing.Any
|
|
@@ -194,7 +195,7 @@ class SEQUENCER_MT_add_scene(bpy.types.Menu):
|
|
|
194
195
|
:param context:
|
|
195
196
|
"""
|
|
196
197
|
|
|
197
|
-
class SEQUENCER_MT_add_transitions(
|
|
198
|
+
class SEQUENCER_MT_add_transitions(_bpy_types.Menu):
|
|
198
199
|
bl_label: typing.Any
|
|
199
200
|
bl_rna: typing.Any
|
|
200
201
|
id_data: typing.Any
|
|
@@ -219,7 +220,7 @@ class SEQUENCER_MT_add_transitions(bpy.types.Menu):
|
|
|
219
220
|
:param context:
|
|
220
221
|
"""
|
|
221
222
|
|
|
222
|
-
class SEQUENCER_MT_change(
|
|
223
|
+
class SEQUENCER_MT_change(_bpy_types.Menu):
|
|
223
224
|
bl_label: typing.Any
|
|
224
225
|
bl_rna: typing.Any
|
|
225
226
|
id_data: typing.Any
|
|
@@ -244,7 +245,7 @@ class SEQUENCER_MT_change(bpy.types.Menu):
|
|
|
244
245
|
:param context:
|
|
245
246
|
"""
|
|
246
247
|
|
|
247
|
-
class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker,
|
|
248
|
+
class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, _bpy_types.Menu):
|
|
248
249
|
bl_label: typing.Any
|
|
249
250
|
bl_region_type: typing.Any
|
|
250
251
|
bl_rna: typing.Any
|
|
@@ -271,7 +272,7 @@ class SEQUENCER_MT_color_tag_picker(SequencerColorTagPicker, bpy.types.Menu):
|
|
|
271
272
|
:param _context:
|
|
272
273
|
"""
|
|
273
274
|
|
|
274
|
-
class SEQUENCER_MT_context_menu(
|
|
275
|
+
class SEQUENCER_MT_context_menu(_bpy_types.Menu):
|
|
275
276
|
bl_label: typing.Any
|
|
276
277
|
bl_rna: typing.Any
|
|
277
278
|
id_data: typing.Any
|
|
@@ -308,7 +309,7 @@ class SEQUENCER_MT_context_menu(bpy.types.Menu):
|
|
|
308
309
|
:param context:
|
|
309
310
|
"""
|
|
310
311
|
|
|
311
|
-
class SEQUENCER_MT_editor_menus(
|
|
312
|
+
class SEQUENCER_MT_editor_menus(_bpy_types.Menu):
|
|
312
313
|
bl_idname: typing.Any
|
|
313
314
|
bl_label: typing.Any
|
|
314
315
|
bl_rna: typing.Any
|
|
@@ -334,7 +335,7 @@ class SEQUENCER_MT_editor_menus(bpy.types.Menu):
|
|
|
334
335
|
:param context:
|
|
335
336
|
"""
|
|
336
337
|
|
|
337
|
-
class SEQUENCER_MT_image(
|
|
338
|
+
class SEQUENCER_MT_image(_bpy_types.Menu):
|
|
338
339
|
bl_label: typing.Any
|
|
339
340
|
bl_rna: typing.Any
|
|
340
341
|
id_data: typing.Any
|
|
@@ -359,7 +360,7 @@ class SEQUENCER_MT_image(bpy.types.Menu):
|
|
|
359
360
|
:param context:
|
|
360
361
|
"""
|
|
361
362
|
|
|
362
|
-
class SEQUENCER_MT_image_apply(
|
|
363
|
+
class SEQUENCER_MT_image_apply(_bpy_types.Menu):
|
|
363
364
|
bl_label: typing.Any
|
|
364
365
|
bl_rna: typing.Any
|
|
365
366
|
id_data: typing.Any
|
|
@@ -384,7 +385,7 @@ class SEQUENCER_MT_image_apply(bpy.types.Menu):
|
|
|
384
385
|
:param _context:
|
|
385
386
|
"""
|
|
386
387
|
|
|
387
|
-
class SEQUENCER_MT_image_clear(
|
|
388
|
+
class SEQUENCER_MT_image_clear(_bpy_types.Menu):
|
|
388
389
|
bl_label: typing.Any
|
|
389
390
|
bl_rna: typing.Any
|
|
390
391
|
id_data: typing.Any
|
|
@@ -409,7 +410,7 @@ class SEQUENCER_MT_image_clear(bpy.types.Menu):
|
|
|
409
410
|
:param _context:
|
|
410
411
|
"""
|
|
411
412
|
|
|
412
|
-
class SEQUENCER_MT_image_transform(
|
|
413
|
+
class SEQUENCER_MT_image_transform(_bpy_types.Menu):
|
|
413
414
|
bl_label: typing.Any
|
|
414
415
|
bl_rna: typing.Any
|
|
415
416
|
id_data: typing.Any
|
|
@@ -428,13 +429,13 @@ class SEQUENCER_MT_image_transform(bpy.types.Menu):
|
|
|
428
429
|
:rtype: typing.Any
|
|
429
430
|
"""
|
|
430
431
|
|
|
431
|
-
def draw(self,
|
|
432
|
+
def draw(self, context) -> None:
|
|
432
433
|
"""
|
|
433
434
|
|
|
434
|
-
:param
|
|
435
|
+
:param context:
|
|
435
436
|
"""
|
|
436
437
|
|
|
437
|
-
class SEQUENCER_MT_marker(
|
|
438
|
+
class SEQUENCER_MT_marker(_bpy_types.Menu):
|
|
438
439
|
bl_label: typing.Any
|
|
439
440
|
bl_rna: typing.Any
|
|
440
441
|
id_data: typing.Any
|
|
@@ -459,7 +460,7 @@ class SEQUENCER_MT_marker(bpy.types.Menu):
|
|
|
459
460
|
:param context:
|
|
460
461
|
"""
|
|
461
462
|
|
|
462
|
-
class SEQUENCER_MT_navigation(
|
|
463
|
+
class SEQUENCER_MT_navigation(_bpy_types.Menu):
|
|
463
464
|
bl_label: typing.Any
|
|
464
465
|
bl_rna: typing.Any
|
|
465
466
|
id_data: typing.Any
|
|
@@ -484,7 +485,7 @@ class SEQUENCER_MT_navigation(bpy.types.Menu):
|
|
|
484
485
|
:param _context:
|
|
485
486
|
"""
|
|
486
487
|
|
|
487
|
-
class SEQUENCER_MT_pivot_pie(
|
|
488
|
+
class SEQUENCER_MT_pivot_pie(_bpy_types.Menu):
|
|
488
489
|
bl_label: typing.Any
|
|
489
490
|
bl_rna: typing.Any
|
|
490
491
|
id_data: typing.Any
|
|
@@ -509,7 +510,7 @@ class SEQUENCER_MT_pivot_pie(bpy.types.Menu):
|
|
|
509
510
|
:param context:
|
|
510
511
|
"""
|
|
511
512
|
|
|
512
|
-
class SEQUENCER_MT_preview_context_menu(
|
|
513
|
+
class SEQUENCER_MT_preview_context_menu(_bpy_types.Menu):
|
|
513
514
|
bl_label: typing.Any
|
|
514
515
|
bl_rna: typing.Any
|
|
515
516
|
id_data: typing.Any
|
|
@@ -534,7 +535,7 @@ class SEQUENCER_MT_preview_context_menu(bpy.types.Menu):
|
|
|
534
535
|
:param context:
|
|
535
536
|
"""
|
|
536
537
|
|
|
537
|
-
class SEQUENCER_MT_preview_view_pie(
|
|
538
|
+
class SEQUENCER_MT_preview_view_pie(_bpy_types.Menu):
|
|
538
539
|
bl_label: typing.Any
|
|
539
540
|
bl_rna: typing.Any
|
|
540
541
|
id_data: typing.Any
|
|
@@ -559,7 +560,7 @@ class SEQUENCER_MT_preview_view_pie(bpy.types.Menu):
|
|
|
559
560
|
:param _context:
|
|
560
561
|
"""
|
|
561
562
|
|
|
562
|
-
class SEQUENCER_MT_preview_zoom(
|
|
563
|
+
class SEQUENCER_MT_preview_zoom(_bpy_types.Menu):
|
|
563
564
|
bl_label: typing.Any
|
|
564
565
|
bl_rna: typing.Any
|
|
565
566
|
id_data: typing.Any
|
|
@@ -584,7 +585,7 @@ class SEQUENCER_MT_preview_zoom(bpy.types.Menu):
|
|
|
584
585
|
:param context:
|
|
585
586
|
"""
|
|
586
587
|
|
|
587
|
-
class SEQUENCER_MT_proxy(
|
|
588
|
+
class SEQUENCER_MT_proxy(_bpy_types.Menu):
|
|
588
589
|
bl_label: typing.Any
|
|
589
590
|
bl_rna: typing.Any
|
|
590
591
|
id_data: typing.Any
|
|
@@ -609,7 +610,7 @@ class SEQUENCER_MT_proxy(bpy.types.Menu):
|
|
|
609
610
|
:param context:
|
|
610
611
|
"""
|
|
611
612
|
|
|
612
|
-
class SEQUENCER_MT_range(
|
|
613
|
+
class SEQUENCER_MT_range(_bpy_types.Menu):
|
|
613
614
|
bl_label: typing.Any
|
|
614
615
|
bl_rna: typing.Any
|
|
615
616
|
id_data: typing.Any
|
|
@@ -634,7 +635,7 @@ class SEQUENCER_MT_range(bpy.types.Menu):
|
|
|
634
635
|
:param _context:
|
|
635
636
|
"""
|
|
636
637
|
|
|
637
|
-
class SEQUENCER_MT_retiming(
|
|
638
|
+
class SEQUENCER_MT_retiming(_bpy_types.Menu):
|
|
638
639
|
bl_label: typing.Any
|
|
639
640
|
bl_rna: typing.Any
|
|
640
641
|
bl_translation_context: typing.Any
|
|
@@ -660,7 +661,7 @@ class SEQUENCER_MT_retiming(bpy.types.Menu):
|
|
|
660
661
|
:param context:
|
|
661
662
|
"""
|
|
662
663
|
|
|
663
|
-
class SEQUENCER_MT_select(
|
|
664
|
+
class SEQUENCER_MT_select(_bpy_types.Menu):
|
|
664
665
|
bl_label: typing.Any
|
|
665
666
|
bl_rna: typing.Any
|
|
666
667
|
id_data: typing.Any
|
|
@@ -685,7 +686,7 @@ class SEQUENCER_MT_select(bpy.types.Menu):
|
|
|
685
686
|
:param context:
|
|
686
687
|
"""
|
|
687
688
|
|
|
688
|
-
class SEQUENCER_MT_select_channel(
|
|
689
|
+
class SEQUENCER_MT_select_channel(_bpy_types.Menu):
|
|
689
690
|
bl_label: typing.Any
|
|
690
691
|
bl_rna: typing.Any
|
|
691
692
|
id_data: typing.Any
|
|
@@ -710,7 +711,7 @@ class SEQUENCER_MT_select_channel(bpy.types.Menu):
|
|
|
710
711
|
:param _context:
|
|
711
712
|
"""
|
|
712
713
|
|
|
713
|
-
class SEQUENCER_MT_select_handle(
|
|
714
|
+
class SEQUENCER_MT_select_handle(_bpy_types.Menu):
|
|
714
715
|
bl_label: typing.Any
|
|
715
716
|
bl_rna: typing.Any
|
|
716
717
|
id_data: typing.Any
|
|
@@ -735,7 +736,7 @@ class SEQUENCER_MT_select_handle(bpy.types.Menu):
|
|
|
735
736
|
:param _context:
|
|
736
737
|
"""
|
|
737
738
|
|
|
738
|
-
class SEQUENCER_MT_strip(
|
|
739
|
+
class SEQUENCER_MT_strip(_bpy_types.Menu):
|
|
739
740
|
bl_label: typing.Any
|
|
740
741
|
bl_rna: typing.Any
|
|
741
742
|
id_data: typing.Any
|
|
@@ -760,7 +761,7 @@ class SEQUENCER_MT_strip(bpy.types.Menu):
|
|
|
760
761
|
:param context:
|
|
761
762
|
"""
|
|
762
763
|
|
|
763
|
-
class SEQUENCER_MT_strip_animation(
|
|
764
|
+
class SEQUENCER_MT_strip_animation(_bpy_types.Menu):
|
|
764
765
|
bl_label: typing.Any
|
|
765
766
|
bl_rna: typing.Any
|
|
766
767
|
id_data: typing.Any
|
|
@@ -779,13 +780,13 @@ class SEQUENCER_MT_strip_animation(bpy.types.Menu):
|
|
|
779
780
|
:rtype: typing.Any
|
|
780
781
|
"""
|
|
781
782
|
|
|
782
|
-
def draw(self,
|
|
783
|
+
def draw(self, context) -> None:
|
|
783
784
|
"""
|
|
784
785
|
|
|
785
|
-
:param
|
|
786
|
+
:param context:
|
|
786
787
|
"""
|
|
787
788
|
|
|
788
|
-
class SEQUENCER_MT_strip_effect(
|
|
789
|
+
class SEQUENCER_MT_strip_effect(_bpy_types.Menu):
|
|
789
790
|
bl_label: typing.Any
|
|
790
791
|
bl_rna: typing.Any
|
|
791
792
|
id_data: typing.Any
|
|
@@ -810,7 +811,7 @@ class SEQUENCER_MT_strip_effect(bpy.types.Menu):
|
|
|
810
811
|
:param _context:
|
|
811
812
|
"""
|
|
812
813
|
|
|
813
|
-
class SEQUENCER_MT_strip_effect_change(
|
|
814
|
+
class SEQUENCER_MT_strip_effect_change(_bpy_types.Menu):
|
|
814
815
|
bl_label: typing.Any
|
|
815
816
|
bl_rna: typing.Any
|
|
816
817
|
id_data: typing.Any
|
|
@@ -835,7 +836,7 @@ class SEQUENCER_MT_strip_effect_change(bpy.types.Menu):
|
|
|
835
836
|
:param context:
|
|
836
837
|
"""
|
|
837
838
|
|
|
838
|
-
class SEQUENCER_MT_strip_input(
|
|
839
|
+
class SEQUENCER_MT_strip_input(_bpy_types.Menu):
|
|
839
840
|
bl_label: typing.Any
|
|
840
841
|
bl_rna: typing.Any
|
|
841
842
|
id_data: typing.Any
|
|
@@ -860,7 +861,7 @@ class SEQUENCER_MT_strip_input(bpy.types.Menu):
|
|
|
860
861
|
:param context:
|
|
861
862
|
"""
|
|
862
863
|
|
|
863
|
-
class SEQUENCER_MT_strip_lock_mute(
|
|
864
|
+
class SEQUENCER_MT_strip_lock_mute(_bpy_types.Menu):
|
|
864
865
|
bl_label: typing.Any
|
|
865
866
|
bl_rna: typing.Any
|
|
866
867
|
id_data: typing.Any
|
|
@@ -885,7 +886,32 @@ class SEQUENCER_MT_strip_lock_mute(bpy.types.Menu):
|
|
|
885
886
|
:param _context:
|
|
886
887
|
"""
|
|
887
888
|
|
|
888
|
-
class
|
|
889
|
+
class SEQUENCER_MT_strip_mirror(_bpy_types.Menu):
|
|
890
|
+
bl_label: typing.Any
|
|
891
|
+
bl_rna: typing.Any
|
|
892
|
+
id_data: typing.Any
|
|
893
|
+
|
|
894
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
895
|
+
"""
|
|
896
|
+
|
|
897
|
+
:return: The RNA type or default when not found.
|
|
898
|
+
:rtype: bpy.types.Struct
|
|
899
|
+
"""
|
|
900
|
+
|
|
901
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
902
|
+
"""
|
|
903
|
+
|
|
904
|
+
:return: The class or default when not found.
|
|
905
|
+
:rtype: typing.Any
|
|
906
|
+
"""
|
|
907
|
+
|
|
908
|
+
def draw(self, context) -> None:
|
|
909
|
+
"""
|
|
910
|
+
|
|
911
|
+
:param context:
|
|
912
|
+
"""
|
|
913
|
+
|
|
914
|
+
class SEQUENCER_MT_strip_movie(_bpy_types.Menu):
|
|
889
915
|
bl_label: typing.Any
|
|
890
916
|
bl_rna: typing.Any
|
|
891
917
|
id_data: typing.Any
|
|
@@ -910,7 +936,7 @@ class SEQUENCER_MT_strip_movie(bpy.types.Menu):
|
|
|
910
936
|
:param _context:
|
|
911
937
|
"""
|
|
912
938
|
|
|
913
|
-
class SEQUENCER_MT_strip_retiming(
|
|
939
|
+
class SEQUENCER_MT_strip_retiming(_bpy_types.Menu):
|
|
914
940
|
bl_label: typing.Any
|
|
915
941
|
bl_rna: typing.Any
|
|
916
942
|
id_data: typing.Any
|
|
@@ -935,7 +961,7 @@ class SEQUENCER_MT_strip_retiming(bpy.types.Menu):
|
|
|
935
961
|
:param context:
|
|
936
962
|
"""
|
|
937
963
|
|
|
938
|
-
class SEQUENCER_MT_strip_show_hide(
|
|
964
|
+
class SEQUENCER_MT_strip_show_hide(_bpy_types.Menu):
|
|
939
965
|
bl_label: typing.Any
|
|
940
966
|
bl_rna: typing.Any
|
|
941
967
|
id_data: typing.Any
|
|
@@ -960,7 +986,7 @@ class SEQUENCER_MT_strip_show_hide(bpy.types.Menu):
|
|
|
960
986
|
:param _context:
|
|
961
987
|
"""
|
|
962
988
|
|
|
963
|
-
class SEQUENCER_MT_strip_text(
|
|
989
|
+
class SEQUENCER_MT_strip_text(_bpy_types.Menu):
|
|
964
990
|
bl_label: typing.Any
|
|
965
991
|
bl_rna: typing.Any
|
|
966
992
|
id_data: typing.Any
|
|
@@ -985,7 +1011,7 @@ class SEQUENCER_MT_strip_text(bpy.types.Menu):
|
|
|
985
1011
|
:param context:
|
|
986
1012
|
"""
|
|
987
1013
|
|
|
988
|
-
class SEQUENCER_MT_strip_transform(
|
|
1014
|
+
class SEQUENCER_MT_strip_transform(_bpy_types.Menu):
|
|
989
1015
|
bl_label: typing.Any
|
|
990
1016
|
bl_rna: typing.Any
|
|
991
1017
|
id_data: typing.Any
|
|
@@ -1010,7 +1036,7 @@ class SEQUENCER_MT_strip_transform(bpy.types.Menu):
|
|
|
1010
1036
|
:param context:
|
|
1011
1037
|
"""
|
|
1012
1038
|
|
|
1013
|
-
class SEQUENCER_MT_view(
|
|
1039
|
+
class SEQUENCER_MT_view(_bpy_types.Menu):
|
|
1014
1040
|
bl_label: typing.Any
|
|
1015
1041
|
bl_rna: typing.Any
|
|
1016
1042
|
id_data: typing.Any
|
|
@@ -1035,7 +1061,7 @@ class SEQUENCER_MT_view(bpy.types.Menu):
|
|
|
1035
1061
|
:param context:
|
|
1036
1062
|
"""
|
|
1037
1063
|
|
|
1038
|
-
class SEQUENCER_MT_view_pie(
|
|
1064
|
+
class SEQUENCER_MT_view_pie(_bpy_types.Menu):
|
|
1039
1065
|
bl_label: typing.Any
|
|
1040
1066
|
bl_rna: typing.Any
|
|
1041
1067
|
id_data: typing.Any
|
|
@@ -1061,7 +1087,7 @@ class SEQUENCER_MT_view_pie(bpy.types.Menu):
|
|
|
1061
1087
|
"""
|
|
1062
1088
|
|
|
1063
1089
|
class SEQUENCER_PT_active_tool(
|
|
1064
|
-
bl_ui.space_toolsystem_common.ToolActivePanelHelper,
|
|
1090
|
+
bl_ui.space_toolsystem_common.ToolActivePanelHelper, _bpy_types.Panel
|
|
1065
1091
|
):
|
|
1066
1092
|
bl_category: typing.Any
|
|
1067
1093
|
bl_label: typing.Any
|
|
@@ -1084,7 +1110,7 @@ class SEQUENCER_PT_active_tool(
|
|
|
1084
1110
|
:rtype: typing.Any
|
|
1085
1111
|
"""
|
|
1086
1112
|
|
|
1087
|
-
class SEQUENCER_PT_adjust_color(SequencerButtonsPanel,
|
|
1113
|
+
class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1088
1114
|
bl_category: typing.Any
|
|
1089
1115
|
bl_label: typing.Any
|
|
1090
1116
|
bl_options: typing.Any
|
|
@@ -1120,7 +1146,7 @@ class SEQUENCER_PT_adjust_color(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1120
1146
|
:param context:
|
|
1121
1147
|
"""
|
|
1122
1148
|
|
|
1123
|
-
class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel,
|
|
1149
|
+
class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1124
1150
|
bl_category: typing.Any
|
|
1125
1151
|
bl_label: typing.Any
|
|
1126
1152
|
bl_region_type: typing.Any
|
|
@@ -1155,7 +1181,7 @@ class SEQUENCER_PT_adjust_comp(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1155
1181
|
:param context:
|
|
1156
1182
|
"""
|
|
1157
1183
|
|
|
1158
|
-
class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel,
|
|
1184
|
+
class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1159
1185
|
bl_category: typing.Any
|
|
1160
1186
|
bl_label: typing.Any
|
|
1161
1187
|
bl_options: typing.Any
|
|
@@ -1191,7 +1217,7 @@ class SEQUENCER_PT_adjust_crop(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1191
1217
|
:param context:
|
|
1192
1218
|
"""
|
|
1193
1219
|
|
|
1194
|
-
class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel,
|
|
1220
|
+
class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1195
1221
|
bl_category: typing.Any
|
|
1196
1222
|
bl_label: typing.Any
|
|
1197
1223
|
bl_region_type: typing.Any
|
|
@@ -1226,7 +1252,7 @@ class SEQUENCER_PT_adjust_sound(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1226
1252
|
:param context:
|
|
1227
1253
|
"""
|
|
1228
1254
|
|
|
1229
|
-
class SEQUENCER_PT_adjust_transform(SequencerButtonsPanel,
|
|
1255
|
+
class SEQUENCER_PT_adjust_transform(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1230
1256
|
bl_category: typing.Any
|
|
1231
1257
|
bl_label: typing.Any
|
|
1232
1258
|
bl_options: typing.Any
|
|
@@ -1262,7 +1288,7 @@ class SEQUENCER_PT_adjust_transform(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1262
1288
|
:param context:
|
|
1263
1289
|
"""
|
|
1264
1290
|
|
|
1265
|
-
class SEQUENCER_PT_adjust_video(SequencerButtonsPanel,
|
|
1291
|
+
class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1266
1292
|
bl_category: typing.Any
|
|
1267
1293
|
bl_label: typing.Any
|
|
1268
1294
|
bl_options: typing.Any
|
|
@@ -1301,7 +1327,7 @@ class SEQUENCER_PT_adjust_video(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1301
1327
|
class SEQUENCER_PT_annotation(
|
|
1302
1328
|
SequencerButtonsPanel_Output,
|
|
1303
1329
|
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
1304
|
-
|
|
1330
|
+
_bpy_types.Panel,
|
|
1305
1331
|
):
|
|
1306
1332
|
bl_category: typing.Any
|
|
1307
1333
|
bl_label: typing.Any
|
|
@@ -1342,7 +1368,7 @@ class SEQUENCER_PT_annotation(
|
|
|
1342
1368
|
class SEQUENCER_PT_annotation_onion(
|
|
1343
1369
|
SequencerButtonsPanel_Output,
|
|
1344
1370
|
bl_ui.properties_grease_pencil_common.AnnotationOnionSkin,
|
|
1345
|
-
|
|
1371
|
+
_bpy_types.Panel,
|
|
1346
1372
|
):
|
|
1347
1373
|
bl_category: typing.Any
|
|
1348
1374
|
bl_label: typing.Any
|
|
@@ -1381,7 +1407,7 @@ class SEQUENCER_PT_annotation_onion(
|
|
|
1381
1407
|
:param context:
|
|
1382
1408
|
"""
|
|
1383
1409
|
|
|
1384
|
-
class SEQUENCER_PT_cache_settings(SequencerButtonsPanel,
|
|
1410
|
+
class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1385
1411
|
bl_category: typing.Any
|
|
1386
1412
|
bl_label: typing.Any
|
|
1387
1413
|
bl_region_type: typing.Any
|
|
@@ -1416,7 +1442,7 @@ class SEQUENCER_PT_cache_settings(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1416
1442
|
:param context:
|
|
1417
1443
|
"""
|
|
1418
1444
|
|
|
1419
|
-
class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel,
|
|
1445
|
+
class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1420
1446
|
bl_category: typing.Any
|
|
1421
1447
|
bl_label: typing.Any
|
|
1422
1448
|
bl_parent_id: typing.Any
|
|
@@ -1458,7 +1484,7 @@ class SEQUENCER_PT_cache_view_settings(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1458
1484
|
:param context:
|
|
1459
1485
|
"""
|
|
1460
1486
|
|
|
1461
|
-
class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker,
|
|
1487
|
+
class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, _bpy_types.Panel):
|
|
1462
1488
|
bl_category: typing.Any
|
|
1463
1489
|
bl_label: typing.Any
|
|
1464
1490
|
bl_options: typing.Any
|
|
@@ -1488,10 +1514,10 @@ class SEQUENCER_PT_color_tag_picker(SequencerColorTagPicker, bpy.types.Panel):
|
|
|
1488
1514
|
"""
|
|
1489
1515
|
|
|
1490
1516
|
class SEQUENCER_PT_custom_props(
|
|
1491
|
-
rna_prop_ui.PropertyPanel, SequencerButtonsPanel,
|
|
1517
|
+
rna_prop_ui.PropertyPanel, SequencerButtonsPanel, _bpy_types.Panel
|
|
1492
1518
|
):
|
|
1493
1519
|
"""The subclass should have its own poll function
|
|
1494
|
-
and the variable
|
|
1520
|
+
and the variable _context_path MUST be set.
|
|
1495
1521
|
"""
|
|
1496
1522
|
|
|
1497
1523
|
COMPAT_ENGINES: typing.Any
|
|
@@ -1518,7 +1544,7 @@ class SEQUENCER_PT_custom_props(
|
|
|
1518
1544
|
:rtype: typing.Any
|
|
1519
1545
|
"""
|
|
1520
1546
|
|
|
1521
|
-
class SEQUENCER_PT_effect(SequencerButtonsPanel,
|
|
1547
|
+
class SEQUENCER_PT_effect(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1522
1548
|
bl_category: typing.Any
|
|
1523
1549
|
bl_label: typing.Any
|
|
1524
1550
|
bl_region_type: typing.Any
|
|
@@ -1553,7 +1579,7 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1553
1579
|
:param context:
|
|
1554
1580
|
"""
|
|
1555
1581
|
|
|
1556
|
-
class SEQUENCER_PT_effect_text_box(SequencerButtonsPanel,
|
|
1582
|
+
class SEQUENCER_PT_effect_text_box(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1557
1583
|
bl_category: typing.Any
|
|
1558
1584
|
bl_label: typing.Any
|
|
1559
1585
|
bl_options: typing.Any
|
|
@@ -1597,7 +1623,7 @@ class SEQUENCER_PT_effect_text_box(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1597
1623
|
:param context:
|
|
1598
1624
|
"""
|
|
1599
1625
|
|
|
1600
|
-
class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel,
|
|
1626
|
+
class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1601
1627
|
bl_category: typing.Any
|
|
1602
1628
|
bl_label: typing.Any
|
|
1603
1629
|
bl_parent_id: typing.Any
|
|
@@ -1633,7 +1659,7 @@ class SEQUENCER_PT_effect_text_layout(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1633
1659
|
:param context:
|
|
1634
1660
|
"""
|
|
1635
1661
|
|
|
1636
|
-
class SEQUENCER_PT_effect_text_outline(SequencerButtonsPanel,
|
|
1662
|
+
class SEQUENCER_PT_effect_text_outline(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1637
1663
|
bl_category: typing.Any
|
|
1638
1664
|
bl_label: typing.Any
|
|
1639
1665
|
bl_options: typing.Any
|
|
@@ -1676,7 +1702,7 @@ class SEQUENCER_PT_effect_text_outline(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1676
1702
|
:param context:
|
|
1677
1703
|
"""
|
|
1678
1704
|
|
|
1679
|
-
class SEQUENCER_PT_effect_text_shadow(SequencerButtonsPanel,
|
|
1705
|
+
class SEQUENCER_PT_effect_text_shadow(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1680
1706
|
bl_category: typing.Any
|
|
1681
1707
|
bl_label: typing.Any
|
|
1682
1708
|
bl_options: typing.Any
|
|
@@ -1719,7 +1745,7 @@ class SEQUENCER_PT_effect_text_shadow(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1719
1745
|
:param context:
|
|
1720
1746
|
"""
|
|
1721
1747
|
|
|
1722
|
-
class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel,
|
|
1748
|
+
class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1723
1749
|
bl_category: typing.Any
|
|
1724
1750
|
bl_label: typing.Any
|
|
1725
1751
|
bl_parent_id: typing.Any
|
|
@@ -1755,7 +1781,7 @@ class SEQUENCER_PT_effect_text_style(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1755
1781
|
:param context:
|
|
1756
1782
|
"""
|
|
1757
1783
|
|
|
1758
|
-
class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output,
|
|
1784
|
+
class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
1759
1785
|
bl_category: typing.Any
|
|
1760
1786
|
bl_label: typing.Any
|
|
1761
1787
|
bl_options: typing.Any
|
|
@@ -1797,7 +1823,7 @@ class SEQUENCER_PT_frame_overlay(SequencerButtonsPanel_Output, bpy.types.Panel):
|
|
|
1797
1823
|
:param context:
|
|
1798
1824
|
"""
|
|
1799
1825
|
|
|
1800
|
-
class SEQUENCER_PT_gizmo_display(
|
|
1826
|
+
class SEQUENCER_PT_gizmo_display(_bpy_types.Panel):
|
|
1801
1827
|
bl_label: typing.Any
|
|
1802
1828
|
bl_region_type: typing.Any
|
|
1803
1829
|
bl_rna: typing.Any
|
|
@@ -1825,7 +1851,7 @@ class SEQUENCER_PT_gizmo_display(bpy.types.Panel):
|
|
|
1825
1851
|
:param context:
|
|
1826
1852
|
"""
|
|
1827
1853
|
|
|
1828
|
-
class SEQUENCER_PT_mask(SequencerButtonsPanel,
|
|
1854
|
+
class SEQUENCER_PT_mask(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1829
1855
|
bl_category: typing.Any
|
|
1830
1856
|
bl_label: typing.Any
|
|
1831
1857
|
bl_region_type: typing.Any
|
|
@@ -1860,7 +1886,7 @@ class SEQUENCER_PT_mask(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1860
1886
|
:param context:
|
|
1861
1887
|
"""
|
|
1862
1888
|
|
|
1863
|
-
class SEQUENCER_PT_modifiers(SequencerButtonsPanel,
|
|
1889
|
+
class SEQUENCER_PT_modifiers(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1864
1890
|
bl_category: typing.Any
|
|
1865
1891
|
bl_label: typing.Any
|
|
1866
1892
|
bl_region_type: typing.Any
|
|
@@ -1888,7 +1914,7 @@ class SEQUENCER_PT_modifiers(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1888
1914
|
:param context:
|
|
1889
1915
|
"""
|
|
1890
1916
|
|
|
1891
|
-
class SEQUENCER_PT_movie_clip(SequencerButtonsPanel,
|
|
1917
|
+
class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, _bpy_types.Panel):
|
|
1892
1918
|
bl_category: typing.Any
|
|
1893
1919
|
bl_label: typing.Any
|
|
1894
1920
|
bl_options: typing.Any
|
|
@@ -1924,7 +1950,7 @@ class SEQUENCER_PT_movie_clip(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
1924
1950
|
:param context:
|
|
1925
1951
|
"""
|
|
1926
1952
|
|
|
1927
|
-
class SEQUENCER_PT_overlay(
|
|
1953
|
+
class SEQUENCER_PT_overlay(_bpy_types.Panel):
|
|
1928
1954
|
bl_label: typing.Any
|
|
1929
1955
|
bl_region_type: typing.Any
|
|
1930
1956
|
bl_rna: typing.Any
|
|
@@ -1953,7 +1979,7 @@ class SEQUENCER_PT_overlay(bpy.types.Panel):
|
|
|
1953
1979
|
"""
|
|
1954
1980
|
|
|
1955
1981
|
class SEQUENCER_PT_playhead_snapping(
|
|
1956
|
-
bl_ui.utils.PlayheadSnappingPanel,
|
|
1982
|
+
bl_ui.utils.PlayheadSnappingPanel, _bpy_types.Panel
|
|
1957
1983
|
):
|
|
1958
1984
|
bl_label: typing.Any
|
|
1959
1985
|
bl_region_type: typing.Any
|
|
@@ -1975,7 +2001,7 @@ class SEQUENCER_PT_playhead_snapping(
|
|
|
1975
2001
|
:rtype: typing.Any
|
|
1976
2002
|
"""
|
|
1977
2003
|
|
|
1978
|
-
class SEQUENCER_PT_preview(SequencerButtonsPanel_Output,
|
|
2004
|
+
class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
1979
2005
|
bl_category: typing.Any
|
|
1980
2006
|
bl_label: typing.Any
|
|
1981
2007
|
bl_options: typing.Any
|
|
@@ -2004,7 +2030,14 @@ class SEQUENCER_PT_preview(SequencerButtonsPanel_Output, bpy.types.Panel):
|
|
|
2004
2030
|
:param context:
|
|
2005
2031
|
"""
|
|
2006
2032
|
|
|
2007
|
-
|
|
2033
|
+
@classmethod
|
|
2034
|
+
def poll(cls, context) -> None:
|
|
2035
|
+
"""
|
|
2036
|
+
|
|
2037
|
+
:param context:
|
|
2038
|
+
"""
|
|
2039
|
+
|
|
2040
|
+
class SEQUENCER_PT_preview_overlay(_bpy_types.Panel):
|
|
2008
2041
|
bl_label: typing.Any
|
|
2009
2042
|
bl_parent_id: typing.Any
|
|
2010
2043
|
bl_region_type: typing.Any
|
|
@@ -2039,7 +2072,7 @@ class SEQUENCER_PT_preview_overlay(bpy.types.Panel):
|
|
|
2039
2072
|
:param context:
|
|
2040
2073
|
"""
|
|
2041
2074
|
|
|
2042
|
-
class SEQUENCER_PT_preview_snapping(
|
|
2075
|
+
class SEQUENCER_PT_preview_snapping(_bpy_types.Panel):
|
|
2043
2076
|
bl_label: typing.Any
|
|
2044
2077
|
bl_parent_id: typing.Any
|
|
2045
2078
|
bl_region_type: typing.Any
|
|
@@ -2074,7 +2107,7 @@ class SEQUENCER_PT_preview_snapping(bpy.types.Panel):
|
|
|
2074
2107
|
:param context:
|
|
2075
2108
|
"""
|
|
2076
2109
|
|
|
2077
|
-
class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel,
|
|
2110
|
+
class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2078
2111
|
bl_category: typing.Any
|
|
2079
2112
|
bl_label: typing.Any
|
|
2080
2113
|
bl_region_type: typing.Any
|
|
@@ -2109,7 +2142,7 @@ class SEQUENCER_PT_proxy_settings(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
2109
2142
|
:param context:
|
|
2110
2143
|
"""
|
|
2111
2144
|
|
|
2112
|
-
class SEQUENCER_PT_scene(SequencerButtonsPanel,
|
|
2145
|
+
class SEQUENCER_PT_scene(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2113
2146
|
bl_category: typing.Any
|
|
2114
2147
|
bl_label: typing.Any
|
|
2115
2148
|
bl_region_type: typing.Any
|
|
@@ -2144,7 +2177,7 @@ class SEQUENCER_PT_scene(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
2144
2177
|
:param context:
|
|
2145
2178
|
"""
|
|
2146
2179
|
|
|
2147
|
-
class SEQUENCER_PT_scene_sound(SequencerButtonsPanel,
|
|
2180
|
+
class SEQUENCER_PT_scene_sound(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2148
2181
|
bl_category: typing.Any
|
|
2149
2182
|
bl_label: typing.Any
|
|
2150
2183
|
bl_region_type: typing.Any
|
|
@@ -2179,7 +2212,7 @@ class SEQUENCER_PT_scene_sound(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
2179
2212
|
:param context:
|
|
2180
2213
|
"""
|
|
2181
2214
|
|
|
2182
|
-
class SEQUENCER_PT_sequencer_overlay(
|
|
2215
|
+
class SEQUENCER_PT_sequencer_overlay(_bpy_types.Panel):
|
|
2183
2216
|
bl_label: typing.Any
|
|
2184
2217
|
bl_parent_id: typing.Any
|
|
2185
2218
|
bl_region_type: typing.Any
|
|
@@ -2214,7 +2247,7 @@ class SEQUENCER_PT_sequencer_overlay(bpy.types.Panel):
|
|
|
2214
2247
|
:param context:
|
|
2215
2248
|
"""
|
|
2216
2249
|
|
|
2217
|
-
class SEQUENCER_PT_sequencer_overlay_strips(
|
|
2250
|
+
class SEQUENCER_PT_sequencer_overlay_strips(_bpy_types.Panel):
|
|
2218
2251
|
bl_label: typing.Any
|
|
2219
2252
|
bl_parent_id: typing.Any
|
|
2220
2253
|
bl_region_type: typing.Any
|
|
@@ -2249,7 +2282,7 @@ class SEQUENCER_PT_sequencer_overlay_strips(bpy.types.Panel):
|
|
|
2249
2282
|
:param context:
|
|
2250
2283
|
"""
|
|
2251
2284
|
|
|
2252
|
-
class SEQUENCER_PT_sequencer_overlay_waveforms(
|
|
2285
|
+
class SEQUENCER_PT_sequencer_overlay_waveforms(_bpy_types.Panel):
|
|
2253
2286
|
bl_label: typing.Any
|
|
2254
2287
|
bl_parent_id: typing.Any
|
|
2255
2288
|
bl_region_type: typing.Any
|
|
@@ -2284,7 +2317,7 @@ class SEQUENCER_PT_sequencer_overlay_waveforms(bpy.types.Panel):
|
|
|
2284
2317
|
:param context:
|
|
2285
2318
|
"""
|
|
2286
2319
|
|
|
2287
|
-
class SEQUENCER_PT_sequencer_snapping(
|
|
2320
|
+
class SEQUENCER_PT_sequencer_snapping(_bpy_types.Panel):
|
|
2288
2321
|
bl_label: typing.Any
|
|
2289
2322
|
bl_parent_id: typing.Any
|
|
2290
2323
|
bl_region_type: typing.Any
|
|
@@ -2319,7 +2352,7 @@ class SEQUENCER_PT_sequencer_snapping(bpy.types.Panel):
|
|
|
2319
2352
|
:param context:
|
|
2320
2353
|
"""
|
|
2321
2354
|
|
|
2322
|
-
class SEQUENCER_PT_snapping(
|
|
2355
|
+
class SEQUENCER_PT_snapping(_bpy_types.Panel):
|
|
2323
2356
|
bl_label: typing.Any
|
|
2324
2357
|
bl_region_type: typing.Any
|
|
2325
2358
|
bl_rna: typing.Any
|
|
@@ -2347,7 +2380,7 @@ class SEQUENCER_PT_snapping(bpy.types.Panel):
|
|
|
2347
2380
|
:param _context:
|
|
2348
2381
|
"""
|
|
2349
2382
|
|
|
2350
|
-
class SEQUENCER_PT_source(SequencerButtonsPanel,
|
|
2383
|
+
class SEQUENCER_PT_source(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2351
2384
|
bl_category: typing.Any
|
|
2352
2385
|
bl_label: typing.Any
|
|
2353
2386
|
bl_options: typing.Any
|
|
@@ -2383,7 +2416,7 @@ class SEQUENCER_PT_source(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
2383
2416
|
:param context:
|
|
2384
2417
|
"""
|
|
2385
2418
|
|
|
2386
|
-
class SEQUENCER_PT_strip(SequencerButtonsPanel,
|
|
2419
|
+
class SEQUENCER_PT_strip(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2387
2420
|
bl_category: typing.Any
|
|
2388
2421
|
bl_label: typing.Any
|
|
2389
2422
|
bl_options: typing.Any
|
|
@@ -2412,7 +2445,7 @@ class SEQUENCER_PT_strip(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
2412
2445
|
:param context:
|
|
2413
2446
|
"""
|
|
2414
2447
|
|
|
2415
|
-
class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel,
|
|
2448
|
+
class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2416
2449
|
bl_category: typing.Any
|
|
2417
2450
|
bl_label: typing.Any
|
|
2418
2451
|
bl_region_type: typing.Any
|
|
@@ -2453,7 +2486,7 @@ class SEQUENCER_PT_strip_proxy(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
2453
2486
|
:param context:
|
|
2454
2487
|
"""
|
|
2455
2488
|
|
|
2456
|
-
class SEQUENCER_PT_time(SequencerButtonsPanel,
|
|
2489
|
+
class SEQUENCER_PT_time(SequencerButtonsPanel, _bpy_types.Panel):
|
|
2457
2490
|
bl_category: typing.Any
|
|
2458
2491
|
bl_label: typing.Any
|
|
2459
2492
|
bl_options: typing.Any
|
|
@@ -2495,7 +2528,7 @@ class SEQUENCER_PT_time(SequencerButtonsPanel, bpy.types.Panel):
|
|
|
2495
2528
|
:param context:
|
|
2496
2529
|
"""
|
|
2497
2530
|
|
|
2498
|
-
class SEQUENCER_PT_view(SequencerButtonsPanel_Output,
|
|
2531
|
+
class SEQUENCER_PT_view(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
2499
2532
|
bl_category: typing.Any
|
|
2500
2533
|
bl_label: typing.Any
|
|
2501
2534
|
bl_region_type: typing.Any
|
|
@@ -2523,7 +2556,7 @@ class SEQUENCER_PT_view(SequencerButtonsPanel_Output, bpy.types.Panel):
|
|
|
2523
2556
|
:param context:
|
|
2524
2557
|
"""
|
|
2525
2558
|
|
|
2526
|
-
class SEQUENCER_PT_view_cursor(SequencerButtonsPanel_Output,
|
|
2559
|
+
class SEQUENCER_PT_view_cursor(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
2527
2560
|
bl_category: typing.Any
|
|
2528
2561
|
bl_label: typing.Any
|
|
2529
2562
|
bl_region_type: typing.Any
|
|
@@ -2551,7 +2584,7 @@ class SEQUENCER_PT_view_cursor(SequencerButtonsPanel_Output, bpy.types.Panel):
|
|
|
2551
2584
|
:param context:
|
|
2552
2585
|
"""
|
|
2553
2586
|
|
|
2554
|
-
class SEQUENCER_PT_view_safe_areas(SequencerButtonsPanel_Output,
|
|
2587
|
+
class SEQUENCER_PT_view_safe_areas(SequencerButtonsPanel_Output, _bpy_types.Panel):
|
|
2555
2588
|
bl_category: typing.Any
|
|
2556
2589
|
bl_label: typing.Any
|
|
2557
2590
|
bl_options: typing.Any
|
|
@@ -2594,7 +2627,7 @@ class SEQUENCER_PT_view_safe_areas(SequencerButtonsPanel_Output, bpy.types.Panel
|
|
|
2594
2627
|
"""
|
|
2595
2628
|
|
|
2596
2629
|
class SEQUENCER_PT_view_safe_areas_center_cut(
|
|
2597
|
-
SequencerButtonsPanel_Output,
|
|
2630
|
+
SequencerButtonsPanel_Output, _bpy_types.Panel
|
|
2598
2631
|
):
|
|
2599
2632
|
bl_category: typing.Any
|
|
2600
2633
|
bl_label: typing.Any
|
|
@@ -2631,6 +2664,13 @@ class SEQUENCER_PT_view_safe_areas_center_cut(
|
|
|
2631
2664
|
:param context:
|
|
2632
2665
|
"""
|
|
2633
2666
|
|
|
2667
|
+
@classmethod
|
|
2668
|
+
def poll(cls, context) -> None:
|
|
2669
|
+
"""
|
|
2670
|
+
|
|
2671
|
+
:param context:
|
|
2672
|
+
"""
|
|
2673
|
+
|
|
2634
2674
|
class SequencerButtonsPanel:
|
|
2635
2675
|
bl_region_type: typing.Any
|
|
2636
2676
|
bl_space_type: typing.Any
|