fake-bpy-module 20240614__py3-none-any.whl → 20240615__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_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -2
- bl_operators/anim/__init__.pyi +8 -9
- bl_operators/assets/__init__.pyi +3 -4
- bl_operators/clip/__init__.pyi +10 -11
- bl_operators/connect_to_output/__init__.pyi +1 -4
- bl_operators/console/__init__.pyi +5 -6
- bl_operators/constraint/__init__.pyi +4 -5
- bl_operators/file/__init__.pyi +3 -4
- bl_operators/freestyle/__init__.pyi +4 -5
- bl_operators/geometry_nodes/__init__.pyi +4 -5
- bl_operators/image/__init__.pyi +5 -6
- bl_operators/image_as_planes/__init__.pyi +1 -5
- bl_operators/mesh/__init__.pyi +3 -4
- bl_operators/node/__init__.pyi +10 -13
- bl_operators/object/__init__.pyi +15 -16
- bl_operators/object_align/__init__.pyi +1 -2
- bl_operators/object_quick_effects/__init__.pyi +4 -5
- bl_operators/object_randomize_transform/__init__.pyi +1 -2
- bl_operators/presets/__init__.pyi +24 -26
- bl_operators/rigidbody/__init__.pyi +3 -4
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
- bl_operators/sequencer/__init__.pyi +8 -9
- bl_operators/spreadsheet/__init__.pyi +1 -2
- bl_operators/userpref/__init__.pyi +25 -26
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
- bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
- bl_operators/uvcalc_transform/__init__.pyi +2 -3
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
- bl_operators/view3d/__init__.pyi +8 -9
- bl_operators/wm/__init__.pyi +45 -45
- bl_operators/world/__init__.pyi +1 -2
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +5 -6
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +6 -17
- bl_ui/properties_constraint/__init__.pyi +79 -141
- bl_ui/properties_data_armature/__init__.pyi +12 -26
- bl_ui/properties_data_bone/__init__.pyi +10 -14
- bl_ui/properties_data_camera/__init__.pyi +14 -26
- bl_ui/properties_data_curve/__init__.pyi +15 -23
- bl_ui/properties_data_curves/__init__.pyi +6 -8
- bl_ui/properties_data_empty/__init__.pyi +2 -2
- bl_ui/properties_data_gpencil/__init__.pyi +13 -24
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
- bl_ui/properties_data_lattice/__init__.pyi +3 -3
- bl_ui/properties_data_light/__init__.pyi +12 -22
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
- bl_ui/properties_data_mesh/__init__.pyi +20 -24
- bl_ui/properties_data_metaball/__init__.pyi +5 -7
- bl_ui/properties_data_modifier/__init__.pyi +10 -24
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
- bl_ui/properties_data_speaker/__init__.pyi +5 -5
- bl_ui/properties_data_volume/__init__.pyi +8 -12
- bl_ui/properties_freestyle/__init__.pyi +7 -30
- bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +16 -35
- bl_ui/properties_material_gpencil/__init__.pyi +9 -23
- bl_ui/properties_object/__init__.pyi +14 -24
- bl_ui/properties_output/__init__.pyi +18 -44
- bl_ui/properties_paint_common/__init__.pyi +1 -1
- bl_ui/properties_particle/__init__.pyi +52 -125
- bl_ui/properties_physics_cloth/__init__.pyi +14 -34
- bl_ui/properties_physics_common/__init__.pyi +1 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
- bl_ui/properties_physics_field/__init__.pyi +10 -24
- bl_ui/properties_physics_fluid/__init__.pyi +28 -50
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
- bl_ui/properties_physics_softbody/__init__.pyi +15 -43
- bl_ui/properties_render/__init__.pyi +52 -132
- bl_ui/properties_scene/__init__.pyi +15 -19
- bl_ui/properties_texture/__init__.pyi +26 -53
- bl_ui/properties_view_layer/__init__.pyi +18 -34
- bl_ui/properties_workspace/__init__.pyi +4 -7
- bl_ui/properties_world/__init__.pyi +10 -16
- bl_ui/space_clip/__init__.pyi +69 -109
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +22 -38
- bl_ui/space_filebrowser/__init__.pyi +29 -41
- bl_ui/space_graph/__init__.pyi +20 -22
- bl_ui/space_image/__init__.pyi +58 -80
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +17 -21
- bl_ui/space_node/__init__.pyi +28 -34
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +307 -124
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +7 -11
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +90 -142
- bl_ui/space_view3d/__init__.pyi +269 -291
- bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +2 -2
- bpy/ops/extensions/__init__.pyi +18 -0
- bpy/types/__init__.pyi +859 -1031
- bpy_types/__init__.pyi +13 -6567
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/RECORD +118 -118
- freestyle/utils/__init__.pyi +1 -1
- keyingsets_builtins/__init__.pyi +22 -23
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240614.dist-info → fake_bpy_module-20240615.dist-info}/top_level.txt +0 -0
bl_ui/space_clip/__init__.pyi
CHANGED
|
@@ -9,7 +9,7 @@ import bpy_types
|
|
|
9
9
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
10
10
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
11
11
|
|
|
12
|
-
class CLIP_HT_header(bpy_types.
|
|
12
|
+
class CLIP_HT_header(bpy_types._GenericUI):
|
|
13
13
|
bl_rna: typing.Any
|
|
14
14
|
bl_space_type: typing.Any
|
|
15
15
|
id_data: typing.Any
|
|
@@ -225,7 +225,7 @@ class CLIP_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
225
225
|
"""
|
|
226
226
|
...
|
|
227
227
|
|
|
228
|
-
class CLIP_MT_clip(bpy_types.
|
|
228
|
+
class CLIP_MT_clip(bpy_types._GenericUI):
|
|
229
229
|
bl_label: typing.Any
|
|
230
230
|
bl_rna: typing.Any
|
|
231
231
|
bl_translation_context: typing.Any
|
|
@@ -496,7 +496,7 @@ class CLIP_MT_clip(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
496
496
|
"""
|
|
497
497
|
...
|
|
498
498
|
|
|
499
|
-
class CLIP_MT_marker_pie(bpy_types.
|
|
499
|
+
class CLIP_MT_marker_pie(bpy_types._GenericUI):
|
|
500
500
|
bl_label: typing.Any
|
|
501
501
|
bl_rna: typing.Any
|
|
502
502
|
id_data: typing.Any
|
|
@@ -773,7 +773,7 @@ class CLIP_MT_marker_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
773
773
|
"""
|
|
774
774
|
...
|
|
775
775
|
|
|
776
|
-
class CLIP_MT_masking_editor_menus(bpy_types.
|
|
776
|
+
class CLIP_MT_masking_editor_menus(bpy_types._GenericUI):
|
|
777
777
|
bl_idname: typing.Any
|
|
778
778
|
bl_label: typing.Any
|
|
779
779
|
bl_rna: typing.Any
|
|
@@ -1044,7 +1044,7 @@ class CLIP_MT_masking_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1044
1044
|
"""
|
|
1045
1045
|
...
|
|
1046
1046
|
|
|
1047
|
-
class CLIP_MT_pivot_pie(bpy_types.
|
|
1047
|
+
class CLIP_MT_pivot_pie(bpy_types._GenericUI):
|
|
1048
1048
|
bl_label: typing.Any
|
|
1049
1049
|
bl_rna: typing.Any
|
|
1050
1050
|
id_data: typing.Any
|
|
@@ -1314,7 +1314,7 @@ class CLIP_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1314
1314
|
"""
|
|
1315
1315
|
...
|
|
1316
1316
|
|
|
1317
|
-
class CLIP_MT_plane_track_image_context_menu(bpy_types.
|
|
1317
|
+
class CLIP_MT_plane_track_image_context_menu(bpy_types._GenericUI):
|
|
1318
1318
|
bl_label: typing.Any
|
|
1319
1319
|
bl_rna: typing.Any
|
|
1320
1320
|
id_data: typing.Any
|
|
@@ -1584,7 +1584,7 @@ class CLIP_MT_plane_track_image_context_menu(bpy_types.Menu, bpy_types._GenericU
|
|
|
1584
1584
|
"""
|
|
1585
1585
|
...
|
|
1586
1586
|
|
|
1587
|
-
class CLIP_MT_proxy(bpy_types.
|
|
1587
|
+
class CLIP_MT_proxy(bpy_types._GenericUI):
|
|
1588
1588
|
bl_label: typing.Any
|
|
1589
1589
|
bl_rna: typing.Any
|
|
1590
1590
|
id_data: typing.Any
|
|
@@ -1854,7 +1854,7 @@ class CLIP_MT_proxy(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1854
1854
|
"""
|
|
1855
1855
|
...
|
|
1856
1856
|
|
|
1857
|
-
class CLIP_MT_reconstruction(bpy_types.
|
|
1857
|
+
class CLIP_MT_reconstruction(bpy_types._GenericUI):
|
|
1858
1858
|
bl_label: typing.Any
|
|
1859
1859
|
bl_rna: typing.Any
|
|
1860
1860
|
id_data: typing.Any
|
|
@@ -2124,7 +2124,7 @@ class CLIP_MT_reconstruction(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2124
2124
|
"""
|
|
2125
2125
|
...
|
|
2126
2126
|
|
|
2127
|
-
class CLIP_MT_reconstruction_pie(bpy_types.
|
|
2127
|
+
class CLIP_MT_reconstruction_pie(bpy_types._GenericUI):
|
|
2128
2128
|
bl_label: typing.Any
|
|
2129
2129
|
bl_rna: typing.Any
|
|
2130
2130
|
id_data: typing.Any
|
|
@@ -2401,7 +2401,7 @@ class CLIP_MT_reconstruction_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2401
2401
|
"""
|
|
2402
2402
|
...
|
|
2403
2403
|
|
|
2404
|
-
class CLIP_MT_select(bpy_types.
|
|
2404
|
+
class CLIP_MT_select(bpy_types._GenericUI):
|
|
2405
2405
|
bl_label: typing.Any
|
|
2406
2406
|
bl_rna: typing.Any
|
|
2407
2407
|
id_data: typing.Any
|
|
@@ -2671,7 +2671,7 @@ class CLIP_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2671
2671
|
"""
|
|
2672
2672
|
...
|
|
2673
2673
|
|
|
2674
|
-
class CLIP_MT_select_graph(bpy_types.
|
|
2674
|
+
class CLIP_MT_select_graph(bpy_types._GenericUI):
|
|
2675
2675
|
bl_label: typing.Any
|
|
2676
2676
|
bl_rna: typing.Any
|
|
2677
2677
|
id_data: typing.Any
|
|
@@ -2941,7 +2941,7 @@ class CLIP_MT_select_graph(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2941
2941
|
"""
|
|
2942
2942
|
...
|
|
2943
2943
|
|
|
2944
|
-
class CLIP_MT_select_grouped(bpy_types.
|
|
2944
|
+
class CLIP_MT_select_grouped(bpy_types._GenericUI):
|
|
2945
2945
|
bl_label: typing.Any
|
|
2946
2946
|
bl_rna: typing.Any
|
|
2947
2947
|
id_data: typing.Any
|
|
@@ -3211,7 +3211,7 @@ class CLIP_MT_select_grouped(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3211
3211
|
"""
|
|
3212
3212
|
...
|
|
3213
3213
|
|
|
3214
|
-
class CLIP_MT_solving_pie(bpy_types.
|
|
3214
|
+
class CLIP_MT_solving_pie(bpy_types._GenericUI):
|
|
3215
3215
|
bl_label: typing.Any
|
|
3216
3216
|
bl_rna: typing.Any
|
|
3217
3217
|
id_data: typing.Any
|
|
@@ -3488,7 +3488,7 @@ class CLIP_MT_solving_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3488
3488
|
"""
|
|
3489
3489
|
...
|
|
3490
3490
|
|
|
3491
|
-
class CLIP_MT_stabilize_2d_context_menu(bpy_types.
|
|
3491
|
+
class CLIP_MT_stabilize_2d_context_menu(bpy_types._GenericUI):
|
|
3492
3492
|
bl_label: typing.Any
|
|
3493
3493
|
bl_rna: typing.Any
|
|
3494
3494
|
id_data: typing.Any
|
|
@@ -3758,7 +3758,7 @@ class CLIP_MT_stabilize_2d_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3758
3758
|
"""
|
|
3759
3759
|
...
|
|
3760
3760
|
|
|
3761
|
-
class CLIP_MT_stabilize_2d_rotation_context_menu(bpy_types.
|
|
3761
|
+
class CLIP_MT_stabilize_2d_rotation_context_menu(bpy_types._GenericUI):
|
|
3762
3762
|
bl_label: typing.Any
|
|
3763
3763
|
bl_rna: typing.Any
|
|
3764
3764
|
id_data: typing.Any
|
|
@@ -4028,7 +4028,7 @@ class CLIP_MT_stabilize_2d_rotation_context_menu(bpy_types.Menu, bpy_types._Gene
|
|
|
4028
4028
|
"""
|
|
4029
4029
|
...
|
|
4030
4030
|
|
|
4031
|
-
class CLIP_MT_track(bpy_types.
|
|
4031
|
+
class CLIP_MT_track(bpy_types._GenericUI):
|
|
4032
4032
|
bl_label: typing.Any
|
|
4033
4033
|
bl_rna: typing.Any
|
|
4034
4034
|
id_data: typing.Any
|
|
@@ -4298,7 +4298,7 @@ class CLIP_MT_track(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4298
4298
|
"""
|
|
4299
4299
|
...
|
|
4300
4300
|
|
|
4301
|
-
class CLIP_MT_track_animation(bpy_types.
|
|
4301
|
+
class CLIP_MT_track_animation(bpy_types._GenericUI):
|
|
4302
4302
|
bl_label: typing.Any
|
|
4303
4303
|
bl_rna: typing.Any
|
|
4304
4304
|
id_data: typing.Any
|
|
@@ -4568,7 +4568,7 @@ class CLIP_MT_track_animation(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4568
4568
|
"""
|
|
4569
4569
|
...
|
|
4570
4570
|
|
|
4571
|
-
class CLIP_MT_track_cleanup(bpy_types.
|
|
4571
|
+
class CLIP_MT_track_cleanup(bpy_types._GenericUI):
|
|
4572
4572
|
bl_label: typing.Any
|
|
4573
4573
|
bl_rna: typing.Any
|
|
4574
4574
|
id_data: typing.Any
|
|
@@ -4838,7 +4838,7 @@ class CLIP_MT_track_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4838
4838
|
"""
|
|
4839
4839
|
...
|
|
4840
4840
|
|
|
4841
|
-
class CLIP_MT_track_clear(bpy_types.
|
|
4841
|
+
class CLIP_MT_track_clear(bpy_types._GenericUI):
|
|
4842
4842
|
bl_label: typing.Any
|
|
4843
4843
|
bl_rna: typing.Any
|
|
4844
4844
|
id_data: typing.Any
|
|
@@ -5108,7 +5108,7 @@ class CLIP_MT_track_clear(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5108
5108
|
"""
|
|
5109
5109
|
...
|
|
5110
5110
|
|
|
5111
|
-
class CLIP_MT_track_motion(bpy_types.
|
|
5111
|
+
class CLIP_MT_track_motion(bpy_types._GenericUI):
|
|
5112
5112
|
bl_label: typing.Any
|
|
5113
5113
|
bl_rna: typing.Any
|
|
5114
5114
|
id_data: typing.Any
|
|
@@ -5378,7 +5378,7 @@ class CLIP_MT_track_motion(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5378
5378
|
"""
|
|
5379
5379
|
...
|
|
5380
5380
|
|
|
5381
|
-
class CLIP_MT_track_refine(bpy_types.
|
|
5381
|
+
class CLIP_MT_track_refine(bpy_types._GenericUI):
|
|
5382
5382
|
bl_label: typing.Any
|
|
5383
5383
|
bl_rna: typing.Any
|
|
5384
5384
|
id_data: typing.Any
|
|
@@ -5648,7 +5648,7 @@ class CLIP_MT_track_refine(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5648
5648
|
"""
|
|
5649
5649
|
...
|
|
5650
5650
|
|
|
5651
|
-
class CLIP_MT_track_transform(bpy_types.
|
|
5651
|
+
class CLIP_MT_track_transform(bpy_types._GenericUI):
|
|
5652
5652
|
bl_label: typing.Any
|
|
5653
5653
|
bl_rna: typing.Any
|
|
5654
5654
|
id_data: typing.Any
|
|
@@ -5918,7 +5918,7 @@ class CLIP_MT_track_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
5918
5918
|
"""
|
|
5919
5919
|
...
|
|
5920
5920
|
|
|
5921
|
-
class CLIP_MT_track_visibility(bpy_types.
|
|
5921
|
+
class CLIP_MT_track_visibility(bpy_types._GenericUI):
|
|
5922
5922
|
bl_label: typing.Any
|
|
5923
5923
|
bl_rna: typing.Any
|
|
5924
5924
|
id_data: typing.Any
|
|
@@ -6188,7 +6188,7 @@ class CLIP_MT_track_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6188
6188
|
"""
|
|
6189
6189
|
...
|
|
6190
6190
|
|
|
6191
|
-
class CLIP_MT_tracking_context_menu(bpy_types.
|
|
6191
|
+
class CLIP_MT_tracking_context_menu(bpy_types._GenericUI):
|
|
6192
6192
|
bl_label: typing.Any
|
|
6193
6193
|
bl_rna: typing.Any
|
|
6194
6194
|
id_data: typing.Any
|
|
@@ -6465,7 +6465,7 @@ class CLIP_MT_tracking_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6465
6465
|
"""
|
|
6466
6466
|
...
|
|
6467
6467
|
|
|
6468
|
-
class CLIP_MT_tracking_editor_menus(bpy_types.
|
|
6468
|
+
class CLIP_MT_tracking_editor_menus(bpy_types._GenericUI):
|
|
6469
6469
|
bl_idname: typing.Any
|
|
6470
6470
|
bl_label: typing.Any
|
|
6471
6471
|
bl_rna: typing.Any
|
|
@@ -6736,7 +6736,7 @@ class CLIP_MT_tracking_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
6736
6736
|
"""
|
|
6737
6737
|
...
|
|
6738
6738
|
|
|
6739
|
-
class CLIP_MT_tracking_pie(bpy_types.
|
|
6739
|
+
class CLIP_MT_tracking_pie(bpy_types._GenericUI):
|
|
6740
6740
|
bl_label: typing.Any
|
|
6741
6741
|
bl_rna: typing.Any
|
|
6742
6742
|
bl_translation_context: typing.Any
|
|
@@ -7014,7 +7014,7 @@ class CLIP_MT_tracking_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7014
7014
|
"""
|
|
7015
7015
|
...
|
|
7016
7016
|
|
|
7017
|
-
class CLIP_MT_view(bpy_types.
|
|
7017
|
+
class CLIP_MT_view(bpy_types._GenericUI):
|
|
7018
7018
|
bl_label: typing.Any
|
|
7019
7019
|
bl_rna: typing.Any
|
|
7020
7020
|
id_data: typing.Any
|
|
@@ -7284,7 +7284,7 @@ class CLIP_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7284
7284
|
"""
|
|
7285
7285
|
...
|
|
7286
7286
|
|
|
7287
|
-
class CLIP_MT_view_pie(bpy_types.
|
|
7287
|
+
class CLIP_MT_view_pie(bpy_types._GenericUI):
|
|
7288
7288
|
bl_label: typing.Any
|
|
7289
7289
|
bl_rna: typing.Any
|
|
7290
7290
|
id_data: typing.Any
|
|
@@ -7561,7 +7561,7 @@ class CLIP_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7561
7561
|
"""
|
|
7562
7562
|
...
|
|
7563
7563
|
|
|
7564
|
-
class CLIP_MT_view_zoom(bpy_types.
|
|
7564
|
+
class CLIP_MT_view_zoom(bpy_types._GenericUI):
|
|
7565
7565
|
bl_label: typing.Any
|
|
7566
7566
|
bl_rna: typing.Any
|
|
7567
7567
|
id_data: typing.Any
|
|
@@ -7831,7 +7831,7 @@ class CLIP_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
7831
7831
|
"""
|
|
7832
7832
|
...
|
|
7833
7833
|
|
|
7834
|
-
class CLIP_PT_2d_cursor(bpy_types.
|
|
7834
|
+
class CLIP_PT_2d_cursor(bpy_types._GenericUI):
|
|
7835
7835
|
bl_category: typing.Any
|
|
7836
7836
|
bl_label: typing.Any
|
|
7837
7837
|
bl_region_type: typing.Any
|
|
@@ -8058,7 +8058,7 @@ class CLIP_PT_2d_cursor(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
8058
8058
|
...
|
|
8059
8059
|
|
|
8060
8060
|
class CLIP_PT_active_mask_point(
|
|
8061
|
-
|
|
8061
|
+
bl_ui.properties_mask_common.MASK_PT_point, bpy_types._GenericUI
|
|
8062
8062
|
):
|
|
8063
8063
|
bl_category: typing.Any
|
|
8064
8064
|
bl_label: typing.Any
|
|
@@ -8286,7 +8286,7 @@ class CLIP_PT_active_mask_point(
|
|
|
8286
8286
|
...
|
|
8287
8287
|
|
|
8288
8288
|
class CLIP_PT_active_mask_spline(
|
|
8289
|
-
|
|
8289
|
+
bl_ui.properties_mask_common.MASK_PT_spline, bpy_types._GenericUI
|
|
8290
8290
|
):
|
|
8291
8291
|
bl_category: typing.Any
|
|
8292
8292
|
bl_label: typing.Any
|
|
@@ -8521,9 +8521,7 @@ class CLIP_PT_clip_view_panel:
|
|
|
8521
8521
|
"""
|
|
8522
8522
|
...
|
|
8523
8523
|
|
|
8524
|
-
class CLIP_PT_camera_presets(
|
|
8525
|
-
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
8526
|
-
):
|
|
8524
|
+
class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
8527
8525
|
"""Predefined tracking camera intrinsics"""
|
|
8528
8526
|
|
|
8529
8527
|
bl_label: typing.Any
|
|
@@ -8795,7 +8793,7 @@ class CLIP_PT_camera_presets(
|
|
|
8795
8793
|
"""
|
|
8796
8794
|
...
|
|
8797
8795
|
|
|
8798
|
-
class CLIP_PT_clip_display(bpy_types.
|
|
8796
|
+
class CLIP_PT_clip_display(bpy_types._GenericUI):
|
|
8799
8797
|
bl_label: typing.Any
|
|
8800
8798
|
bl_parent_id: typing.Any
|
|
8801
8799
|
bl_region_type: typing.Any
|
|
@@ -9015,7 +9013,7 @@ class CLIP_PT_clip_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9015
9013
|
"""
|
|
9016
9014
|
...
|
|
9017
9015
|
|
|
9018
|
-
class CLIP_PT_display(bpy_types.
|
|
9016
|
+
class CLIP_PT_display(bpy_types._GenericUI):
|
|
9019
9017
|
bl_label: typing.Any
|
|
9020
9018
|
bl_region_type: typing.Any
|
|
9021
9019
|
bl_rna: typing.Any
|
|
@@ -9234,7 +9232,7 @@ class CLIP_PT_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9234
9232
|
"""
|
|
9235
9233
|
...
|
|
9236
9234
|
|
|
9237
|
-
class CLIP_PT_gizmo_display(bpy_types.
|
|
9235
|
+
class CLIP_PT_gizmo_display(bpy_types._GenericUI):
|
|
9238
9236
|
bl_label: typing.Any
|
|
9239
9237
|
bl_region_type: typing.Any
|
|
9240
9238
|
bl_rna: typing.Any
|
|
@@ -9461,7 +9459,7 @@ class CLIP_PT_tracking_panel:
|
|
|
9461
9459
|
"""
|
|
9462
9460
|
...
|
|
9463
9461
|
|
|
9464
|
-
class CLIP_PT_marker_display(bpy_types.
|
|
9462
|
+
class CLIP_PT_marker_display(bpy_types._GenericUI):
|
|
9465
9463
|
bl_label: typing.Any
|
|
9466
9464
|
bl_parent_id: typing.Any
|
|
9467
9465
|
bl_region_type: typing.Any
|
|
@@ -9681,9 +9679,7 @@ class CLIP_PT_marker_display(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
9681
9679
|
"""
|
|
9682
9680
|
...
|
|
9683
9681
|
|
|
9684
|
-
class CLIP_PT_mask(
|
|
9685
|
-
bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI
|
|
9686
|
-
):
|
|
9682
|
+
class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI):
|
|
9687
9683
|
bl_category: typing.Any
|
|
9688
9684
|
bl_label: typing.Any
|
|
9689
9685
|
bl_options: typing.Any
|
|
@@ -9911,7 +9907,7 @@ class CLIP_PT_mask(
|
|
|
9911
9907
|
...
|
|
9912
9908
|
|
|
9913
9909
|
class CLIP_PT_mask_display(
|
|
9914
|
-
|
|
9910
|
+
bl_ui.properties_mask_common.MASK_PT_display, bpy_types._GenericUI
|
|
9915
9911
|
):
|
|
9916
9912
|
bl_label: typing.Any
|
|
9917
9913
|
bl_region_type: typing.Any
|
|
@@ -10138,7 +10134,7 @@ class CLIP_PT_mask_display(
|
|
|
10138
10134
|
...
|
|
10139
10135
|
|
|
10140
10136
|
class CLIP_PT_mask_layers(
|
|
10141
|
-
|
|
10137
|
+
bl_ui.properties_mask_common.MASK_PT_layers, bpy_types._GenericUI
|
|
10142
10138
|
):
|
|
10143
10139
|
bl_category: typing.Any
|
|
10144
10140
|
bl_label: typing.Any
|
|
@@ -10365,7 +10361,7 @@ class CLIP_PT_mask_layers(
|
|
|
10365
10361
|
"""
|
|
10366
10362
|
...
|
|
10367
10363
|
|
|
10368
|
-
class CLIP_PT_proportional_edit(bpy_types.
|
|
10364
|
+
class CLIP_PT_proportional_edit(bpy_types._GenericUI):
|
|
10369
10365
|
bl_label: typing.Any
|
|
10370
10366
|
bl_region_type: typing.Any
|
|
10371
10367
|
bl_rna: typing.Any
|
|
@@ -10592,7 +10588,7 @@ class CLIP_PT_reconstruction_panel:
|
|
|
10592
10588
|
"""
|
|
10593
10589
|
...
|
|
10594
10590
|
|
|
10595
|
-
class CLIP_PT_tools_clip(bpy_types.
|
|
10591
|
+
class CLIP_PT_tools_clip(bpy_types._GenericUI):
|
|
10596
10592
|
bl_category: typing.Any
|
|
10597
10593
|
bl_label: typing.Any
|
|
10598
10594
|
bl_region_type: typing.Any
|
|
@@ -10820,7 +10816,6 @@ class CLIP_PT_tools_clip(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
10820
10816
|
...
|
|
10821
10817
|
|
|
10822
10818
|
class CLIP_PT_tools_grease_pencil_draw(
|
|
10823
|
-
bpy_types.Panel,
|
|
10824
10819
|
bl_ui.properties_grease_pencil_common.AnnotationDrawingToolsPanel,
|
|
10825
10820
|
bpy_types._GenericUI,
|
|
10826
10821
|
):
|
|
@@ -11043,7 +11038,7 @@ class CLIP_PT_tools_grease_pencil_draw(
|
|
|
11043
11038
|
...
|
|
11044
11039
|
|
|
11045
11040
|
class CLIP_PT_tools_mask_tools(
|
|
11046
|
-
|
|
11041
|
+
bl_ui.properties_mask_common.MASK_PT_tools, bpy_types._GenericUI
|
|
11047
11042
|
):
|
|
11048
11043
|
bl_category: typing.Any
|
|
11049
11044
|
bl_label: typing.Any
|
|
@@ -11271,9 +11266,7 @@ class CLIP_PT_tools_mask_tools(
|
|
|
11271
11266
|
...
|
|
11272
11267
|
|
|
11273
11268
|
class CLIP_PT_tools_mask_transforms(
|
|
11274
|
-
bpy_types.
|
|
11275
|
-
bl_ui.properties_mask_common.MASK_PT_transforms,
|
|
11276
|
-
bpy_types._GenericUI,
|
|
11269
|
+
bl_ui.properties_mask_common.MASK_PT_transforms, bpy_types._GenericUI
|
|
11277
11270
|
):
|
|
11278
11271
|
bl_category: typing.Any
|
|
11279
11272
|
bl_label: typing.Any
|
|
@@ -11500,7 +11493,7 @@ class CLIP_PT_tools_mask_transforms(
|
|
|
11500
11493
|
"""
|
|
11501
11494
|
...
|
|
11502
11495
|
|
|
11503
|
-
class CLIP_PT_tools_scenesetup(bpy_types.
|
|
11496
|
+
class CLIP_PT_tools_scenesetup(bpy_types._GenericUI):
|
|
11504
11497
|
bl_category: typing.Any
|
|
11505
11498
|
bl_label: typing.Any
|
|
11506
11499
|
bl_region_type: typing.Any
|
|
@@ -11726,9 +11719,7 @@ class CLIP_PT_tools_scenesetup(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
11726
11719
|
"""
|
|
11727
11720
|
...
|
|
11728
11721
|
|
|
11729
|
-
class CLIP_PT_track_color_presets(
|
|
11730
|
-
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
11731
|
-
):
|
|
11722
|
+
class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
11732
11723
|
"""Predefined track color"""
|
|
11733
11724
|
|
|
11734
11725
|
bl_label: typing.Any
|
|
@@ -12000,7 +11991,7 @@ class CLIP_PT_track_color_presets(
|
|
|
12000
11991
|
"""
|
|
12001
11992
|
...
|
|
12002
11993
|
|
|
12003
|
-
class CLIP_PT_tracking_camera(bpy_types.
|
|
11994
|
+
class CLIP_PT_tracking_camera(bpy_types._GenericUI):
|
|
12004
11995
|
bl_category: typing.Any
|
|
12005
11996
|
bl_label: typing.Any
|
|
12006
11997
|
bl_options: typing.Any
|
|
@@ -12234,7 +12225,7 @@ class CLIP_PT_tracking_camera(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
12234
12225
|
"""
|
|
12235
12226
|
...
|
|
12236
12227
|
|
|
12237
|
-
class CLIP_PT_tracking_lens(bpy_types.
|
|
12228
|
+
class CLIP_PT_tracking_lens(bpy_types._GenericUI):
|
|
12238
12229
|
bl_category: typing.Any
|
|
12239
12230
|
bl_label: typing.Any
|
|
12240
12231
|
bl_options: typing.Any
|
|
@@ -12463,9 +12454,7 @@ class CLIP_PT_tracking_lens(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
12463
12454
|
"""
|
|
12464
12455
|
...
|
|
12465
12456
|
|
|
12466
|
-
class CLIP_PT_tracking_settings_presets(
|
|
12467
|
-
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
12468
|
-
):
|
|
12457
|
+
class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
12469
12458
|
"""Predefined tracking settings"""
|
|
12470
12459
|
|
|
12471
12460
|
bl_label: typing.Any
|
|
@@ -12737,7 +12726,7 @@ class CLIP_PT_tracking_settings_presets(
|
|
|
12737
12726
|
"""
|
|
12738
12727
|
...
|
|
12739
12728
|
|
|
12740
|
-
class CLIP_UL_tracking_objects(bpy_types.
|
|
12729
|
+
class CLIP_UL_tracking_objects(bpy_types._GenericUI):
|
|
12741
12730
|
bl_rna: typing.Any
|
|
12742
12731
|
id_data: typing.Any
|
|
12743
12732
|
|
|
@@ -12970,7 +12959,6 @@ class CLIP_UL_tracking_objects(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
12970
12959
|
...
|
|
12971
12960
|
|
|
12972
12961
|
class CLIP_PT_annotation(
|
|
12973
|
-
bpy_types.Panel,
|
|
12974
12962
|
bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
|
|
12975
12963
|
CLIP_PT_clip_view_panel,
|
|
12976
12964
|
bpy_types._GenericUI,
|
|
@@ -13217,7 +13205,7 @@ class CLIP_PT_annotation(
|
|
|
13217
13205
|
"""
|
|
13218
13206
|
...
|
|
13219
13207
|
|
|
13220
|
-
class CLIP_PT_footage(
|
|
13208
|
+
class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
|
|
13221
13209
|
bl_category: typing.Any
|
|
13222
13210
|
bl_label: typing.Any
|
|
13223
13211
|
bl_region_type: typing.Any
|
|
@@ -13443,7 +13431,7 @@ class CLIP_PT_footage(bpy_types.Panel, CLIP_PT_clip_view_panel, bpy_types._Gener
|
|
|
13443
13431
|
"""
|
|
13444
13432
|
...
|
|
13445
13433
|
|
|
13446
|
-
class CLIP_PT_objects(
|
|
13434
|
+
class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
|
|
13447
13435
|
bl_category: typing.Any
|
|
13448
13436
|
bl_label: typing.Any
|
|
13449
13437
|
bl_options: typing.Any
|
|
@@ -13670,7 +13658,7 @@ class CLIP_PT_objects(bpy_types.Panel, CLIP_PT_clip_view_panel, bpy_types._Gener
|
|
|
13670
13658
|
"""
|
|
13671
13659
|
...
|
|
13672
13660
|
|
|
13673
|
-
class CLIP_PT_proxy(
|
|
13661
|
+
class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
|
|
13674
13662
|
bl_category: typing.Any
|
|
13675
13663
|
bl_label: typing.Any
|
|
13676
13664
|
bl_options: typing.Any
|
|
@@ -13904,7 +13892,7 @@ class CLIP_PT_proxy(bpy_types.Panel, CLIP_PT_clip_view_panel, bpy_types._Generic
|
|
|
13904
13892
|
"""
|
|
13905
13893
|
...
|
|
13906
13894
|
|
|
13907
|
-
class CLIP_PT_marker(
|
|
13895
|
+
class CLIP_PT_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
13908
13896
|
bl_category: typing.Any
|
|
13909
13897
|
bl_label: typing.Any
|
|
13910
13898
|
bl_options: typing.Any
|
|
@@ -14131,9 +14119,7 @@ class CLIP_PT_marker(bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._Generic
|
|
|
14131
14119
|
"""
|
|
14132
14120
|
...
|
|
14133
14121
|
|
|
14134
|
-
class CLIP_PT_plane_track(
|
|
14135
|
-
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
14136
|
-
):
|
|
14122
|
+
class CLIP_PT_plane_track(CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
14137
14123
|
bl_category: typing.Any
|
|
14138
14124
|
bl_label: typing.Any
|
|
14139
14125
|
bl_options: typing.Any
|
|
@@ -14360,9 +14346,7 @@ class CLIP_PT_plane_track(
|
|
|
14360
14346
|
"""
|
|
14361
14347
|
...
|
|
14362
14348
|
|
|
14363
|
-
class CLIP_PT_tools_cleanup(
|
|
14364
|
-
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
14365
|
-
):
|
|
14349
|
+
class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
14366
14350
|
bl_category: typing.Any
|
|
14367
14351
|
bl_label: typing.Any
|
|
14368
14352
|
bl_options: typing.Any
|
|
@@ -14589,9 +14573,7 @@ class CLIP_PT_tools_cleanup(
|
|
|
14589
14573
|
"""
|
|
14590
14574
|
...
|
|
14591
14575
|
|
|
14592
|
-
class CLIP_PT_tools_geometry(
|
|
14593
|
-
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
14594
|
-
):
|
|
14576
|
+
class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
14595
14577
|
bl_category: typing.Any
|
|
14596
14578
|
bl_label: typing.Any
|
|
14597
14579
|
bl_options: typing.Any
|
|
@@ -14818,9 +14800,7 @@ class CLIP_PT_tools_geometry(
|
|
|
14818
14800
|
"""
|
|
14819
14801
|
...
|
|
14820
14802
|
|
|
14821
|
-
class CLIP_PT_tools_marker(
|
|
14822
|
-
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
14823
|
-
):
|
|
14803
|
+
class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
14824
14804
|
bl_category: typing.Any
|
|
14825
14805
|
bl_label: typing.Any
|
|
14826
14806
|
bl_region_type: typing.Any
|
|
@@ -15046,9 +15026,7 @@ class CLIP_PT_tools_marker(
|
|
|
15046
15026
|
"""
|
|
15047
15027
|
...
|
|
15048
15028
|
|
|
15049
|
-
class CLIP_PT_tools_orientation(
|
|
15050
|
-
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
15051
|
-
):
|
|
15029
|
+
class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
15052
15030
|
bl_category: typing.Any
|
|
15053
15031
|
bl_label: typing.Any
|
|
15054
15032
|
bl_region_type: typing.Any
|
|
@@ -15274,9 +15252,7 @@ class CLIP_PT_tools_orientation(
|
|
|
15274
15252
|
"""
|
|
15275
15253
|
...
|
|
15276
15254
|
|
|
15277
|
-
class CLIP_PT_tools_plane_tracking(
|
|
15278
|
-
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
15279
|
-
):
|
|
15255
|
+
class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
15280
15256
|
bl_category: typing.Any
|
|
15281
15257
|
bl_label: typing.Any
|
|
15282
15258
|
bl_options: typing.Any
|
|
@@ -15503,9 +15479,7 @@ class CLIP_PT_tools_plane_tracking(
|
|
|
15503
15479
|
"""
|
|
15504
15480
|
...
|
|
15505
15481
|
|
|
15506
|
-
class CLIP_PT_tools_solve(
|
|
15507
|
-
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
15508
|
-
):
|
|
15482
|
+
class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
15509
15483
|
bl_category: typing.Any
|
|
15510
15484
|
bl_label: typing.Any
|
|
15511
15485
|
bl_region_type: typing.Any
|
|
@@ -15731,9 +15705,7 @@ class CLIP_PT_tools_solve(
|
|
|
15731
15705
|
"""
|
|
15732
15706
|
...
|
|
15733
15707
|
|
|
15734
|
-
class CLIP_PT_tools_tracking(
|
|
15735
|
-
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
15736
|
-
):
|
|
15708
|
+
class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
15737
15709
|
bl_category: typing.Any
|
|
15738
15710
|
bl_label: typing.Any
|
|
15739
15711
|
bl_options: typing.Any
|
|
@@ -15961,7 +15933,7 @@ class CLIP_PT_tools_tracking(
|
|
|
15961
15933
|
"""
|
|
15962
15934
|
...
|
|
15963
15935
|
|
|
15964
|
-
class CLIP_PT_track(
|
|
15936
|
+
class CLIP_PT_track(CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
15965
15937
|
bl_category: typing.Any
|
|
15966
15938
|
bl_label: typing.Any
|
|
15967
15939
|
bl_region_type: typing.Any
|
|
@@ -16188,9 +16160,7 @@ class CLIP_PT_track(bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericU
|
|
|
16188
16160
|
"""
|
|
16189
16161
|
...
|
|
16190
16162
|
|
|
16191
|
-
class CLIP_PT_track_settings(
|
|
16192
|
-
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
16193
|
-
):
|
|
16163
|
+
class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
16194
16164
|
bl_category: typing.Any
|
|
16195
16165
|
bl_label: typing.Any
|
|
16196
16166
|
bl_options: typing.Any
|
|
@@ -16417,9 +16387,7 @@ class CLIP_PT_track_settings(
|
|
|
16417
16387
|
"""
|
|
16418
16388
|
...
|
|
16419
16389
|
|
|
16420
|
-
class CLIP_PT_track_settings_extras(
|
|
16421
|
-
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
16422
|
-
):
|
|
16390
|
+
class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
16423
16391
|
bl_category: typing.Any
|
|
16424
16392
|
bl_label: typing.Any
|
|
16425
16393
|
bl_options: typing.Any
|
|
@@ -16647,9 +16615,7 @@ class CLIP_PT_track_settings_extras(
|
|
|
16647
16615
|
"""
|
|
16648
16616
|
...
|
|
16649
16617
|
|
|
16650
|
-
class CLIP_PT_tracking_settings(
|
|
16651
|
-
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
16652
|
-
):
|
|
16618
|
+
class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
16653
16619
|
bl_category: typing.Any
|
|
16654
16620
|
bl_label: typing.Any
|
|
16655
16621
|
bl_region_type: typing.Any
|
|
@@ -16882,9 +16848,7 @@ class CLIP_PT_tracking_settings(
|
|
|
16882
16848
|
"""
|
|
16883
16849
|
...
|
|
16884
16850
|
|
|
16885
|
-
class CLIP_PT_tracking_settings_extras(
|
|
16886
|
-
bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
|
|
16887
|
-
):
|
|
16851
|
+
class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, bpy_types._GenericUI):
|
|
16888
16852
|
bl_label: typing.Any
|
|
16889
16853
|
bl_options: typing.Any
|
|
16890
16854
|
bl_parent_id: typing.Any
|
|
@@ -17111,9 +17075,7 @@ class CLIP_PT_tracking_settings_extras(
|
|
|
17111
17075
|
"""
|
|
17112
17076
|
...
|
|
17113
17077
|
|
|
17114
|
-
class CLIP_PT_stabilization(
|
|
17115
|
-
bpy_types.Panel, CLIP_PT_reconstruction_panel, bpy_types._GenericUI
|
|
17116
|
-
):
|
|
17078
|
+
class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
|
|
17117
17079
|
bl_category: typing.Any
|
|
17118
17080
|
bl_label: typing.Any
|
|
17119
17081
|
bl_region_type: typing.Any
|
|
@@ -17346,9 +17308,7 @@ class CLIP_PT_stabilization(
|
|
|
17346
17308
|
"""
|
|
17347
17309
|
...
|
|
17348
17310
|
|
|
17349
|
-
class CLIP_PT_tools_object(
|
|
17350
|
-
bpy_types.Panel, CLIP_PT_reconstruction_panel, bpy_types._GenericUI
|
|
17351
|
-
):
|
|
17311
|
+
class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
|
|
17352
17312
|
bl_category: typing.Any
|
|
17353
17313
|
bl_label: typing.Any
|
|
17354
17314
|
bl_region_type: typing.Any
|
bl_ui/space_console/__init__.pyi
CHANGED
|
@@ -6,7 +6,7 @@ import bpy_types
|
|
|
6
6
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
7
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
8
|
|
|
9
|
-
class CONSOLE_HT_header(bpy_types.
|
|
9
|
+
class CONSOLE_HT_header(bpy_types._GenericUI):
|
|
10
10
|
bl_rna: typing.Any
|
|
11
11
|
bl_space_type: typing.Any
|
|
12
12
|
id_data: typing.Any
|
|
@@ -222,7 +222,7 @@ class CONSOLE_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
222
222
|
"""
|
|
223
223
|
...
|
|
224
224
|
|
|
225
|
-
class CONSOLE_MT_console(bpy_types.
|
|
225
|
+
class CONSOLE_MT_console(bpy_types._GenericUI):
|
|
226
226
|
bl_label: typing.Any
|
|
227
227
|
bl_rna: typing.Any
|
|
228
228
|
id_data: typing.Any
|
|
@@ -492,7 +492,7 @@ class CONSOLE_MT_console(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
492
492
|
"""
|
|
493
493
|
...
|
|
494
494
|
|
|
495
|
-
class CONSOLE_MT_context_menu(bpy_types.
|
|
495
|
+
class CONSOLE_MT_context_menu(bpy_types._GenericUI):
|
|
496
496
|
bl_label: typing.Any
|
|
497
497
|
bl_rna: typing.Any
|
|
498
498
|
id_data: typing.Any
|
|
@@ -762,7 +762,7 @@ class CONSOLE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
762
762
|
"""
|
|
763
763
|
...
|
|
764
764
|
|
|
765
|
-
class CONSOLE_MT_editor_menus(bpy_types.
|
|
765
|
+
class CONSOLE_MT_editor_menus(bpy_types._GenericUI):
|
|
766
766
|
bl_idname: typing.Any
|
|
767
767
|
bl_label: typing.Any
|
|
768
768
|
bl_rna: typing.Any
|
|
@@ -1033,7 +1033,7 @@ class CONSOLE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1033
1033
|
"""
|
|
1034
1034
|
...
|
|
1035
1035
|
|
|
1036
|
-
class CONSOLE_MT_language(bpy_types.
|
|
1036
|
+
class CONSOLE_MT_language(bpy_types._GenericUI):
|
|
1037
1037
|
bl_label: typing.Any
|
|
1038
1038
|
bl_rna: typing.Any
|
|
1039
1039
|
id_data: typing.Any
|
|
@@ -1303,7 +1303,7 @@ class CONSOLE_MT_language(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1303
1303
|
"""
|
|
1304
1304
|
...
|
|
1305
1305
|
|
|
1306
|
-
class CONSOLE_MT_view(bpy_types.
|
|
1306
|
+
class CONSOLE_MT_view(bpy_types._GenericUI):
|
|
1307
1307
|
bl_label: typing.Any
|
|
1308
1308
|
bl_rna: typing.Any
|
|
1309
1309
|
id_data: typing.Any
|