fake-bpy-module 20240721__py3-none-any.whl → 20240723__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.
- bl_operators/bone_selection_sets/__init__.pyi +6 -18
- bl_operators/node/__init__.pyi +2 -4
- bl_operators/presets/__init__.pyi +2 -5
- bl_operators/wm/__init__.pyi +4 -5
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +1 -2
- bl_ui/asset_shelf/__init__.pyi +1 -2
- bl_ui/node_add_menu/__init__.pyi +1 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
- bl_ui/node_add_menu_shader/__init__.pyi +10 -11
- bl_ui/node_add_menu_texture/__init__.pyi +9 -10
- bl_ui/properties_collection/__init__.pyi +6 -18
- bl_ui/properties_constraint/__init__.pyi +79 -142
- bl_ui/properties_data_armature/__init__.pyi +17 -32
- bl_ui/properties_data_bone/__init__.pyi +10 -15
- bl_ui/properties_data_camera/__init__.pyi +14 -29
- bl_ui/properties_data_curve/__init__.pyi +15 -40
- bl_ui/properties_data_curves/__init__.pyi +6 -9
- bl_ui/properties_data_empty/__init__.pyi +2 -3
- bl_ui/properties_data_gpencil/__init__.pyi +23 -37
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -36
- bl_ui/properties_data_lattice/__init__.pyi +3 -4
- bl_ui/properties_data_light/__init__.pyi +12 -23
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -36
- bl_ui/properties_data_mesh/__init__.pyi +20 -27
- bl_ui/properties_data_metaball/__init__.pyi +5 -8
- bl_ui/properties_data_modifier/__init__.pyi +9 -24
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -10
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
- bl_ui/properties_data_speaker/__init__.pyi +5 -6
- bl_ui/properties_data_volume/__init__.pyi +8 -13
- bl_ui/properties_freestyle/__init__.pyi +26 -112
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -8
- bl_ui/properties_material/__init__.pyi +16 -40
- bl_ui/properties_material_gpencil/__init__.pyi +10 -28
- bl_ui/properties_object/__init__.pyi +14 -25
- bl_ui/properties_output/__init__.pyi +18 -45
- bl_ui/properties_paint_common/__init__.pyi +9 -10
- bl_ui/properties_particle/__init__.pyi +52 -134
- bl_ui/properties_physics_cloth/__init__.pyi +14 -35
- bl_ui/properties_physics_common/__init__.pyi +1 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -61
- bl_ui/properties_physics_field/__init__.pyi +10 -27
- bl_ui/properties_physics_fluid/__init__.pyi +28 -51
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -17
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -14
- bl_ui/properties_physics_softbody/__init__.pyi +15 -44
- bl_ui/properties_render/__init__.pyi +55 -146
- bl_ui/properties_scene/__init__.pyi +15 -28
- bl_ui/properties_texture/__init__.pyi +26 -70
- bl_ui/properties_view_layer/__init__.pyi +49 -80
- bl_ui/properties_workspace/__init__.pyi +4 -8
- bl_ui/properties_world/__init__.pyi +10 -17
- bl_ui/space_clip/__init__.pyi +72 -116
- bl_ui/space_console/__init__.pyi +6 -7
- bl_ui/space_dopesheet/__init__.pyi +39 -56
- bl_ui/space_filebrowser/__init__.pyi +29 -44
- bl_ui/space_graph/__init__.pyi +20 -23
- bl_ui/space_image/__init__.pyi +69 -134
- bl_ui/space_info/__init__.pyi +6 -7
- bl_ui/space_nla/__init__.pyi +17 -26
- bl_ui/space_node/__init__.pyi +28 -35
- bl_ui/space_outliner/__init__.pyi +14 -15
- bl_ui/space_properties/__init__.pyi +3 -4
- bl_ui/space_sequencer/__init__.pyi +80 -134
- bl_ui/space_spreadsheet/__init__.pyi +1 -2
- bl_ui/space_statusbar/__init__.pyi +1 -2
- bl_ui/space_text/__init__.pyi +16 -17
- bl_ui/space_time/__init__.pyi +7 -12
- bl_ui/space_toolsystem_common/__init__.pyi +1 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -13
- bl_ui/space_topbar/__init__.pyi +26 -27
- bl_ui/space_userpref/__init__.pyi +91 -196
- bl_ui/space_view3d/__init__.pyi +279 -342
- bl_ui/space_view3d_toolbar/__init__.pyi +613 -897
- bl_ui/temp_anim_layers/__init__.pyi +1 -2
- bpy/ops/sequencer/__init__.pyi +1 -1
- bpy/types/__init__.pyi +29718 -29418
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +87 -87
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- nodeitems_builtins/__init__.pyi +4 -4
- {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
bl_ui/space_clip/__init__.pyi
CHANGED
|
@@ -5,12 +5,11 @@ import bl_ui.properties_grease_pencil_common
|
|
|
5
5
|
import bl_ui.properties_mask_common
|
|
6
6
|
import bl_ui.utils
|
|
7
7
|
import bpy.types
|
|
8
|
-
import bpy_types
|
|
9
8
|
|
|
10
9
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
11
10
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
12
11
|
|
|
13
|
-
class CLIP_HT_header(bpy.types.Header
|
|
12
|
+
class CLIP_HT_header(bpy.types.Header):
|
|
14
13
|
bl_rna: typing.Any
|
|
15
14
|
bl_space_type: typing.Any
|
|
16
15
|
id_data: typing.Any
|
|
@@ -38,7 +37,7 @@ class CLIP_HT_header(bpy.types.Header, bpy_types._GenericUI):
|
|
|
38
37
|
"""
|
|
39
38
|
...
|
|
40
39
|
|
|
41
|
-
class CLIP_MT_clip(bpy.types.Menu
|
|
40
|
+
class CLIP_MT_clip(bpy.types.Menu):
|
|
42
41
|
bl_label: typing.Any
|
|
43
42
|
bl_rna: typing.Any
|
|
44
43
|
bl_translation_context: typing.Any
|
|
@@ -67,7 +66,7 @@ class CLIP_MT_clip(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
67
66
|
"""
|
|
68
67
|
...
|
|
69
68
|
|
|
70
|
-
class CLIP_MT_marker_pie(bpy.types.Menu
|
|
69
|
+
class CLIP_MT_marker_pie(bpy.types.Menu):
|
|
71
70
|
bl_label: typing.Any
|
|
72
71
|
bl_rna: typing.Any
|
|
73
72
|
id_data: typing.Any
|
|
@@ -103,7 +102,7 @@ class CLIP_MT_marker_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
103
102
|
"""
|
|
104
103
|
...
|
|
105
104
|
|
|
106
|
-
class CLIP_MT_masking_editor_menus(bpy.types.Menu
|
|
105
|
+
class CLIP_MT_masking_editor_menus(bpy.types.Menu):
|
|
107
106
|
bl_idname: typing.Any
|
|
108
107
|
bl_label: typing.Any
|
|
109
108
|
bl_rna: typing.Any
|
|
@@ -132,7 +131,7 @@ class CLIP_MT_masking_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
132
131
|
"""
|
|
133
132
|
...
|
|
134
133
|
|
|
135
|
-
class CLIP_MT_pivot_pie(bpy.types.Menu
|
|
134
|
+
class CLIP_MT_pivot_pie(bpy.types.Menu):
|
|
136
135
|
bl_label: typing.Any
|
|
137
136
|
bl_rna: typing.Any
|
|
138
137
|
id_data: typing.Any
|
|
@@ -160,7 +159,7 @@ class CLIP_MT_pivot_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
160
159
|
"""
|
|
161
160
|
...
|
|
162
161
|
|
|
163
|
-
class CLIP_MT_plane_track_image_context_menu(bpy.types.Menu
|
|
162
|
+
class CLIP_MT_plane_track_image_context_menu(bpy.types.Menu):
|
|
164
163
|
bl_label: typing.Any
|
|
165
164
|
bl_rna: typing.Any
|
|
166
165
|
id_data: typing.Any
|
|
@@ -188,7 +187,7 @@ class CLIP_MT_plane_track_image_context_menu(bpy.types.Menu, bpy_types._GenericU
|
|
|
188
187
|
"""
|
|
189
188
|
...
|
|
190
189
|
|
|
191
|
-
class CLIP_MT_proxy(bpy.types.Menu
|
|
190
|
+
class CLIP_MT_proxy(bpy.types.Menu):
|
|
192
191
|
bl_label: typing.Any
|
|
193
192
|
bl_rna: typing.Any
|
|
194
193
|
id_data: typing.Any
|
|
@@ -216,7 +215,7 @@ class CLIP_MT_proxy(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
216
215
|
"""
|
|
217
216
|
...
|
|
218
217
|
|
|
219
|
-
class CLIP_MT_reconstruction(bpy.types.Menu
|
|
218
|
+
class CLIP_MT_reconstruction(bpy.types.Menu):
|
|
220
219
|
bl_label: typing.Any
|
|
221
220
|
bl_rna: typing.Any
|
|
222
221
|
id_data: typing.Any
|
|
@@ -244,7 +243,7 @@ class CLIP_MT_reconstruction(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
244
243
|
"""
|
|
245
244
|
...
|
|
246
245
|
|
|
247
|
-
class CLIP_MT_reconstruction_pie(bpy.types.Menu
|
|
246
|
+
class CLIP_MT_reconstruction_pie(bpy.types.Menu):
|
|
248
247
|
bl_label: typing.Any
|
|
249
248
|
bl_rna: typing.Any
|
|
250
249
|
id_data: typing.Any
|
|
@@ -280,7 +279,7 @@ class CLIP_MT_reconstruction_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
280
279
|
"""
|
|
281
280
|
...
|
|
282
281
|
|
|
283
|
-
class CLIP_MT_select(bpy.types.Menu
|
|
282
|
+
class CLIP_MT_select(bpy.types.Menu):
|
|
284
283
|
bl_label: typing.Any
|
|
285
284
|
bl_rna: typing.Any
|
|
286
285
|
id_data: typing.Any
|
|
@@ -308,7 +307,7 @@ class CLIP_MT_select(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
308
307
|
"""
|
|
309
308
|
...
|
|
310
309
|
|
|
311
|
-
class CLIP_MT_select_graph(bpy.types.Menu
|
|
310
|
+
class CLIP_MT_select_graph(bpy.types.Menu):
|
|
312
311
|
bl_label: typing.Any
|
|
313
312
|
bl_rna: typing.Any
|
|
314
313
|
id_data: typing.Any
|
|
@@ -336,7 +335,7 @@ class CLIP_MT_select_graph(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
336
335
|
"""
|
|
337
336
|
...
|
|
338
337
|
|
|
339
|
-
class CLIP_MT_select_grouped(bpy.types.Menu
|
|
338
|
+
class CLIP_MT_select_grouped(bpy.types.Menu):
|
|
340
339
|
bl_label: typing.Any
|
|
341
340
|
bl_rna: typing.Any
|
|
342
341
|
id_data: typing.Any
|
|
@@ -364,7 +363,7 @@ class CLIP_MT_select_grouped(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
364
363
|
"""
|
|
365
364
|
...
|
|
366
365
|
|
|
367
|
-
class CLIP_MT_solving_pie(bpy.types.Menu
|
|
366
|
+
class CLIP_MT_solving_pie(bpy.types.Menu):
|
|
368
367
|
bl_label: typing.Any
|
|
369
368
|
bl_rna: typing.Any
|
|
370
369
|
id_data: typing.Any
|
|
@@ -400,7 +399,7 @@ class CLIP_MT_solving_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
400
399
|
"""
|
|
401
400
|
...
|
|
402
401
|
|
|
403
|
-
class CLIP_MT_stabilize_2d_context_menu(bpy.types.Menu
|
|
402
|
+
class CLIP_MT_stabilize_2d_context_menu(bpy.types.Menu):
|
|
404
403
|
bl_label: typing.Any
|
|
405
404
|
bl_rna: typing.Any
|
|
406
405
|
id_data: typing.Any
|
|
@@ -428,7 +427,7 @@ class CLIP_MT_stabilize_2d_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
428
427
|
"""
|
|
429
428
|
...
|
|
430
429
|
|
|
431
|
-
class CLIP_MT_stabilize_2d_rotation_context_menu(bpy.types.Menu
|
|
430
|
+
class CLIP_MT_stabilize_2d_rotation_context_menu(bpy.types.Menu):
|
|
432
431
|
bl_label: typing.Any
|
|
433
432
|
bl_rna: typing.Any
|
|
434
433
|
id_data: typing.Any
|
|
@@ -456,7 +455,7 @@ class CLIP_MT_stabilize_2d_rotation_context_menu(bpy.types.Menu, bpy_types._Gene
|
|
|
456
455
|
"""
|
|
457
456
|
...
|
|
458
457
|
|
|
459
|
-
class CLIP_MT_track(bpy.types.Menu
|
|
458
|
+
class CLIP_MT_track(bpy.types.Menu):
|
|
460
459
|
bl_label: typing.Any
|
|
461
460
|
bl_rna: typing.Any
|
|
462
461
|
id_data: typing.Any
|
|
@@ -484,7 +483,7 @@ class CLIP_MT_track(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
484
483
|
"""
|
|
485
484
|
...
|
|
486
485
|
|
|
487
|
-
class CLIP_MT_track_animation(bpy.types.Menu
|
|
486
|
+
class CLIP_MT_track_animation(bpy.types.Menu):
|
|
488
487
|
bl_label: typing.Any
|
|
489
488
|
bl_rna: typing.Any
|
|
490
489
|
id_data: typing.Any
|
|
@@ -512,7 +511,7 @@ class CLIP_MT_track_animation(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
512
511
|
"""
|
|
513
512
|
...
|
|
514
513
|
|
|
515
|
-
class CLIP_MT_track_cleanup(bpy.types.Menu
|
|
514
|
+
class CLIP_MT_track_cleanup(bpy.types.Menu):
|
|
516
515
|
bl_label: typing.Any
|
|
517
516
|
bl_rna: typing.Any
|
|
518
517
|
id_data: typing.Any
|
|
@@ -540,7 +539,7 @@ class CLIP_MT_track_cleanup(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
540
539
|
"""
|
|
541
540
|
...
|
|
542
541
|
|
|
543
|
-
class CLIP_MT_track_clear(bpy.types.Menu
|
|
542
|
+
class CLIP_MT_track_clear(bpy.types.Menu):
|
|
544
543
|
bl_label: typing.Any
|
|
545
544
|
bl_rna: typing.Any
|
|
546
545
|
id_data: typing.Any
|
|
@@ -568,7 +567,7 @@ class CLIP_MT_track_clear(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
568
567
|
"""
|
|
569
568
|
...
|
|
570
569
|
|
|
571
|
-
class CLIP_MT_track_motion(bpy.types.Menu
|
|
570
|
+
class CLIP_MT_track_motion(bpy.types.Menu):
|
|
572
571
|
bl_label: typing.Any
|
|
573
572
|
bl_rna: typing.Any
|
|
574
573
|
id_data: typing.Any
|
|
@@ -596,7 +595,7 @@ class CLIP_MT_track_motion(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
596
595
|
"""
|
|
597
596
|
...
|
|
598
597
|
|
|
599
|
-
class CLIP_MT_track_refine(bpy.types.Menu
|
|
598
|
+
class CLIP_MT_track_refine(bpy.types.Menu):
|
|
600
599
|
bl_label: typing.Any
|
|
601
600
|
bl_rna: typing.Any
|
|
602
601
|
id_data: typing.Any
|
|
@@ -624,7 +623,7 @@ class CLIP_MT_track_refine(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
624
623
|
"""
|
|
625
624
|
...
|
|
626
625
|
|
|
627
|
-
class CLIP_MT_track_transform(bpy.types.Menu
|
|
626
|
+
class CLIP_MT_track_transform(bpy.types.Menu):
|
|
628
627
|
bl_label: typing.Any
|
|
629
628
|
bl_rna: typing.Any
|
|
630
629
|
id_data: typing.Any
|
|
@@ -652,7 +651,7 @@ class CLIP_MT_track_transform(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
652
651
|
"""
|
|
653
652
|
...
|
|
654
653
|
|
|
655
|
-
class CLIP_MT_track_visibility(bpy.types.Menu
|
|
654
|
+
class CLIP_MT_track_visibility(bpy.types.Menu):
|
|
656
655
|
bl_label: typing.Any
|
|
657
656
|
bl_rna: typing.Any
|
|
658
657
|
id_data: typing.Any
|
|
@@ -680,7 +679,7 @@ class CLIP_MT_track_visibility(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
680
679
|
"""
|
|
681
680
|
...
|
|
682
681
|
|
|
683
|
-
class CLIP_MT_tracking_context_menu(bpy.types.Menu
|
|
682
|
+
class CLIP_MT_tracking_context_menu(bpy.types.Menu):
|
|
684
683
|
bl_label: typing.Any
|
|
685
684
|
bl_rna: typing.Any
|
|
686
685
|
id_data: typing.Any
|
|
@@ -716,7 +715,7 @@ class CLIP_MT_tracking_context_menu(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
716
715
|
"""
|
|
717
716
|
...
|
|
718
717
|
|
|
719
|
-
class CLIP_MT_tracking_editor_menus(bpy.types.Menu
|
|
718
|
+
class CLIP_MT_tracking_editor_menus(bpy.types.Menu):
|
|
720
719
|
bl_idname: typing.Any
|
|
721
720
|
bl_label: typing.Any
|
|
722
721
|
bl_rna: typing.Any
|
|
@@ -745,7 +744,7 @@ class CLIP_MT_tracking_editor_menus(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
745
744
|
"""
|
|
746
745
|
...
|
|
747
746
|
|
|
748
|
-
class CLIP_MT_tracking_pie(bpy.types.Menu
|
|
747
|
+
class CLIP_MT_tracking_pie(bpy.types.Menu):
|
|
749
748
|
bl_label: typing.Any
|
|
750
749
|
bl_rna: typing.Any
|
|
751
750
|
bl_translation_context: typing.Any
|
|
@@ -782,7 +781,7 @@ class CLIP_MT_tracking_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
782
781
|
"""
|
|
783
782
|
...
|
|
784
783
|
|
|
785
|
-
class CLIP_MT_view(bpy.types.Menu
|
|
784
|
+
class CLIP_MT_view(bpy.types.Menu):
|
|
786
785
|
bl_label: typing.Any
|
|
787
786
|
bl_rna: typing.Any
|
|
788
787
|
id_data: typing.Any
|
|
@@ -810,7 +809,7 @@ class CLIP_MT_view(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
810
809
|
"""
|
|
811
810
|
...
|
|
812
811
|
|
|
813
|
-
class CLIP_MT_view_pie(bpy.types.Menu
|
|
812
|
+
class CLIP_MT_view_pie(bpy.types.Menu):
|
|
814
813
|
bl_label: typing.Any
|
|
815
814
|
bl_rna: typing.Any
|
|
816
815
|
id_data: typing.Any
|
|
@@ -846,7 +845,7 @@ class CLIP_MT_view_pie(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
846
845
|
"""
|
|
847
846
|
...
|
|
848
847
|
|
|
849
|
-
class CLIP_MT_view_zoom(bpy.types.Menu
|
|
848
|
+
class CLIP_MT_view_zoom(bpy.types.Menu):
|
|
850
849
|
bl_label: typing.Any
|
|
851
850
|
bl_rna: typing.Any
|
|
852
851
|
id_data: typing.Any
|
|
@@ -874,7 +873,7 @@ class CLIP_MT_view_zoom(bpy.types.Menu, bpy_types._GenericUI):
|
|
|
874
873
|
"""
|
|
875
874
|
...
|
|
876
875
|
|
|
877
|
-
class CLIP_PT_2d_cursor(bpy.types.Panel
|
|
876
|
+
class CLIP_PT_2d_cursor(bpy.types.Panel):
|
|
878
877
|
bl_category: typing.Any
|
|
879
878
|
bl_label: typing.Any
|
|
880
879
|
bl_region_type: typing.Any
|
|
@@ -914,7 +913,7 @@ class CLIP_PT_2d_cursor(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
914
913
|
...
|
|
915
914
|
|
|
916
915
|
class CLIP_PT_active_mask_point(
|
|
917
|
-
|
|
916
|
+
bl_ui.properties_mask_common.MASK_PT_point, bpy.types.Panel
|
|
918
917
|
):
|
|
919
918
|
bl_category: typing.Any
|
|
920
919
|
bl_label: typing.Any
|
|
@@ -940,7 +939,7 @@ class CLIP_PT_active_mask_point(
|
|
|
940
939
|
...
|
|
941
940
|
|
|
942
941
|
class CLIP_PT_active_mask_spline(
|
|
943
|
-
|
|
942
|
+
bl_ui.properties_mask_common.MASK_PT_spline, bpy.types.Panel
|
|
944
943
|
):
|
|
945
944
|
bl_category: typing.Any
|
|
946
945
|
bl_label: typing.Any
|
|
@@ -966,10 +965,9 @@ class CLIP_PT_active_mask_spline(
|
|
|
966
965
|
...
|
|
967
966
|
|
|
968
967
|
class CLIP_PT_annotation(
|
|
969
|
-
bpy.types.Panel,
|
|
970
|
-
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
971
968
|
CLIP_PT_clip_view_panel,
|
|
972
|
-
|
|
969
|
+
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
970
|
+
bpy.types.Panel,
|
|
973
971
|
):
|
|
974
972
|
bl_category: typing.Any
|
|
975
973
|
bl_label: typing.Any
|
|
@@ -995,9 +993,7 @@ class CLIP_PT_annotation(
|
|
|
995
993
|
"""
|
|
996
994
|
...
|
|
997
995
|
|
|
998
|
-
class CLIP_PT_camera_presets(
|
|
999
|
-
bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
1000
|
-
):
|
|
996
|
+
class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
|
|
1001
997
|
"""Predefined tracking camera intrinsics"""
|
|
1002
998
|
|
|
1003
999
|
bl_label: typing.Any
|
|
@@ -1025,7 +1021,7 @@ class CLIP_PT_camera_presets(
|
|
|
1025
1021
|
"""
|
|
1026
1022
|
...
|
|
1027
1023
|
|
|
1028
|
-
class CLIP_PT_clip_display(bpy.types.Panel
|
|
1024
|
+
class CLIP_PT_clip_display(bpy.types.Panel):
|
|
1029
1025
|
bl_label: typing.Any
|
|
1030
1026
|
bl_parent_id: typing.Any
|
|
1031
1027
|
bl_region_type: typing.Any
|
|
@@ -1066,7 +1062,7 @@ class CLIP_PT_clip_view_panel:
|
|
|
1066
1062
|
"""
|
|
1067
1063
|
...
|
|
1068
1064
|
|
|
1069
|
-
class CLIP_PT_display(bpy.types.Panel
|
|
1065
|
+
class CLIP_PT_display(bpy.types.Panel):
|
|
1070
1066
|
bl_label: typing.Any
|
|
1071
1067
|
bl_region_type: typing.Any
|
|
1072
1068
|
bl_rna: typing.Any
|
|
@@ -1097,7 +1093,7 @@ class CLIP_PT_display(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
1097
1093
|
"""
|
|
1098
1094
|
...
|
|
1099
1095
|
|
|
1100
|
-
class CLIP_PT_footage(bpy.types.Panel
|
|
1096
|
+
class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy.types.Panel):
|
|
1101
1097
|
bl_category: typing.Any
|
|
1102
1098
|
bl_label: typing.Any
|
|
1103
1099
|
bl_region_type: typing.Any
|
|
@@ -1128,7 +1124,7 @@ class CLIP_PT_footage(bpy.types.Panel, CLIP_PT_clip_view_panel, bpy_types._Gener
|
|
|
1128
1124
|
"""
|
|
1129
1125
|
...
|
|
1130
1126
|
|
|
1131
|
-
class CLIP_PT_gizmo_display(bpy.types.Panel
|
|
1127
|
+
class CLIP_PT_gizmo_display(bpy.types.Panel):
|
|
1132
1128
|
bl_label: typing.Any
|
|
1133
1129
|
bl_region_type: typing.Any
|
|
1134
1130
|
bl_rna: typing.Any
|
|
@@ -1159,7 +1155,7 @@ class CLIP_PT_gizmo_display(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
1159
1155
|
"""
|
|
1160
1156
|
...
|
|
1161
1157
|
|
|
1162
|
-
class CLIP_PT_marker(bpy.types.Panel
|
|
1158
|
+
class CLIP_PT_marker(CLIP_PT_tracking_panel, bpy.types.Panel):
|
|
1163
1159
|
bl_category: typing.Any
|
|
1164
1160
|
bl_label: typing.Any
|
|
1165
1161
|
bl_options: typing.Any
|
|
@@ -1191,7 +1187,7 @@ class CLIP_PT_marker(bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._Generic
|
|
|
1191
1187
|
"""
|
|
1192
1188
|
...
|
|
1193
1189
|
|
|
1194
|
-
class CLIP_PT_marker_display(bpy.types.Panel
|
|
1190
|
+
class CLIP_PT_marker_display(bpy.types.Panel):
|
|
1195
1191
|
bl_label: typing.Any
|
|
1196
1192
|
bl_parent_id: typing.Any
|
|
1197
1193
|
bl_region_type: typing.Any
|
|
@@ -1223,9 +1219,7 @@ class CLIP_PT_marker_display(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
1223
1219
|
"""
|
|
1224
1220
|
...
|
|
1225
1221
|
|
|
1226
|
-
class CLIP_PT_mask(
|
|
1227
|
-
bpy.types.Panel, bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI
|
|
1228
|
-
):
|
|
1222
|
+
class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
|
|
1229
1223
|
bl_category: typing.Any
|
|
1230
1224
|
bl_label: typing.Any
|
|
1231
1225
|
bl_options: typing.Any
|
|
@@ -1251,7 +1245,7 @@ class CLIP_PT_mask(
|
|
|
1251
1245
|
...
|
|
1252
1246
|
|
|
1253
1247
|
class CLIP_PT_mask_display(
|
|
1254
|
-
|
|
1248
|
+
bl_ui.properties_mask_common.MASK_PT_display, bpy.types.Panel
|
|
1255
1249
|
):
|
|
1256
1250
|
bl_label: typing.Any
|
|
1257
1251
|
bl_region_type: typing.Any
|
|
@@ -1275,9 +1269,7 @@ class CLIP_PT_mask_display(
|
|
|
1275
1269
|
"""
|
|
1276
1270
|
...
|
|
1277
1271
|
|
|
1278
|
-
class CLIP_PT_mask_layers(
|
|
1279
|
-
bpy.types.Panel, bl_ui.properties_mask_common.MASK_PT_layers, bpy_types._GenericUI
|
|
1280
|
-
):
|
|
1272
|
+
class CLIP_PT_mask_layers(bl_ui.properties_mask_common.MASK_PT_layers, bpy.types.Panel):
|
|
1281
1273
|
bl_category: typing.Any
|
|
1282
1274
|
bl_label: typing.Any
|
|
1283
1275
|
bl_region_type: typing.Any
|
|
@@ -1301,7 +1293,7 @@ class CLIP_PT_mask_layers(
|
|
|
1301
1293
|
"""
|
|
1302
1294
|
...
|
|
1303
1295
|
|
|
1304
|
-
class CLIP_PT_objects(bpy.types.Panel
|
|
1296
|
+
class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy.types.Panel):
|
|
1305
1297
|
bl_category: typing.Any
|
|
1306
1298
|
bl_label: typing.Any
|
|
1307
1299
|
bl_options: typing.Any
|
|
@@ -1333,9 +1325,7 @@ class CLIP_PT_objects(bpy.types.Panel, CLIP_PT_clip_view_panel, bpy_types._Gener
|
|
|
1333
1325
|
"""
|
|
1334
1326
|
...
|
|
1335
1327
|
|
|
1336
|
-
class CLIP_PT_plane_track(
|
|
1337
|
-
bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
1338
|
-
):
|
|
1328
|
+
class CLIP_PT_plane_track(CLIP_PT_tracking_panel, bpy.types.Panel):
|
|
1339
1329
|
bl_category: typing.Any
|
|
1340
1330
|
bl_label: typing.Any
|
|
1341
1331
|
bl_options: typing.Any
|
|
@@ -1367,7 +1357,7 @@ class CLIP_PT_plane_track(
|
|
|
1367
1357
|
"""
|
|
1368
1358
|
...
|
|
1369
1359
|
|
|
1370
|
-
class CLIP_PT_proportional_edit(bpy.types.Panel
|
|
1360
|
+
class CLIP_PT_proportional_edit(bpy.types.Panel):
|
|
1371
1361
|
bl_label: typing.Any
|
|
1372
1362
|
bl_region_type: typing.Any
|
|
1373
1363
|
bl_rna: typing.Any
|
|
@@ -1398,7 +1388,7 @@ class CLIP_PT_proportional_edit(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
1398
1388
|
"""
|
|
1399
1389
|
...
|
|
1400
1390
|
|
|
1401
|
-
class CLIP_PT_proxy(bpy.types.Panel
|
|
1391
|
+
class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy.types.Panel):
|
|
1402
1392
|
bl_category: typing.Any
|
|
1403
1393
|
bl_label: typing.Any
|
|
1404
1394
|
bl_options: typing.Any
|
|
@@ -1446,9 +1436,7 @@ class CLIP_PT_reconstruction_panel:
|
|
|
1446
1436
|
"""
|
|
1447
1437
|
...
|
|
1448
1438
|
|
|
1449
|
-
class CLIP_PT_stabilization(
|
|
1450
|
-
bpy.types.Panel, CLIP_PT_reconstruction_panel, bpy_types._GenericUI
|
|
1451
|
-
):
|
|
1439
|
+
class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy.types.Panel):
|
|
1452
1440
|
bl_category: typing.Any
|
|
1453
1441
|
bl_label: typing.Any
|
|
1454
1442
|
bl_region_type: typing.Any
|
|
@@ -1494,9 +1482,7 @@ class CLIP_PT_stabilization(
|
|
|
1494
1482
|
"""
|
|
1495
1483
|
...
|
|
1496
1484
|
|
|
1497
|
-
class CLIP_PT_tools_cleanup(
|
|
1498
|
-
bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
1499
|
-
):
|
|
1485
|
+
class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy.types.Panel):
|
|
1500
1486
|
bl_category: typing.Any
|
|
1501
1487
|
bl_label: typing.Any
|
|
1502
1488
|
bl_options: typing.Any
|
|
@@ -1528,7 +1514,7 @@ class CLIP_PT_tools_cleanup(
|
|
|
1528
1514
|
"""
|
|
1529
1515
|
...
|
|
1530
1516
|
|
|
1531
|
-
class CLIP_PT_tools_clip(bpy.types.Panel
|
|
1517
|
+
class CLIP_PT_tools_clip(bpy.types.Panel):
|
|
1532
1518
|
bl_category: typing.Any
|
|
1533
1519
|
bl_label: typing.Any
|
|
1534
1520
|
bl_region_type: typing.Any
|
|
@@ -1568,9 +1554,7 @@ class CLIP_PT_tools_clip(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
1568
1554
|
"""
|
|
1569
1555
|
...
|
|
1570
1556
|
|
|
1571
|
-
class CLIP_PT_tools_geometry(
|
|
1572
|
-
bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
1573
|
-
):
|
|
1557
|
+
class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, bpy.types.Panel):
|
|
1574
1558
|
bl_category: typing.Any
|
|
1575
1559
|
bl_label: typing.Any
|
|
1576
1560
|
bl_options: typing.Any
|
|
@@ -1603,9 +1587,7 @@ class CLIP_PT_tools_geometry(
|
|
|
1603
1587
|
...
|
|
1604
1588
|
|
|
1605
1589
|
class CLIP_PT_tools_grease_pencil_draw(
|
|
1606
|
-
bpy.types.Panel
|
|
1607
|
-
bl_ui.properties_grease_pencil_common.AnnotationDrawingToolsPanel,
|
|
1608
|
-
bpy_types._GenericUI,
|
|
1590
|
+
bl_ui.properties_grease_pencil_common.AnnotationDrawingToolsPanel, bpy.types.Panel
|
|
1609
1591
|
):
|
|
1610
1592
|
bl_category: typing.Any
|
|
1611
1593
|
bl_label: typing.Any
|
|
@@ -1630,9 +1612,7 @@ class CLIP_PT_tools_grease_pencil_draw(
|
|
|
1630
1612
|
"""
|
|
1631
1613
|
...
|
|
1632
1614
|
|
|
1633
|
-
class CLIP_PT_tools_marker(
|
|
1634
|
-
bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
1635
|
-
):
|
|
1615
|
+
class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy.types.Panel):
|
|
1636
1616
|
bl_category: typing.Any
|
|
1637
1617
|
bl_label: typing.Any
|
|
1638
1618
|
bl_region_type: typing.Any
|
|
@@ -1664,7 +1644,7 @@ class CLIP_PT_tools_marker(
|
|
|
1664
1644
|
...
|
|
1665
1645
|
|
|
1666
1646
|
class CLIP_PT_tools_mask_tools(
|
|
1667
|
-
|
|
1647
|
+
bl_ui.properties_mask_common.MASK_PT_tools, bpy.types.Panel
|
|
1668
1648
|
):
|
|
1669
1649
|
bl_category: typing.Any
|
|
1670
1650
|
bl_label: typing.Any
|
|
@@ -1690,9 +1670,7 @@ class CLIP_PT_tools_mask_tools(
|
|
|
1690
1670
|
...
|
|
1691
1671
|
|
|
1692
1672
|
class CLIP_PT_tools_mask_transforms(
|
|
1693
|
-
bpy.types.Panel
|
|
1694
|
-
bl_ui.properties_mask_common.MASK_PT_transforms,
|
|
1695
|
-
bpy_types._GenericUI,
|
|
1673
|
+
bl_ui.properties_mask_common.MASK_PT_transforms, bpy.types.Panel
|
|
1696
1674
|
):
|
|
1697
1675
|
bl_category: typing.Any
|
|
1698
1676
|
bl_label: typing.Any
|
|
@@ -1717,9 +1695,7 @@ class CLIP_PT_tools_mask_transforms(
|
|
|
1717
1695
|
"""
|
|
1718
1696
|
...
|
|
1719
1697
|
|
|
1720
|
-
class CLIP_PT_tools_object(
|
|
1721
|
-
bpy.types.Panel, CLIP_PT_reconstruction_panel, bpy_types._GenericUI
|
|
1722
|
-
):
|
|
1698
|
+
class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy.types.Panel):
|
|
1723
1699
|
bl_category: typing.Any
|
|
1724
1700
|
bl_label: typing.Any
|
|
1725
1701
|
bl_region_type: typing.Any
|
|
@@ -1758,9 +1734,7 @@ class CLIP_PT_tools_object(
|
|
|
1758
1734
|
"""
|
|
1759
1735
|
...
|
|
1760
1736
|
|
|
1761
|
-
class CLIP_PT_tools_orientation(
|
|
1762
|
-
bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
1763
|
-
):
|
|
1737
|
+
class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy.types.Panel):
|
|
1764
1738
|
bl_category: typing.Any
|
|
1765
1739
|
bl_label: typing.Any
|
|
1766
1740
|
bl_region_type: typing.Any
|
|
@@ -1791,9 +1765,7 @@ class CLIP_PT_tools_orientation(
|
|
|
1791
1765
|
"""
|
|
1792
1766
|
...
|
|
1793
1767
|
|
|
1794
|
-
class CLIP_PT_tools_plane_tracking(
|
|
1795
|
-
bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
1796
|
-
):
|
|
1768
|
+
class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
|
|
1797
1769
|
bl_category: typing.Any
|
|
1798
1770
|
bl_label: typing.Any
|
|
1799
1771
|
bl_options: typing.Any
|
|
@@ -1825,7 +1797,7 @@ class CLIP_PT_tools_plane_tracking(
|
|
|
1825
1797
|
"""
|
|
1826
1798
|
...
|
|
1827
1799
|
|
|
1828
|
-
class CLIP_PT_tools_scenesetup(bpy.types.Panel
|
|
1800
|
+
class CLIP_PT_tools_scenesetup(bpy.types.Panel):
|
|
1829
1801
|
bl_category: typing.Any
|
|
1830
1802
|
bl_label: typing.Any
|
|
1831
1803
|
bl_region_type: typing.Any
|
|
@@ -1864,9 +1836,7 @@ class CLIP_PT_tools_scenesetup(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
1864
1836
|
"""
|
|
1865
1837
|
...
|
|
1866
1838
|
|
|
1867
|
-
class CLIP_PT_tools_solve(
|
|
1868
|
-
bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
1869
|
-
):
|
|
1839
|
+
class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy.types.Panel):
|
|
1870
1840
|
bl_category: typing.Any
|
|
1871
1841
|
bl_label: typing.Any
|
|
1872
1842
|
bl_region_type: typing.Any
|
|
@@ -1897,9 +1867,7 @@ class CLIP_PT_tools_solve(
|
|
|
1897
1867
|
"""
|
|
1898
1868
|
...
|
|
1899
1869
|
|
|
1900
|
-
class CLIP_PT_tools_tracking(
|
|
1901
|
-
bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
1902
|
-
):
|
|
1870
|
+
class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
|
|
1903
1871
|
bl_category: typing.Any
|
|
1904
1872
|
bl_label: typing.Any
|
|
1905
1873
|
bl_options: typing.Any
|
|
@@ -1932,7 +1900,7 @@ class CLIP_PT_tools_tracking(
|
|
|
1932
1900
|
"""
|
|
1933
1901
|
...
|
|
1934
1902
|
|
|
1935
|
-
class CLIP_PT_track(bpy.types.Panel
|
|
1903
|
+
class CLIP_PT_track(CLIP_PT_tracking_panel, bpy.types.Panel):
|
|
1936
1904
|
bl_category: typing.Any
|
|
1937
1905
|
bl_label: typing.Any
|
|
1938
1906
|
bl_region_type: typing.Any
|
|
@@ -1964,9 +1932,7 @@ class CLIP_PT_track(bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericU
|
|
|
1964
1932
|
"""
|
|
1965
1933
|
...
|
|
1966
1934
|
|
|
1967
|
-
class CLIP_PT_track_color_presets(
|
|
1968
|
-
bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
1969
|
-
):
|
|
1935
|
+
class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
|
|
1970
1936
|
"""Predefined track color"""
|
|
1971
1937
|
|
|
1972
1938
|
bl_label: typing.Any
|
|
@@ -1994,9 +1960,7 @@ class CLIP_PT_track_color_presets(
|
|
|
1994
1960
|
"""
|
|
1995
1961
|
...
|
|
1996
1962
|
|
|
1997
|
-
class CLIP_PT_track_settings(
|
|
1998
|
-
bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
1999
|
-
):
|
|
1963
|
+
class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
|
|
2000
1964
|
bl_category: typing.Any
|
|
2001
1965
|
bl_label: typing.Any
|
|
2002
1966
|
bl_options: typing.Any
|
|
@@ -2028,9 +1992,7 @@ class CLIP_PT_track_settings(
|
|
|
2028
1992
|
"""
|
|
2029
1993
|
...
|
|
2030
1994
|
|
|
2031
|
-
class CLIP_PT_track_settings_extras(
|
|
2032
|
-
bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
2033
|
-
):
|
|
1995
|
+
class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
|
|
2034
1996
|
bl_category: typing.Any
|
|
2035
1997
|
bl_label: typing.Any
|
|
2036
1998
|
bl_options: typing.Any
|
|
@@ -2071,7 +2033,7 @@ class CLIP_PT_track_settings_extras(
|
|
|
2071
2033
|
"""
|
|
2072
2034
|
...
|
|
2073
2035
|
|
|
2074
|
-
class CLIP_PT_tracking_camera(bpy.types.Panel
|
|
2036
|
+
class CLIP_PT_tracking_camera(bpy.types.Panel):
|
|
2075
2037
|
bl_category: typing.Any
|
|
2076
2038
|
bl_label: typing.Any
|
|
2077
2039
|
bl_options: typing.Any
|
|
@@ -2118,7 +2080,7 @@ class CLIP_PT_tracking_camera(bpy.types.Panel, bpy_types._GenericUI):
|
|
|
2118
2080
|
"""
|
|
2119
2081
|
...
|
|
2120
2082
|
|
|
2121
|
-
class CLIP_PT_tracking_lens(bpy.types.Panel
|
|
2083
|
+
class CLIP_PT_tracking_lens(bpy.types.Panel):
|
|
2122
2084
|
bl_category: typing.Any
|
|
2123
2085
|
bl_label: typing.Any
|
|
2124
2086
|
bl_options: typing.Any
|
|
@@ -2169,9 +2131,7 @@ class CLIP_PT_tracking_panel:
|
|
|
2169
2131
|
"""
|
|
2170
2132
|
...
|
|
2171
2133
|
|
|
2172
|
-
class CLIP_PT_tracking_settings(
|
|
2173
|
-
bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
2174
|
-
):
|
|
2134
|
+
class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
|
|
2175
2135
|
bl_category: typing.Any
|
|
2176
2136
|
bl_label: typing.Any
|
|
2177
2137
|
bl_region_type: typing.Any
|
|
@@ -2209,9 +2169,7 @@ class CLIP_PT_tracking_settings(
|
|
|
2209
2169
|
"""
|
|
2210
2170
|
...
|
|
2211
2171
|
|
|
2212
|
-
class CLIP_PT_tracking_settings_extras(
|
|
2213
|
-
bpy.types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
2214
|
-
):
|
|
2172
|
+
class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
|
|
2215
2173
|
bl_label: typing.Any
|
|
2216
2174
|
bl_options: typing.Any
|
|
2217
2175
|
bl_parent_id: typing.Any
|
|
@@ -2243,9 +2201,7 @@ class CLIP_PT_tracking_settings_extras(
|
|
|
2243
2201
|
"""
|
|
2244
2202
|
...
|
|
2245
2203
|
|
|
2246
|
-
class CLIP_PT_tracking_settings_presets(
|
|
2247
|
-
bpy.types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
2248
|
-
):
|
|
2204
|
+
class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
|
|
2249
2205
|
"""Predefined tracking settings"""
|
|
2250
2206
|
|
|
2251
2207
|
bl_label: typing.Any
|
|
@@ -2273,7 +2229,7 @@ class CLIP_PT_tracking_settings_presets(
|
|
|
2273
2229
|
"""
|
|
2274
2230
|
...
|
|
2275
2231
|
|
|
2276
|
-
class CLIP_UL_tracking_objects(bpy.types.UIList
|
|
2232
|
+
class CLIP_UL_tracking_objects(bpy.types.UIList):
|
|
2277
2233
|
bl_rna: typing.Any
|
|
2278
2234
|
id_data: typing.Any
|
|
2279
2235
|
|