fake-bpy-module 20240517__py3-none-any.whl → 20240519__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/__init__.pyi +2 -1
- _bpy_internal/freedesktop/__init__.pyi +20 -86
- addon_utils/__init__.pyi +7 -31
- animsys_refactor/__init__.pyi +7 -26
- aud/__init__.pyi +3 -5
- bgl/__init__.pyi +2 -1630
- bl_app_override/__init__.pyi +5 -15
- bl_app_override/helpers/__init__.pyi +4 -23
- bl_app_template_utils/__init__.pyi +5 -16
- bl_console_utils/__init__.pyi +2 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
- bl_i18n_utils/__init__.pyi +2 -1
- bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
- bl_i18n_utils/merge_po/__init__.pyi +3 -5
- bl_i18n_utils/settings/__init__.pyi +4 -23
- bl_i18n_utils/utils/__init__.pyi +10 -66
- bl_i18n_utils/utils_cli/__init__.pyi +9 -31
- bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
- bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
- bl_keymap_utils/__init__.pyi +2 -1
- bl_keymap_utils/io/__init__.pyi +10 -40
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
- bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
- bl_keymap_utils/versioning/__init__.pyi +3 -5
- bl_math/__init__.pyi +2 -1
- bl_operators/__init__.pyi +4 -10
- bl_operators/add_mesh_torus/__init__.pyi +4 -19
- bl_operators/anim/__init__.pyi +2 -71
- bl_operators/assets/__init__.pyi +2 -30
- bl_operators/bmesh/__init__.pyi +2 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
- bl_operators/clip/__init__.pyi +7 -115
- bl_operators/console/__init__.pyi +2 -38
- bl_operators/constraint/__init__.pyi +2 -37
- bl_operators/file/__init__.pyi +2 -28
- bl_operators/freestyle/__init__.pyi +2 -37
- bl_operators/geometry_nodes/__init__.pyi +15 -103
- bl_operators/image/__init__.pyi +2 -52
- bl_operators/mesh/__init__.pyi +2 -28
- bl_operators/node/__init__.pyi +2 -105
- bl_operators/object/__init__.pyi +2 -138
- bl_operators/object_align/__init__.pyi +5 -24
- bl_operators/object_quick_effects/__init__.pyi +4 -49
- bl_operators/object_randomize_transform/__init__.pyi +5 -14
- bl_operators/presets/__init__.pyi +4 -376
- bl_operators/rigidbody/__init__.pyi +2 -28
- bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
- bl_operators/sequencer/__init__.pyi +3 -104
- bl_operators/spreadsheet/__init__.pyi +2 -10
- bl_operators/userpref/__init__.pyi +3 -201
- bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
- bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
- bl_operators/uvcalc_transform/__init__.pyi +13 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
- bl_operators/view3d/__init__.pyi +2 -64
- bl_operators/wm/__init__.pyi +16 -451
- bl_operators/world/__init__.pyi +2 -10
- bl_previews_utils/__init__.pyi +2 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
- bl_rna_utils/__init__.pyi +2 -1
- bl_rna_utils/data_path/__init__.pyi +2 -2
- bl_text_utils/__init__.pyi +2 -1
- bl_text_utils/external_editor/__init__.pyi +3 -5
- bl_ui/__init__.pyi +32 -141
- bl_ui/anim/__init__.pyi +3 -12
- bl_ui/asset_shelf/__init__.pyi +3 -16
- bl_ui/generic_ui_list/__init__.pyi +4 -31
- bl_ui/node_add_menu/__init__.pyi +6 -28
- bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
- bl_ui/node_add_menu_shader/__init__.pyi +20 -170
- bl_ui/node_add_menu_texture/__init__.pyi +11 -118
- bl_ui/properties_animviz/__init__.pyi +2 -15
- bl_ui/properties_collection/__init__.pyi +9 -112
- bl_ui/properties_constraint/__init__.pyi +81 -1524
- bl_ui/properties_data_armature/__init__.pyi +14 -214
- bl_ui/properties_data_bone/__init__.pyi +12 -198
- bl_ui/properties_data_camera/__init__.pyi +17 -312
- bl_ui/properties_data_curve/__init__.pyi +17 -319
- bl_ui/properties_data_curves/__init__.pyi +8 -108
- bl_ui/properties_data_empty/__init__.pyi +4 -44
- bl_ui/properties_data_gpencil/__init__.pyi +20 -350
- bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
- bl_ui/properties_data_lattice/__init__.pyi +5 -65
- bl_ui/properties_data_light/__init__.pyi +14 -264
- bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
- bl_ui/properties_data_mesh/__init__.pyi +23 -325
- bl_ui/properties_data_metaball/__init__.pyi +7 -103
- bl_ui/properties_data_modifier/__init__.pyi +10 -178
- bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
- bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
- bl_ui/properties_data_speaker/__init__.pyi +7 -111
- bl_ui/properties_data_volume/__init__.pyi +10 -156
- bl_ui/properties_freestyle/__init__.pyi +31 -615
- bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
- bl_ui/properties_mask_common/__init__.pyi +10 -111
- bl_ui/properties_material/__init__.pyi +20 -331
- bl_ui/properties_material_gpencil/__init__.pyi +12 -182
- bl_ui/properties_object/__init__.pyi +16 -276
- bl_ui/properties_output/__init__.pyi +20 -370
- bl_ui/properties_paint_common/__init__.pyi +14 -106
- bl_ui/properties_particle/__init__.pyi +58 -1159
- bl_ui/properties_physics_cloth/__init__.pyi +17 -314
- bl_ui/properties_physics_common/__init__.pyi +9 -58
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
- bl_ui/properties_physics_field/__init__.pyi +13 -218
- bl_ui/properties_physics_fluid/__init__.pyi +30 -626
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
- bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
- bl_ui/properties_physics_softbody/__init__.pyi +18 -353
- bl_ui/properties_render/__init__.pyi +56 -1146
- bl_ui/properties_scene/__init__.pyi +17 -298
- bl_ui/properties_texture/__init__.pyi +30 -577
- bl_ui/properties_view_layer/__init__.pyi +20 -346
- bl_ui/properties_workspace/__init__.pyi +6 -80
- bl_ui/properties_world/__init__.pyi +12 -220
- bl_ui/space_clip/__init__.pyi +73 -1090
- bl_ui/space_console/__init__.pyi +9 -73
- bl_ui/space_dopesheet/__init__.pyi +33 -485
- bl_ui/space_filebrowser/__init__.pyi +36 -431
- bl_ui/space_graph/__init__.pyi +22 -237
- bl_ui/space_image/__init__.pyi +70 -1089
- bl_ui/space_info/__init__.pyi +8 -71
- bl_ui/space_nla/__init__.pyi +19 -210
- bl_ui/space_node/__init__.pyi +32 -436
- bl_ui/space_outliner/__init__.pyi +17 -165
- bl_ui/space_properties/__init__.pyi +5 -42
- bl_ui/space_sequencer/__init__.pyi +79 -1142
- bl_ui/space_spreadsheet/__init__.pyi +3 -12
- bl_ui/space_statusbar/__init__.pyi +3 -12
- bl_ui/space_text/__init__.pyi +18 -193
- bl_ui/space_time/__init__.pyi +10 -111
- bl_ui/space_toolsystem_common/__init__.pyi +42 -200
- bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
- bl_ui/space_topbar/__init__.pyi +29 -335
- bl_ui/space_userpref/__init__.pyi +94 -1576
- bl_ui/space_view3d/__init__.pyi +271 -3438
- bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
- bl_ui/temp_anim_layers/__init__.pyi +4 -22
- bl_ui/utils/__init__.pyi +2 -8
- bl_ui_utils/__init__.pyi +2 -1
- bl_ui_utils/bug_report_url/__init__.pyi +3 -5
- bl_ui_utils/layout/__init__.pyi +2 -1
- blend_render_info/__init__.pyi +4 -10
- blf/__init__.pyi +2 -1
- bmesh/__init__.pyi +2 -1
- bmesh/geometry/__init__.pyi +2 -1
- bmesh/ops/__init__.pyi +2 -1
- bmesh/types/__init__.pyi +29 -45
- bmesh/utils/__init__.pyi +2 -1
- bpy/__init__.pyi +2 -1
- bpy/app/__init__.pyi +2 -1
- bpy/app/handlers/__init__.pyi +2 -1
- bpy/app/icons/__init__.pyi +2 -1
- bpy/app/timers/__init__.pyi +8 -15
- bpy/app/translations/__init__.pyi +2 -1
- bpy/msgbus/__init__.pyi +2 -1
- bpy/ops/__init__.pyi +2 -1
- bpy/ops/action/__init__.pyi +22 -21
- bpy/ops/anim/__init__.pyi +32 -31
- bpy/ops/armature/__init__.pyi +22 -21
- bpy/ops/asset/__init__.pyi +8 -7
- bpy/ops/bl_pkg/__init__.pyi +4 -3
- bpy/ops/boid/__init__.pyi +2 -1
- bpy/ops/brush/__init__.pyi +10 -9
- bpy/ops/buttons/__init__.pyi +10 -9
- bpy/ops/cachefile/__init__.pyi +12 -11
- bpy/ops/camera/__init__.pyi +2 -1
- bpy/ops/clip/__init__.pyi +38 -37
- bpy/ops/cloth/__init__.pyi +2 -1
- bpy/ops/collection/__init__.pyi +8 -7
- bpy/ops/console/__init__.pyi +8 -7
- bpy/ops/constraint/__init__.pyi +30 -29
- bpy/ops/curve/__init__.pyi +32 -31
- bpy/ops/curves/__init__.pyi +10 -9
- bpy/ops/cycles/__init__.pyi +2 -1
- bpy/ops/dpaint/__init__.pyi +4 -3
- bpy/ops/ed/__init__.pyi +6 -5
- bpy/ops/export_anim/__init__.pyi +4 -3
- bpy/ops/export_scene/__init__.pyi +40 -39
- bpy/ops/file/__init__.pyi +20 -19
- bpy/ops/fluid/__init__.pyi +2 -1
- bpy/ops/font/__init__.pyi +22 -21
- bpy/ops/geometry/__init__.pyi +4 -3
- bpy/ops/gizmogroup/__init__.pyi +2 -1
- bpy/ops/gpencil/__init__.pyi +134 -133
- bpy/ops/graph/__init__.pyi +40 -39
- bpy/ops/grease_pencil/__init__.pyi +42 -41
- bpy/ops/image/__init__.pyi +22 -21
- bpy/ops/import_anim/__init__.pyi +10 -9
- bpy/ops/import_curve/__init__.pyi +2 -1
- bpy/ops/import_scene/__init__.pyi +20 -19
- bpy/ops/info/__init__.pyi +6 -5
- bpy/ops/lattice/__init__.pyi +8 -7
- bpy/ops/marker/__init__.pyi +10 -9
- bpy/ops/mask/__init__.pyi +14 -13
- bpy/ops/material/__init__.pyi +2 -1
- bpy/ops/mball/__init__.pyi +8 -7
- bpy/ops/mesh/__init__.pyi +112 -111
- bpy/ops/nla/__init__.pyi +16 -15
- bpy/ops/node/__init__.pyi +32 -31
- bpy/ops/object/__init__.pyi +186 -185
- bpy/ops/outliner/__init__.pyi +38 -37
- bpy/ops/paint/__init__.pyi +50 -49
- bpy/ops/paintcurve/__init__.pyi +2 -1
- bpy/ops/palette/__init__.pyi +6 -5
- bpy/ops/particle/__init__.pyi +16 -15
- bpy/ops/pose/__init__.pyi +32 -31
- bpy/ops/poselib/__init__.pyi +2 -1
- bpy/ops/preferences/__init__.pyi +14 -13
- bpy/ops/ptcache/__init__.pyi +2 -1
- bpy/ops/render/__init__.pyi +4 -3
- bpy/ops/rigidbody/__init__.pyi +10 -9
- bpy/ops/scene/__init__.pyi +18 -17
- bpy/ops/screen/__init__.pyi +16 -15
- bpy/ops/script/__init__.pyi +2 -1
- bpy/ops/sculpt/__init__.pyi +68 -67
- bpy/ops/sculpt_curves/__init__.pyi +4 -3
- bpy/ops/sequencer/__init__.pyi +74 -73
- bpy/ops/sound/__init__.pyi +20 -19
- bpy/ops/spreadsheet/__init__.pyi +2 -1
- bpy/ops/surface/__init__.pyi +14 -13
- bpy/ops/text/__init__.pyi +24 -23
- bpy/ops/text_editor/__init__.pyi +2 -1
- bpy/ops/texture/__init__.pyi +4 -3
- bpy/ops/transform/__init__.pyi +32 -31
- bpy/ops/ui/__init__.pyi +8 -7
- bpy/ops/uilist/__init__.pyi +4 -3
- bpy/ops/uv/__init__.pyi +66 -65
- bpy/ops/view2d/__init__.pyi +2 -1
- bpy/ops/view3d/__init__.pyi +36 -35
- bpy/ops/wm/__init__.pyi +191 -187
- bpy/ops/workspace/__init__.pyi +2 -1
- bpy/ops/world/__init__.pyi +2 -1
- bpy/path/__init__.pyi +2 -1
- bpy/props/__init__.pyi +2 -1
- bpy/types/__init__.pyi +546 -4852
- bpy/utils/__init__.pyi +16 -71
- bpy/utils/previews/__init__.pyi +2 -1
- bpy/utils/units/__init__.pyi +2 -1
- bpy_extras/__init__.pyi +2 -1
- bpy_extras/anim_utils/__init__.pyi +2 -2
- bpy_extras/asset_utils/__init__.pyi +2 -11
- bpy_extras/bmesh_utils/__init__.pyi +3 -5
- bpy_extras/extensions/__init__.pyi +2 -1
- bpy_extras/extensions/junction_module/__init__.pyi +3 -7
- bpy_extras/id_map_utils/__init__.pyi +2 -1
- bpy_extras/image_utils/__init__.pyi +2 -1
- bpy_extras/io_utils/__init__.pyi +6 -25
- bpy_extras/keyconfig_utils/__init__.pyi +4 -10
- bpy_extras/mesh_utils/__init__.pyi +2 -1
- bpy_extras/node_shader_utils/__init__.pyi +46 -286
- bpy_extras/node_utils/__init__.pyi +4 -10
- bpy_extras/object_utils/__init__.pyi +2 -3
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
- bpy_restrict_state/__init__.pyi +3 -15
- bpy_types/__init__.pyi +10 -275
- console_python/__init__.pyi +8 -37
- console_shell/__init__.pyi +8 -26
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
- fake_bpy_module-20240519.dist-info/RECORD +353 -0
- freestyle/__init__.pyi +2 -1
- freestyle/chainingiterators/__init__.pyi +12 -41
- freestyle/functions/__init__.pyi +9 -34
- freestyle/predicates/__init__.pyi +46 -218
- freestyle/shaders/__init__.pyi +2 -11
- freestyle/types/__init__.pyi +2 -1
- freestyle/utils/ContextFunctions/__init__.pyi +2 -1
- freestyle/utils/__init__.pyi +5 -16
- gpu/__init__.pyi +2 -1
- gpu/capabilities/__init__.pyi +2 -1
- gpu/matrix/__init__.pyi +2 -1
- gpu/platform/__init__.pyi +2 -1
- gpu/select/__init__.pyi +2 -1
- gpu/shader/__init__.pyi +2 -1
- gpu/state/__init__.pyi +2 -1
- gpu/texture/__init__.pyi +2 -1
- gpu/types/__init__.pyi +2 -1
- gpu_extras/__init__.pyi +2 -1
- gpu_extras/batch/__init__.pyi +2 -1
- gpu_extras/presets/__init__.pyi +2 -1
- graphviz_export/__init__.pyi +4 -10
- idprop/__init__.pyi +2 -1
- idprop/types/__init__.pyi +8 -34
- imbuf/__init__.pyi +2 -1
- imbuf/types/__init__.pyi +2 -3
- keyingsets_builtins/__init__.pyi +4 -157
- keyingsets_utils/__init__.pyi +17 -71
- mathutils/__init__.pyi +2 -1
- mathutils/bvhtree/__init__.pyi +2 -3
- mathutils/geometry/__init__.pyi +2 -1
- mathutils/interpolate/__init__.pyi +2 -1
- mathutils/kdtree/__init__.pyi +2 -1
- mathutils/noise/__init__.pyi +2 -1
- nodeitems_builtins/__init__.pyi +7 -31
- nodeitems_utils/__init__.pyi +10 -46
- rna_info/__init__.pyi +24 -201
- rna_keymap_ui/__init__.pyi +9 -31
- rna_prop_ui/__init__.pyi +11 -50
- rna_xml/__init__.pyi +8 -30
- sys_info/__init__.pyi +3 -5
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
bl_ui/space_clip/__init__.pyi
CHANGED
|
@@ -5,19 +5,13 @@ import bl_ui.utils
|
|
|
5
5
|
import bpy.types
|
|
6
6
|
import bpy_types
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
9
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
9
10
|
|
|
10
11
|
class CLIP_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
12
|
bl_rna: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
13
|
bl_space_type: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
14
|
id_data: typing.Any
|
|
20
|
-
""" """
|
|
21
15
|
|
|
22
16
|
def append(self, draw_func):
|
|
23
17
|
"""Append a draw function to this menu,
|
|
@@ -102,10 +96,7 @@ class CLIP_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
102
96
|
"""
|
|
103
97
|
...
|
|
104
98
|
|
|
105
|
-
def is_extended(self):
|
|
106
|
-
""" """
|
|
107
|
-
...
|
|
108
|
-
|
|
99
|
+
def is_extended(self): ...
|
|
109
100
|
def is_property_hidden(self) -> bool:
|
|
110
101
|
"""Check if a property is hidden.
|
|
111
102
|
|
|
@@ -234,19 +225,10 @@ class CLIP_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
234
225
|
...
|
|
235
226
|
|
|
236
227
|
class CLIP_MT_clip(bpy_types.Menu, bpy_types._GenericUI):
|
|
237
|
-
""" """
|
|
238
|
-
|
|
239
228
|
bl_label: typing.Any
|
|
240
|
-
""" """
|
|
241
|
-
|
|
242
229
|
bl_rna: typing.Any
|
|
243
|
-
""" """
|
|
244
|
-
|
|
245
230
|
bl_translation_context: typing.Any
|
|
246
|
-
""" """
|
|
247
|
-
|
|
248
231
|
id_data: typing.Any
|
|
249
|
-
""" """
|
|
250
232
|
|
|
251
233
|
def append(self, draw_func):
|
|
252
234
|
"""Append a draw function to this menu,
|
|
@@ -351,10 +333,7 @@ class CLIP_MT_clip(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
351
333
|
"""
|
|
352
334
|
...
|
|
353
335
|
|
|
354
|
-
def is_extended(self):
|
|
355
|
-
""" """
|
|
356
|
-
...
|
|
357
|
-
|
|
336
|
+
def is_extended(self): ...
|
|
358
337
|
def is_property_hidden(self) -> bool:
|
|
359
338
|
"""Check if a property is hidden.
|
|
360
339
|
|
|
@@ -517,16 +496,9 @@ class CLIP_MT_clip(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
517
496
|
...
|
|
518
497
|
|
|
519
498
|
class CLIP_MT_marker_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
520
|
-
""" """
|
|
521
|
-
|
|
522
499
|
bl_label: typing.Any
|
|
523
|
-
""" """
|
|
524
|
-
|
|
525
500
|
bl_rna: typing.Any
|
|
526
|
-
""" """
|
|
527
|
-
|
|
528
501
|
id_data: typing.Any
|
|
529
|
-
""" """
|
|
530
502
|
|
|
531
503
|
def append(self, draw_func):
|
|
532
504
|
"""Append a draw function to this menu,
|
|
@@ -631,10 +603,7 @@ class CLIP_MT_marker_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
631
603
|
"""
|
|
632
604
|
...
|
|
633
605
|
|
|
634
|
-
def is_extended(self):
|
|
635
|
-
""" """
|
|
636
|
-
...
|
|
637
|
-
|
|
606
|
+
def is_extended(self): ...
|
|
638
607
|
def is_property_hidden(self) -> bool:
|
|
639
608
|
"""Check if a property is hidden.
|
|
640
609
|
|
|
@@ -804,19 +773,10 @@ class CLIP_MT_marker_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
804
773
|
...
|
|
805
774
|
|
|
806
775
|
class CLIP_MT_masking_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
807
|
-
""" """
|
|
808
|
-
|
|
809
776
|
bl_idname: typing.Any
|
|
810
|
-
""" """
|
|
811
|
-
|
|
812
777
|
bl_label: typing.Any
|
|
813
|
-
""" """
|
|
814
|
-
|
|
815
778
|
bl_rna: typing.Any
|
|
816
|
-
""" """
|
|
817
|
-
|
|
818
779
|
id_data: typing.Any
|
|
819
|
-
""" """
|
|
820
780
|
|
|
821
781
|
def append(self, draw_func):
|
|
822
782
|
"""Append a draw function to this menu,
|
|
@@ -921,10 +881,7 @@ class CLIP_MT_masking_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
921
881
|
"""
|
|
922
882
|
...
|
|
923
883
|
|
|
924
|
-
def is_extended(self):
|
|
925
|
-
""" """
|
|
926
|
-
...
|
|
927
|
-
|
|
884
|
+
def is_extended(self): ...
|
|
928
885
|
def is_property_hidden(self) -> bool:
|
|
929
886
|
"""Check if a property is hidden.
|
|
930
887
|
|
|
@@ -1087,16 +1044,9 @@ class CLIP_MT_masking_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1087
1044
|
...
|
|
1088
1045
|
|
|
1089
1046
|
class CLIP_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
1090
|
-
""" """
|
|
1091
|
-
|
|
1092
1047
|
bl_label: typing.Any
|
|
1093
|
-
""" """
|
|
1094
|
-
|
|
1095
1048
|
bl_rna: typing.Any
|
|
1096
|
-
""" """
|
|
1097
|
-
|
|
1098
1049
|
id_data: typing.Any
|
|
1099
|
-
""" """
|
|
1100
1050
|
|
|
1101
1051
|
def append(self, draw_func):
|
|
1102
1052
|
"""Append a draw function to this menu,
|
|
@@ -1201,10 +1151,7 @@ class CLIP_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1201
1151
|
"""
|
|
1202
1152
|
...
|
|
1203
1153
|
|
|
1204
|
-
def is_extended(self):
|
|
1205
|
-
""" """
|
|
1206
|
-
...
|
|
1207
|
-
|
|
1154
|
+
def is_extended(self): ...
|
|
1208
1155
|
def is_property_hidden(self) -> bool:
|
|
1209
1156
|
"""Check if a property is hidden.
|
|
1210
1157
|
|
|
@@ -1367,16 +1314,9 @@ class CLIP_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1367
1314
|
...
|
|
1368
1315
|
|
|
1369
1316
|
class CLIP_MT_plane_track_image_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
1370
|
-
""" """
|
|
1371
|
-
|
|
1372
1317
|
bl_label: typing.Any
|
|
1373
|
-
""" """
|
|
1374
|
-
|
|
1375
1318
|
bl_rna: typing.Any
|
|
1376
|
-
""" """
|
|
1377
|
-
|
|
1378
1319
|
id_data: typing.Any
|
|
1379
|
-
""" """
|
|
1380
1320
|
|
|
1381
1321
|
def append(self, draw_func):
|
|
1382
1322
|
"""Append a draw function to this menu,
|
|
@@ -1481,10 +1421,7 @@ class CLIP_MT_plane_track_image_context_menu(bpy_types.Menu, bpy_types._GenericU
|
|
|
1481
1421
|
"""
|
|
1482
1422
|
...
|
|
1483
1423
|
|
|
1484
|
-
def is_extended(self):
|
|
1485
|
-
""" """
|
|
1486
|
-
...
|
|
1487
|
-
|
|
1424
|
+
def is_extended(self): ...
|
|
1488
1425
|
def is_property_hidden(self) -> bool:
|
|
1489
1426
|
"""Check if a property is hidden.
|
|
1490
1427
|
|
|
@@ -1647,16 +1584,9 @@ class CLIP_MT_plane_track_image_context_menu(bpy_types.Menu, bpy_types._GenericU
|
|
|
1647
1584
|
...
|
|
1648
1585
|
|
|
1649
1586
|
class CLIP_MT_proxy(bpy_types.Menu, bpy_types._GenericUI):
|
|
1650
|
-
""" """
|
|
1651
|
-
|
|
1652
1587
|
bl_label: typing.Any
|
|
1653
|
-
""" """
|
|
1654
|
-
|
|
1655
1588
|
bl_rna: typing.Any
|
|
1656
|
-
""" """
|
|
1657
|
-
|
|
1658
1589
|
id_data: typing.Any
|
|
1659
|
-
""" """
|
|
1660
1590
|
|
|
1661
1591
|
def append(self, draw_func):
|
|
1662
1592
|
"""Append a draw function to this menu,
|
|
@@ -1761,10 +1691,7 @@ class CLIP_MT_proxy(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1761
1691
|
"""
|
|
1762
1692
|
...
|
|
1763
1693
|
|
|
1764
|
-
def is_extended(self):
|
|
1765
|
-
""" """
|
|
1766
|
-
...
|
|
1767
|
-
|
|
1694
|
+
def is_extended(self): ...
|
|
1768
1695
|
def is_property_hidden(self) -> bool:
|
|
1769
1696
|
"""Check if a property is hidden.
|
|
1770
1697
|
|
|
@@ -1927,16 +1854,9 @@ class CLIP_MT_proxy(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1927
1854
|
...
|
|
1928
1855
|
|
|
1929
1856
|
class CLIP_MT_reconstruction(bpy_types.Menu, bpy_types._GenericUI):
|
|
1930
|
-
""" """
|
|
1931
|
-
|
|
1932
1857
|
bl_label: typing.Any
|
|
1933
|
-
""" """
|
|
1934
|
-
|
|
1935
1858
|
bl_rna: typing.Any
|
|
1936
|
-
""" """
|
|
1937
|
-
|
|
1938
1859
|
id_data: typing.Any
|
|
1939
|
-
""" """
|
|
1940
1860
|
|
|
1941
1861
|
def append(self, draw_func):
|
|
1942
1862
|
"""Append a draw function to this menu,
|
|
@@ -2041,10 +1961,7 @@ class CLIP_MT_reconstruction(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2041
1961
|
"""
|
|
2042
1962
|
...
|
|
2043
1963
|
|
|
2044
|
-
def is_extended(self):
|
|
2045
|
-
""" """
|
|
2046
|
-
...
|
|
2047
|
-
|
|
1964
|
+
def is_extended(self): ...
|
|
2048
1965
|
def is_property_hidden(self) -> bool:
|
|
2049
1966
|
"""Check if a property is hidden.
|
|
2050
1967
|
|
|
@@ -2207,16 +2124,9 @@ class CLIP_MT_reconstruction(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2207
2124
|
...
|
|
2208
2125
|
|
|
2209
2126
|
class CLIP_MT_reconstruction_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
2210
|
-
""" """
|
|
2211
|
-
|
|
2212
2127
|
bl_label: typing.Any
|
|
2213
|
-
""" """
|
|
2214
|
-
|
|
2215
2128
|
bl_rna: typing.Any
|
|
2216
|
-
""" """
|
|
2217
|
-
|
|
2218
2129
|
id_data: typing.Any
|
|
2219
|
-
""" """
|
|
2220
2130
|
|
|
2221
2131
|
def append(self, draw_func):
|
|
2222
2132
|
"""Append a draw function to this menu,
|
|
@@ -2321,10 +2231,7 @@ class CLIP_MT_reconstruction_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2321
2231
|
"""
|
|
2322
2232
|
...
|
|
2323
2233
|
|
|
2324
|
-
def is_extended(self):
|
|
2325
|
-
""" """
|
|
2326
|
-
...
|
|
2327
|
-
|
|
2234
|
+
def is_extended(self): ...
|
|
2328
2235
|
def is_property_hidden(self) -> bool:
|
|
2329
2236
|
"""Check if a property is hidden.
|
|
2330
2237
|
|
|
@@ -2494,16 +2401,9 @@ class CLIP_MT_reconstruction_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2494
2401
|
...
|
|
2495
2402
|
|
|
2496
2403
|
class CLIP_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
2497
|
-
""" """
|
|
2498
|
-
|
|
2499
2404
|
bl_label: typing.Any
|
|
2500
|
-
""" """
|
|
2501
|
-
|
|
2502
2405
|
bl_rna: typing.Any
|
|
2503
|
-
""" """
|
|
2504
|
-
|
|
2505
2406
|
id_data: typing.Any
|
|
2506
|
-
""" """
|
|
2507
2407
|
|
|
2508
2408
|
def append(self, draw_func):
|
|
2509
2409
|
"""Append a draw function to this menu,
|
|
@@ -2608,10 +2508,7 @@ class CLIP_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2608
2508
|
"""
|
|
2609
2509
|
...
|
|
2610
2510
|
|
|
2611
|
-
def is_extended(self):
|
|
2612
|
-
""" """
|
|
2613
|
-
...
|
|
2614
|
-
|
|
2511
|
+
def is_extended(self): ...
|
|
2615
2512
|
def is_property_hidden(self) -> bool:
|
|
2616
2513
|
"""Check if a property is hidden.
|
|
2617
2514
|
|
|
@@ -2774,16 +2671,9 @@ class CLIP_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2774
2671
|
...
|
|
2775
2672
|
|
|
2776
2673
|
class CLIP_MT_select_graph(bpy_types.Menu, bpy_types._GenericUI):
|
|
2777
|
-
""" """
|
|
2778
|
-
|
|
2779
2674
|
bl_label: typing.Any
|
|
2780
|
-
""" """
|
|
2781
|
-
|
|
2782
2675
|
bl_rna: typing.Any
|
|
2783
|
-
""" """
|
|
2784
|
-
|
|
2785
2676
|
id_data: typing.Any
|
|
2786
|
-
""" """
|
|
2787
2677
|
|
|
2788
2678
|
def append(self, draw_func):
|
|
2789
2679
|
"""Append a draw function to this menu,
|
|
@@ -2888,10 +2778,7 @@ class CLIP_MT_select_graph(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2888
2778
|
"""
|
|
2889
2779
|
...
|
|
2890
2780
|
|
|
2891
|
-
def is_extended(self):
|
|
2892
|
-
""" """
|
|
2893
|
-
...
|
|
2894
|
-
|
|
2781
|
+
def is_extended(self): ...
|
|
2895
2782
|
def is_property_hidden(self) -> bool:
|
|
2896
2783
|
"""Check if a property is hidden.
|
|
2897
2784
|
|
|
@@ -3054,16 +2941,9 @@ class CLIP_MT_select_graph(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3054
2941
|
...
|
|
3055
2942
|
|
|
3056
2943
|
class CLIP_MT_select_grouped(bpy_types.Menu, bpy_types._GenericUI):
|
|
3057
|
-
""" """
|
|
3058
|
-
|
|
3059
2944
|
bl_label: typing.Any
|
|
3060
|
-
""" """
|
|
3061
|
-
|
|
3062
2945
|
bl_rna: typing.Any
|
|
3063
|
-
""" """
|
|
3064
|
-
|
|
3065
2946
|
id_data: typing.Any
|
|
3066
|
-
""" """
|
|
3067
2947
|
|
|
3068
2948
|
def append(self, draw_func):
|
|
3069
2949
|
"""Append a draw function to this menu,
|
|
@@ -3168,10 +3048,7 @@ class CLIP_MT_select_grouped(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3168
3048
|
"""
|
|
3169
3049
|
...
|
|
3170
3050
|
|
|
3171
|
-
def is_extended(self):
|
|
3172
|
-
""" """
|
|
3173
|
-
...
|
|
3174
|
-
|
|
3051
|
+
def is_extended(self): ...
|
|
3175
3052
|
def is_property_hidden(self) -> bool:
|
|
3176
3053
|
"""Check if a property is hidden.
|
|
3177
3054
|
|
|
@@ -3334,16 +3211,9 @@ class CLIP_MT_select_grouped(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3334
3211
|
...
|
|
3335
3212
|
|
|
3336
3213
|
class CLIP_MT_solving_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
3337
|
-
""" """
|
|
3338
|
-
|
|
3339
3214
|
bl_label: typing.Any
|
|
3340
|
-
""" """
|
|
3341
|
-
|
|
3342
3215
|
bl_rna: typing.Any
|
|
3343
|
-
""" """
|
|
3344
|
-
|
|
3345
3216
|
id_data: typing.Any
|
|
3346
|
-
""" """
|
|
3347
3217
|
|
|
3348
3218
|
def append(self, draw_func):
|
|
3349
3219
|
"""Append a draw function to this menu,
|
|
@@ -3448,10 +3318,7 @@ class CLIP_MT_solving_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3448
3318
|
"""
|
|
3449
3319
|
...
|
|
3450
3320
|
|
|
3451
|
-
def is_extended(self):
|
|
3452
|
-
""" """
|
|
3453
|
-
...
|
|
3454
|
-
|
|
3321
|
+
def is_extended(self): ...
|
|
3455
3322
|
def is_property_hidden(self) -> bool:
|
|
3456
3323
|
"""Check if a property is hidden.
|
|
3457
3324
|
|
|
@@ -3621,16 +3488,9 @@ class CLIP_MT_solving_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3621
3488
|
...
|
|
3622
3489
|
|
|
3623
3490
|
class CLIP_MT_stabilize_2d_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
3624
|
-
""" """
|
|
3625
|
-
|
|
3626
3491
|
bl_label: typing.Any
|
|
3627
|
-
""" """
|
|
3628
|
-
|
|
3629
3492
|
bl_rna: typing.Any
|
|
3630
|
-
""" """
|
|
3631
|
-
|
|
3632
3493
|
id_data: typing.Any
|
|
3633
|
-
""" """
|
|
3634
3494
|
|
|
3635
3495
|
def append(self, draw_func):
|
|
3636
3496
|
"""Append a draw function to this menu,
|
|
@@ -3735,10 +3595,7 @@ class CLIP_MT_stabilize_2d_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3735
3595
|
"""
|
|
3736
3596
|
...
|
|
3737
3597
|
|
|
3738
|
-
def is_extended(self):
|
|
3739
|
-
""" """
|
|
3740
|
-
...
|
|
3741
|
-
|
|
3598
|
+
def is_extended(self): ...
|
|
3742
3599
|
def is_property_hidden(self) -> bool:
|
|
3743
3600
|
"""Check if a property is hidden.
|
|
3744
3601
|
|
|
@@ -3901,16 +3758,9 @@ class CLIP_MT_stabilize_2d_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3901
3758
|
...
|
|
3902
3759
|
|
|
3903
3760
|
class CLIP_MT_stabilize_2d_rotation_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
3904
|
-
""" """
|
|
3905
|
-
|
|
3906
3761
|
bl_label: typing.Any
|
|
3907
|
-
""" """
|
|
3908
|
-
|
|
3909
3762
|
bl_rna: typing.Any
|
|
3910
|
-
""" """
|
|
3911
|
-
|
|
3912
3763
|
id_data: typing.Any
|
|
3913
|
-
""" """
|
|
3914
3764
|
|
|
3915
3765
|
def append(self, draw_func):
|
|
3916
3766
|
"""Append a draw function to this menu,
|
|
@@ -4015,10 +3865,7 @@ class CLIP_MT_stabilize_2d_rotation_context_menu(bpy_types.Menu, bpy_types._Gene
|
|
|
4015
3865
|
"""
|
|
4016
3866
|
...
|
|
4017
3867
|
|
|
4018
|
-
def is_extended(self):
|
|
4019
|
-
""" """
|
|
4020
|
-
...
|
|
4021
|
-
|
|
3868
|
+
def is_extended(self): ...
|
|
4022
3869
|
def is_property_hidden(self) -> bool:
|
|
4023
3870
|
"""Check if a property is hidden.
|
|
4024
3871
|
|
|
@@ -4181,16 +4028,9 @@ class CLIP_MT_stabilize_2d_rotation_context_menu(bpy_types.Menu, bpy_types._Gene
|
|
|
4181
4028
|
...
|
|
4182
4029
|
|
|
4183
4030
|
class CLIP_MT_track(bpy_types.Menu, bpy_types._GenericUI):
|
|
4184
|
-
""" """
|
|
4185
|
-
|
|
4186
4031
|
bl_label: typing.Any
|
|
4187
|
-
""" """
|
|
4188
|
-
|
|
4189
4032
|
bl_rna: typing.Any
|
|
4190
|
-
""" """
|
|
4191
|
-
|
|
4192
4033
|
id_data: typing.Any
|
|
4193
|
-
""" """
|
|
4194
4034
|
|
|
4195
4035
|
def append(self, draw_func):
|
|
4196
4036
|
"""Append a draw function to this menu,
|
|
@@ -4295,10 +4135,7 @@ class CLIP_MT_track(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4295
4135
|
"""
|
|
4296
4136
|
...
|
|
4297
4137
|
|
|
4298
|
-
def is_extended(self):
|
|
4299
|
-
""" """
|
|
4300
|
-
...
|
|
4301
|
-
|
|
4138
|
+
def is_extended(self): ...
|
|
4302
4139
|
def is_property_hidden(self) -> bool:
|
|
4303
4140
|
"""Check if a property is hidden.
|
|
4304
4141
|
|
|
@@ -4461,16 +4298,9 @@ class CLIP_MT_track(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4461
4298
|
...
|
|
4462
4299
|
|
|
4463
4300
|
class CLIP_MT_track_animation(bpy_types.Menu, bpy_types._GenericUI):
|
|
4464
|
-
""" """
|
|
4465
|
-
|
|
4466
4301
|
bl_label: typing.Any
|
|
4467
|
-
""" """
|
|
4468
|
-
|
|
4469
4302
|
bl_rna: typing.Any
|
|
4470
|
-
""" """
|
|
4471
|
-
|
|
4472
4303
|
id_data: typing.Any
|
|
4473
|
-
""" """
|
|
4474
4304
|
|
|
4475
4305
|
def append(self, draw_func):
|
|
4476
4306
|
"""Append a draw function to this menu,
|
|
@@ -4575,10 +4405,7 @@ class CLIP_MT_track_animation(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4575
4405
|
"""
|
|
4576
4406
|
...
|
|
4577
4407
|
|
|
4578
|
-
def is_extended(self):
|
|
4579
|
-
""" """
|
|
4580
|
-
...
|
|
4581
|
-
|
|
4408
|
+
def is_extended(self): ...
|
|
4582
4409
|
def is_property_hidden(self) -> bool:
|
|
4583
4410
|
"""Check if a property is hidden.
|
|
4584
4411
|
|
|
@@ -4741,16 +4568,9 @@ class CLIP_MT_track_animation(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4741
4568
|
...
|
|
4742
4569
|
|
|
4743
4570
|
class CLIP_MT_track_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
4744
|
-
""" """
|
|
4745
|
-
|
|
4746
4571
|
bl_label: typing.Any
|
|
4747
|
-
""" """
|
|
4748
|
-
|
|
4749
4572
|
bl_rna: typing.Any
|
|
4750
|
-
""" """
|
|
4751
|
-
|
|
4752
4573
|
id_data: typing.Any
|
|
4753
|
-
""" """
|
|
4754
4574
|
|
|
4755
4575
|
def append(self, draw_func):
|
|
4756
4576
|
"""Append a draw function to this menu,
|
|
@@ -4855,10 +4675,7 @@ class CLIP_MT_track_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4855
4675
|
"""
|
|
4856
4676
|
...
|
|
4857
4677
|
|
|
4858
|
-
def is_extended(self):
|
|
4859
|
-
""" """
|
|
4860
|
-
...
|
|
4861
|
-
|
|
4678
|
+
def is_extended(self): ...
|
|
4862
4679
|
def is_property_hidden(self) -> bool:
|
|
4863
4680
|
"""Check if a property is hidden.
|
|
4864
4681
|
|
|
@@ -5021,16 +4838,9 @@ class CLIP_MT_track_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5021
4838
|
...
|
|
5022
4839
|
|
|
5023
4840
|
class CLIP_MT_track_clear(bpy_types.Menu, bpy_types._GenericUI):
|
|
5024
|
-
""" """
|
|
5025
|
-
|
|
5026
4841
|
bl_label: typing.Any
|
|
5027
|
-
""" """
|
|
5028
|
-
|
|
5029
4842
|
bl_rna: typing.Any
|
|
5030
|
-
""" """
|
|
5031
|
-
|
|
5032
4843
|
id_data: typing.Any
|
|
5033
|
-
""" """
|
|
5034
4844
|
|
|
5035
4845
|
def append(self, draw_func):
|
|
5036
4846
|
"""Append a draw function to this menu,
|
|
@@ -5135,10 +4945,7 @@ class CLIP_MT_track_clear(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5135
4945
|
"""
|
|
5136
4946
|
...
|
|
5137
4947
|
|
|
5138
|
-
def is_extended(self):
|
|
5139
|
-
""" """
|
|
5140
|
-
...
|
|
5141
|
-
|
|
4948
|
+
def is_extended(self): ...
|
|
5142
4949
|
def is_property_hidden(self) -> bool:
|
|
5143
4950
|
"""Check if a property is hidden.
|
|
5144
4951
|
|
|
@@ -5301,16 +5108,9 @@ class CLIP_MT_track_clear(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5301
5108
|
...
|
|
5302
5109
|
|
|
5303
5110
|
class CLIP_MT_track_motion(bpy_types.Menu, bpy_types._GenericUI):
|
|
5304
|
-
""" """
|
|
5305
|
-
|
|
5306
5111
|
bl_label: typing.Any
|
|
5307
|
-
""" """
|
|
5308
|
-
|
|
5309
5112
|
bl_rna: typing.Any
|
|
5310
|
-
""" """
|
|
5311
|
-
|
|
5312
5113
|
id_data: typing.Any
|
|
5313
|
-
""" """
|
|
5314
5114
|
|
|
5315
5115
|
def append(self, draw_func):
|
|
5316
5116
|
"""Append a draw function to this menu,
|
|
@@ -5415,10 +5215,7 @@ class CLIP_MT_track_motion(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5415
5215
|
"""
|
|
5416
5216
|
...
|
|
5417
5217
|
|
|
5418
|
-
def is_extended(self):
|
|
5419
|
-
""" """
|
|
5420
|
-
...
|
|
5421
|
-
|
|
5218
|
+
def is_extended(self): ...
|
|
5422
5219
|
def is_property_hidden(self) -> bool:
|
|
5423
5220
|
"""Check if a property is hidden.
|
|
5424
5221
|
|
|
@@ -5581,16 +5378,9 @@ class CLIP_MT_track_motion(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5581
5378
|
...
|
|
5582
5379
|
|
|
5583
5380
|
class CLIP_MT_track_refine(bpy_types.Menu, bpy_types._GenericUI):
|
|
5584
|
-
""" """
|
|
5585
|
-
|
|
5586
5381
|
bl_label: typing.Any
|
|
5587
|
-
""" """
|
|
5588
|
-
|
|
5589
5382
|
bl_rna: typing.Any
|
|
5590
|
-
""" """
|
|
5591
|
-
|
|
5592
5383
|
id_data: typing.Any
|
|
5593
|
-
""" """
|
|
5594
5384
|
|
|
5595
5385
|
def append(self, draw_func):
|
|
5596
5386
|
"""Append a draw function to this menu,
|
|
@@ -5695,10 +5485,7 @@ class CLIP_MT_track_refine(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5695
5485
|
"""
|
|
5696
5486
|
...
|
|
5697
5487
|
|
|
5698
|
-
def is_extended(self):
|
|
5699
|
-
""" """
|
|
5700
|
-
...
|
|
5701
|
-
|
|
5488
|
+
def is_extended(self): ...
|
|
5702
5489
|
def is_property_hidden(self) -> bool:
|
|
5703
5490
|
"""Check if a property is hidden.
|
|
5704
5491
|
|
|
@@ -5861,16 +5648,9 @@ class CLIP_MT_track_refine(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5861
5648
|
...
|
|
5862
5649
|
|
|
5863
5650
|
class CLIP_MT_track_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
5864
|
-
""" """
|
|
5865
|
-
|
|
5866
5651
|
bl_label: typing.Any
|
|
5867
|
-
""" """
|
|
5868
|
-
|
|
5869
5652
|
bl_rna: typing.Any
|
|
5870
|
-
""" """
|
|
5871
|
-
|
|
5872
5653
|
id_data: typing.Any
|
|
5873
|
-
""" """
|
|
5874
5654
|
|
|
5875
5655
|
def append(self, draw_func):
|
|
5876
5656
|
"""Append a draw function to this menu,
|
|
@@ -5975,10 +5755,7 @@ class CLIP_MT_track_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5975
5755
|
"""
|
|
5976
5756
|
...
|
|
5977
5757
|
|
|
5978
|
-
def is_extended(self):
|
|
5979
|
-
""" """
|
|
5980
|
-
...
|
|
5981
|
-
|
|
5758
|
+
def is_extended(self): ...
|
|
5982
5759
|
def is_property_hidden(self) -> bool:
|
|
5983
5760
|
"""Check if a property is hidden.
|
|
5984
5761
|
|
|
@@ -6141,16 +5918,9 @@ class CLIP_MT_track_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6141
5918
|
...
|
|
6142
5919
|
|
|
6143
5920
|
class CLIP_MT_track_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
6144
|
-
""" """
|
|
6145
|
-
|
|
6146
5921
|
bl_label: typing.Any
|
|
6147
|
-
""" """
|
|
6148
|
-
|
|
6149
5922
|
bl_rna: typing.Any
|
|
6150
|
-
""" """
|
|
6151
|
-
|
|
6152
5923
|
id_data: typing.Any
|
|
6153
|
-
""" """
|
|
6154
5924
|
|
|
6155
5925
|
def append(self, draw_func):
|
|
6156
5926
|
"""Append a draw function to this menu,
|
|
@@ -6255,10 +6025,7 @@ class CLIP_MT_track_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6255
6025
|
"""
|
|
6256
6026
|
...
|
|
6257
6027
|
|
|
6258
|
-
def is_extended(self):
|
|
6259
|
-
""" """
|
|
6260
|
-
...
|
|
6261
|
-
|
|
6028
|
+
def is_extended(self): ...
|
|
6262
6029
|
def is_property_hidden(self) -> bool:
|
|
6263
6030
|
"""Check if a property is hidden.
|
|
6264
6031
|
|
|
@@ -6421,16 +6188,9 @@ class CLIP_MT_track_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6421
6188
|
...
|
|
6422
6189
|
|
|
6423
6190
|
class CLIP_MT_tracking_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
6424
|
-
""" """
|
|
6425
|
-
|
|
6426
6191
|
bl_label: typing.Any
|
|
6427
|
-
""" """
|
|
6428
|
-
|
|
6429
6192
|
bl_rna: typing.Any
|
|
6430
|
-
""" """
|
|
6431
|
-
|
|
6432
6193
|
id_data: typing.Any
|
|
6433
|
-
""" """
|
|
6434
6194
|
|
|
6435
6195
|
def append(self, draw_func):
|
|
6436
6196
|
"""Append a draw function to this menu,
|
|
@@ -6535,10 +6295,7 @@ class CLIP_MT_tracking_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6535
6295
|
"""
|
|
6536
6296
|
...
|
|
6537
6297
|
|
|
6538
|
-
def is_extended(self):
|
|
6539
|
-
""" """
|
|
6540
|
-
...
|
|
6541
|
-
|
|
6298
|
+
def is_extended(self): ...
|
|
6542
6299
|
def is_property_hidden(self) -> bool:
|
|
6543
6300
|
"""Check if a property is hidden.
|
|
6544
6301
|
|
|
@@ -6708,19 +6465,10 @@ class CLIP_MT_tracking_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6708
6465
|
...
|
|
6709
6466
|
|
|
6710
6467
|
class CLIP_MT_tracking_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
6711
|
-
""" """
|
|
6712
|
-
|
|
6713
6468
|
bl_idname: typing.Any
|
|
6714
|
-
""" """
|
|
6715
|
-
|
|
6716
6469
|
bl_label: typing.Any
|
|
6717
|
-
""" """
|
|
6718
|
-
|
|
6719
6470
|
bl_rna: typing.Any
|
|
6720
|
-
""" """
|
|
6721
|
-
|
|
6722
6471
|
id_data: typing.Any
|
|
6723
|
-
""" """
|
|
6724
6472
|
|
|
6725
6473
|
def append(self, draw_func):
|
|
6726
6474
|
"""Append a draw function to this menu,
|
|
@@ -6825,10 +6573,7 @@ class CLIP_MT_tracking_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6825
6573
|
"""
|
|
6826
6574
|
...
|
|
6827
6575
|
|
|
6828
|
-
def is_extended(self):
|
|
6829
|
-
""" """
|
|
6830
|
-
...
|
|
6831
|
-
|
|
6576
|
+
def is_extended(self): ...
|
|
6832
6577
|
def is_property_hidden(self) -> bool:
|
|
6833
6578
|
"""Check if a property is hidden.
|
|
6834
6579
|
|
|
@@ -6991,19 +6736,10 @@ class CLIP_MT_tracking_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6991
6736
|
...
|
|
6992
6737
|
|
|
6993
6738
|
class CLIP_MT_tracking_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
6994
|
-
""" """
|
|
6995
|
-
|
|
6996
6739
|
bl_label: typing.Any
|
|
6997
|
-
""" """
|
|
6998
|
-
|
|
6999
6740
|
bl_rna: typing.Any
|
|
7000
|
-
""" """
|
|
7001
|
-
|
|
7002
6741
|
bl_translation_context: typing.Any
|
|
7003
|
-
""" """
|
|
7004
|
-
|
|
7005
6742
|
id_data: typing.Any
|
|
7006
|
-
""" """
|
|
7007
6743
|
|
|
7008
6744
|
def append(self, draw_func):
|
|
7009
6745
|
"""Append a draw function to this menu,
|
|
@@ -7108,10 +6844,7 @@ class CLIP_MT_tracking_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7108
6844
|
"""
|
|
7109
6845
|
...
|
|
7110
6846
|
|
|
7111
|
-
def is_extended(self):
|
|
7112
|
-
""" """
|
|
7113
|
-
...
|
|
7114
|
-
|
|
6847
|
+
def is_extended(self): ...
|
|
7115
6848
|
def is_property_hidden(self) -> bool:
|
|
7116
6849
|
"""Check if a property is hidden.
|
|
7117
6850
|
|
|
@@ -7281,16 +7014,9 @@ class CLIP_MT_tracking_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7281
7014
|
...
|
|
7282
7015
|
|
|
7283
7016
|
class CLIP_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
7284
|
-
""" """
|
|
7285
|
-
|
|
7286
7017
|
bl_label: typing.Any
|
|
7287
|
-
""" """
|
|
7288
|
-
|
|
7289
7018
|
bl_rna: typing.Any
|
|
7290
|
-
""" """
|
|
7291
|
-
|
|
7292
7019
|
id_data: typing.Any
|
|
7293
|
-
""" """
|
|
7294
7020
|
|
|
7295
7021
|
def append(self, draw_func):
|
|
7296
7022
|
"""Append a draw function to this menu,
|
|
@@ -7395,10 +7121,7 @@ class CLIP_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7395
7121
|
"""
|
|
7396
7122
|
...
|
|
7397
7123
|
|
|
7398
|
-
def is_extended(self):
|
|
7399
|
-
""" """
|
|
7400
|
-
...
|
|
7401
|
-
|
|
7124
|
+
def is_extended(self): ...
|
|
7402
7125
|
def is_property_hidden(self) -> bool:
|
|
7403
7126
|
"""Check if a property is hidden.
|
|
7404
7127
|
|
|
@@ -7561,16 +7284,9 @@ class CLIP_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7561
7284
|
...
|
|
7562
7285
|
|
|
7563
7286
|
class CLIP_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
7564
|
-
""" """
|
|
7565
|
-
|
|
7566
7287
|
bl_label: typing.Any
|
|
7567
|
-
""" """
|
|
7568
|
-
|
|
7569
7288
|
bl_rna: typing.Any
|
|
7570
|
-
""" """
|
|
7571
|
-
|
|
7572
7289
|
id_data: typing.Any
|
|
7573
|
-
""" """
|
|
7574
7290
|
|
|
7575
7291
|
def append(self, draw_func):
|
|
7576
7292
|
"""Append a draw function to this menu,
|
|
@@ -7675,10 +7391,7 @@ class CLIP_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7675
7391
|
"""
|
|
7676
7392
|
...
|
|
7677
7393
|
|
|
7678
|
-
def is_extended(self):
|
|
7679
|
-
""" """
|
|
7680
|
-
...
|
|
7681
|
-
|
|
7394
|
+
def is_extended(self): ...
|
|
7682
7395
|
def is_property_hidden(self) -> bool:
|
|
7683
7396
|
"""Check if a property is hidden.
|
|
7684
7397
|
|
|
@@ -7848,16 +7561,9 @@ class CLIP_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7848
7561
|
...
|
|
7849
7562
|
|
|
7850
7563
|
class CLIP_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
|
|
7851
|
-
""" """
|
|
7852
|
-
|
|
7853
7564
|
bl_label: typing.Any
|
|
7854
|
-
""" """
|
|
7855
|
-
|
|
7856
7565
|
bl_rna: typing.Any
|
|
7857
|
-
""" """
|
|
7858
|
-
|
|
7859
7566
|
id_data: typing.Any
|
|
7860
|
-
""" """
|
|
7861
7567
|
|
|
7862
7568
|
def append(self, draw_func):
|
|
7863
7569
|
"""Append a draw function to this menu,
|
|
@@ -7962,10 +7668,7 @@ class CLIP_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7962
7668
|
"""
|
|
7963
7669
|
...
|
|
7964
7670
|
|
|
7965
|
-
def is_extended(self):
|
|
7966
|
-
""" """
|
|
7967
|
-
...
|
|
7968
|
-
|
|
7671
|
+
def is_extended(self): ...
|
|
7969
7672
|
def is_property_hidden(self) -> bool:
|
|
7970
7673
|
"""Check if a property is hidden.
|
|
7971
7674
|
|
|
@@ -8128,25 +7831,12 @@ class CLIP_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
8128
7831
|
...
|
|
8129
7832
|
|
|
8130
7833
|
class CLIP_PT_2d_cursor(bpy_types.Panel, bpy_types._GenericUI):
|
|
8131
|
-
""" """
|
|
8132
|
-
|
|
8133
7834
|
bl_category: typing.Any
|
|
8134
|
-
""" """
|
|
8135
|
-
|
|
8136
7835
|
bl_label: typing.Any
|
|
8137
|
-
""" """
|
|
8138
|
-
|
|
8139
7836
|
bl_region_type: typing.Any
|
|
8140
|
-
""" """
|
|
8141
|
-
|
|
8142
7837
|
bl_rna: typing.Any
|
|
8143
|
-
""" """
|
|
8144
|
-
|
|
8145
7838
|
bl_space_type: typing.Any
|
|
8146
|
-
""" """
|
|
8147
|
-
|
|
8148
7839
|
id_data: typing.Any
|
|
8149
|
-
""" """
|
|
8150
7840
|
|
|
8151
7841
|
def append(self, draw_func):
|
|
8152
7842
|
"""Append a draw function to this menu,
|
|
@@ -8231,10 +7921,7 @@ class CLIP_PT_2d_cursor(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
8231
7921
|
"""
|
|
8232
7922
|
...
|
|
8233
7923
|
|
|
8234
|
-
def is_extended(self):
|
|
8235
|
-
""" """
|
|
8236
|
-
...
|
|
8237
|
-
|
|
7924
|
+
def is_extended(self): ...
|
|
8238
7925
|
def is_property_hidden(self) -> bool:
|
|
8239
7926
|
"""Check if a property is hidden.
|
|
8240
7927
|
|
|
@@ -8372,25 +8059,12 @@ class CLIP_PT_2d_cursor(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
8372
8059
|
class CLIP_PT_active_mask_point(
|
|
8373
8060
|
bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_point, bpy_types._GenericUI
|
|
8374
8061
|
):
|
|
8375
|
-
""" """
|
|
8376
|
-
|
|
8377
8062
|
bl_category: typing.Any
|
|
8378
|
-
""" """
|
|
8379
|
-
|
|
8380
8063
|
bl_label: typing.Any
|
|
8381
|
-
""" """
|
|
8382
|
-
|
|
8383
8064
|
bl_region_type: typing.Any
|
|
8384
|
-
""" """
|
|
8385
|
-
|
|
8386
8065
|
bl_rna: typing.Any
|
|
8387
|
-
""" """
|
|
8388
|
-
|
|
8389
8066
|
bl_space_type: typing.Any
|
|
8390
|
-
""" """
|
|
8391
|
-
|
|
8392
8067
|
id_data: typing.Any
|
|
8393
|
-
""" """
|
|
8394
8068
|
|
|
8395
8069
|
def append(self, draw_func):
|
|
8396
8070
|
"""Append a draw function to this menu,
|
|
@@ -8475,10 +8149,7 @@ class CLIP_PT_active_mask_point(
|
|
|
8475
8149
|
"""
|
|
8476
8150
|
...
|
|
8477
8151
|
|
|
8478
|
-
def is_extended(self):
|
|
8479
|
-
""" """
|
|
8480
|
-
...
|
|
8481
|
-
|
|
8152
|
+
def is_extended(self): ...
|
|
8482
8153
|
def is_property_hidden(self) -> bool:
|
|
8483
8154
|
"""Check if a property is hidden.
|
|
8484
8155
|
|
|
@@ -8616,25 +8287,12 @@ class CLIP_PT_active_mask_point(
|
|
|
8616
8287
|
class CLIP_PT_active_mask_spline(
|
|
8617
8288
|
bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_spline, bpy_types._GenericUI
|
|
8618
8289
|
):
|
|
8619
|
-
""" """
|
|
8620
|
-
|
|
8621
8290
|
bl_category: typing.Any
|
|
8622
|
-
""" """
|
|
8623
|
-
|
|
8624
8291
|
bl_label: typing.Any
|
|
8625
|
-
""" """
|
|
8626
|
-
|
|
8627
8292
|
bl_region_type: typing.Any
|
|
8628
|
-
""" """
|
|
8629
|
-
|
|
8630
8293
|
bl_rna: typing.Any
|
|
8631
|
-
""" """
|
|
8632
|
-
|
|
8633
8294
|
bl_space_type: typing.Any
|
|
8634
|
-
""" """
|
|
8635
|
-
|
|
8636
8295
|
id_data: typing.Any
|
|
8637
|
-
""" """
|
|
8638
8296
|
|
|
8639
8297
|
def append(self, draw_func):
|
|
8640
8298
|
"""Append a draw function to this menu,
|
|
@@ -8719,10 +8377,7 @@ class CLIP_PT_active_mask_spline(
|
|
|
8719
8377
|
"""
|
|
8720
8378
|
...
|
|
8721
8379
|
|
|
8722
|
-
def is_extended(self):
|
|
8723
|
-
""" """
|
|
8724
|
-
...
|
|
8725
|
-
|
|
8380
|
+
def is_extended(self): ...
|
|
8726
8381
|
def is_property_hidden(self) -> bool:
|
|
8727
8382
|
"""Check if a property is hidden.
|
|
8728
8383
|
|
|
@@ -8858,8 +8513,6 @@ class CLIP_PT_active_mask_spline(
|
|
|
8858
8513
|
...
|
|
8859
8514
|
|
|
8860
8515
|
class CLIP_PT_clip_view_panel:
|
|
8861
|
-
""" """
|
|
8862
|
-
|
|
8863
8516
|
def poll(self, context):
|
|
8864
8517
|
"""
|
|
8865
8518
|
|
|
@@ -8873,28 +8526,13 @@ class CLIP_PT_camera_presets(
|
|
|
8873
8526
|
"""Predefined tracking camera intrinsics"""
|
|
8874
8527
|
|
|
8875
8528
|
bl_label: typing.Any
|
|
8876
|
-
""" """
|
|
8877
|
-
|
|
8878
8529
|
bl_region_type: typing.Any
|
|
8879
|
-
""" """
|
|
8880
|
-
|
|
8881
8530
|
bl_rna: typing.Any
|
|
8882
|
-
""" """
|
|
8883
|
-
|
|
8884
8531
|
bl_space_type: typing.Any
|
|
8885
|
-
""" """
|
|
8886
|
-
|
|
8887
8532
|
id_data: typing.Any
|
|
8888
|
-
""" """
|
|
8889
|
-
|
|
8890
8533
|
preset_add_operator: typing.Any
|
|
8891
|
-
""" """
|
|
8892
|
-
|
|
8893
8534
|
preset_operator: typing.Any
|
|
8894
|
-
""" """
|
|
8895
|
-
|
|
8896
8535
|
preset_subdir: typing.Any
|
|
8897
|
-
""" """
|
|
8898
8536
|
|
|
8899
8537
|
def append(self, draw_func):
|
|
8900
8538
|
"""Append a draw function to this menu,
|
|
@@ -8994,10 +8632,7 @@ class CLIP_PT_camera_presets(
|
|
|
8994
8632
|
"""
|
|
8995
8633
|
...
|
|
8996
8634
|
|
|
8997
|
-
def is_extended(self):
|
|
8998
|
-
""" """
|
|
8999
|
-
...
|
|
9000
|
-
|
|
8635
|
+
def is_extended(self): ...
|
|
9001
8636
|
def is_property_hidden(self) -> bool:
|
|
9002
8637
|
"""Check if a property is hidden.
|
|
9003
8638
|
|
|
@@ -9160,28 +8795,13 @@ class CLIP_PT_camera_presets(
|
|
|
9160
8795
|
...
|
|
9161
8796
|
|
|
9162
8797
|
class CLIP_PT_clip_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
9163
|
-
""" """
|
|
9164
|
-
|
|
9165
8798
|
bl_label: typing.Any
|
|
9166
|
-
""" """
|
|
9167
|
-
|
|
9168
8799
|
bl_parent_id: typing.Any
|
|
9169
|
-
""" """
|
|
9170
|
-
|
|
9171
8800
|
bl_region_type: typing.Any
|
|
9172
|
-
""" """
|
|
9173
|
-
|
|
9174
8801
|
bl_rna: typing.Any
|
|
9175
|
-
""" """
|
|
9176
|
-
|
|
9177
8802
|
bl_space_type: typing.Any
|
|
9178
|
-
""" """
|
|
9179
|
-
|
|
9180
8803
|
bl_ui_units_x: typing.Any
|
|
9181
|
-
""" """
|
|
9182
|
-
|
|
9183
8804
|
id_data: typing.Any
|
|
9184
|
-
""" """
|
|
9185
8805
|
|
|
9186
8806
|
def append(self, draw_func):
|
|
9187
8807
|
"""Append a draw function to this menu,
|
|
@@ -9266,10 +8886,7 @@ class CLIP_PT_clip_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9266
8886
|
"""
|
|
9267
8887
|
...
|
|
9268
8888
|
|
|
9269
|
-
def is_extended(self):
|
|
9270
|
-
""" """
|
|
9271
|
-
...
|
|
9272
|
-
|
|
8889
|
+
def is_extended(self): ...
|
|
9273
8890
|
def is_property_hidden(self) -> bool:
|
|
9274
8891
|
"""Check if a property is hidden.
|
|
9275
8892
|
|
|
@@ -9398,25 +9015,12 @@ class CLIP_PT_clip_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9398
9015
|
...
|
|
9399
9016
|
|
|
9400
9017
|
class CLIP_PT_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
9401
|
-
""" """
|
|
9402
|
-
|
|
9403
9018
|
bl_label: typing.Any
|
|
9404
|
-
""" """
|
|
9405
|
-
|
|
9406
9019
|
bl_region_type: typing.Any
|
|
9407
|
-
""" """
|
|
9408
|
-
|
|
9409
9020
|
bl_rna: typing.Any
|
|
9410
|
-
""" """
|
|
9411
|
-
|
|
9412
9021
|
bl_space_type: typing.Any
|
|
9413
|
-
""" """
|
|
9414
|
-
|
|
9415
9022
|
bl_ui_units_x: typing.Any
|
|
9416
|
-
""" """
|
|
9417
|
-
|
|
9418
9023
|
id_data: typing.Any
|
|
9419
|
-
""" """
|
|
9420
9024
|
|
|
9421
9025
|
def append(self, draw_func):
|
|
9422
9026
|
"""Append a draw function to this menu,
|
|
@@ -9501,10 +9105,7 @@ class CLIP_PT_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9501
9105
|
"""
|
|
9502
9106
|
...
|
|
9503
9107
|
|
|
9504
|
-
def is_extended(self):
|
|
9505
|
-
""" """
|
|
9506
|
-
...
|
|
9507
|
-
|
|
9108
|
+
def is_extended(self): ...
|
|
9508
9109
|
def is_property_hidden(self) -> bool:
|
|
9509
9110
|
"""Check if a property is hidden.
|
|
9510
9111
|
|
|
@@ -9633,25 +9234,12 @@ class CLIP_PT_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9633
9234
|
...
|
|
9634
9235
|
|
|
9635
9236
|
class CLIP_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
9636
|
-
""" """
|
|
9637
|
-
|
|
9638
9237
|
bl_label: typing.Any
|
|
9639
|
-
""" """
|
|
9640
|
-
|
|
9641
9238
|
bl_region_type: typing.Any
|
|
9642
|
-
""" """
|
|
9643
|
-
|
|
9644
9239
|
bl_rna: typing.Any
|
|
9645
|
-
""" """
|
|
9646
|
-
|
|
9647
9240
|
bl_space_type: typing.Any
|
|
9648
|
-
""" """
|
|
9649
|
-
|
|
9650
9241
|
bl_ui_units_x: typing.Any
|
|
9651
|
-
""" """
|
|
9652
|
-
|
|
9653
9242
|
id_data: typing.Any
|
|
9654
|
-
""" """
|
|
9655
9243
|
|
|
9656
9244
|
def append(self, draw_func):
|
|
9657
9245
|
"""Append a draw function to this menu,
|
|
@@ -9736,10 +9324,7 @@ class CLIP_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9736
9324
|
"""
|
|
9737
9325
|
...
|
|
9738
9326
|
|
|
9739
|
-
def is_extended(self):
|
|
9740
|
-
""" """
|
|
9741
|
-
...
|
|
9742
|
-
|
|
9327
|
+
def is_extended(self): ...
|
|
9743
9328
|
def is_property_hidden(self) -> bool:
|
|
9744
9329
|
"""Check if a property is hidden.
|
|
9745
9330
|
|
|
@@ -9868,8 +9453,6 @@ class CLIP_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9868
9453
|
...
|
|
9869
9454
|
|
|
9870
9455
|
class CLIP_PT_tracking_panel:
|
|
9871
|
-
""" """
|
|
9872
|
-
|
|
9873
9456
|
def poll(self, context):
|
|
9874
9457
|
"""
|
|
9875
9458
|
|
|
@@ -9878,28 +9461,13 @@ class CLIP_PT_tracking_panel:
|
|
|
9878
9461
|
...
|
|
9879
9462
|
|
|
9880
9463
|
class CLIP_PT_marker_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
9881
|
-
""" """
|
|
9882
|
-
|
|
9883
9464
|
bl_label: typing.Any
|
|
9884
|
-
""" """
|
|
9885
|
-
|
|
9886
9465
|
bl_parent_id: typing.Any
|
|
9887
|
-
""" """
|
|
9888
|
-
|
|
9889
9466
|
bl_region_type: typing.Any
|
|
9890
|
-
""" """
|
|
9891
|
-
|
|
9892
9467
|
bl_rna: typing.Any
|
|
9893
|
-
""" """
|
|
9894
|
-
|
|
9895
9468
|
bl_space_type: typing.Any
|
|
9896
|
-
""" """
|
|
9897
|
-
|
|
9898
9469
|
bl_ui_units_x: typing.Any
|
|
9899
|
-
""" """
|
|
9900
|
-
|
|
9901
9470
|
id_data: typing.Any
|
|
9902
|
-
""" """
|
|
9903
9471
|
|
|
9904
9472
|
def append(self, draw_func):
|
|
9905
9473
|
"""Append a draw function to this menu,
|
|
@@ -9984,10 +9552,7 @@ class CLIP_PT_marker_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9984
9552
|
"""
|
|
9985
9553
|
...
|
|
9986
9554
|
|
|
9987
|
-
def is_extended(self):
|
|
9988
|
-
""" """
|
|
9989
|
-
...
|
|
9990
|
-
|
|
9555
|
+
def is_extended(self): ...
|
|
9991
9556
|
def is_property_hidden(self) -> bool:
|
|
9992
9557
|
"""Check if a property is hidden.
|
|
9993
9558
|
|
|
@@ -10118,28 +9683,13 @@ class CLIP_PT_marker_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
10118
9683
|
class CLIP_PT_mask(
|
|
10119
9684
|
bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI
|
|
10120
9685
|
):
|
|
10121
|
-
""" """
|
|
10122
|
-
|
|
10123
9686
|
bl_category: typing.Any
|
|
10124
|
-
""" """
|
|
10125
|
-
|
|
10126
9687
|
bl_label: typing.Any
|
|
10127
|
-
""" """
|
|
10128
|
-
|
|
10129
9688
|
bl_options: typing.Any
|
|
10130
|
-
""" """
|
|
10131
|
-
|
|
10132
9689
|
bl_region_type: typing.Any
|
|
10133
|
-
""" """
|
|
10134
|
-
|
|
10135
9690
|
bl_rna: typing.Any
|
|
10136
|
-
""" """
|
|
10137
|
-
|
|
10138
9691
|
bl_space_type: typing.Any
|
|
10139
|
-
""" """
|
|
10140
|
-
|
|
10141
9692
|
id_data: typing.Any
|
|
10142
|
-
""" """
|
|
10143
9693
|
|
|
10144
9694
|
def append(self, draw_func):
|
|
10145
9695
|
"""Append a draw function to this menu,
|
|
@@ -10224,10 +9774,7 @@ class CLIP_PT_mask(
|
|
|
10224
9774
|
"""
|
|
10225
9775
|
...
|
|
10226
9776
|
|
|
10227
|
-
def is_extended(self):
|
|
10228
|
-
""" """
|
|
10229
|
-
...
|
|
10230
|
-
|
|
9777
|
+
def is_extended(self): ...
|
|
10231
9778
|
def is_property_hidden(self) -> bool:
|
|
10232
9779
|
"""Check if a property is hidden.
|
|
10233
9780
|
|
|
@@ -10365,22 +9912,11 @@ class CLIP_PT_mask(
|
|
|
10365
9912
|
class CLIP_PT_mask_display(
|
|
10366
9913
|
bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_display, bpy_types._GenericUI
|
|
10367
9914
|
):
|
|
10368
|
-
""" """
|
|
10369
|
-
|
|
10370
9915
|
bl_label: typing.Any
|
|
10371
|
-
""" """
|
|
10372
|
-
|
|
10373
9916
|
bl_region_type: typing.Any
|
|
10374
|
-
""" """
|
|
10375
|
-
|
|
10376
9917
|
bl_rna: typing.Any
|
|
10377
|
-
""" """
|
|
10378
|
-
|
|
10379
9918
|
bl_space_type: typing.Any
|
|
10380
|
-
""" """
|
|
10381
|
-
|
|
10382
9919
|
id_data: typing.Any
|
|
10383
|
-
""" """
|
|
10384
9920
|
|
|
10385
9921
|
def append(self, draw_func):
|
|
10386
9922
|
"""Append a draw function to this menu,
|
|
@@ -10465,10 +10001,7 @@ class CLIP_PT_mask_display(
|
|
|
10465
10001
|
"""
|
|
10466
10002
|
...
|
|
10467
10003
|
|
|
10468
|
-
def is_extended(self):
|
|
10469
|
-
""" """
|
|
10470
|
-
...
|
|
10471
|
-
|
|
10004
|
+
def is_extended(self): ...
|
|
10472
10005
|
def is_property_hidden(self) -> bool:
|
|
10473
10006
|
"""Check if a property is hidden.
|
|
10474
10007
|
|
|
@@ -10606,25 +10139,12 @@ class CLIP_PT_mask_display(
|
|
|
10606
10139
|
class CLIP_PT_mask_layers(
|
|
10607
10140
|
bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_layers, bpy_types._GenericUI
|
|
10608
10141
|
):
|
|
10609
|
-
""" """
|
|
10610
|
-
|
|
10611
10142
|
bl_category: typing.Any
|
|
10612
|
-
""" """
|
|
10613
|
-
|
|
10614
10143
|
bl_label: typing.Any
|
|
10615
|
-
""" """
|
|
10616
|
-
|
|
10617
10144
|
bl_region_type: typing.Any
|
|
10618
|
-
""" """
|
|
10619
|
-
|
|
10620
10145
|
bl_rna: typing.Any
|
|
10621
|
-
""" """
|
|
10622
|
-
|
|
10623
10146
|
bl_space_type: typing.Any
|
|
10624
|
-
""" """
|
|
10625
|
-
|
|
10626
10147
|
id_data: typing.Any
|
|
10627
|
-
""" """
|
|
10628
10148
|
|
|
10629
10149
|
def append(self, draw_func):
|
|
10630
10150
|
"""Append a draw function to this menu,
|
|
@@ -10709,10 +10229,7 @@ class CLIP_PT_mask_layers(
|
|
|
10709
10229
|
"""
|
|
10710
10230
|
...
|
|
10711
10231
|
|
|
10712
|
-
def is_extended(self):
|
|
10713
|
-
""" """
|
|
10714
|
-
...
|
|
10715
|
-
|
|
10232
|
+
def is_extended(self): ...
|
|
10716
10233
|
def is_property_hidden(self) -> bool:
|
|
10717
10234
|
"""Check if a property is hidden.
|
|
10718
10235
|
|
|
@@ -10848,25 +10365,12 @@ class CLIP_PT_mask_layers(
|
|
|
10848
10365
|
...
|
|
10849
10366
|
|
|
10850
10367
|
class CLIP_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
|
|
10851
|
-
""" """
|
|
10852
|
-
|
|
10853
10368
|
bl_label: typing.Any
|
|
10854
|
-
""" """
|
|
10855
|
-
|
|
10856
10369
|
bl_region_type: typing.Any
|
|
10857
|
-
""" """
|
|
10858
|
-
|
|
10859
10370
|
bl_rna: typing.Any
|
|
10860
|
-
""" """
|
|
10861
|
-
|
|
10862
10371
|
bl_space_type: typing.Any
|
|
10863
|
-
""" """
|
|
10864
|
-
|
|
10865
10372
|
bl_ui_units_x: typing.Any
|
|
10866
|
-
""" """
|
|
10867
|
-
|
|
10868
10373
|
id_data: typing.Any
|
|
10869
|
-
""" """
|
|
10870
10374
|
|
|
10871
10375
|
def append(self, draw_func):
|
|
10872
10376
|
"""Append a draw function to this menu,
|
|
@@ -10951,10 +10455,7 @@ class CLIP_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
10951
10455
|
"""
|
|
10952
10456
|
...
|
|
10953
10457
|
|
|
10954
|
-
def is_extended(self):
|
|
10955
|
-
""" """
|
|
10956
|
-
...
|
|
10957
|
-
|
|
10458
|
+
def is_extended(self): ...
|
|
10958
10459
|
def is_property_hidden(self) -> bool:
|
|
10959
10460
|
"""Check if a property is hidden.
|
|
10960
10461
|
|
|
@@ -11083,8 +10584,6 @@ class CLIP_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
11083
10584
|
...
|
|
11084
10585
|
|
|
11085
10586
|
class CLIP_PT_reconstruction_panel:
|
|
11086
|
-
""" """
|
|
11087
|
-
|
|
11088
10587
|
def poll(self, context):
|
|
11089
10588
|
"""
|
|
11090
10589
|
|
|
@@ -11093,28 +10592,13 @@ class CLIP_PT_reconstruction_panel:
|
|
|
11093
10592
|
...
|
|
11094
10593
|
|
|
11095
10594
|
class CLIP_PT_tools_clip(bpy_types.Panel, bpy_types._GenericUI):
|
|
11096
|
-
""" """
|
|
11097
|
-
|
|
11098
10595
|
bl_category: typing.Any
|
|
11099
|
-
""" """
|
|
11100
|
-
|
|
11101
10596
|
bl_label: typing.Any
|
|
11102
|
-
""" """
|
|
11103
|
-
|
|
11104
10597
|
bl_region_type: typing.Any
|
|
11105
|
-
""" """
|
|
11106
|
-
|
|
11107
10598
|
bl_rna: typing.Any
|
|
11108
|
-
""" """
|
|
11109
|
-
|
|
11110
10599
|
bl_space_type: typing.Any
|
|
11111
|
-
""" """
|
|
11112
|
-
|
|
11113
10600
|
bl_translation_context: typing.Any
|
|
11114
|
-
""" """
|
|
11115
|
-
|
|
11116
10601
|
id_data: typing.Any
|
|
11117
|
-
""" """
|
|
11118
10602
|
|
|
11119
10603
|
def append(self, draw_func):
|
|
11120
10604
|
"""Append a draw function to this menu,
|
|
@@ -11199,10 +10683,7 @@ class CLIP_PT_tools_clip(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
11199
10683
|
"""
|
|
11200
10684
|
...
|
|
11201
10685
|
|
|
11202
|
-
def is_extended(self):
|
|
11203
|
-
""" """
|
|
11204
|
-
...
|
|
11205
|
-
|
|
10686
|
+
def is_extended(self): ...
|
|
11206
10687
|
def is_property_hidden(self) -> bool:
|
|
11207
10688
|
"""Check if a property is hidden.
|
|
11208
10689
|
|
|
@@ -11342,25 +10823,12 @@ class CLIP_PT_tools_grease_pencil_draw(
|
|
|
11342
10823
|
bl_ui.properties_grease_pencil_common.AnnotationDrawingToolsPanel,
|
|
11343
10824
|
bpy_types._GenericUI,
|
|
11344
10825
|
):
|
|
11345
|
-
""" """
|
|
11346
|
-
|
|
11347
10826
|
bl_category: typing.Any
|
|
11348
|
-
""" """
|
|
11349
|
-
|
|
11350
10827
|
bl_label: typing.Any
|
|
11351
|
-
""" """
|
|
11352
|
-
|
|
11353
10828
|
bl_region_type: typing.Any
|
|
11354
|
-
""" """
|
|
11355
|
-
|
|
11356
10829
|
bl_rna: typing.Any
|
|
11357
|
-
""" """
|
|
11358
|
-
|
|
11359
10830
|
bl_space_type: typing.Any
|
|
11360
|
-
""" """
|
|
11361
|
-
|
|
11362
10831
|
id_data: typing.Any
|
|
11363
|
-
""" """
|
|
11364
10832
|
|
|
11365
10833
|
def append(self, draw_func):
|
|
11366
10834
|
"""Append a draw function to this menu,
|
|
@@ -11445,10 +10913,7 @@ class CLIP_PT_tools_grease_pencil_draw(
|
|
|
11445
10913
|
"""
|
|
11446
10914
|
...
|
|
11447
10915
|
|
|
11448
|
-
def is_extended(self):
|
|
11449
|
-
""" """
|
|
11450
|
-
...
|
|
11451
|
-
|
|
10916
|
+
def is_extended(self): ...
|
|
11452
10917
|
def is_property_hidden(self) -> bool:
|
|
11453
10918
|
"""Check if a property is hidden.
|
|
11454
10919
|
|
|
@@ -11579,25 +11044,12 @@ class CLIP_PT_tools_grease_pencil_draw(
|
|
|
11579
11044
|
class CLIP_PT_tools_mask_tools(
|
|
11580
11045
|
bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_tools, bpy_types._GenericUI
|
|
11581
11046
|
):
|
|
11582
|
-
""" """
|
|
11583
|
-
|
|
11584
11047
|
bl_category: typing.Any
|
|
11585
|
-
""" """
|
|
11586
|
-
|
|
11587
11048
|
bl_label: typing.Any
|
|
11588
|
-
""" """
|
|
11589
|
-
|
|
11590
11049
|
bl_region_type: typing.Any
|
|
11591
|
-
""" """
|
|
11592
|
-
|
|
11593
11050
|
bl_rna: typing.Any
|
|
11594
|
-
""" """
|
|
11595
|
-
|
|
11596
11051
|
bl_space_type: typing.Any
|
|
11597
|
-
""" """
|
|
11598
|
-
|
|
11599
11052
|
id_data: typing.Any
|
|
11600
|
-
""" """
|
|
11601
11053
|
|
|
11602
11054
|
def append(self, draw_func):
|
|
11603
11055
|
"""Append a draw function to this menu,
|
|
@@ -11682,10 +11134,7 @@ class CLIP_PT_tools_mask_tools(
|
|
|
11682
11134
|
"""
|
|
11683
11135
|
...
|
|
11684
11136
|
|
|
11685
|
-
def is_extended(self):
|
|
11686
|
-
""" """
|
|
11687
|
-
...
|
|
11688
|
-
|
|
11137
|
+
def is_extended(self): ...
|
|
11689
11138
|
def is_property_hidden(self) -> bool:
|
|
11690
11139
|
"""Check if a property is hidden.
|
|
11691
11140
|
|
|
@@ -11825,25 +11274,12 @@ class CLIP_PT_tools_mask_transforms(
|
|
|
11825
11274
|
bl_ui.properties_mask_common.MASK_PT_transforms,
|
|
11826
11275
|
bpy_types._GenericUI,
|
|
11827
11276
|
):
|
|
11828
|
-
""" """
|
|
11829
|
-
|
|
11830
11277
|
bl_category: typing.Any
|
|
11831
|
-
""" """
|
|
11832
|
-
|
|
11833
11278
|
bl_label: typing.Any
|
|
11834
|
-
""" """
|
|
11835
|
-
|
|
11836
11279
|
bl_region_type: typing.Any
|
|
11837
|
-
""" """
|
|
11838
|
-
|
|
11839
11280
|
bl_rna: typing.Any
|
|
11840
|
-
""" """
|
|
11841
|
-
|
|
11842
11281
|
bl_space_type: typing.Any
|
|
11843
|
-
""" """
|
|
11844
|
-
|
|
11845
11282
|
id_data: typing.Any
|
|
11846
|
-
""" """
|
|
11847
11283
|
|
|
11848
11284
|
def append(self, draw_func):
|
|
11849
11285
|
"""Append a draw function to this menu,
|
|
@@ -11928,10 +11364,7 @@ class CLIP_PT_tools_mask_transforms(
|
|
|
11928
11364
|
"""
|
|
11929
11365
|
...
|
|
11930
11366
|
|
|
11931
|
-
def is_extended(self):
|
|
11932
|
-
""" """
|
|
11933
|
-
...
|
|
11934
|
-
|
|
11367
|
+
def is_extended(self): ...
|
|
11935
11368
|
def is_property_hidden(self) -> bool:
|
|
11936
11369
|
"""Check if a property is hidden.
|
|
11937
11370
|
|
|
@@ -12067,25 +11500,12 @@ class CLIP_PT_tools_mask_transforms(
|
|
|
12067
11500
|
...
|
|
12068
11501
|
|
|
12069
11502
|
class CLIP_PT_tools_scenesetup(bpy_types.Panel, bpy_types._GenericUI):
|
|
12070
|
-
""" """
|
|
12071
|
-
|
|
12072
11503
|
bl_category: typing.Any
|
|
12073
|
-
""" """
|
|
12074
|
-
|
|
12075
11504
|
bl_label: typing.Any
|
|
12076
|
-
""" """
|
|
12077
|
-
|
|
12078
11505
|
bl_region_type: typing.Any
|
|
12079
|
-
""" """
|
|
12080
|
-
|
|
12081
11506
|
bl_rna: typing.Any
|
|
12082
|
-
""" """
|
|
12083
|
-
|
|
12084
11507
|
bl_space_type: typing.Any
|
|
12085
|
-
""" """
|
|
12086
|
-
|
|
12087
11508
|
id_data: typing.Any
|
|
12088
|
-
""" """
|
|
12089
11509
|
|
|
12090
11510
|
def append(self, draw_func):
|
|
12091
11511
|
"""Append a draw function to this menu,
|
|
@@ -12170,10 +11590,7 @@ class CLIP_PT_tools_scenesetup(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
12170
11590
|
"""
|
|
12171
11591
|
...
|
|
12172
11592
|
|
|
12173
|
-
def is_extended(self):
|
|
12174
|
-
""" """
|
|
12175
|
-
...
|
|
12176
|
-
|
|
11593
|
+
def is_extended(self): ...
|
|
12177
11594
|
def is_property_hidden(self) -> bool:
|
|
12178
11595
|
"""Check if a property is hidden.
|
|
12179
11596
|
|
|
@@ -12314,28 +11731,13 @@ class CLIP_PT_track_color_presets(
|
|
|
12314
11731
|
"""Predefined track color"""
|
|
12315
11732
|
|
|
12316
11733
|
bl_label: typing.Any
|
|
12317
|
-
""" """
|
|
12318
|
-
|
|
12319
11734
|
bl_region_type: typing.Any
|
|
12320
|
-
""" """
|
|
12321
|
-
|
|
12322
11735
|
bl_rna: typing.Any
|
|
12323
|
-
""" """
|
|
12324
|
-
|
|
12325
11736
|
bl_space_type: typing.Any
|
|
12326
|
-
""" """
|
|
12327
|
-
|
|
12328
11737
|
id_data: typing.Any
|
|
12329
|
-
""" """
|
|
12330
|
-
|
|
12331
11738
|
preset_add_operator: typing.Any
|
|
12332
|
-
""" """
|
|
12333
|
-
|
|
12334
11739
|
preset_operator: typing.Any
|
|
12335
|
-
""" """
|
|
12336
|
-
|
|
12337
11740
|
preset_subdir: typing.Any
|
|
12338
|
-
""" """
|
|
12339
11741
|
|
|
12340
11742
|
def append(self, draw_func):
|
|
12341
11743
|
"""Append a draw function to this menu,
|
|
@@ -12435,10 +11837,7 @@ class CLIP_PT_track_color_presets(
|
|
|
12435
11837
|
"""
|
|
12436
11838
|
...
|
|
12437
11839
|
|
|
12438
|
-
def is_extended(self):
|
|
12439
|
-
""" """
|
|
12440
|
-
...
|
|
12441
|
-
|
|
11840
|
+
def is_extended(self): ...
|
|
12442
11841
|
def is_property_hidden(self) -> bool:
|
|
12443
11842
|
"""Check if a property is hidden.
|
|
12444
11843
|
|
|
@@ -12601,28 +12000,13 @@ class CLIP_PT_track_color_presets(
|
|
|
12601
12000
|
...
|
|
12602
12001
|
|
|
12603
12002
|
class CLIP_PT_tracking_camera(bpy_types.Panel, bpy_types._GenericUI):
|
|
12604
|
-
""" """
|
|
12605
|
-
|
|
12606
12003
|
bl_category: typing.Any
|
|
12607
|
-
""" """
|
|
12608
|
-
|
|
12609
12004
|
bl_label: typing.Any
|
|
12610
|
-
""" """
|
|
12611
|
-
|
|
12612
12005
|
bl_options: typing.Any
|
|
12613
|
-
""" """
|
|
12614
|
-
|
|
12615
12006
|
bl_region_type: typing.Any
|
|
12616
|
-
""" """
|
|
12617
|
-
|
|
12618
12007
|
bl_rna: typing.Any
|
|
12619
|
-
""" """
|
|
12620
|
-
|
|
12621
12008
|
bl_space_type: typing.Any
|
|
12622
|
-
""" """
|
|
12623
|
-
|
|
12624
12009
|
id_data: typing.Any
|
|
12625
|
-
""" """
|
|
12626
12010
|
|
|
12627
12011
|
def append(self, draw_func):
|
|
12628
12012
|
"""Append a draw function to this menu,
|
|
@@ -12714,10 +12098,7 @@ class CLIP_PT_tracking_camera(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
12714
12098
|
"""
|
|
12715
12099
|
...
|
|
12716
12100
|
|
|
12717
|
-
def is_extended(self):
|
|
12718
|
-
""" """
|
|
12719
|
-
...
|
|
12720
|
-
|
|
12101
|
+
def is_extended(self): ...
|
|
12721
12102
|
def is_property_hidden(self) -> bool:
|
|
12722
12103
|
"""Check if a property is hidden.
|
|
12723
12104
|
|
|
@@ -12853,34 +12234,15 @@ class CLIP_PT_tracking_camera(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
12853
12234
|
...
|
|
12854
12235
|
|
|
12855
12236
|
class CLIP_PT_tracking_lens(bpy_types.Panel, bpy_types._GenericUI):
|
|
12856
|
-
""" """
|
|
12857
|
-
|
|
12858
12237
|
bl_category: typing.Any
|
|
12859
|
-
""" """
|
|
12860
|
-
|
|
12861
12238
|
bl_label: typing.Any
|
|
12862
|
-
""" """
|
|
12863
|
-
|
|
12864
12239
|
bl_options: typing.Any
|
|
12865
|
-
""" """
|
|
12866
|
-
|
|
12867
12240
|
bl_parent_id: typing.Any
|
|
12868
|
-
""" """
|
|
12869
|
-
|
|
12870
12241
|
bl_region_type: typing.Any
|
|
12871
|
-
""" """
|
|
12872
|
-
|
|
12873
12242
|
bl_rna: typing.Any
|
|
12874
|
-
""" """
|
|
12875
|
-
|
|
12876
12243
|
bl_space_type: typing.Any
|
|
12877
|
-
""" """
|
|
12878
|
-
|
|
12879
12244
|
bl_translation_context: typing.Any
|
|
12880
|
-
""" """
|
|
12881
|
-
|
|
12882
12245
|
id_data: typing.Any
|
|
12883
|
-
""" """
|
|
12884
12246
|
|
|
12885
12247
|
def append(self, draw_func):
|
|
12886
12248
|
"""Append a draw function to this menu,
|
|
@@ -12965,10 +12327,7 @@ class CLIP_PT_tracking_lens(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
12965
12327
|
"""
|
|
12966
12328
|
...
|
|
12967
12329
|
|
|
12968
|
-
def is_extended(self):
|
|
12969
|
-
""" """
|
|
12970
|
-
...
|
|
12971
|
-
|
|
12330
|
+
def is_extended(self): ...
|
|
12972
12331
|
def is_property_hidden(self) -> bool:
|
|
12973
12332
|
"""Check if a property is hidden.
|
|
12974
12333
|
|
|
@@ -13109,28 +12468,13 @@ class CLIP_PT_tracking_settings_presets(
|
|
|
13109
12468
|
"""Predefined tracking settings"""
|
|
13110
12469
|
|
|
13111
12470
|
bl_label: typing.Any
|
|
13112
|
-
""" """
|
|
13113
|
-
|
|
13114
12471
|
bl_region_type: typing.Any
|
|
13115
|
-
""" """
|
|
13116
|
-
|
|
13117
12472
|
bl_rna: typing.Any
|
|
13118
|
-
""" """
|
|
13119
|
-
|
|
13120
12473
|
bl_space_type: typing.Any
|
|
13121
|
-
""" """
|
|
13122
|
-
|
|
13123
12474
|
id_data: typing.Any
|
|
13124
|
-
""" """
|
|
13125
|
-
|
|
13126
12475
|
preset_add_operator: typing.Any
|
|
13127
|
-
""" """
|
|
13128
|
-
|
|
13129
12476
|
preset_operator: typing.Any
|
|
13130
|
-
""" """
|
|
13131
|
-
|
|
13132
12477
|
preset_subdir: typing.Any
|
|
13133
|
-
""" """
|
|
13134
12478
|
|
|
13135
12479
|
def append(self, draw_func):
|
|
13136
12480
|
"""Append a draw function to this menu,
|
|
@@ -13230,10 +12574,7 @@ class CLIP_PT_tracking_settings_presets(
|
|
|
13230
12574
|
"""
|
|
13231
12575
|
...
|
|
13232
12576
|
|
|
13233
|
-
def is_extended(self):
|
|
13234
|
-
""" """
|
|
13235
|
-
...
|
|
13236
|
-
|
|
12577
|
+
def is_extended(self): ...
|
|
13237
12578
|
def is_property_hidden(self) -> bool:
|
|
13238
12579
|
"""Check if a property is hidden.
|
|
13239
12580
|
|
|
@@ -13396,13 +12737,8 @@ class CLIP_PT_tracking_settings_presets(
|
|
|
13396
12737
|
...
|
|
13397
12738
|
|
|
13398
12739
|
class CLIP_UL_tracking_objects(bpy_types.UIList, bpy_types._GenericUI):
|
|
13399
|
-
""" """
|
|
13400
|
-
|
|
13401
12740
|
bl_rna: typing.Any
|
|
13402
|
-
""" """
|
|
13403
|
-
|
|
13404
12741
|
id_data: typing.Any
|
|
13405
|
-
""" """
|
|
13406
12742
|
|
|
13407
12743
|
def append(self, draw_func):
|
|
13408
12744
|
"""Append a draw function to this menu,
|
|
@@ -13504,10 +12840,7 @@ class CLIP_UL_tracking_objects(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
13504
12840
|
"""
|
|
13505
12841
|
...
|
|
13506
12842
|
|
|
13507
|
-
def is_extended(self):
|
|
13508
|
-
""" """
|
|
13509
|
-
...
|
|
13510
|
-
|
|
12843
|
+
def is_extended(self): ...
|
|
13511
12844
|
def is_property_hidden(self) -> bool:
|
|
13512
12845
|
"""Check if a property is hidden.
|
|
13513
12846
|
|
|
@@ -13641,28 +12974,13 @@ class CLIP_PT_annotation(
|
|
|
13641
12974
|
CLIP_PT_clip_view_panel,
|
|
13642
12975
|
bpy_types._GenericUI,
|
|
13643
12976
|
):
|
|
13644
|
-
""" """
|
|
13645
|
-
|
|
13646
12977
|
bl_category: typing.Any
|
|
13647
|
-
""" """
|
|
13648
|
-
|
|
13649
12978
|
bl_label: typing.Any
|
|
13650
|
-
""" """
|
|
13651
|
-
|
|
13652
12979
|
bl_options: typing.Any
|
|
13653
|
-
""" """
|
|
13654
|
-
|
|
13655
12980
|
bl_region_type: typing.Any
|
|
13656
|
-
""" """
|
|
13657
|
-
|
|
13658
12981
|
bl_rna: typing.Any
|
|
13659
|
-
""" """
|
|
13660
|
-
|
|
13661
12982
|
bl_space_type: typing.Any
|
|
13662
|
-
""" """
|
|
13663
|
-
|
|
13664
12983
|
id_data: typing.Any
|
|
13665
|
-
""" """
|
|
13666
12984
|
|
|
13667
12985
|
def append(self, draw_func):
|
|
13668
12986
|
"""Append a draw function to this menu,
|
|
@@ -13763,10 +13081,7 @@ class CLIP_PT_annotation(
|
|
|
13763
13081
|
"""
|
|
13764
13082
|
...
|
|
13765
13083
|
|
|
13766
|
-
def is_extended(self):
|
|
13767
|
-
""" """
|
|
13768
|
-
...
|
|
13769
|
-
|
|
13084
|
+
def is_extended(self): ...
|
|
13770
13085
|
def is_property_hidden(self) -> bool:
|
|
13771
13086
|
"""Check if a property is hidden.
|
|
13772
13087
|
|
|
@@ -13902,25 +13217,12 @@ class CLIP_PT_annotation(
|
|
|
13902
13217
|
...
|
|
13903
13218
|
|
|
13904
13219
|
class CLIP_PT_footage(bpy_types.Panel, CLIP_PT_clip_view_panel, bpy_types._GenericUI):
|
|
13905
|
-
""" """
|
|
13906
|
-
|
|
13907
13220
|
bl_category: typing.Any
|
|
13908
|
-
""" """
|
|
13909
|
-
|
|
13910
13221
|
bl_label: typing.Any
|
|
13911
|
-
""" """
|
|
13912
|
-
|
|
13913
13222
|
bl_region_type: typing.Any
|
|
13914
|
-
""" """
|
|
13915
|
-
|
|
13916
13223
|
bl_rna: typing.Any
|
|
13917
|
-
""" """
|
|
13918
|
-
|
|
13919
13224
|
bl_space_type: typing.Any
|
|
13920
|
-
""" """
|
|
13921
|
-
|
|
13922
13225
|
id_data: typing.Any
|
|
13923
|
-
""" """
|
|
13924
13226
|
|
|
13925
13227
|
def append(self, draw_func):
|
|
13926
13228
|
"""Append a draw function to this menu,
|
|
@@ -14005,10 +13307,7 @@ class CLIP_PT_footage(bpy_types.Panel, CLIP_PT_clip_view_panel, bpy_types._Gener
|
|
|
14005
13307
|
"""
|
|
14006
13308
|
...
|
|
14007
13309
|
|
|
14008
|
-
def is_extended(self):
|
|
14009
|
-
""" """
|
|
14010
|
-
...
|
|
14011
|
-
|
|
13310
|
+
def is_extended(self): ...
|
|
14012
13311
|
def is_property_hidden(self) -> bool:
|
|
14013
13312
|
"""Check if a property is hidden.
|
|
14014
13313
|
|
|
@@ -14144,28 +13443,13 @@ class CLIP_PT_footage(bpy_types.Panel, CLIP_PT_clip_view_panel, bpy_types._Gener
|
|
|
14144
13443
|
...
|
|
14145
13444
|
|
|
14146
13445
|
class CLIP_PT_objects(bpy_types.Panel, CLIP_PT_clip_view_panel, bpy_types._GenericUI):
|
|
14147
|
-
""" """
|
|
14148
|
-
|
|
14149
13446
|
bl_category: typing.Any
|
|
14150
|
-
""" """
|
|
14151
|
-
|
|
14152
13447
|
bl_label: typing.Any
|
|
14153
|
-
""" """
|
|
14154
|
-
|
|
14155
13448
|
bl_options: typing.Any
|
|
14156
|
-
""" """
|
|
14157
|
-
|
|
14158
13449
|
bl_region_type: typing.Any
|
|
14159
|
-
""" """
|
|
14160
|
-
|
|
14161
13450
|
bl_rna: typing.Any
|
|
14162
|
-
""" """
|
|
14163
|
-
|
|
14164
13451
|
bl_space_type: typing.Any
|
|
14165
|
-
""" """
|
|
14166
|
-
|
|
14167
13452
|
id_data: typing.Any
|
|
14168
|
-
""" """
|
|
14169
13453
|
|
|
14170
13454
|
def append(self, draw_func):
|
|
14171
13455
|
"""Append a draw function to this menu,
|
|
@@ -14250,10 +13534,7 @@ class CLIP_PT_objects(bpy_types.Panel, CLIP_PT_clip_view_panel, bpy_types._Gener
|
|
|
14250
13534
|
"""
|
|
14251
13535
|
...
|
|
14252
13536
|
|
|
14253
|
-
def is_extended(self):
|
|
14254
|
-
""" """
|
|
14255
|
-
...
|
|
14256
|
-
|
|
13537
|
+
def is_extended(self): ...
|
|
14257
13538
|
def is_property_hidden(self) -> bool:
|
|
14258
13539
|
"""Check if a property is hidden.
|
|
14259
13540
|
|
|
@@ -14389,28 +13670,13 @@ class CLIP_PT_objects(bpy_types.Panel, CLIP_PT_clip_view_panel, bpy_types._Gener
|
|
|
14389
13670
|
...
|
|
14390
13671
|
|
|
14391
13672
|
class CLIP_PT_proxy(bpy_types.Panel, CLIP_PT_clip_view_panel, bpy_types._GenericUI):
|
|
14392
|
-
""" """
|
|
14393
|
-
|
|
14394
13673
|
bl_category: typing.Any
|
|
14395
|
-
""" """
|
|
14396
|
-
|
|
14397
13674
|
bl_label: typing.Any
|
|
14398
|
-
""" """
|
|
14399
|
-
|
|
14400
13675
|
bl_options: typing.Any
|
|
14401
|
-
""" """
|
|
14402
|
-
|
|
14403
13676
|
bl_region_type: typing.Any
|
|
14404
|
-
""" """
|
|
14405
|
-
|
|
14406
13677
|
bl_rna: typing.Any
|
|
14407
|
-
""" """
|
|
14408
|
-
|
|
14409
13678
|
bl_space_type: typing.Any
|
|
14410
|
-
""" """
|
|
14411
|
-
|
|
14412
13679
|
id_data: typing.Any
|
|
14413
|
-
""" """
|
|
14414
13680
|
|
|
14415
13681
|
def append(self, draw_func):
|
|
14416
13682
|
"""Append a draw function to this menu,
|
|
@@ -14502,10 +13768,7 @@ class CLIP_PT_proxy(bpy_types.Panel, CLIP_PT_clip_view_panel, bpy_types._Generic
|
|
|
14502
13768
|
"""
|
|
14503
13769
|
...
|
|
14504
13770
|
|
|
14505
|
-
def is_extended(self):
|
|
14506
|
-
""" """
|
|
14507
|
-
...
|
|
14508
|
-
|
|
13771
|
+
def is_extended(self): ...
|
|
14509
13772
|
def is_property_hidden(self) -> bool:
|
|
14510
13773
|
"""Check if a property is hidden.
|
|
14511
13774
|
|
|
@@ -14641,28 +13904,13 @@ class CLIP_PT_proxy(bpy_types.Panel, CLIP_PT_clip_view_panel, bpy_types._Generic
|
|
|
14641
13904
|
...
|
|
14642
13905
|
|
|
14643
13906
|
class CLIP_PT_marker(bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
14644
|
-
""" """
|
|
14645
|
-
|
|
14646
13907
|
bl_category: typing.Any
|
|
14647
|
-
""" """
|
|
14648
|
-
|
|
14649
13908
|
bl_label: typing.Any
|
|
14650
|
-
""" """
|
|
14651
|
-
|
|
14652
13909
|
bl_options: typing.Any
|
|
14653
|
-
""" """
|
|
14654
|
-
|
|
14655
13910
|
bl_region_type: typing.Any
|
|
14656
|
-
""" """
|
|
14657
|
-
|
|
14658
13911
|
bl_rna: typing.Any
|
|
14659
|
-
""" """
|
|
14660
|
-
|
|
14661
13912
|
bl_space_type: typing.Any
|
|
14662
|
-
""" """
|
|
14663
|
-
|
|
14664
13913
|
id_data: typing.Any
|
|
14665
|
-
""" """
|
|
14666
13914
|
|
|
14667
13915
|
def append(self, draw_func):
|
|
14668
13916
|
"""Append a draw function to this menu,
|
|
@@ -14747,10 +13995,7 @@ class CLIP_PT_marker(bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._Generic
|
|
|
14747
13995
|
"""
|
|
14748
13996
|
...
|
|
14749
13997
|
|
|
14750
|
-
def is_extended(self):
|
|
14751
|
-
""" """
|
|
14752
|
-
...
|
|
14753
|
-
|
|
13998
|
+
def is_extended(self): ...
|
|
14754
13999
|
def is_property_hidden(self) -> bool:
|
|
14755
14000
|
"""Check if a property is hidden.
|
|
14756
14001
|
|
|
@@ -14888,28 +14133,13 @@ class CLIP_PT_marker(bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._Generic
|
|
|
14888
14133
|
class CLIP_PT_plane_track(
|
|
14889
14134
|
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
14890
14135
|
):
|
|
14891
|
-
""" """
|
|
14892
|
-
|
|
14893
14136
|
bl_category: typing.Any
|
|
14894
|
-
""" """
|
|
14895
|
-
|
|
14896
14137
|
bl_label: typing.Any
|
|
14897
|
-
""" """
|
|
14898
|
-
|
|
14899
14138
|
bl_options: typing.Any
|
|
14900
|
-
""" """
|
|
14901
|
-
|
|
14902
14139
|
bl_region_type: typing.Any
|
|
14903
|
-
""" """
|
|
14904
|
-
|
|
14905
14140
|
bl_rna: typing.Any
|
|
14906
|
-
""" """
|
|
14907
|
-
|
|
14908
14141
|
bl_space_type: typing.Any
|
|
14909
|
-
""" """
|
|
14910
|
-
|
|
14911
14142
|
id_data: typing.Any
|
|
14912
|
-
""" """
|
|
14913
14143
|
|
|
14914
14144
|
def append(self, draw_func):
|
|
14915
14145
|
"""Append a draw function to this menu,
|
|
@@ -14994,10 +14224,7 @@ class CLIP_PT_plane_track(
|
|
|
14994
14224
|
"""
|
|
14995
14225
|
...
|
|
14996
14226
|
|
|
14997
|
-
def is_extended(self):
|
|
14998
|
-
""" """
|
|
14999
|
-
...
|
|
15000
|
-
|
|
14227
|
+
def is_extended(self): ...
|
|
15001
14228
|
def is_property_hidden(self) -> bool:
|
|
15002
14229
|
"""Check if a property is hidden.
|
|
15003
14230
|
|
|
@@ -15135,28 +14362,13 @@ class CLIP_PT_plane_track(
|
|
|
15135
14362
|
class CLIP_PT_tools_cleanup(
|
|
15136
14363
|
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
15137
14364
|
):
|
|
15138
|
-
""" """
|
|
15139
|
-
|
|
15140
14365
|
bl_category: typing.Any
|
|
15141
|
-
""" """
|
|
15142
|
-
|
|
15143
14366
|
bl_label: typing.Any
|
|
15144
|
-
""" """
|
|
15145
|
-
|
|
15146
14367
|
bl_options: typing.Any
|
|
15147
|
-
""" """
|
|
15148
|
-
|
|
15149
14368
|
bl_region_type: typing.Any
|
|
15150
|
-
""" """
|
|
15151
|
-
|
|
15152
14369
|
bl_rna: typing.Any
|
|
15153
|
-
""" """
|
|
15154
|
-
|
|
15155
14370
|
bl_space_type: typing.Any
|
|
15156
|
-
""" """
|
|
15157
|
-
|
|
15158
14371
|
id_data: typing.Any
|
|
15159
|
-
""" """
|
|
15160
14372
|
|
|
15161
14373
|
def append(self, draw_func):
|
|
15162
14374
|
"""Append a draw function to this menu,
|
|
@@ -15241,10 +14453,7 @@ class CLIP_PT_tools_cleanup(
|
|
|
15241
14453
|
"""
|
|
15242
14454
|
...
|
|
15243
14455
|
|
|
15244
|
-
def is_extended(self):
|
|
15245
|
-
""" """
|
|
15246
|
-
...
|
|
15247
|
-
|
|
14456
|
+
def is_extended(self): ...
|
|
15248
14457
|
def is_property_hidden(self) -> bool:
|
|
15249
14458
|
"""Check if a property is hidden.
|
|
15250
14459
|
|
|
@@ -15382,28 +14591,13 @@ class CLIP_PT_tools_cleanup(
|
|
|
15382
14591
|
class CLIP_PT_tools_geometry(
|
|
15383
14592
|
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
15384
14593
|
):
|
|
15385
|
-
""" """
|
|
15386
|
-
|
|
15387
14594
|
bl_category: typing.Any
|
|
15388
|
-
""" """
|
|
15389
|
-
|
|
15390
14595
|
bl_label: typing.Any
|
|
15391
|
-
""" """
|
|
15392
|
-
|
|
15393
14596
|
bl_options: typing.Any
|
|
15394
|
-
""" """
|
|
15395
|
-
|
|
15396
14597
|
bl_region_type: typing.Any
|
|
15397
|
-
""" """
|
|
15398
|
-
|
|
15399
14598
|
bl_rna: typing.Any
|
|
15400
|
-
""" """
|
|
15401
|
-
|
|
15402
14599
|
bl_space_type: typing.Any
|
|
15403
|
-
""" """
|
|
15404
|
-
|
|
15405
14600
|
id_data: typing.Any
|
|
15406
|
-
""" """
|
|
15407
14601
|
|
|
15408
14602
|
def append(self, draw_func):
|
|
15409
14603
|
"""Append a draw function to this menu,
|
|
@@ -15488,10 +14682,7 @@ class CLIP_PT_tools_geometry(
|
|
|
15488
14682
|
"""
|
|
15489
14683
|
...
|
|
15490
14684
|
|
|
15491
|
-
def is_extended(self):
|
|
15492
|
-
""" """
|
|
15493
|
-
...
|
|
15494
|
-
|
|
14685
|
+
def is_extended(self): ...
|
|
15495
14686
|
def is_property_hidden(self) -> bool:
|
|
15496
14687
|
"""Check if a property is hidden.
|
|
15497
14688
|
|
|
@@ -15629,25 +14820,12 @@ class CLIP_PT_tools_geometry(
|
|
|
15629
14820
|
class CLIP_PT_tools_marker(
|
|
15630
14821
|
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
15631
14822
|
):
|
|
15632
|
-
""" """
|
|
15633
|
-
|
|
15634
14823
|
bl_category: typing.Any
|
|
15635
|
-
""" """
|
|
15636
|
-
|
|
15637
14824
|
bl_label: typing.Any
|
|
15638
|
-
""" """
|
|
15639
|
-
|
|
15640
14825
|
bl_region_type: typing.Any
|
|
15641
|
-
""" """
|
|
15642
|
-
|
|
15643
14826
|
bl_rna: typing.Any
|
|
15644
|
-
""" """
|
|
15645
|
-
|
|
15646
14827
|
bl_space_type: typing.Any
|
|
15647
|
-
""" """
|
|
15648
|
-
|
|
15649
14828
|
id_data: typing.Any
|
|
15650
|
-
""" """
|
|
15651
14829
|
|
|
15652
14830
|
def append(self, draw_func):
|
|
15653
14831
|
"""Append a draw function to this menu,
|
|
@@ -15732,10 +14910,7 @@ class CLIP_PT_tools_marker(
|
|
|
15732
14910
|
"""
|
|
15733
14911
|
...
|
|
15734
14912
|
|
|
15735
|
-
def is_extended(self):
|
|
15736
|
-
""" """
|
|
15737
|
-
...
|
|
15738
|
-
|
|
14913
|
+
def is_extended(self): ...
|
|
15739
14914
|
def is_property_hidden(self) -> bool:
|
|
15740
14915
|
"""Check if a property is hidden.
|
|
15741
14916
|
|
|
@@ -15873,25 +15048,12 @@ class CLIP_PT_tools_marker(
|
|
|
15873
15048
|
class CLIP_PT_tools_orientation(
|
|
15874
15049
|
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
15875
15050
|
):
|
|
15876
|
-
""" """
|
|
15877
|
-
|
|
15878
15051
|
bl_category: typing.Any
|
|
15879
|
-
""" """
|
|
15880
|
-
|
|
15881
15052
|
bl_label: typing.Any
|
|
15882
|
-
""" """
|
|
15883
|
-
|
|
15884
15053
|
bl_region_type: typing.Any
|
|
15885
|
-
""" """
|
|
15886
|
-
|
|
15887
15054
|
bl_rna: typing.Any
|
|
15888
|
-
""" """
|
|
15889
|
-
|
|
15890
15055
|
bl_space_type: typing.Any
|
|
15891
|
-
""" """
|
|
15892
|
-
|
|
15893
15056
|
id_data: typing.Any
|
|
15894
|
-
""" """
|
|
15895
15057
|
|
|
15896
15058
|
def append(self, draw_func):
|
|
15897
15059
|
"""Append a draw function to this menu,
|
|
@@ -15976,10 +15138,7 @@ class CLIP_PT_tools_orientation(
|
|
|
15976
15138
|
"""
|
|
15977
15139
|
...
|
|
15978
15140
|
|
|
15979
|
-
def is_extended(self):
|
|
15980
|
-
""" """
|
|
15981
|
-
...
|
|
15982
|
-
|
|
15141
|
+
def is_extended(self): ...
|
|
15983
15142
|
def is_property_hidden(self) -> bool:
|
|
15984
15143
|
"""Check if a property is hidden.
|
|
15985
15144
|
|
|
@@ -16117,28 +15276,13 @@ class CLIP_PT_tools_orientation(
|
|
|
16117
15276
|
class CLIP_PT_tools_plane_tracking(
|
|
16118
15277
|
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
16119
15278
|
):
|
|
16120
|
-
""" """
|
|
16121
|
-
|
|
16122
15279
|
bl_category: typing.Any
|
|
16123
|
-
""" """
|
|
16124
|
-
|
|
16125
15280
|
bl_label: typing.Any
|
|
16126
|
-
""" """
|
|
16127
|
-
|
|
16128
15281
|
bl_options: typing.Any
|
|
16129
|
-
""" """
|
|
16130
|
-
|
|
16131
15282
|
bl_region_type: typing.Any
|
|
16132
|
-
""" """
|
|
16133
|
-
|
|
16134
15283
|
bl_rna: typing.Any
|
|
16135
|
-
""" """
|
|
16136
|
-
|
|
16137
15284
|
bl_space_type: typing.Any
|
|
16138
|
-
""" """
|
|
16139
|
-
|
|
16140
15285
|
id_data: typing.Any
|
|
16141
|
-
""" """
|
|
16142
15286
|
|
|
16143
15287
|
def append(self, draw_func):
|
|
16144
15288
|
"""Append a draw function to this menu,
|
|
@@ -16223,10 +15367,7 @@ class CLIP_PT_tools_plane_tracking(
|
|
|
16223
15367
|
"""
|
|
16224
15368
|
...
|
|
16225
15369
|
|
|
16226
|
-
def is_extended(self):
|
|
16227
|
-
""" """
|
|
16228
|
-
...
|
|
16229
|
-
|
|
15370
|
+
def is_extended(self): ...
|
|
16230
15371
|
def is_property_hidden(self) -> bool:
|
|
16231
15372
|
"""Check if a property is hidden.
|
|
16232
15373
|
|
|
@@ -16364,25 +15505,12 @@ class CLIP_PT_tools_plane_tracking(
|
|
|
16364
15505
|
class CLIP_PT_tools_solve(
|
|
16365
15506
|
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
16366
15507
|
):
|
|
16367
|
-
""" """
|
|
16368
|
-
|
|
16369
15508
|
bl_category: typing.Any
|
|
16370
|
-
""" """
|
|
16371
|
-
|
|
16372
15509
|
bl_label: typing.Any
|
|
16373
|
-
""" """
|
|
16374
|
-
|
|
16375
15510
|
bl_region_type: typing.Any
|
|
16376
|
-
""" """
|
|
16377
|
-
|
|
16378
15511
|
bl_rna: typing.Any
|
|
16379
|
-
""" """
|
|
16380
|
-
|
|
16381
15512
|
bl_space_type: typing.Any
|
|
16382
|
-
""" """
|
|
16383
|
-
|
|
16384
15513
|
id_data: typing.Any
|
|
16385
|
-
""" """
|
|
16386
15514
|
|
|
16387
15515
|
def append(self, draw_func):
|
|
16388
15516
|
"""Append a draw function to this menu,
|
|
@@ -16467,10 +15595,7 @@ class CLIP_PT_tools_solve(
|
|
|
16467
15595
|
"""
|
|
16468
15596
|
...
|
|
16469
15597
|
|
|
16470
|
-
def is_extended(self):
|
|
16471
|
-
""" """
|
|
16472
|
-
...
|
|
16473
|
-
|
|
15598
|
+
def is_extended(self): ...
|
|
16474
15599
|
def is_property_hidden(self) -> bool:
|
|
16475
15600
|
"""Check if a property is hidden.
|
|
16476
15601
|
|
|
@@ -16608,31 +15733,14 @@ class CLIP_PT_tools_solve(
|
|
|
16608
15733
|
class CLIP_PT_tools_tracking(
|
|
16609
15734
|
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
16610
15735
|
):
|
|
16611
|
-
""" """
|
|
16612
|
-
|
|
16613
15736
|
bl_category: typing.Any
|
|
16614
|
-
""" """
|
|
16615
|
-
|
|
16616
15737
|
bl_label: typing.Any
|
|
16617
|
-
""" """
|
|
16618
|
-
|
|
16619
15738
|
bl_options: typing.Any
|
|
16620
|
-
""" """
|
|
16621
|
-
|
|
16622
15739
|
bl_region_type: typing.Any
|
|
16623
|
-
""" """
|
|
16624
|
-
|
|
16625
15740
|
bl_rna: typing.Any
|
|
16626
|
-
""" """
|
|
16627
|
-
|
|
16628
15741
|
bl_space_type: typing.Any
|
|
16629
|
-
""" """
|
|
16630
|
-
|
|
16631
15742
|
bl_translation_context: typing.Any
|
|
16632
|
-
""" """
|
|
16633
|
-
|
|
16634
15743
|
id_data: typing.Any
|
|
16635
|
-
""" """
|
|
16636
15744
|
|
|
16637
15745
|
def append(self, draw_func):
|
|
16638
15746
|
"""Append a draw function to this menu,
|
|
@@ -16717,10 +15825,7 @@ class CLIP_PT_tools_tracking(
|
|
|
16717
15825
|
"""
|
|
16718
15826
|
...
|
|
16719
15827
|
|
|
16720
|
-
def is_extended(self):
|
|
16721
|
-
""" """
|
|
16722
|
-
...
|
|
16723
|
-
|
|
15828
|
+
def is_extended(self): ...
|
|
16724
15829
|
def is_property_hidden(self) -> bool:
|
|
16725
15830
|
"""Check if a property is hidden.
|
|
16726
15831
|
|
|
@@ -16856,28 +15961,13 @@ class CLIP_PT_tools_tracking(
|
|
|
16856
15961
|
...
|
|
16857
15962
|
|
|
16858
15963
|
class CLIP_PT_track(bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
16859
|
-
""" """
|
|
16860
|
-
|
|
16861
15964
|
bl_category: typing.Any
|
|
16862
|
-
""" """
|
|
16863
|
-
|
|
16864
15965
|
bl_label: typing.Any
|
|
16865
|
-
""" """
|
|
16866
|
-
|
|
16867
15966
|
bl_region_type: typing.Any
|
|
16868
|
-
""" """
|
|
16869
|
-
|
|
16870
15967
|
bl_rna: typing.Any
|
|
16871
|
-
""" """
|
|
16872
|
-
|
|
16873
15968
|
bl_space_type: typing.Any
|
|
16874
|
-
""" """
|
|
16875
|
-
|
|
16876
15969
|
bl_translation_context: typing.Any
|
|
16877
|
-
""" """
|
|
16878
|
-
|
|
16879
15970
|
id_data: typing.Any
|
|
16880
|
-
""" """
|
|
16881
15971
|
|
|
16882
15972
|
def append(self, draw_func):
|
|
16883
15973
|
"""Append a draw function to this menu,
|
|
@@ -16962,10 +16052,7 @@ class CLIP_PT_track(bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericU
|
|
|
16962
16052
|
"""
|
|
16963
16053
|
...
|
|
16964
16054
|
|
|
16965
|
-
def is_extended(self):
|
|
16966
|
-
""" """
|
|
16967
|
-
...
|
|
16968
|
-
|
|
16055
|
+
def is_extended(self): ...
|
|
16969
16056
|
def is_property_hidden(self) -> bool:
|
|
16970
16057
|
"""Check if a property is hidden.
|
|
16971
16058
|
|
|
@@ -17103,28 +16190,13 @@ class CLIP_PT_track(bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericU
|
|
|
17103
16190
|
class CLIP_PT_track_settings(
|
|
17104
16191
|
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
17105
16192
|
):
|
|
17106
|
-
""" """
|
|
17107
|
-
|
|
17108
16193
|
bl_category: typing.Any
|
|
17109
|
-
""" """
|
|
17110
|
-
|
|
17111
16194
|
bl_label: typing.Any
|
|
17112
|
-
""" """
|
|
17113
|
-
|
|
17114
16195
|
bl_options: typing.Any
|
|
17115
|
-
""" """
|
|
17116
|
-
|
|
17117
16196
|
bl_region_type: typing.Any
|
|
17118
|
-
""" """
|
|
17119
|
-
|
|
17120
16197
|
bl_rna: typing.Any
|
|
17121
|
-
""" """
|
|
17122
|
-
|
|
17123
16198
|
bl_space_type: typing.Any
|
|
17124
|
-
""" """
|
|
17125
|
-
|
|
17126
16199
|
id_data: typing.Any
|
|
17127
|
-
""" """
|
|
17128
16200
|
|
|
17129
16201
|
def append(self, draw_func):
|
|
17130
16202
|
"""Append a draw function to this menu,
|
|
@@ -17209,10 +16281,7 @@ class CLIP_PT_track_settings(
|
|
|
17209
16281
|
"""
|
|
17210
16282
|
...
|
|
17211
16283
|
|
|
17212
|
-
def is_extended(self):
|
|
17213
|
-
""" """
|
|
17214
|
-
...
|
|
17215
|
-
|
|
16284
|
+
def is_extended(self): ...
|
|
17216
16285
|
def is_property_hidden(self) -> bool:
|
|
17217
16286
|
"""Check if a property is hidden.
|
|
17218
16287
|
|
|
@@ -17350,31 +16419,14 @@ class CLIP_PT_track_settings(
|
|
|
17350
16419
|
class CLIP_PT_track_settings_extras(
|
|
17351
16420
|
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
17352
16421
|
):
|
|
17353
|
-
""" """
|
|
17354
|
-
|
|
17355
16422
|
bl_category: typing.Any
|
|
17356
|
-
""" """
|
|
17357
|
-
|
|
17358
16423
|
bl_label: typing.Any
|
|
17359
|
-
""" """
|
|
17360
|
-
|
|
17361
16424
|
bl_options: typing.Any
|
|
17362
|
-
""" """
|
|
17363
|
-
|
|
17364
16425
|
bl_parent_id: typing.Any
|
|
17365
|
-
""" """
|
|
17366
|
-
|
|
17367
16426
|
bl_region_type: typing.Any
|
|
17368
|
-
""" """
|
|
17369
|
-
|
|
17370
16427
|
bl_rna: typing.Any
|
|
17371
|
-
""" """
|
|
17372
|
-
|
|
17373
16428
|
bl_space_type: typing.Any
|
|
17374
|
-
""" """
|
|
17375
|
-
|
|
17376
16429
|
id_data: typing.Any
|
|
17377
|
-
""" """
|
|
17378
16430
|
|
|
17379
16431
|
def append(self, draw_func):
|
|
17380
16432
|
"""Append a draw function to this menu,
|
|
@@ -17459,10 +16511,7 @@ class CLIP_PT_track_settings_extras(
|
|
|
17459
16511
|
"""
|
|
17460
16512
|
...
|
|
17461
16513
|
|
|
17462
|
-
def is_extended(self):
|
|
17463
|
-
""" """
|
|
17464
|
-
...
|
|
17465
|
-
|
|
16514
|
+
def is_extended(self): ...
|
|
17466
16515
|
def is_property_hidden(self) -> bool:
|
|
17467
16516
|
"""Check if a property is hidden.
|
|
17468
16517
|
|
|
@@ -17600,25 +16649,12 @@ class CLIP_PT_track_settings_extras(
|
|
|
17600
16649
|
class CLIP_PT_tracking_settings(
|
|
17601
16650
|
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
17602
16651
|
):
|
|
17603
|
-
""" """
|
|
17604
|
-
|
|
17605
16652
|
bl_category: typing.Any
|
|
17606
|
-
""" """
|
|
17607
|
-
|
|
17608
16653
|
bl_label: typing.Any
|
|
17609
|
-
""" """
|
|
17610
|
-
|
|
17611
16654
|
bl_region_type: typing.Any
|
|
17612
|
-
""" """
|
|
17613
|
-
|
|
17614
16655
|
bl_rna: typing.Any
|
|
17615
|
-
""" """
|
|
17616
|
-
|
|
17617
16656
|
bl_space_type: typing.Any
|
|
17618
|
-
""" """
|
|
17619
|
-
|
|
17620
16657
|
id_data: typing.Any
|
|
17621
|
-
""" """
|
|
17622
16658
|
|
|
17623
16659
|
def append(self, draw_func):
|
|
17624
16660
|
"""Append a draw function to this menu,
|
|
@@ -17710,10 +16746,7 @@ class CLIP_PT_tracking_settings(
|
|
|
17710
16746
|
"""
|
|
17711
16747
|
...
|
|
17712
16748
|
|
|
17713
|
-
def is_extended(self):
|
|
17714
|
-
""" """
|
|
17715
|
-
...
|
|
17716
|
-
|
|
16749
|
+
def is_extended(self): ...
|
|
17717
16750
|
def is_property_hidden(self) -> bool:
|
|
17718
16751
|
"""Check if a property is hidden.
|
|
17719
16752
|
|
|
@@ -17851,28 +16884,13 @@ class CLIP_PT_tracking_settings(
|
|
|
17851
16884
|
class CLIP_PT_tracking_settings_extras(
|
|
17852
16885
|
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
17853
16886
|
):
|
|
17854
|
-
""" """
|
|
17855
|
-
|
|
17856
16887
|
bl_label: typing.Any
|
|
17857
|
-
""" """
|
|
17858
|
-
|
|
17859
16888
|
bl_options: typing.Any
|
|
17860
|
-
""" """
|
|
17861
|
-
|
|
17862
16889
|
bl_parent_id: typing.Any
|
|
17863
|
-
""" """
|
|
17864
|
-
|
|
17865
16890
|
bl_region_type: typing.Any
|
|
17866
|
-
""" """
|
|
17867
|
-
|
|
17868
16891
|
bl_rna: typing.Any
|
|
17869
|
-
""" """
|
|
17870
|
-
|
|
17871
16892
|
bl_space_type: typing.Any
|
|
17872
|
-
""" """
|
|
17873
|
-
|
|
17874
16893
|
id_data: typing.Any
|
|
17875
|
-
""" """
|
|
17876
16894
|
|
|
17877
16895
|
def append(self, draw_func):
|
|
17878
16896
|
"""Append a draw function to this menu,
|
|
@@ -17957,10 +16975,7 @@ class CLIP_PT_tracking_settings_extras(
|
|
|
17957
16975
|
"""
|
|
17958
16976
|
...
|
|
17959
16977
|
|
|
17960
|
-
def is_extended(self):
|
|
17961
|
-
""" """
|
|
17962
|
-
...
|
|
17963
|
-
|
|
16978
|
+
def is_extended(self): ...
|
|
17964
16979
|
def is_property_hidden(self) -> bool:
|
|
17965
16980
|
"""Check if a property is hidden.
|
|
17966
16981
|
|
|
@@ -18098,25 +17113,12 @@ class CLIP_PT_tracking_settings_extras(
|
|
|
18098
17113
|
class CLIP_PT_stabilization(
|
|
18099
17114
|
bpy_types.Panel, CLIP_PT_reconstruction_panel, bpy_types._GenericUI
|
|
18100
17115
|
):
|
|
18101
|
-
""" """
|
|
18102
|
-
|
|
18103
17116
|
bl_category: typing.Any
|
|
18104
|
-
""" """
|
|
18105
|
-
|
|
18106
17117
|
bl_label: typing.Any
|
|
18107
|
-
""" """
|
|
18108
|
-
|
|
18109
17118
|
bl_region_type: typing.Any
|
|
18110
|
-
""" """
|
|
18111
|
-
|
|
18112
17119
|
bl_rna: typing.Any
|
|
18113
|
-
""" """
|
|
18114
|
-
|
|
18115
17120
|
bl_space_type: typing.Any
|
|
18116
|
-
""" """
|
|
18117
|
-
|
|
18118
17121
|
id_data: typing.Any
|
|
18119
|
-
""" """
|
|
18120
17122
|
|
|
18121
17123
|
def append(self, draw_func):
|
|
18122
17124
|
"""Append a draw function to this menu,
|
|
@@ -18208,10 +17210,7 @@ class CLIP_PT_stabilization(
|
|
|
18208
17210
|
"""
|
|
18209
17211
|
...
|
|
18210
17212
|
|
|
18211
|
-
def is_extended(self):
|
|
18212
|
-
""" """
|
|
18213
|
-
...
|
|
18214
|
-
|
|
17213
|
+
def is_extended(self): ...
|
|
18215
17214
|
def is_property_hidden(self) -> bool:
|
|
18216
17215
|
"""Check if a property is hidden.
|
|
18217
17216
|
|
|
@@ -18349,25 +17348,12 @@ class CLIP_PT_stabilization(
|
|
|
18349
17348
|
class CLIP_PT_tools_object(
|
|
18350
17349
|
bpy_types.Panel, CLIP_PT_reconstruction_panel, bpy_types._GenericUI
|
|
18351
17350
|
):
|
|
18352
|
-
""" """
|
|
18353
|
-
|
|
18354
17351
|
bl_category: typing.Any
|
|
18355
|
-
""" """
|
|
18356
|
-
|
|
18357
17352
|
bl_label: typing.Any
|
|
18358
|
-
""" """
|
|
18359
|
-
|
|
18360
17353
|
bl_region_type: typing.Any
|
|
18361
|
-
""" """
|
|
18362
|
-
|
|
18363
17354
|
bl_rna: typing.Any
|
|
18364
|
-
""" """
|
|
18365
|
-
|
|
18366
17355
|
bl_space_type: typing.Any
|
|
18367
|
-
""" """
|
|
18368
|
-
|
|
18369
17356
|
id_data: typing.Any
|
|
18370
|
-
""" """
|
|
18371
17357
|
|
|
18372
17358
|
def append(self, draw_func):
|
|
18373
17359
|
"""Append a draw function to this menu,
|
|
@@ -18452,10 +17438,7 @@ class CLIP_PT_tools_object(
|
|
|
18452
17438
|
"""
|
|
18453
17439
|
...
|
|
18454
17440
|
|
|
18455
|
-
def is_extended(self):
|
|
18456
|
-
""" """
|
|
18457
|
-
...
|
|
18458
|
-
|
|
17441
|
+
def is_extended(self): ...
|
|
18459
17442
|
def is_property_hidden(self) -> bool:
|
|
18460
17443
|
"""Check if a property is hidden.
|
|
18461
17444
|
|