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
bl_ui/space_clip/__init__.pyi
CHANGED
|
@@ -17,14 +17,12 @@ class CLIP_HT_header(_bpy_types.Header):
|
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
19
|
:return: The RNA type or default when not found.
|
|
20
|
-
:rtype: bpy.types.Struct
|
|
21
20
|
"""
|
|
22
21
|
|
|
23
22
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
24
23
|
"""
|
|
25
24
|
|
|
26
25
|
:return: The class or default when not found.
|
|
27
|
-
:rtype: typing.Any
|
|
28
26
|
"""
|
|
29
27
|
|
|
30
28
|
def draw(self, context) -> None:
|
|
@@ -43,14 +41,12 @@ class CLIP_MT_clip(_bpy_types.Menu):
|
|
|
43
41
|
"""
|
|
44
42
|
|
|
45
43
|
:return: The RNA type or default when not found.
|
|
46
|
-
:rtype: bpy.types.Struct
|
|
47
44
|
"""
|
|
48
45
|
|
|
49
46
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
50
47
|
"""
|
|
51
48
|
|
|
52
49
|
:return: The class or default when not found.
|
|
53
|
-
:rtype: typing.Any
|
|
54
50
|
"""
|
|
55
51
|
|
|
56
52
|
def draw(self, context) -> None:
|
|
@@ -68,14 +64,12 @@ class CLIP_MT_marker_pie(_bpy_types.Menu):
|
|
|
68
64
|
"""
|
|
69
65
|
|
|
70
66
|
:return: The RNA type or default when not found.
|
|
71
|
-
:rtype: bpy.types.Struct
|
|
72
67
|
"""
|
|
73
68
|
|
|
74
69
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
75
70
|
"""
|
|
76
71
|
|
|
77
72
|
:return: The class or default when not found.
|
|
78
|
-
:rtype: typing.Any
|
|
79
73
|
"""
|
|
80
74
|
|
|
81
75
|
def draw(self, context) -> None:
|
|
@@ -101,14 +95,12 @@ class CLIP_MT_masking_editor_menus(_bpy_types.Menu):
|
|
|
101
95
|
"""
|
|
102
96
|
|
|
103
97
|
:return: The RNA type or default when not found.
|
|
104
|
-
:rtype: bpy.types.Struct
|
|
105
98
|
"""
|
|
106
99
|
|
|
107
100
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
108
101
|
"""
|
|
109
102
|
|
|
110
103
|
:return: The class or default when not found.
|
|
111
|
-
:rtype: typing.Any
|
|
112
104
|
"""
|
|
113
105
|
|
|
114
106
|
def draw(self, context) -> None:
|
|
@@ -126,14 +118,12 @@ class CLIP_MT_pivot_pie(_bpy_types.Menu):
|
|
|
126
118
|
"""
|
|
127
119
|
|
|
128
120
|
:return: The RNA type or default when not found.
|
|
129
|
-
:rtype: bpy.types.Struct
|
|
130
121
|
"""
|
|
131
122
|
|
|
132
123
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
133
124
|
"""
|
|
134
125
|
|
|
135
126
|
:return: The class or default when not found.
|
|
136
|
-
:rtype: typing.Any
|
|
137
127
|
"""
|
|
138
128
|
|
|
139
129
|
def draw(self, context) -> None:
|
|
@@ -151,14 +141,12 @@ class CLIP_MT_plane_track_image_context_menu(_bpy_types.Menu):
|
|
|
151
141
|
"""
|
|
152
142
|
|
|
153
143
|
:return: The RNA type or default when not found.
|
|
154
|
-
:rtype: bpy.types.Struct
|
|
155
144
|
"""
|
|
156
145
|
|
|
157
146
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
158
147
|
"""
|
|
159
148
|
|
|
160
149
|
:return: The class or default when not found.
|
|
161
|
-
:rtype: typing.Any
|
|
162
150
|
"""
|
|
163
151
|
|
|
164
152
|
def draw(self, _context) -> None:
|
|
@@ -176,14 +164,12 @@ class CLIP_MT_proxy(_bpy_types.Menu):
|
|
|
176
164
|
"""
|
|
177
165
|
|
|
178
166
|
:return: The RNA type or default when not found.
|
|
179
|
-
:rtype: bpy.types.Struct
|
|
180
167
|
"""
|
|
181
168
|
|
|
182
169
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
183
170
|
"""
|
|
184
171
|
|
|
185
172
|
:return: The class or default when not found.
|
|
186
|
-
:rtype: typing.Any
|
|
187
173
|
"""
|
|
188
174
|
|
|
189
175
|
def draw(self, _context) -> None:
|
|
@@ -201,14 +187,12 @@ class CLIP_MT_reconstruction(_bpy_types.Menu):
|
|
|
201
187
|
"""
|
|
202
188
|
|
|
203
189
|
:return: The RNA type or default when not found.
|
|
204
|
-
:rtype: bpy.types.Struct
|
|
205
190
|
"""
|
|
206
191
|
|
|
207
192
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
208
193
|
"""
|
|
209
194
|
|
|
210
195
|
:return: The class or default when not found.
|
|
211
|
-
:rtype: typing.Any
|
|
212
196
|
"""
|
|
213
197
|
|
|
214
198
|
def draw(self, _context) -> None:
|
|
@@ -226,14 +210,12 @@ class CLIP_MT_reconstruction_pie(_bpy_types.Menu):
|
|
|
226
210
|
"""
|
|
227
211
|
|
|
228
212
|
:return: The RNA type or default when not found.
|
|
229
|
-
:rtype: bpy.types.Struct
|
|
230
213
|
"""
|
|
231
214
|
|
|
232
215
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
233
216
|
"""
|
|
234
217
|
|
|
235
218
|
:return: The class or default when not found.
|
|
236
|
-
:rtype: typing.Any
|
|
237
219
|
"""
|
|
238
220
|
|
|
239
221
|
def draw(self, _context) -> None:
|
|
@@ -258,14 +240,12 @@ class CLIP_MT_select(_bpy_types.Menu):
|
|
|
258
240
|
"""
|
|
259
241
|
|
|
260
242
|
:return: The RNA type or default when not found.
|
|
261
|
-
:rtype: bpy.types.Struct
|
|
262
243
|
"""
|
|
263
244
|
|
|
264
245
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
265
246
|
"""
|
|
266
247
|
|
|
267
248
|
:return: The class or default when not found.
|
|
268
|
-
:rtype: typing.Any
|
|
269
249
|
"""
|
|
270
250
|
|
|
271
251
|
def draw(self, _context) -> None:
|
|
@@ -283,14 +263,12 @@ class CLIP_MT_select_graph(_bpy_types.Menu):
|
|
|
283
263
|
"""
|
|
284
264
|
|
|
285
265
|
:return: The RNA type or default when not found.
|
|
286
|
-
:rtype: bpy.types.Struct
|
|
287
266
|
"""
|
|
288
267
|
|
|
289
268
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
290
269
|
"""
|
|
291
270
|
|
|
292
271
|
:return: The class or default when not found.
|
|
293
|
-
:rtype: typing.Any
|
|
294
272
|
"""
|
|
295
273
|
|
|
296
274
|
def draw(self, _context) -> None:
|
|
@@ -308,14 +286,12 @@ class CLIP_MT_select_grouped(_bpy_types.Menu):
|
|
|
308
286
|
"""
|
|
309
287
|
|
|
310
288
|
:return: The RNA type or default when not found.
|
|
311
|
-
:rtype: bpy.types.Struct
|
|
312
289
|
"""
|
|
313
290
|
|
|
314
291
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
315
292
|
"""
|
|
316
293
|
|
|
317
294
|
:return: The class or default when not found.
|
|
318
|
-
:rtype: typing.Any
|
|
319
295
|
"""
|
|
320
296
|
|
|
321
297
|
def draw(self, _context) -> None:
|
|
@@ -333,14 +309,12 @@ class CLIP_MT_solving_pie(_bpy_types.Menu):
|
|
|
333
309
|
"""
|
|
334
310
|
|
|
335
311
|
:return: The RNA type or default when not found.
|
|
336
|
-
:rtype: bpy.types.Struct
|
|
337
312
|
"""
|
|
338
313
|
|
|
339
314
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
340
315
|
"""
|
|
341
316
|
|
|
342
317
|
:return: The class or default when not found.
|
|
343
|
-
:rtype: typing.Any
|
|
344
318
|
"""
|
|
345
319
|
|
|
346
320
|
def draw(self, context) -> None:
|
|
@@ -365,14 +339,12 @@ class CLIP_MT_stabilize_2d_context_menu(_bpy_types.Menu):
|
|
|
365
339
|
"""
|
|
366
340
|
|
|
367
341
|
:return: The RNA type or default when not found.
|
|
368
|
-
:rtype: bpy.types.Struct
|
|
369
342
|
"""
|
|
370
343
|
|
|
371
344
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
372
345
|
"""
|
|
373
346
|
|
|
374
347
|
:return: The class or default when not found.
|
|
375
|
-
:rtype: typing.Any
|
|
376
348
|
"""
|
|
377
349
|
|
|
378
350
|
def draw(self, _context) -> None:
|
|
@@ -390,14 +362,12 @@ class CLIP_MT_stabilize_2d_rotation_context_menu(_bpy_types.Menu):
|
|
|
390
362
|
"""
|
|
391
363
|
|
|
392
364
|
:return: The RNA type or default when not found.
|
|
393
|
-
:rtype: bpy.types.Struct
|
|
394
365
|
"""
|
|
395
366
|
|
|
396
367
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
397
368
|
"""
|
|
398
369
|
|
|
399
370
|
:return: The class or default when not found.
|
|
400
|
-
:rtype: typing.Any
|
|
401
371
|
"""
|
|
402
372
|
|
|
403
373
|
def draw(self, _context) -> None:
|
|
@@ -415,14 +385,12 @@ class CLIP_MT_track(_bpy_types.Menu):
|
|
|
415
385
|
"""
|
|
416
386
|
|
|
417
387
|
:return: The RNA type or default when not found.
|
|
418
|
-
:rtype: bpy.types.Struct
|
|
419
388
|
"""
|
|
420
389
|
|
|
421
390
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
422
391
|
"""
|
|
423
392
|
|
|
424
393
|
:return: The class or default when not found.
|
|
425
|
-
:rtype: typing.Any
|
|
426
394
|
"""
|
|
427
395
|
|
|
428
396
|
def draw(self, context) -> None:
|
|
@@ -440,14 +408,12 @@ class CLIP_MT_track_animation(_bpy_types.Menu):
|
|
|
440
408
|
"""
|
|
441
409
|
|
|
442
410
|
:return: The RNA type or default when not found.
|
|
443
|
-
:rtype: bpy.types.Struct
|
|
444
411
|
"""
|
|
445
412
|
|
|
446
413
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
447
414
|
"""
|
|
448
415
|
|
|
449
416
|
:return: The class or default when not found.
|
|
450
|
-
:rtype: typing.Any
|
|
451
417
|
"""
|
|
452
418
|
|
|
453
419
|
def draw(self, _context) -> None:
|
|
@@ -465,14 +431,12 @@ class CLIP_MT_track_cleanup(_bpy_types.Menu):
|
|
|
465
431
|
"""
|
|
466
432
|
|
|
467
433
|
:return: The RNA type or default when not found.
|
|
468
|
-
:rtype: bpy.types.Struct
|
|
469
434
|
"""
|
|
470
435
|
|
|
471
436
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
472
437
|
"""
|
|
473
438
|
|
|
474
439
|
:return: The class or default when not found.
|
|
475
|
-
:rtype: typing.Any
|
|
476
440
|
"""
|
|
477
441
|
|
|
478
442
|
def draw(self, _context) -> None:
|
|
@@ -490,14 +454,12 @@ class CLIP_MT_track_clear(_bpy_types.Menu):
|
|
|
490
454
|
"""
|
|
491
455
|
|
|
492
456
|
:return: The RNA type or default when not found.
|
|
493
|
-
:rtype: bpy.types.Struct
|
|
494
457
|
"""
|
|
495
458
|
|
|
496
459
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
497
460
|
"""
|
|
498
461
|
|
|
499
462
|
:return: The class or default when not found.
|
|
500
|
-
:rtype: typing.Any
|
|
501
463
|
"""
|
|
502
464
|
|
|
503
465
|
def draw(self, _context) -> None:
|
|
@@ -515,14 +477,12 @@ class CLIP_MT_track_motion(_bpy_types.Menu):
|
|
|
515
477
|
"""
|
|
516
478
|
|
|
517
479
|
:return: The RNA type or default when not found.
|
|
518
|
-
:rtype: bpy.types.Struct
|
|
519
480
|
"""
|
|
520
481
|
|
|
521
482
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
522
483
|
"""
|
|
523
484
|
|
|
524
485
|
:return: The class or default when not found.
|
|
525
|
-
:rtype: typing.Any
|
|
526
486
|
"""
|
|
527
487
|
|
|
528
488
|
def draw(self, _context) -> None:
|
|
@@ -540,14 +500,12 @@ class CLIP_MT_track_refine(_bpy_types.Menu):
|
|
|
540
500
|
"""
|
|
541
501
|
|
|
542
502
|
:return: The RNA type or default when not found.
|
|
543
|
-
:rtype: bpy.types.Struct
|
|
544
503
|
"""
|
|
545
504
|
|
|
546
505
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
547
506
|
"""
|
|
548
507
|
|
|
549
508
|
:return: The class or default when not found.
|
|
550
|
-
:rtype: typing.Any
|
|
551
509
|
"""
|
|
552
510
|
|
|
553
511
|
def draw(self, _context) -> None:
|
|
@@ -565,14 +523,12 @@ class CLIP_MT_track_transform(_bpy_types.Menu):
|
|
|
565
523
|
"""
|
|
566
524
|
|
|
567
525
|
:return: The RNA type or default when not found.
|
|
568
|
-
:rtype: bpy.types.Struct
|
|
569
526
|
"""
|
|
570
527
|
|
|
571
528
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
572
529
|
"""
|
|
573
530
|
|
|
574
531
|
:return: The class or default when not found.
|
|
575
|
-
:rtype: typing.Any
|
|
576
532
|
"""
|
|
577
533
|
|
|
578
534
|
def draw(self, _context) -> None:
|
|
@@ -590,14 +546,12 @@ class CLIP_MT_track_visibility(_bpy_types.Menu):
|
|
|
590
546
|
"""
|
|
591
547
|
|
|
592
548
|
:return: The RNA type or default when not found.
|
|
593
|
-
:rtype: bpy.types.Struct
|
|
594
549
|
"""
|
|
595
550
|
|
|
596
551
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
597
552
|
"""
|
|
598
553
|
|
|
599
554
|
:return: The class or default when not found.
|
|
600
|
-
:rtype: typing.Any
|
|
601
555
|
"""
|
|
602
556
|
|
|
603
557
|
def draw(self, _context) -> None:
|
|
@@ -615,14 +569,12 @@ class CLIP_MT_tracking_context_menu(_bpy_types.Menu):
|
|
|
615
569
|
"""
|
|
616
570
|
|
|
617
571
|
:return: The RNA type or default when not found.
|
|
618
|
-
:rtype: bpy.types.Struct
|
|
619
572
|
"""
|
|
620
573
|
|
|
621
574
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
622
575
|
"""
|
|
623
576
|
|
|
624
577
|
:return: The class or default when not found.
|
|
625
|
-
:rtype: typing.Any
|
|
626
578
|
"""
|
|
627
579
|
|
|
628
580
|
def draw(self, context) -> None:
|
|
@@ -648,14 +600,12 @@ class CLIP_MT_tracking_editor_menus(_bpy_types.Menu):
|
|
|
648
600
|
"""
|
|
649
601
|
|
|
650
602
|
:return: The RNA type or default when not found.
|
|
651
|
-
:rtype: bpy.types.Struct
|
|
652
603
|
"""
|
|
653
604
|
|
|
654
605
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
655
606
|
"""
|
|
656
607
|
|
|
657
608
|
:return: The class or default when not found.
|
|
658
|
-
:rtype: typing.Any
|
|
659
609
|
"""
|
|
660
610
|
|
|
661
611
|
def draw(self, context) -> None:
|
|
@@ -674,14 +624,12 @@ class CLIP_MT_tracking_pie(_bpy_types.Menu):
|
|
|
674
624
|
"""
|
|
675
625
|
|
|
676
626
|
:return: The RNA type or default when not found.
|
|
677
|
-
:rtype: bpy.types.Struct
|
|
678
627
|
"""
|
|
679
628
|
|
|
680
629
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
681
630
|
"""
|
|
682
631
|
|
|
683
632
|
:return: The class or default when not found.
|
|
684
|
-
:rtype: typing.Any
|
|
685
633
|
"""
|
|
686
634
|
|
|
687
635
|
def draw(self, _context) -> None:
|
|
@@ -706,14 +654,12 @@ class CLIP_MT_view(_bpy_types.Menu):
|
|
|
706
654
|
"""
|
|
707
655
|
|
|
708
656
|
:return: The RNA type or default when not found.
|
|
709
|
-
:rtype: bpy.types.Struct
|
|
710
657
|
"""
|
|
711
658
|
|
|
712
659
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
713
660
|
"""
|
|
714
661
|
|
|
715
662
|
:return: The class or default when not found.
|
|
716
|
-
:rtype: typing.Any
|
|
717
663
|
"""
|
|
718
664
|
|
|
719
665
|
def draw(self, context) -> None:
|
|
@@ -731,14 +677,12 @@ class CLIP_MT_view_pie(_bpy_types.Menu):
|
|
|
731
677
|
"""
|
|
732
678
|
|
|
733
679
|
:return: The RNA type or default when not found.
|
|
734
|
-
:rtype: bpy.types.Struct
|
|
735
680
|
"""
|
|
736
681
|
|
|
737
682
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
738
683
|
"""
|
|
739
684
|
|
|
740
685
|
:return: The class or default when not found.
|
|
741
|
-
:rtype: typing.Any
|
|
742
686
|
"""
|
|
743
687
|
|
|
744
688
|
def draw(self, context) -> None:
|
|
@@ -763,14 +707,12 @@ class CLIP_MT_view_zoom(_bpy_types.Menu):
|
|
|
763
707
|
"""
|
|
764
708
|
|
|
765
709
|
:return: The RNA type or default when not found.
|
|
766
|
-
:rtype: bpy.types.Struct
|
|
767
710
|
"""
|
|
768
711
|
|
|
769
712
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
770
713
|
"""
|
|
771
714
|
|
|
772
715
|
:return: The class or default when not found.
|
|
773
|
-
:rtype: typing.Any
|
|
774
716
|
"""
|
|
775
717
|
|
|
776
718
|
def draw(self, context) -> None:
|
|
@@ -791,14 +733,12 @@ class CLIP_PT_2d_cursor(_bpy_types.Panel):
|
|
|
791
733
|
"""
|
|
792
734
|
|
|
793
735
|
:return: The RNA type or default when not found.
|
|
794
|
-
:rtype: bpy.types.Struct
|
|
795
736
|
"""
|
|
796
737
|
|
|
797
738
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
798
739
|
"""
|
|
799
740
|
|
|
800
741
|
:return: The class or default when not found.
|
|
801
|
-
:rtype: typing.Any
|
|
802
742
|
"""
|
|
803
743
|
|
|
804
744
|
def draw(self, context) -> None:
|
|
@@ -828,14 +768,12 @@ class CLIP_PT_active_mask_point(
|
|
|
828
768
|
"""
|
|
829
769
|
|
|
830
770
|
:return: The RNA type or default when not found.
|
|
831
|
-
:rtype: bpy.types.Struct
|
|
832
771
|
"""
|
|
833
772
|
|
|
834
773
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
835
774
|
"""
|
|
836
775
|
|
|
837
776
|
:return: The class or default when not found.
|
|
838
|
-
:rtype: typing.Any
|
|
839
777
|
"""
|
|
840
778
|
|
|
841
779
|
class CLIP_PT_active_mask_spline(
|
|
@@ -852,14 +790,12 @@ class CLIP_PT_active_mask_spline(
|
|
|
852
790
|
"""
|
|
853
791
|
|
|
854
792
|
:return: The RNA type or default when not found.
|
|
855
|
-
:rtype: bpy.types.Struct
|
|
856
793
|
"""
|
|
857
794
|
|
|
858
795
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
859
796
|
"""
|
|
860
797
|
|
|
861
798
|
:return: The class or default when not found.
|
|
862
|
-
:rtype: typing.Any
|
|
863
799
|
"""
|
|
864
800
|
|
|
865
801
|
class CLIP_PT_animation(CLIP_PT_clip_view_panel, _bpy_types.Panel):
|
|
@@ -874,14 +810,12 @@ class CLIP_PT_animation(CLIP_PT_clip_view_panel, _bpy_types.Panel):
|
|
|
874
810
|
"""
|
|
875
811
|
|
|
876
812
|
:return: The RNA type or default when not found.
|
|
877
|
-
:rtype: bpy.types.Struct
|
|
878
813
|
"""
|
|
879
814
|
|
|
880
815
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
881
816
|
"""
|
|
882
817
|
|
|
883
818
|
:return: The class or default when not found.
|
|
884
|
-
:rtype: typing.Any
|
|
885
819
|
"""
|
|
886
820
|
|
|
887
821
|
def draw(self, context) -> None:
|
|
@@ -907,14 +841,12 @@ class CLIP_PT_annotation(
|
|
|
907
841
|
"""
|
|
908
842
|
|
|
909
843
|
:return: The RNA type or default when not found.
|
|
910
|
-
:rtype: bpy.types.Struct
|
|
911
844
|
"""
|
|
912
845
|
|
|
913
846
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
914
847
|
"""
|
|
915
848
|
|
|
916
849
|
:return: The class or default when not found.
|
|
917
|
-
:rtype: typing.Any
|
|
918
850
|
"""
|
|
919
851
|
|
|
920
852
|
class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
|
|
@@ -933,14 +865,12 @@ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
|
|
|
933
865
|
"""
|
|
934
866
|
|
|
935
867
|
:return: The RNA type or default when not found.
|
|
936
|
-
:rtype: bpy.types.Struct
|
|
937
868
|
"""
|
|
938
869
|
|
|
939
870
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
940
871
|
"""
|
|
941
872
|
|
|
942
873
|
:return: The class or default when not found.
|
|
943
|
-
:rtype: typing.Any
|
|
944
874
|
"""
|
|
945
875
|
|
|
946
876
|
class CLIP_PT_clip_display(_bpy_types.Panel):
|
|
@@ -956,14 +886,12 @@ class CLIP_PT_clip_display(_bpy_types.Panel):
|
|
|
956
886
|
"""
|
|
957
887
|
|
|
958
888
|
:return: The RNA type or default when not found.
|
|
959
|
-
:rtype: bpy.types.Struct
|
|
960
889
|
"""
|
|
961
890
|
|
|
962
891
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
963
892
|
"""
|
|
964
893
|
|
|
965
894
|
:return: The class or default when not found.
|
|
966
|
-
:rtype: typing.Any
|
|
967
895
|
"""
|
|
968
896
|
|
|
969
897
|
def draw(self, context) -> None:
|
|
@@ -992,14 +920,12 @@ class CLIP_PT_display(_bpy_types.Panel):
|
|
|
992
920
|
"""
|
|
993
921
|
|
|
994
922
|
:return: The RNA type or default when not found.
|
|
995
|
-
:rtype: bpy.types.Struct
|
|
996
923
|
"""
|
|
997
924
|
|
|
998
925
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
999
926
|
"""
|
|
1000
927
|
|
|
1001
928
|
:return: The class or default when not found.
|
|
1002
|
-
:rtype: typing.Any
|
|
1003
929
|
"""
|
|
1004
930
|
|
|
1005
931
|
def draw(self, context) -> None:
|
|
@@ -1020,14 +946,12 @@ class CLIP_PT_footage(CLIP_PT_clip_view_panel, _bpy_types.Panel):
|
|
|
1020
946
|
"""
|
|
1021
947
|
|
|
1022
948
|
:return: The RNA type or default when not found.
|
|
1023
|
-
:rtype: bpy.types.Struct
|
|
1024
949
|
"""
|
|
1025
950
|
|
|
1026
951
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1027
952
|
"""
|
|
1028
953
|
|
|
1029
954
|
:return: The class or default when not found.
|
|
1030
|
-
:rtype: typing.Any
|
|
1031
955
|
"""
|
|
1032
956
|
|
|
1033
957
|
def draw(self, context) -> None:
|
|
@@ -1048,14 +972,12 @@ class CLIP_PT_gizmo_display(_bpy_types.Panel):
|
|
|
1048
972
|
"""
|
|
1049
973
|
|
|
1050
974
|
:return: The RNA type or default when not found.
|
|
1051
|
-
:rtype: bpy.types.Struct
|
|
1052
975
|
"""
|
|
1053
976
|
|
|
1054
977
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1055
978
|
"""
|
|
1056
979
|
|
|
1057
980
|
:return: The class or default when not found.
|
|
1058
|
-
:rtype: typing.Any
|
|
1059
981
|
"""
|
|
1060
982
|
|
|
1061
983
|
def draw(self, context) -> None:
|
|
@@ -1071,20 +993,19 @@ class CLIP_PT_marker(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
1071
993
|
bl_region_type: typing.Any
|
|
1072
994
|
bl_rna: typing.Any
|
|
1073
995
|
bl_space_type: typing.Any
|
|
996
|
+
bl_translation_context: typing.Any
|
|
1074
997
|
id_data: typing.Any
|
|
1075
998
|
|
|
1076
999
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1077
1000
|
"""
|
|
1078
1001
|
|
|
1079
1002
|
:return: The RNA type or default when not found.
|
|
1080
|
-
:rtype: bpy.types.Struct
|
|
1081
1003
|
"""
|
|
1082
1004
|
|
|
1083
1005
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1084
1006
|
"""
|
|
1085
1007
|
|
|
1086
1008
|
:return: The class or default when not found.
|
|
1087
|
-
:rtype: typing.Any
|
|
1088
1009
|
"""
|
|
1089
1010
|
|
|
1090
1011
|
def draw(self, context) -> None:
|
|
@@ -1093,39 +1014,55 @@ class CLIP_PT_marker(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
1093
1014
|
:param context:
|
|
1094
1015
|
"""
|
|
1095
1016
|
|
|
1096
|
-
class
|
|
1017
|
+
class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, _bpy_types.Panel):
|
|
1018
|
+
bl_category: typing.Any
|
|
1097
1019
|
bl_label: typing.Any
|
|
1098
|
-
|
|
1020
|
+
bl_options: typing.Any
|
|
1099
1021
|
bl_region_type: typing.Any
|
|
1100
1022
|
bl_rna: typing.Any
|
|
1101
1023
|
bl_space_type: typing.Any
|
|
1102
|
-
bl_ui_units_x: typing.Any
|
|
1103
1024
|
id_data: typing.Any
|
|
1104
1025
|
|
|
1105
1026
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1106
1027
|
"""
|
|
1107
1028
|
|
|
1108
1029
|
:return: The RNA type or default when not found.
|
|
1109
|
-
:rtype: bpy.types.Struct
|
|
1110
1030
|
"""
|
|
1111
1031
|
|
|
1112
1032
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1113
1033
|
"""
|
|
1114
1034
|
|
|
1115
1035
|
:return: The class or default when not found.
|
|
1116
|
-
:rtype: typing.Any
|
|
1117
1036
|
"""
|
|
1118
1037
|
|
|
1119
|
-
|
|
1038
|
+
class CLIP_PT_mask_animation(
|
|
1039
|
+
bl_ui.properties_mask_common.MASK_PT_animation, _bpy_types.Panel
|
|
1040
|
+
):
|
|
1041
|
+
bl_category: typing.Any
|
|
1042
|
+
bl_label: typing.Any
|
|
1043
|
+
bl_options: typing.Any
|
|
1044
|
+
bl_region_type: typing.Any
|
|
1045
|
+
bl_rna: typing.Any
|
|
1046
|
+
bl_space_type: typing.Any
|
|
1047
|
+
id_data: typing.Any
|
|
1048
|
+
|
|
1049
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1120
1050
|
"""
|
|
1121
1051
|
|
|
1122
|
-
:
|
|
1052
|
+
:return: The RNA type or default when not found.
|
|
1123
1053
|
"""
|
|
1124
1054
|
|
|
1125
|
-
|
|
1055
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1056
|
+
"""
|
|
1057
|
+
|
|
1058
|
+
:return: The class or default when not found.
|
|
1059
|
+
"""
|
|
1060
|
+
|
|
1061
|
+
class CLIP_PT_mask_layers(
|
|
1062
|
+
bl_ui.properties_mask_common.MASK_PT_layers, _bpy_types.Panel
|
|
1063
|
+
):
|
|
1126
1064
|
bl_category: typing.Any
|
|
1127
1065
|
bl_label: typing.Any
|
|
1128
|
-
bl_options: typing.Any
|
|
1129
1066
|
bl_region_type: typing.Any
|
|
1130
1067
|
bl_rna: typing.Any
|
|
1131
1068
|
bl_space_type: typing.Any
|
|
@@ -1135,19 +1072,15 @@ class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, _bpy_types.Panel):
|
|
|
1135
1072
|
"""
|
|
1136
1073
|
|
|
1137
1074
|
:return: The RNA type or default when not found.
|
|
1138
|
-
:rtype: bpy.types.Struct
|
|
1139
1075
|
"""
|
|
1140
1076
|
|
|
1141
1077
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1142
1078
|
"""
|
|
1143
1079
|
|
|
1144
1080
|
:return: The class or default when not found.
|
|
1145
|
-
:rtype: typing.Any
|
|
1146
1081
|
"""
|
|
1147
1082
|
|
|
1148
|
-
class
|
|
1149
|
-
bl_ui.properties_mask_common.MASK_PT_animation, _bpy_types.Panel
|
|
1150
|
-
):
|
|
1083
|
+
class CLIP_PT_objects(CLIP_PT_clip_view_panel, _bpy_types.Panel):
|
|
1151
1084
|
bl_category: typing.Any
|
|
1152
1085
|
bl_label: typing.Any
|
|
1153
1086
|
bl_options: typing.Any
|
|
@@ -1160,44 +1093,49 @@ class CLIP_PT_mask_animation(
|
|
|
1160
1093
|
"""
|
|
1161
1094
|
|
|
1162
1095
|
:return: The RNA type or default when not found.
|
|
1163
|
-
:rtype: bpy.types.Struct
|
|
1164
1096
|
"""
|
|
1165
1097
|
|
|
1166
1098
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1167
1099
|
"""
|
|
1168
1100
|
|
|
1169
1101
|
:return: The class or default when not found.
|
|
1170
|
-
:rtype: typing.Any
|
|
1171
1102
|
"""
|
|
1172
1103
|
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1104
|
+
def draw(self, context) -> None:
|
|
1105
|
+
"""
|
|
1106
|
+
|
|
1107
|
+
:param context:
|
|
1108
|
+
"""
|
|
1109
|
+
|
|
1110
|
+
class CLIP_PT_overlay(_bpy_types.Panel):
|
|
1176
1111
|
bl_label: typing.Any
|
|
1177
1112
|
bl_region_type: typing.Any
|
|
1178
1113
|
bl_rna: typing.Any
|
|
1179
1114
|
bl_space_type: typing.Any
|
|
1115
|
+
bl_ui_units_x: typing.Any
|
|
1180
1116
|
id_data: typing.Any
|
|
1181
1117
|
|
|
1182
1118
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1183
1119
|
"""
|
|
1184
1120
|
|
|
1185
1121
|
:return: The RNA type or default when not found.
|
|
1186
|
-
:rtype: bpy.types.Struct
|
|
1187
1122
|
"""
|
|
1188
1123
|
|
|
1189
1124
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1190
1125
|
"""
|
|
1191
1126
|
|
|
1192
1127
|
:return: The class or default when not found.
|
|
1193
|
-
:rtype: typing.Any
|
|
1194
1128
|
"""
|
|
1195
1129
|
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1130
|
+
def draw(self, _context) -> None:
|
|
1131
|
+
"""
|
|
1132
|
+
|
|
1133
|
+
:param _context:
|
|
1134
|
+
"""
|
|
1135
|
+
|
|
1136
|
+
class CLIP_PT_overlay_display(_bpy_types.Panel):
|
|
1200
1137
|
bl_label: typing.Any
|
|
1138
|
+
bl_parent_id: typing.Any
|
|
1201
1139
|
bl_region_type: typing.Any
|
|
1202
1140
|
bl_rna: typing.Any
|
|
1203
1141
|
bl_space_type: typing.Any
|
|
@@ -1207,20 +1145,23 @@ class CLIP_PT_mask_layers(
|
|
|
1207
1145
|
"""
|
|
1208
1146
|
|
|
1209
1147
|
:return: The RNA type or default when not found.
|
|
1210
|
-
:rtype: bpy.types.Struct
|
|
1211
1148
|
"""
|
|
1212
1149
|
|
|
1213
1150
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1214
1151
|
"""
|
|
1215
1152
|
|
|
1216
1153
|
:return: The class or default when not found.
|
|
1217
|
-
:rtype: typing.Any
|
|
1218
1154
|
"""
|
|
1219
1155
|
|
|
1220
|
-
|
|
1221
|
-
|
|
1156
|
+
def draw(self, context) -> None:
|
|
1157
|
+
"""
|
|
1158
|
+
|
|
1159
|
+
:param context:
|
|
1160
|
+
"""
|
|
1161
|
+
|
|
1162
|
+
class CLIP_PT_overlay_guides(_bpy_types.Panel):
|
|
1222
1163
|
bl_label: typing.Any
|
|
1223
|
-
|
|
1164
|
+
bl_parent_id: typing.Any
|
|
1224
1165
|
bl_region_type: typing.Any
|
|
1225
1166
|
bl_rna: typing.Any
|
|
1226
1167
|
bl_space_type: typing.Any
|
|
@@ -1230,14 +1171,12 @@ class CLIP_PT_objects(CLIP_PT_clip_view_panel, _bpy_types.Panel):
|
|
|
1230
1171
|
"""
|
|
1231
1172
|
|
|
1232
1173
|
:return: The RNA type or default when not found.
|
|
1233
|
-
:rtype: bpy.types.Struct
|
|
1234
1174
|
"""
|
|
1235
1175
|
|
|
1236
1176
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1237
1177
|
"""
|
|
1238
1178
|
|
|
1239
1179
|
:return: The class or default when not found.
|
|
1240
|
-
:rtype: typing.Any
|
|
1241
1180
|
"""
|
|
1242
1181
|
|
|
1243
1182
|
def draw(self, context) -> None:
|
|
@@ -1246,6 +1185,35 @@ class CLIP_PT_objects(CLIP_PT_clip_view_panel, _bpy_types.Panel):
|
|
|
1246
1185
|
:param context:
|
|
1247
1186
|
"""
|
|
1248
1187
|
|
|
1188
|
+
class CLIP_PT_overlay_mask(
|
|
1189
|
+
bl_ui.properties_mask_common.MASK_PT_display, _bpy_types.Panel
|
|
1190
|
+
):
|
|
1191
|
+
bl_label: typing.Any
|
|
1192
|
+
bl_parent_id: typing.Any
|
|
1193
|
+
bl_region_type: typing.Any
|
|
1194
|
+
bl_rna: typing.Any
|
|
1195
|
+
bl_space_type: typing.Any
|
|
1196
|
+
id_data: typing.Any
|
|
1197
|
+
|
|
1198
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1199
|
+
"""
|
|
1200
|
+
|
|
1201
|
+
:return: The RNA type or default when not found.
|
|
1202
|
+
"""
|
|
1203
|
+
|
|
1204
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1205
|
+
"""
|
|
1206
|
+
|
|
1207
|
+
:return: The class or default when not found.
|
|
1208
|
+
"""
|
|
1209
|
+
|
|
1210
|
+
@classmethod
|
|
1211
|
+
def poll(cls, context) -> None:
|
|
1212
|
+
"""
|
|
1213
|
+
|
|
1214
|
+
:param context:
|
|
1215
|
+
"""
|
|
1216
|
+
|
|
1249
1217
|
class CLIP_PT_plane_track(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
1250
1218
|
bl_category: typing.Any
|
|
1251
1219
|
bl_label: typing.Any
|
|
@@ -1259,14 +1227,12 @@ class CLIP_PT_plane_track(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
1259
1227
|
"""
|
|
1260
1228
|
|
|
1261
1229
|
:return: The RNA type or default when not found.
|
|
1262
|
-
:rtype: bpy.types.Struct
|
|
1263
1230
|
"""
|
|
1264
1231
|
|
|
1265
1232
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1266
1233
|
"""
|
|
1267
1234
|
|
|
1268
1235
|
:return: The class or default when not found.
|
|
1269
|
-
:rtype: typing.Any
|
|
1270
1236
|
"""
|
|
1271
1237
|
|
|
1272
1238
|
def draw(self, context) -> None:
|
|
@@ -1287,14 +1253,12 @@ class CLIP_PT_proportional_edit(_bpy_types.Panel):
|
|
|
1287
1253
|
"""
|
|
1288
1254
|
|
|
1289
1255
|
:return: The RNA type or default when not found.
|
|
1290
|
-
:rtype: bpy.types.Struct
|
|
1291
1256
|
"""
|
|
1292
1257
|
|
|
1293
1258
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1294
1259
|
"""
|
|
1295
1260
|
|
|
1296
1261
|
:return: The class or default when not found.
|
|
1297
|
-
:rtype: typing.Any
|
|
1298
1262
|
"""
|
|
1299
1263
|
|
|
1300
1264
|
def draw(self, context) -> None:
|
|
@@ -1316,14 +1280,12 @@ class CLIP_PT_proxy(CLIP_PT_clip_view_panel, _bpy_types.Panel):
|
|
|
1316
1280
|
"""
|
|
1317
1281
|
|
|
1318
1282
|
:return: The RNA type or default when not found.
|
|
1319
|
-
:rtype: bpy.types.Struct
|
|
1320
1283
|
"""
|
|
1321
1284
|
|
|
1322
1285
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1323
1286
|
"""
|
|
1324
1287
|
|
|
1325
1288
|
:return: The class or default when not found.
|
|
1326
|
-
:rtype: typing.Any
|
|
1327
1289
|
"""
|
|
1328
1290
|
|
|
1329
1291
|
def draw(self, context) -> None:
|
|
@@ -1358,14 +1320,12 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, _bpy_types.Panel):
|
|
|
1358
1320
|
"""
|
|
1359
1321
|
|
|
1360
1322
|
:return: The RNA type or default when not found.
|
|
1361
|
-
:rtype: bpy.types.Struct
|
|
1362
1323
|
"""
|
|
1363
1324
|
|
|
1364
1325
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1365
1326
|
"""
|
|
1366
1327
|
|
|
1367
1328
|
:return: The class or default when not found.
|
|
1368
|
-
:rtype: typing.Any
|
|
1369
1329
|
"""
|
|
1370
1330
|
|
|
1371
1331
|
def draw(self, context) -> None:
|
|
@@ -1400,14 +1360,12 @@ class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
1400
1360
|
"""
|
|
1401
1361
|
|
|
1402
1362
|
:return: The RNA type or default when not found.
|
|
1403
|
-
:rtype: bpy.types.Struct
|
|
1404
1363
|
"""
|
|
1405
1364
|
|
|
1406
1365
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1407
1366
|
"""
|
|
1408
1367
|
|
|
1409
1368
|
:return: The class or default when not found.
|
|
1410
|
-
:rtype: typing.Any
|
|
1411
1369
|
"""
|
|
1412
1370
|
|
|
1413
1371
|
def draw(self, context) -> None:
|
|
@@ -1429,14 +1387,12 @@ class CLIP_PT_tools_clip(_bpy_types.Panel):
|
|
|
1429
1387
|
"""
|
|
1430
1388
|
|
|
1431
1389
|
:return: The RNA type or default when not found.
|
|
1432
|
-
:rtype: bpy.types.Struct
|
|
1433
1390
|
"""
|
|
1434
1391
|
|
|
1435
1392
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1436
1393
|
"""
|
|
1437
1394
|
|
|
1438
1395
|
:return: The class or default when not found.
|
|
1439
|
-
:rtype: typing.Any
|
|
1440
1396
|
"""
|
|
1441
1397
|
|
|
1442
1398
|
def draw(self, _context) -> None:
|
|
@@ -1465,14 +1421,12 @@ class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
1465
1421
|
"""
|
|
1466
1422
|
|
|
1467
1423
|
:return: The RNA type or default when not found.
|
|
1468
|
-
:rtype: bpy.types.Struct
|
|
1469
1424
|
"""
|
|
1470
1425
|
|
|
1471
1426
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1472
1427
|
"""
|
|
1473
1428
|
|
|
1474
1429
|
:return: The class or default when not found.
|
|
1475
|
-
:rtype: typing.Any
|
|
1476
1430
|
"""
|
|
1477
1431
|
|
|
1478
1432
|
def draw(self, _context) -> None:
|
|
@@ -1495,14 +1449,12 @@ class CLIP_PT_tools_grease_pencil_draw(
|
|
|
1495
1449
|
"""
|
|
1496
1450
|
|
|
1497
1451
|
:return: The RNA type or default when not found.
|
|
1498
|
-
:rtype: bpy.types.Struct
|
|
1499
1452
|
"""
|
|
1500
1453
|
|
|
1501
1454
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1502
1455
|
"""
|
|
1503
1456
|
|
|
1504
1457
|
:return: The class or default when not found.
|
|
1505
|
-
:rtype: typing.Any
|
|
1506
1458
|
"""
|
|
1507
1459
|
|
|
1508
1460
|
class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
@@ -1511,20 +1463,19 @@ class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
1511
1463
|
bl_region_type: typing.Any
|
|
1512
1464
|
bl_rna: typing.Any
|
|
1513
1465
|
bl_space_type: typing.Any
|
|
1466
|
+
bl_translation_context: typing.Any
|
|
1514
1467
|
id_data: typing.Any
|
|
1515
1468
|
|
|
1516
1469
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1517
1470
|
"""
|
|
1518
1471
|
|
|
1519
1472
|
:return: The RNA type or default when not found.
|
|
1520
|
-
:rtype: bpy.types.Struct
|
|
1521
1473
|
"""
|
|
1522
1474
|
|
|
1523
1475
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1524
1476
|
"""
|
|
1525
1477
|
|
|
1526
1478
|
:return: The class or default when not found.
|
|
1527
|
-
:rtype: typing.Any
|
|
1528
1479
|
"""
|
|
1529
1480
|
|
|
1530
1481
|
def draw(self, _context) -> None:
|
|
@@ -1547,14 +1498,12 @@ class CLIP_PT_tools_mask_tools(
|
|
|
1547
1498
|
"""
|
|
1548
1499
|
|
|
1549
1500
|
:return: The RNA type or default when not found.
|
|
1550
|
-
:rtype: bpy.types.Struct
|
|
1551
1501
|
"""
|
|
1552
1502
|
|
|
1553
1503
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1554
1504
|
"""
|
|
1555
1505
|
|
|
1556
1506
|
:return: The class or default when not found.
|
|
1557
|
-
:rtype: typing.Any
|
|
1558
1507
|
"""
|
|
1559
1508
|
|
|
1560
1509
|
class CLIP_PT_tools_mask_transforms(
|
|
@@ -1571,14 +1520,12 @@ class CLIP_PT_tools_mask_transforms(
|
|
|
1571
1520
|
"""
|
|
1572
1521
|
|
|
1573
1522
|
:return: The RNA type or default when not found.
|
|
1574
|
-
:rtype: bpy.types.Struct
|
|
1575
1523
|
"""
|
|
1576
1524
|
|
|
1577
1525
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1578
1526
|
"""
|
|
1579
1527
|
|
|
1580
1528
|
:return: The class or default when not found.
|
|
1581
|
-
:rtype: typing.Any
|
|
1582
1529
|
"""
|
|
1583
1530
|
|
|
1584
1531
|
class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, _bpy_types.Panel):
|
|
@@ -1593,14 +1540,12 @@ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, _bpy_types.Panel):
|
|
|
1593
1540
|
"""
|
|
1594
1541
|
|
|
1595
1542
|
:return: The RNA type or default when not found.
|
|
1596
|
-
:rtype: bpy.types.Struct
|
|
1597
1543
|
"""
|
|
1598
1544
|
|
|
1599
1545
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1600
1546
|
"""
|
|
1601
1547
|
|
|
1602
1548
|
:return: The class or default when not found.
|
|
1603
|
-
:rtype: typing.Any
|
|
1604
1549
|
"""
|
|
1605
1550
|
|
|
1606
1551
|
def draw(self, context) -> None:
|
|
@@ -1628,14 +1573,12 @@ class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
1628
1573
|
"""
|
|
1629
1574
|
|
|
1630
1575
|
:return: The RNA type or default when not found.
|
|
1631
|
-
:rtype: bpy.types.Struct
|
|
1632
1576
|
"""
|
|
1633
1577
|
|
|
1634
1578
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1635
1579
|
"""
|
|
1636
1580
|
|
|
1637
1581
|
:return: The class or default when not found.
|
|
1638
|
-
:rtype: typing.Any
|
|
1639
1582
|
"""
|
|
1640
1583
|
|
|
1641
1584
|
def draw(self, context) -> None:
|
|
@@ -1657,14 +1600,12 @@ class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
1657
1600
|
"""
|
|
1658
1601
|
|
|
1659
1602
|
:return: The RNA type or default when not found.
|
|
1660
|
-
:rtype: bpy.types.Struct
|
|
1661
1603
|
"""
|
|
1662
1604
|
|
|
1663
1605
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1664
1606
|
"""
|
|
1665
1607
|
|
|
1666
1608
|
:return: The class or default when not found.
|
|
1667
|
-
:rtype: typing.Any
|
|
1668
1609
|
"""
|
|
1669
1610
|
|
|
1670
1611
|
def draw(self, _context) -> None:
|
|
@@ -1685,14 +1626,12 @@ class CLIP_PT_tools_scenesetup(_bpy_types.Panel):
|
|
|
1685
1626
|
"""
|
|
1686
1627
|
|
|
1687
1628
|
:return: The RNA type or default when not found.
|
|
1688
|
-
:rtype: bpy.types.Struct
|
|
1689
1629
|
"""
|
|
1690
1630
|
|
|
1691
1631
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1692
1632
|
"""
|
|
1693
1633
|
|
|
1694
1634
|
:return: The class or default when not found.
|
|
1695
|
-
:rtype: typing.Any
|
|
1696
1635
|
"""
|
|
1697
1636
|
|
|
1698
1637
|
def draw(self, _context) -> None:
|
|
@@ -1720,14 +1659,12 @@ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
1720
1659
|
"""
|
|
1721
1660
|
|
|
1722
1661
|
:return: The RNA type or default when not found.
|
|
1723
|
-
:rtype: bpy.types.Struct
|
|
1724
1662
|
"""
|
|
1725
1663
|
|
|
1726
1664
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1727
1665
|
"""
|
|
1728
1666
|
|
|
1729
1667
|
:return: The class or default when not found.
|
|
1730
|
-
:rtype: typing.Any
|
|
1731
1668
|
"""
|
|
1732
1669
|
|
|
1733
1670
|
def draw(self, context) -> None:
|
|
@@ -1750,14 +1687,12 @@ class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
1750
1687
|
"""
|
|
1751
1688
|
|
|
1752
1689
|
:return: The RNA type or default when not found.
|
|
1753
|
-
:rtype: bpy.types.Struct
|
|
1754
1690
|
"""
|
|
1755
1691
|
|
|
1756
1692
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1757
1693
|
"""
|
|
1758
1694
|
|
|
1759
1695
|
:return: The class or default when not found.
|
|
1760
|
-
:rtype: typing.Any
|
|
1761
1696
|
"""
|
|
1762
1697
|
|
|
1763
1698
|
def draw(self, _context) -> None:
|
|
@@ -1779,14 +1714,12 @@ class CLIP_PT_track(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
1779
1714
|
"""
|
|
1780
1715
|
|
|
1781
1716
|
:return: The RNA type or default when not found.
|
|
1782
|
-
:rtype: bpy.types.Struct
|
|
1783
1717
|
"""
|
|
1784
1718
|
|
|
1785
1719
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1786
1720
|
"""
|
|
1787
1721
|
|
|
1788
1722
|
:return: The class or default when not found.
|
|
1789
|
-
:rtype: typing.Any
|
|
1790
1723
|
"""
|
|
1791
1724
|
|
|
1792
1725
|
def draw(self, context) -> None:
|
|
@@ -1811,14 +1744,12 @@ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
|
|
|
1811
1744
|
"""
|
|
1812
1745
|
|
|
1813
1746
|
:return: The RNA type or default when not found.
|
|
1814
|
-
:rtype: bpy.types.Struct
|
|
1815
1747
|
"""
|
|
1816
1748
|
|
|
1817
1749
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1818
1750
|
"""
|
|
1819
1751
|
|
|
1820
1752
|
:return: The class or default when not found.
|
|
1821
|
-
:rtype: typing.Any
|
|
1822
1753
|
"""
|
|
1823
1754
|
|
|
1824
1755
|
class CLIP_PT_track_settings(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
@@ -1834,14 +1765,12 @@ class CLIP_PT_track_settings(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
1834
1765
|
"""
|
|
1835
1766
|
|
|
1836
1767
|
:return: The RNA type or default when not found.
|
|
1837
|
-
:rtype: bpy.types.Struct
|
|
1838
1768
|
"""
|
|
1839
1769
|
|
|
1840
1770
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1841
1771
|
"""
|
|
1842
1772
|
|
|
1843
1773
|
:return: The class or default when not found.
|
|
1844
|
-
:rtype: typing.Any
|
|
1845
1774
|
"""
|
|
1846
1775
|
|
|
1847
1776
|
def draw(self, context) -> None:
|
|
@@ -1864,14 +1793,12 @@ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
1864
1793
|
"""
|
|
1865
1794
|
|
|
1866
1795
|
:return: The RNA type or default when not found.
|
|
1867
|
-
:rtype: bpy.types.Struct
|
|
1868
1796
|
"""
|
|
1869
1797
|
|
|
1870
1798
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1871
1799
|
"""
|
|
1872
1800
|
|
|
1873
1801
|
:return: The class or default when not found.
|
|
1874
|
-
:rtype: typing.Any
|
|
1875
1802
|
"""
|
|
1876
1803
|
|
|
1877
1804
|
def draw(self, context) -> None:
|
|
@@ -1900,14 +1827,12 @@ class CLIP_PT_tracking_camera(_bpy_types.Panel):
|
|
|
1900
1827
|
"""
|
|
1901
1828
|
|
|
1902
1829
|
:return: The RNA type or default when not found.
|
|
1903
|
-
:rtype: bpy.types.Struct
|
|
1904
1830
|
"""
|
|
1905
1831
|
|
|
1906
1832
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1907
1833
|
"""
|
|
1908
1834
|
|
|
1909
1835
|
:return: The class or default when not found.
|
|
1910
|
-
:rtype: typing.Any
|
|
1911
1836
|
"""
|
|
1912
1837
|
|
|
1913
1838
|
def draw(self, context) -> None:
|
|
@@ -1944,14 +1869,12 @@ class CLIP_PT_tracking_lens(_bpy_types.Panel):
|
|
|
1944
1869
|
"""
|
|
1945
1870
|
|
|
1946
1871
|
:return: The RNA type or default when not found.
|
|
1947
|
-
:rtype: bpy.types.Struct
|
|
1948
1872
|
"""
|
|
1949
1873
|
|
|
1950
1874
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1951
1875
|
"""
|
|
1952
1876
|
|
|
1953
1877
|
:return: The class or default when not found.
|
|
1954
|
-
:rtype: typing.Any
|
|
1955
1878
|
"""
|
|
1956
1879
|
|
|
1957
1880
|
def draw(self, context) -> None:
|
|
@@ -1987,14 +1910,12 @@ class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
1987
1910
|
"""
|
|
1988
1911
|
|
|
1989
1912
|
:return: The RNA type or default when not found.
|
|
1990
|
-
:rtype: bpy.types.Struct
|
|
1991
1913
|
"""
|
|
1992
1914
|
|
|
1993
1915
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1994
1916
|
"""
|
|
1995
1917
|
|
|
1996
1918
|
:return: The class or default when not found.
|
|
1997
|
-
:rtype: typing.Any
|
|
1998
1919
|
"""
|
|
1999
1920
|
|
|
2000
1921
|
def draw(self, context) -> None:
|
|
@@ -2010,6 +1931,7 @@ class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
2010
1931
|
"""
|
|
2011
1932
|
|
|
2012
1933
|
class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
1934
|
+
bl_category: typing.Any
|
|
2013
1935
|
bl_label: typing.Any
|
|
2014
1936
|
bl_options: typing.Any
|
|
2015
1937
|
bl_parent_id: typing.Any
|
|
@@ -2022,14 +1944,12 @@ class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, _bpy_types.Panel)
|
|
|
2022
1944
|
"""
|
|
2023
1945
|
|
|
2024
1946
|
:return: The RNA type or default when not found.
|
|
2025
|
-
:rtype: bpy.types.Struct
|
|
2026
1947
|
"""
|
|
2027
1948
|
|
|
2028
1949
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2029
1950
|
"""
|
|
2030
1951
|
|
|
2031
1952
|
:return: The class or default when not found.
|
|
2032
|
-
:rtype: typing.Any
|
|
2033
1953
|
"""
|
|
2034
1954
|
|
|
2035
1955
|
def draw(self, context) -> None:
|
|
@@ -2054,14 +1974,12 @@ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, _bpy_types.Pane
|
|
|
2054
1974
|
"""
|
|
2055
1975
|
|
|
2056
1976
|
:return: The RNA type or default when not found.
|
|
2057
|
-
:rtype: bpy.types.Struct
|
|
2058
1977
|
"""
|
|
2059
1978
|
|
|
2060
1979
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2061
1980
|
"""
|
|
2062
1981
|
|
|
2063
1982
|
:return: The class or default when not found.
|
|
2064
|
-
:rtype: typing.Any
|
|
2065
1983
|
"""
|
|
2066
1984
|
|
|
2067
1985
|
class CLIP_UL_tracking_objects(_bpy_types.UIList):
|
|
@@ -2072,14 +1990,12 @@ class CLIP_UL_tracking_objects(_bpy_types.UIList):
|
|
|
2072
1990
|
"""
|
|
2073
1991
|
|
|
2074
1992
|
:return: The RNA type or default when not found.
|
|
2075
|
-
:rtype: bpy.types.Struct
|
|
2076
1993
|
"""
|
|
2077
1994
|
|
|
2078
1995
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2079
1996
|
"""
|
|
2080
1997
|
|
|
2081
1998
|
:return: The class or default when not found.
|
|
2082
|
-
:rtype: typing.Any
|
|
2083
1999
|
"""
|
|
2084
2000
|
|
|
2085
2001
|
def draw_item(
|