fake-bpy-module 20240420__py3-none-any.whl → 20240422__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.
Files changed (187) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +12 -12
  3. bl_operators/geometry_nodes/__init__.pyi +256 -238
  4. bl_operators/node/__init__.pyi +262 -260
  5. bl_operators/object_quick_effects/__init__.pyi +19 -19
  6. bl_operators/presets/__init__.pyi +371 -368
  7. bl_operators/wm/__init__.pyi +4 -4
  8. bl_ui/__init__.pyi +3 -3
  9. bl_ui/anim/__init__.pyi +1 -1
  10. bl_ui/asset_shelf/__init__.pyi +1 -1
  11. bl_ui/generic_ui_list/__init__.pyi +3 -3
  12. bl_ui/node_add_menu/__init__.pyi +1 -1
  13. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  14. bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
  15. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  16. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  17. bl_ui/properties_collection/__init__.pyi +39 -25
  18. bl_ui/properties_constraint/__init__.pyi +1257 -1041
  19. bl_ui/properties_data_armature/__init__.pyi +120 -96
  20. bl_ui/properties_data_bone/__init__.pyi +36 -29
  21. bl_ui/properties_data_camera/__init__.pyi +32 -14
  22. bl_ui/properties_data_curve/__init__.pyi +143 -116
  23. bl_ui/properties_data_curves/__init__.pyi +30 -25
  24. bl_ui/properties_data_empty/__init__.pyi +21 -21
  25. bl_ui/properties_data_gpencil/__init__.pyi +297 -260
  26. bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
  27. bl_ui/properties_data_lattice/__init__.pyi +25 -22
  28. bl_ui/properties_data_light/__init__.pyi +44 -31
  29. bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
  30. bl_ui/properties_data_mesh/__init__.pyi +579 -570
  31. bl_ui/properties_data_metaball/__init__.pyi +29 -24
  32. bl_ui/properties_data_modifier/__init__.pyi +55 -43
  33. bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
  34. bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
  35. bl_ui/properties_data_speaker/__init__.pyi +27 -24
  36. bl_ui/properties_data_volume/__init__.pyi +75 -68
  37. bl_ui/properties_freestyle/__init__.pyi +407 -284
  38. bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
  39. bl_ui/properties_mask_common/__init__.pyi +7 -7
  40. bl_ui/properties_material/__init__.pyi +186 -162
  41. bl_ui/properties_material_gpencil/__init__.pyi +111 -87
  42. bl_ui/properties_object/__init__.pyi +102 -84
  43. bl_ui/properties_output/__init__.pyi +255 -228
  44. bl_ui/properties_paint_common/__init__.pyi +9 -9
  45. bl_ui/properties_particle/__init__.pyi +341 -254
  46. bl_ui/properties_physics_cloth/__init__.pyi +54 -33
  47. bl_ui/properties_physics_common/__init__.pyi +20 -20
  48. bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
  49. bl_ui/properties_physics_field/__init__.pyi +52 -36
  50. bl_ui/properties_physics_fluid/__init__.pyi +119 -96
  51. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  52. bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
  53. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
  54. bl_ui/properties_physics_softbody/__init__.pyi +62 -34
  55. bl_ui/properties_render/__init__.pyi +275 -187
  56. bl_ui/properties_scene/__init__.pyi +173 -154
  57. bl_ui/properties_texture/__init__.pyi +251 -205
  58. bl_ui/properties_view_layer/__init__.pyi +126 -93
  59. bl_ui/properties_workspace/__init__.pyi +82 -76
  60. bl_ui/properties_world/__init__.pyi +31 -26
  61. bl_ui/space_clip/__init__.pyi +495 -433
  62. bl_ui/space_console/__init__.pyi +6 -6
  63. bl_ui/space_dopesheet/__init__.pyi +209 -174
  64. bl_ui/space_filebrowser/__init__.pyi +691 -679
  65. bl_ui/space_graph/__init__.pyi +25 -20
  66. bl_ui/space_image/__init__.pyi +959 -845
  67. bl_ui/space_info/__init__.pyi +6 -6
  68. bl_ui/space_nla/__init__.pyi +26 -17
  69. bl_ui/space_node/__init__.pyi +49 -36
  70. bl_ui/space_outliner/__init__.pyi +14 -14
  71. bl_ui/space_properties/__init__.pyi +3 -3
  72. bl_ui/space_sequencer/__init__.pyi +510 -444
  73. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  74. bl_ui/space_statusbar/__init__.pyi +1 -1
  75. bl_ui/space_text/__init__.pyi +16 -16
  76. bl_ui/space_time/__init__.pyi +27 -23
  77. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  78. bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
  79. bl_ui/space_topbar/__init__.pyi +26 -26
  80. bl_ui/space_userpref/__init__.pyi +795 -658
  81. bl_ui/space_view3d/__init__.pyi +1460 -1428
  82. bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
  83. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  84. bmesh/types/__init__.pyi +13 -6
  85. bpy/app/__init__.pyi +4 -4
  86. bpy/app/icons/__init__.pyi +8 -6
  87. bpy/app/timers/__init__.pyi +10 -8
  88. bpy/app/translations/__init__.pyi +22 -20
  89. bpy/msgbus/__init__.pyi +4 -2
  90. bpy/ops/action/__init__.pyi +319 -316
  91. bpy/ops/anim/__init__.pyi +428 -428
  92. bpy/ops/armature/__init__.pyi +359 -358
  93. bpy/ops/asset/__init__.pyi +146 -146
  94. bpy/ops/boid/__init__.pyi +50 -50
  95. bpy/ops/brush/__init__.pyi +72 -72
  96. bpy/ops/buttons/__init__.pyi +128 -128
  97. bpy/ops/cachefile/__init__.pyi +124 -124
  98. bpy/ops/camera/__init__.pyi +22 -22
  99. bpy/ops/clip/__init__.pyi +773 -768
  100. bpy/ops/cloth/__init__.pyi +10 -10
  101. bpy/ops/collection/__init__.pyi +64 -64
  102. bpy/ops/console/__init__.pyi +150 -150
  103. bpy/ops/constraint/__init__.pyi +150 -150
  104. bpy/ops/curve/__init__.pyi +475 -472
  105. bpy/ops/curves/__init__.pyi +247 -244
  106. bpy/ops/cycles/__init__.pyi +18 -18
  107. bpy/ops/dpaint/__init__.pyi +34 -34
  108. bpy/ops/ed/__init__.pyi +122 -122
  109. bpy/ops/export_anim/__init__.pyi +18 -18
  110. bpy/ops/export_mesh/__init__.pyi +26 -26
  111. bpy/ops/export_scene/__init__.pyi +336 -307
  112. bpy/ops/file/__init__.pyi +340 -340
  113. bpy/ops/fluid/__init__.pyi +88 -88
  114. bpy/ops/font/__init__.pyi +252 -252
  115. bpy/ops/geometry/__init__.pyi +86 -86
  116. bpy/ops/gizmogroup/__init__.pyi +22 -22
  117. bpy/ops/gpencil/__init__.pyi +1459 -1444
  118. bpy/ops/graph/__init__.pyi +645 -642
  119. bpy/ops/grease_pencil/__init__.pyi +441 -436
  120. bpy/ops/image/__init__.pyi +614 -612
  121. bpy/ops/import_anim/__init__.pyi +26 -26
  122. bpy/ops/import_curve/__init__.pyi +6 -6
  123. bpy/ops/import_mesh/__init__.pyi +20 -18
  124. bpy/ops/import_scene/__init__.pyi +92 -86
  125. bpy/ops/info/__init__.pyi +60 -60
  126. bpy/ops/lattice/__init__.pyi +64 -64
  127. bpy/ops/marker/__init__.pyi +106 -106
  128. bpy/ops/mask/__init__.pyi +321 -318
  129. bpy/ops/material/__init__.pyi +18 -18
  130. bpy/ops/mball/__init__.pyi +71 -70
  131. bpy/ops/mesh/__init__.pyi +1997 -1990
  132. bpy/ops/nla/__init__.pyi +331 -330
  133. bpy/ops/node/__init__.pyi +867 -852
  134. bpy/ops/object/__init__.pyi +2433 -2430
  135. bpy/ops/outliner/__init__.pyi +498 -498
  136. bpy/ops/paint/__init__.pyi +554 -544
  137. bpy/ops/paintcurve/__init__.pyi +64 -64
  138. bpy/ops/palette/__init__.pyi +48 -48
  139. bpy/ops/particle/__init__.pyi +266 -264
  140. bpy/ops/pose/__init__.pyi +336 -336
  141. bpy/ops/poselib/__init__.pyi +70 -70
  142. bpy/ops/preferences/__init__.pyi +338 -336
  143. bpy/ops/ptcache/__init__.pyi +46 -46
  144. bpy/ops/render/__init__.pyi +114 -114
  145. bpy/ops/rigidbody/__init__.pyi +102 -102
  146. bpy/ops/scene/__init__.pyi +270 -270
  147. bpy/ops/screen/__init__.pyi +378 -378
  148. bpy/ops/script/__init__.pyi +18 -18
  149. bpy/ops/sculpt/__init__.pyi +411 -405
  150. bpy/ops/sculpt_curves/__init__.pyi +42 -40
  151. bpy/ops/sequencer/__init__.pyi +1053 -1040
  152. bpy/ops/sound/__init__.pyi +208 -208
  153. bpy/ops/spreadsheet/__init__.pyi +30 -30
  154. bpy/ops/surface/__init__.pyi +108 -108
  155. bpy/ops/text/__init__.pyi +382 -382
  156. bpy/ops/text_editor/__init__.pyi +10 -10
  157. bpy/ops/texture/__init__.pyi +26 -26
  158. bpy/ops/transform/__init__.pyi +826 -790
  159. bpy/ops/ui/__init__.pyi +216 -216
  160. bpy/ops/uilist/__init__.pyi +20 -20
  161. bpy/ops/uv/__init__.pyi +605 -600
  162. bpy/ops/view2d/__init__.pyi +156 -156
  163. bpy/ops/view3d/__init__.pyi +578 -576
  164. bpy/ops/wm/__init__.pyi +2412 -2376
  165. bpy/ops/workspace/__init__.pyi +42 -42
  166. bpy/ops/world/__init__.pyi +6 -6
  167. bpy/path/__init__.pyi +48 -33
  168. bpy/props/__init__.pyi +263 -261
  169. bpy/types/__init__.pyi +103670 -100517
  170. bpy/utils/__init__.pyi +87 -52
  171. bpy/utils/previews/__init__.pyi +2 -2
  172. bpy/utils/units/__init__.pyi +20 -17
  173. bpy_extras/anim_utils/__init__.pyi +9 -2
  174. bpy_extras/io_utils/__init__.pyi +2 -1
  175. bpy_extras/view3d_utils/__init__.pyi +2 -1
  176. bpy_types/__init__.pyi +236 -236
  177. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
  178. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
  179. freestyle/chainingiterators/__init__.pyi +7 -2
  180. freestyle/types/__init__.pyi +8 -3
  181. gpu_extras/presets/__init__.pyi +14 -2
  182. keyingsets_builtins/__init__.pyi +92 -92
  183. mathutils/__init__.pyi +9 -5
  184. mathutils/geometry/__init__.pyi +8 -4
  185. nodeitems_builtins/__init__.pyi +7 -7
  186. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
  187. {fake_bpy_module-20240420.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
@@ -1,9 +1,12 @@
1
1
  import typing
2
+ import bl_ui.properties_grease_pencil_common
3
+ import bl_ui.properties_mask_common
4
+ import bl_ui.utils
2
5
  import bpy_types
3
6
 
4
7
  GenericType = typing.TypeVar("GenericType")
5
8
 
6
- class CLIP_HT_header(bpy_types._GenericUI):
9
+ class CLIP_HT_header(bpy_types.Header, bpy_types._GenericUI):
7
10
  """ """
8
11
 
9
12
  bl_rna: typing.Any
@@ -143,7 +146,7 @@ class CLIP_HT_header(bpy_types._GenericUI):
143
146
  """ """
144
147
  ...
145
148
 
146
- class CLIP_MT_clip(bpy_types._GenericUI):
149
+ class CLIP_MT_clip(bpy_types.Menu, bpy_types._GenericUI):
147
150
  """ """
148
151
 
149
152
  bl_label: typing.Any
@@ -327,7 +330,7 @@ class CLIP_MT_clip(bpy_types._GenericUI):
327
330
  """ """
328
331
  ...
329
332
 
330
- class CLIP_MT_marker_pie(bpy_types._GenericUI):
333
+ class CLIP_MT_marker_pie(bpy_types.Menu, bpy_types._GenericUI):
331
334
  """ """
332
335
 
333
336
  bl_label: typing.Any
@@ -515,7 +518,7 @@ class CLIP_MT_marker_pie(bpy_types._GenericUI):
515
518
  """ """
516
519
  ...
517
520
 
518
- class CLIP_MT_masking_editor_menus(bpy_types._GenericUI):
521
+ class CLIP_MT_masking_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
519
522
  """ """
520
523
 
521
524
  bl_idname: typing.Any
@@ -699,7 +702,7 @@ class CLIP_MT_masking_editor_menus(bpy_types._GenericUI):
699
702
  """ """
700
703
  ...
701
704
 
702
- class CLIP_MT_pivot_pie(bpy_types._GenericUI):
705
+ class CLIP_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
703
706
  """ """
704
707
 
705
708
  bl_label: typing.Any
@@ -880,7 +883,7 @@ class CLIP_MT_pivot_pie(bpy_types._GenericUI):
880
883
  """ """
881
884
  ...
882
885
 
883
- class CLIP_MT_plane_track_image_context_menu(bpy_types._GenericUI):
886
+ class CLIP_MT_plane_track_image_context_menu(bpy_types.Menu, bpy_types._GenericUI):
884
887
  """ """
885
888
 
886
889
  bl_label: typing.Any
@@ -1061,7 +1064,7 @@ class CLIP_MT_plane_track_image_context_menu(bpy_types._GenericUI):
1061
1064
  """ """
1062
1065
  ...
1063
1066
 
1064
- class CLIP_MT_proxy(bpy_types._GenericUI):
1067
+ class CLIP_MT_proxy(bpy_types.Menu, bpy_types._GenericUI):
1065
1068
  """ """
1066
1069
 
1067
1070
  bl_label: typing.Any
@@ -1242,7 +1245,7 @@ class CLIP_MT_proxy(bpy_types._GenericUI):
1242
1245
  """ """
1243
1246
  ...
1244
1247
 
1245
- class CLIP_MT_reconstruction(bpy_types._GenericUI):
1248
+ class CLIP_MT_reconstruction(bpy_types.Menu, bpy_types._GenericUI):
1246
1249
  """ """
1247
1250
 
1248
1251
  bl_label: typing.Any
@@ -1423,7 +1426,7 @@ class CLIP_MT_reconstruction(bpy_types._GenericUI):
1423
1426
  """ """
1424
1427
  ...
1425
1428
 
1426
- class CLIP_MT_reconstruction_pie(bpy_types._GenericUI):
1429
+ class CLIP_MT_reconstruction_pie(bpy_types.Menu, bpy_types._GenericUI):
1427
1430
  """ """
1428
1431
 
1429
1432
  bl_label: typing.Any
@@ -1611,7 +1614,7 @@ class CLIP_MT_reconstruction_pie(bpy_types._GenericUI):
1611
1614
  """ """
1612
1615
  ...
1613
1616
 
1614
- class CLIP_MT_select(bpy_types._GenericUI):
1617
+ class CLIP_MT_select(bpy_types.Menu, bpy_types._GenericUI):
1615
1618
  """ """
1616
1619
 
1617
1620
  bl_label: typing.Any
@@ -1792,7 +1795,7 @@ class CLIP_MT_select(bpy_types._GenericUI):
1792
1795
  """ """
1793
1796
  ...
1794
1797
 
1795
- class CLIP_MT_select_grouped(bpy_types._GenericUI):
1798
+ class CLIP_MT_select_grouped(bpy_types.Menu, bpy_types._GenericUI):
1796
1799
  """ """
1797
1800
 
1798
1801
  bl_label: typing.Any
@@ -1973,7 +1976,7 @@ class CLIP_MT_select_grouped(bpy_types._GenericUI):
1973
1976
  """ """
1974
1977
  ...
1975
1978
 
1976
- class CLIP_MT_solving_pie(bpy_types._GenericUI):
1979
+ class CLIP_MT_solving_pie(bpy_types.Menu, bpy_types._GenericUI):
1977
1980
  """ """
1978
1981
 
1979
1982
  bl_label: typing.Any
@@ -2161,7 +2164,7 @@ class CLIP_MT_solving_pie(bpy_types._GenericUI):
2161
2164
  """ """
2162
2165
  ...
2163
2166
 
2164
- class CLIP_MT_stabilize_2d_context_menu(bpy_types._GenericUI):
2167
+ class CLIP_MT_stabilize_2d_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2165
2168
  """ """
2166
2169
 
2167
2170
  bl_label: typing.Any
@@ -2342,7 +2345,7 @@ class CLIP_MT_stabilize_2d_context_menu(bpy_types._GenericUI):
2342
2345
  """ """
2343
2346
  ...
2344
2347
 
2345
- class CLIP_MT_stabilize_2d_rotation_context_menu(bpy_types._GenericUI):
2348
+ class CLIP_MT_stabilize_2d_rotation_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2346
2349
  """ """
2347
2350
 
2348
2351
  bl_label: typing.Any
@@ -2523,7 +2526,7 @@ class CLIP_MT_stabilize_2d_rotation_context_menu(bpy_types._GenericUI):
2523
2526
  """ """
2524
2527
  ...
2525
2528
 
2526
- class CLIP_MT_track(bpy_types._GenericUI):
2529
+ class CLIP_MT_track(bpy_types.Menu, bpy_types._GenericUI):
2527
2530
  """ """
2528
2531
 
2529
2532
  bl_label: typing.Any
@@ -2704,7 +2707,7 @@ class CLIP_MT_track(bpy_types._GenericUI):
2704
2707
  """ """
2705
2708
  ...
2706
2709
 
2707
- class CLIP_MT_track_animation(bpy_types._GenericUI):
2710
+ class CLIP_MT_track_animation(bpy_types.Menu, bpy_types._GenericUI):
2708
2711
  """ """
2709
2712
 
2710
2713
  bl_label: typing.Any
@@ -2885,7 +2888,7 @@ class CLIP_MT_track_animation(bpy_types._GenericUI):
2885
2888
  """ """
2886
2889
  ...
2887
2890
 
2888
- class CLIP_MT_track_cleanup(bpy_types._GenericUI):
2891
+ class CLIP_MT_track_cleanup(bpy_types.Menu, bpy_types._GenericUI):
2889
2892
  """ """
2890
2893
 
2891
2894
  bl_label: typing.Any
@@ -3066,7 +3069,7 @@ class CLIP_MT_track_cleanup(bpy_types._GenericUI):
3066
3069
  """ """
3067
3070
  ...
3068
3071
 
3069
- class CLIP_MT_track_clear(bpy_types._GenericUI):
3072
+ class CLIP_MT_track_clear(bpy_types.Menu, bpy_types._GenericUI):
3070
3073
  """ """
3071
3074
 
3072
3075
  bl_label: typing.Any
@@ -3247,7 +3250,7 @@ class CLIP_MT_track_clear(bpy_types._GenericUI):
3247
3250
  """ """
3248
3251
  ...
3249
3252
 
3250
- class CLIP_MT_track_motion(bpy_types._GenericUI):
3253
+ class CLIP_MT_track_motion(bpy_types.Menu, bpy_types._GenericUI):
3251
3254
  """ """
3252
3255
 
3253
3256
  bl_label: typing.Any
@@ -3428,7 +3431,7 @@ class CLIP_MT_track_motion(bpy_types._GenericUI):
3428
3431
  """ """
3429
3432
  ...
3430
3433
 
3431
- class CLIP_MT_track_refine(bpy_types._GenericUI):
3434
+ class CLIP_MT_track_refine(bpy_types.Menu, bpy_types._GenericUI):
3432
3435
  """ """
3433
3436
 
3434
3437
  bl_label: typing.Any
@@ -3609,7 +3612,7 @@ class CLIP_MT_track_refine(bpy_types._GenericUI):
3609
3612
  """ """
3610
3613
  ...
3611
3614
 
3612
- class CLIP_MT_track_transform(bpy_types._GenericUI):
3615
+ class CLIP_MT_track_transform(bpy_types.Menu, bpy_types._GenericUI):
3613
3616
  """ """
3614
3617
 
3615
3618
  bl_label: typing.Any
@@ -3790,7 +3793,7 @@ class CLIP_MT_track_transform(bpy_types._GenericUI):
3790
3793
  """ """
3791
3794
  ...
3792
3795
 
3793
- class CLIP_MT_track_visibility(bpy_types._GenericUI):
3796
+ class CLIP_MT_track_visibility(bpy_types.Menu, bpy_types._GenericUI):
3794
3797
  """ """
3795
3798
 
3796
3799
  bl_label: typing.Any
@@ -3971,7 +3974,7 @@ class CLIP_MT_track_visibility(bpy_types._GenericUI):
3971
3974
  """ """
3972
3975
  ...
3973
3976
 
3974
- class CLIP_MT_tracking_context_menu(bpy_types._GenericUI):
3977
+ class CLIP_MT_tracking_context_menu(bpy_types.Menu, bpy_types._GenericUI):
3975
3978
  """ """
3976
3979
 
3977
3980
  bl_label: typing.Any
@@ -4159,7 +4162,7 @@ class CLIP_MT_tracking_context_menu(bpy_types._GenericUI):
4159
4162
  """ """
4160
4163
  ...
4161
4164
 
4162
- class CLIP_MT_tracking_editor_menus(bpy_types._GenericUI):
4165
+ class CLIP_MT_tracking_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
4163
4166
  """ """
4164
4167
 
4165
4168
  bl_idname: typing.Any
@@ -4343,7 +4346,7 @@ class CLIP_MT_tracking_editor_menus(bpy_types._GenericUI):
4343
4346
  """ """
4344
4347
  ...
4345
4348
 
4346
- class CLIP_MT_tracking_pie(bpy_types._GenericUI):
4349
+ class CLIP_MT_tracking_pie(bpy_types.Menu, bpy_types._GenericUI):
4347
4350
  """ """
4348
4351
 
4349
4352
  bl_label: typing.Any
@@ -4534,7 +4537,7 @@ class CLIP_MT_tracking_pie(bpy_types._GenericUI):
4534
4537
  """ """
4535
4538
  ...
4536
4539
 
4537
- class CLIP_MT_view(bpy_types._GenericUI):
4540
+ class CLIP_MT_view(bpy_types.Menu, bpy_types._GenericUI):
4538
4541
  """ """
4539
4542
 
4540
4543
  bl_label: typing.Any
@@ -4715,7 +4718,7 @@ class CLIP_MT_view(bpy_types._GenericUI):
4715
4718
  """ """
4716
4719
  ...
4717
4720
 
4718
- class CLIP_MT_view_pie(bpy_types._GenericUI):
4721
+ class CLIP_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
4719
4722
  """ """
4720
4723
 
4721
4724
  bl_label: typing.Any
@@ -4903,7 +4906,7 @@ class CLIP_MT_view_pie(bpy_types._GenericUI):
4903
4906
  """ """
4904
4907
  ...
4905
4908
 
4906
- class CLIP_MT_view_zoom(bpy_types._GenericUI):
4909
+ class CLIP_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
4907
4910
  """ """
4908
4911
 
4909
4912
  bl_label: typing.Any
@@ -5084,7 +5087,7 @@ class CLIP_MT_view_zoom(bpy_types._GenericUI):
5084
5087
  """ """
5085
5088
  ...
5086
5089
 
5087
- class CLIP_PT_2d_cursor(bpy_types._GenericUI):
5090
+ class CLIP_PT_2d_cursor(bpy_types.Panel, bpy_types._GenericUI):
5088
5091
  """ """
5089
5092
 
5090
5093
  bl_category: typing.Any
@@ -5240,7 +5243,9 @@ class CLIP_PT_2d_cursor(bpy_types._GenericUI):
5240
5243
  """ """
5241
5244
  ...
5242
5245
 
5243
- class CLIP_PT_active_mask_point(bpy_types._GenericUI):
5246
+ class CLIP_PT_active_mask_point(
5247
+ bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_point, bpy_types._GenericUI
5248
+ ):
5244
5249
  """ """
5245
5250
 
5246
5251
  bl_category: typing.Any
@@ -5396,7 +5401,9 @@ class CLIP_PT_active_mask_point(bpy_types._GenericUI):
5396
5401
  """ """
5397
5402
  ...
5398
5403
 
5399
- class CLIP_PT_active_mask_spline(bpy_types._GenericUI):
5404
+ class CLIP_PT_active_mask_spline(
5405
+ bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_spline, bpy_types._GenericUI
5406
+ ):
5400
5407
  """ """
5401
5408
 
5402
5409
  bl_category: typing.Any
@@ -5552,16 +5559,22 @@ class CLIP_PT_active_mask_spline(bpy_types._GenericUI):
5552
5559
  """ """
5553
5560
  ...
5554
5561
 
5555
- class CLIP_PT_annotation(bpy_types._GenericUI):
5562
+ class CLIP_PT_clip_view_panel:
5556
5563
  """ """
5557
5564
 
5558
- bl_category: typing.Any
5559
- """ """
5565
+ def poll(self, context):
5566
+ """
5560
5567
 
5561
- bl_label: typing.Any
5568
+ :param context:
5569
+ """
5570
+ ...
5571
+
5572
+ class CLIP_PT_camera_presets(
5573
+ bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
5574
+ ):
5562
5575
  """ """
5563
5576
 
5564
- bl_options: typing.Any
5577
+ bl_label: typing.Any
5565
5578
  """ """
5566
5579
 
5567
5580
  bl_region_type: typing.Any
@@ -5576,6 +5589,15 @@ class CLIP_PT_annotation(bpy_types._GenericUI):
5576
5589
  id_data: typing.Any
5577
5590
  """ """
5578
5591
 
5592
+ preset_add_operator: typing.Any
5593
+ """ """
5594
+
5595
+ preset_operator: typing.Any
5596
+ """ """
5597
+
5598
+ preset_subdir: typing.Any
5599
+ """ """
5600
+
5579
5601
  def append(self, draw_func):
5580
5602
  """
5581
5603
 
@@ -5602,19 +5624,18 @@ class CLIP_PT_annotation(bpy_types._GenericUI):
5602
5624
  """
5603
5625
  ...
5604
5626
 
5605
- def draw_header(self, context):
5627
+ def draw_menu(self, layout, text):
5606
5628
  """
5607
5629
 
5608
- :param context:
5630
+ :param layout:
5631
+ :param text:
5609
5632
  """
5610
5633
  ...
5611
5634
 
5612
- def draw_layers(self, context, layout, gpd):
5635
+ def draw_panel_header(self, layout):
5613
5636
  """
5614
5637
 
5615
- :param context:
5616
5638
  :param layout:
5617
- :param gpd:
5618
5639
  """
5619
5640
  ...
5620
5641
 
@@ -5682,17 +5703,36 @@ class CLIP_PT_annotation(bpy_types._GenericUI):
5682
5703
  """ """
5683
5704
  ...
5684
5705
 
5685
- def path_resolve(self):
5686
- """ """
5687
- ...
5688
-
5689
- def poll(self, context):
5706
+ def path_menu(
5707
+ self,
5708
+ searchpaths,
5709
+ operator,
5710
+ props_default,
5711
+ prop_filepath,
5712
+ filter_ext,
5713
+ filter_path,
5714
+ display_name,
5715
+ add_operator,
5716
+ add_operator_props,
5717
+ ):
5690
5718
  """
5691
5719
 
5692
- :param context:
5720
+ :param searchpaths:
5721
+ :param operator:
5722
+ :param props_default:
5723
+ :param prop_filepath:
5724
+ :param filter_ext:
5725
+ :param filter_path:
5726
+ :param display_name:
5727
+ :param add_operator:
5728
+ :param add_operator_props:
5693
5729
  """
5694
5730
  ...
5695
5731
 
5732
+ def path_resolve(self):
5733
+ """ """
5734
+ ...
5735
+
5696
5736
  def pop(self):
5697
5737
  """ """
5698
5738
  ...
@@ -5727,12 +5767,15 @@ class CLIP_PT_annotation(bpy_types._GenericUI):
5727
5767
  """ """
5728
5768
  ...
5729
5769
 
5730
- class CLIP_PT_camera_presets(bpy_types._GenericUI):
5770
+ class CLIP_PT_clip_display(bpy_types.Panel, bpy_types._GenericUI):
5731
5771
  """ """
5732
5772
 
5733
5773
  bl_label: typing.Any
5734
5774
  """ """
5735
5775
 
5776
+ bl_parent_id: typing.Any
5777
+ """ """
5778
+
5736
5779
  bl_region_type: typing.Any
5737
5780
  """ """
5738
5781
 
@@ -5742,16 +5785,10 @@ class CLIP_PT_camera_presets(bpy_types._GenericUI):
5742
5785
  bl_space_type: typing.Any
5743
5786
  """ """
5744
5787
 
5745
- id_data: typing.Any
5746
- """ """
5747
-
5748
- preset_add_operator: typing.Any
5749
- """ """
5750
-
5751
- preset_operator: typing.Any
5788
+ bl_ui_units_x: typing.Any
5752
5789
  """ """
5753
5790
 
5754
- preset_subdir: typing.Any
5791
+ id_data: typing.Any
5755
5792
  """ """
5756
5793
 
5757
5794
  def append(self, draw_func):
@@ -5780,21 +5817,6 @@ class CLIP_PT_camera_presets(bpy_types._GenericUI):
5780
5817
  """
5781
5818
  ...
5782
5819
 
5783
- def draw_menu(self, layout, text):
5784
- """
5785
-
5786
- :param layout:
5787
- :param text:
5788
- """
5789
- ...
5790
-
5791
- def draw_panel_header(self, layout):
5792
- """
5793
-
5794
- :param layout:
5795
- """
5796
- ...
5797
-
5798
5820
  def driver_add(self):
5799
5821
  """ """
5800
5822
  ...
@@ -5859,32 +5881,6 @@ class CLIP_PT_camera_presets(bpy_types._GenericUI):
5859
5881
  """ """
5860
5882
  ...
5861
5883
 
5862
- def path_menu(
5863
- self,
5864
- searchpaths,
5865
- operator,
5866
- props_default,
5867
- prop_filepath,
5868
- filter_ext,
5869
- filter_path,
5870
- display_name,
5871
- add_operator,
5872
- add_operator_props,
5873
- ):
5874
- """
5875
-
5876
- :param searchpaths:
5877
- :param operator:
5878
- :param props_default:
5879
- :param prop_filepath:
5880
- :param filter_ext:
5881
- :param filter_path:
5882
- :param display_name:
5883
- :param add_operator:
5884
- :param add_operator_props:
5885
- """
5886
- ...
5887
-
5888
5884
  def path_resolve(self):
5889
5885
  """ """
5890
5886
  ...
@@ -5923,15 +5919,12 @@ class CLIP_PT_camera_presets(bpy_types._GenericUI):
5923
5919
  """ """
5924
5920
  ...
5925
5921
 
5926
- class CLIP_PT_clip_display(bpy_types._GenericUI):
5922
+ class CLIP_PT_display(bpy_types.Panel, bpy_types._GenericUI):
5927
5923
  """ """
5928
5924
 
5929
5925
  bl_label: typing.Any
5930
5926
  """ """
5931
5927
 
5932
- bl_parent_id: typing.Any
5933
- """ """
5934
-
5935
5928
  bl_region_type: typing.Any
5936
5929
  """ """
5937
5930
 
@@ -6075,17 +6068,7 @@ class CLIP_PT_clip_display(bpy_types._GenericUI):
6075
6068
  """ """
6076
6069
  ...
6077
6070
 
6078
- class CLIP_PT_clip_view_panel:
6079
- """ """
6080
-
6081
- def poll(self, context):
6082
- """
6083
-
6084
- :param context:
6085
- """
6086
- ...
6087
-
6088
- class CLIP_PT_display(bpy_types._GenericUI):
6071
+ class CLIP_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
6089
6072
  """ """
6090
6073
 
6091
6074
  bl_label: typing.Any
@@ -6234,15 +6217,25 @@ class CLIP_PT_display(bpy_types._GenericUI):
6234
6217
  """ """
6235
6218
  ...
6236
6219
 
6237
- class CLIP_PT_footage(bpy_types._GenericUI):
6220
+ class CLIP_PT_tracking_panel:
6238
6221
  """ """
6239
6222
 
6240
- bl_category: typing.Any
6223
+ def poll(self, context):
6224
+ """
6225
+
6226
+ :param context:
6227
+ """
6228
+ ...
6229
+
6230
+ class CLIP_PT_marker_display(bpy_types.Panel, bpy_types._GenericUI):
6241
6231
  """ """
6242
6232
 
6243
6233
  bl_label: typing.Any
6244
6234
  """ """
6245
6235
 
6236
+ bl_parent_id: typing.Any
6237
+ """ """
6238
+
6246
6239
  bl_region_type: typing.Any
6247
6240
  """ """
6248
6241
 
@@ -6252,6 +6245,9 @@ class CLIP_PT_footage(bpy_types._GenericUI):
6252
6245
  bl_space_type: typing.Any
6253
6246
  """ """
6254
6247
 
6248
+ bl_ui_units_x: typing.Any
6249
+ """ """
6250
+
6255
6251
  id_data: typing.Any
6256
6252
  """ """
6257
6253
 
@@ -6349,13 +6345,6 @@ class CLIP_PT_footage(bpy_types._GenericUI):
6349
6345
  """ """
6350
6346
  ...
6351
6347
 
6352
- def poll(self, context):
6353
- """
6354
-
6355
- :param context:
6356
- """
6357
- ...
6358
-
6359
6348
  def pop(self):
6360
6349
  """ """
6361
6350
  ...
@@ -6390,12 +6379,20 @@ class CLIP_PT_footage(bpy_types._GenericUI):
6390
6379
  """ """
6391
6380
  ...
6392
6381
 
6393
- class CLIP_PT_gizmo_display(bpy_types._GenericUI):
6382
+ class CLIP_PT_mask(
6383
+ bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI
6384
+ ):
6385
+ """ """
6386
+
6387
+ bl_category: typing.Any
6394
6388
  """ """
6395
6389
 
6396
6390
  bl_label: typing.Any
6397
6391
  """ """
6398
6392
 
6393
+ bl_options: typing.Any
6394
+ """ """
6395
+
6399
6396
  bl_region_type: typing.Any
6400
6397
  """ """
6401
6398
 
@@ -6405,9 +6402,6 @@ class CLIP_PT_gizmo_display(bpy_types._GenericUI):
6405
6402
  bl_space_type: typing.Any
6406
6403
  """ """
6407
6404
 
6408
- bl_ui_units_x: typing.Any
6409
- """ """
6410
-
6411
6405
  id_data: typing.Any
6412
6406
  """ """
6413
6407
 
@@ -6505,6 +6499,13 @@ class CLIP_PT_gizmo_display(bpy_types._GenericUI):
6505
6499
  """ """
6506
6500
  ...
6507
6501
 
6502
+ def poll(self, context):
6503
+ """
6504
+
6505
+ :param context:
6506
+ """
6507
+ ...
6508
+
6508
6509
  def pop(self):
6509
6510
  """ """
6510
6511
  ...
@@ -6539,18 +6540,14 @@ class CLIP_PT_gizmo_display(bpy_types._GenericUI):
6539
6540
  """ """
6540
6541
  ...
6541
6542
 
6542
- class CLIP_PT_marker(bpy_types._GenericUI):
6543
- """ """
6544
-
6545
- bl_category: typing.Any
6543
+ class CLIP_PT_mask_display(
6544
+ bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_display, bpy_types._GenericUI
6545
+ ):
6546
6546
  """ """
6547
6547
 
6548
6548
  bl_label: typing.Any
6549
6549
  """ """
6550
6550
 
6551
- bl_options: typing.Any
6552
- """ """
6553
-
6554
6551
  bl_region_type: typing.Any
6555
6552
  """ """
6556
6553
 
@@ -6698,13 +6695,15 @@ class CLIP_PT_marker(bpy_types._GenericUI):
6698
6695
  """ """
6699
6696
  ...
6700
6697
 
6701
- class CLIP_PT_marker_display(bpy_types._GenericUI):
6698
+ class CLIP_PT_mask_layers(
6699
+ bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_layers, bpy_types._GenericUI
6700
+ ):
6702
6701
  """ """
6703
6702
 
6704
- bl_label: typing.Any
6703
+ bl_category: typing.Any
6705
6704
  """ """
6706
6705
 
6707
- bl_parent_id: typing.Any
6706
+ bl_label: typing.Any
6708
6707
  """ """
6709
6708
 
6710
6709
  bl_region_type: typing.Any
@@ -6716,9 +6715,6 @@ class CLIP_PT_marker_display(bpy_types._GenericUI):
6716
6715
  bl_space_type: typing.Any
6717
6716
  """ """
6718
6717
 
6719
- bl_ui_units_x: typing.Any
6720
- """ """
6721
-
6722
6718
  id_data: typing.Any
6723
6719
  """ """
6724
6720
 
@@ -6816,6 +6812,13 @@ class CLIP_PT_marker_display(bpy_types._GenericUI):
6816
6812
  """ """
6817
6813
  ...
6818
6814
 
6815
+ def poll(self, context):
6816
+ """
6817
+
6818
+ :param context:
6819
+ """
6820
+ ...
6821
+
6819
6822
  def pop(self):
6820
6823
  """ """
6821
6824
  ...
@@ -6850,18 +6853,12 @@ class CLIP_PT_marker_display(bpy_types._GenericUI):
6850
6853
  """ """
6851
6854
  ...
6852
6855
 
6853
- class CLIP_PT_mask(bpy_types._GenericUI):
6854
- """ """
6855
-
6856
- bl_category: typing.Any
6856
+ class CLIP_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
6857
6857
  """ """
6858
6858
 
6859
6859
  bl_label: typing.Any
6860
6860
  """ """
6861
6861
 
6862
- bl_options: typing.Any
6863
- """ """
6864
-
6865
6862
  bl_region_type: typing.Any
6866
6863
  """ """
6867
6864
 
@@ -6871,6 +6868,9 @@ class CLIP_PT_mask(bpy_types._GenericUI):
6871
6868
  bl_space_type: typing.Any
6872
6869
  """ """
6873
6870
 
6871
+ bl_ui_units_x: typing.Any
6872
+ """ """
6873
+
6874
6874
  id_data: typing.Any
6875
6875
  """ """
6876
6876
 
@@ -6968,13 +6968,6 @@ class CLIP_PT_mask(bpy_types._GenericUI):
6968
6968
  """ """
6969
6969
  ...
6970
6970
 
6971
- def poll(self, context):
6972
- """
6973
-
6974
- :param context:
6975
- """
6976
- ...
6977
-
6978
6971
  def pop(self):
6979
6972
  """ """
6980
6973
  ...
@@ -7009,7 +7002,20 @@ class CLIP_PT_mask(bpy_types._GenericUI):
7009
7002
  """ """
7010
7003
  ...
7011
7004
 
7012
- class CLIP_PT_mask_display(bpy_types._GenericUI):
7005
+ class CLIP_PT_reconstruction_panel:
7006
+ """ """
7007
+
7008
+ def poll(self, context):
7009
+ """
7010
+
7011
+ :param context:
7012
+ """
7013
+ ...
7014
+
7015
+ class CLIP_PT_tools_clip(bpy_types.Panel, bpy_types._GenericUI):
7016
+ """ """
7017
+
7018
+ bl_category: typing.Any
7013
7019
  """ """
7014
7020
 
7015
7021
  bl_label: typing.Any
@@ -7024,6 +7030,9 @@ class CLIP_PT_mask_display(bpy_types._GenericUI):
7024
7030
  bl_space_type: typing.Any
7025
7031
  """ """
7026
7032
 
7033
+ bl_translation_context: typing.Any
7034
+ """ """
7035
+
7027
7036
  id_data: typing.Any
7028
7037
  """ """
7029
7038
 
@@ -7046,10 +7055,10 @@ class CLIP_PT_mask_display(bpy_types._GenericUI):
7046
7055
  """ """
7047
7056
  ...
7048
7057
 
7049
- def draw(self, context):
7058
+ def draw(self, _context):
7050
7059
  """
7051
7060
 
7052
- :param context:
7061
+ :param _context:
7053
7062
  """
7054
7063
  ...
7055
7064
 
@@ -7162,7 +7171,11 @@ class CLIP_PT_mask_display(bpy_types._GenericUI):
7162
7171
  """ """
7163
7172
  ...
7164
7173
 
7165
- class CLIP_PT_mask_layers(bpy_types._GenericUI):
7174
+ class CLIP_PT_tools_grease_pencil_draw(
7175
+ bpy_types.Panel,
7176
+ bl_ui.properties_grease_pencil_common.AnnotationDrawingToolsPanel,
7177
+ bpy_types._GenericUI,
7178
+ ):
7166
7179
  """ """
7167
7180
 
7168
7181
  bl_category: typing.Any
@@ -7277,13 +7290,6 @@ class CLIP_PT_mask_layers(bpy_types._GenericUI):
7277
7290
  """ """
7278
7291
  ...
7279
7292
 
7280
- def poll(self, context):
7281
- """
7282
-
7283
- :param context:
7284
- """
7285
- ...
7286
-
7287
7293
  def pop(self):
7288
7294
  """ """
7289
7295
  ...
@@ -7318,7 +7324,9 @@ class CLIP_PT_mask_layers(bpy_types._GenericUI):
7318
7324
  """ """
7319
7325
  ...
7320
7326
 
7321
- class CLIP_PT_objects(bpy_types._GenericUI):
7327
+ class CLIP_PT_tools_mask_tools(
7328
+ bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_tools, bpy_types._GenericUI
7329
+ ):
7322
7330
  """ """
7323
7331
 
7324
7332
  bl_category: typing.Any
@@ -7327,9 +7335,6 @@ class CLIP_PT_objects(bpy_types._GenericUI):
7327
7335
  bl_label: typing.Any
7328
7336
  """ """
7329
7337
 
7330
- bl_options: typing.Any
7331
- """ """
7332
-
7333
7338
  bl_region_type: typing.Any
7334
7339
  """ """
7335
7340
 
@@ -7361,10 +7366,10 @@ class CLIP_PT_objects(bpy_types._GenericUI):
7361
7366
  """ """
7362
7367
  ...
7363
7368
 
7364
- def draw(self, context):
7369
+ def draw(self, _context):
7365
7370
  """
7366
7371
 
7367
- :param context:
7372
+ :param _context:
7368
7373
  """
7369
7374
  ...
7370
7375
 
@@ -7477,7 +7482,11 @@ class CLIP_PT_objects(bpy_types._GenericUI):
7477
7482
  """ """
7478
7483
  ...
7479
7484
 
7480
- class CLIP_PT_plane_track(bpy_types._GenericUI):
7485
+ class CLIP_PT_tools_mask_transforms(
7486
+ bpy_types.Panel,
7487
+ bl_ui.properties_mask_common.MASK_PT_transforms,
7488
+ bpy_types._GenericUI,
7489
+ ):
7481
7490
  """ """
7482
7491
 
7483
7492
  bl_category: typing.Any
@@ -7486,9 +7495,6 @@ class CLIP_PT_plane_track(bpy_types._GenericUI):
7486
7495
  bl_label: typing.Any
7487
7496
  """ """
7488
7497
 
7489
- bl_options: typing.Any
7490
- """ """
7491
-
7492
7498
  bl_region_type: typing.Any
7493
7499
  """ """
7494
7500
 
@@ -7520,10 +7526,10 @@ class CLIP_PT_plane_track(bpy_types._GenericUI):
7520
7526
  """ """
7521
7527
  ...
7522
7528
 
7523
- def draw(self, context):
7529
+ def draw(self, _context):
7524
7530
  """
7525
7531
 
7526
- :param context:
7532
+ :param _context:
7527
7533
  """
7528
7534
  ...
7529
7535
 
@@ -7636,7 +7642,10 @@ class CLIP_PT_plane_track(bpy_types._GenericUI):
7636
7642
  """ """
7637
7643
  ...
7638
7644
 
7639
- class CLIP_PT_proportional_edit(bpy_types._GenericUI):
7645
+ class CLIP_PT_tools_scenesetup(bpy_types.Panel, bpy_types._GenericUI):
7646
+ """ """
7647
+
7648
+ bl_category: typing.Any
7640
7649
  """ """
7641
7650
 
7642
7651
  bl_label: typing.Any
@@ -7651,9 +7660,6 @@ class CLIP_PT_proportional_edit(bpy_types._GenericUI):
7651
7660
  bl_space_type: typing.Any
7652
7661
  """ """
7653
7662
 
7654
- bl_ui_units_x: typing.Any
7655
- """ """
7656
-
7657
7663
  id_data: typing.Any
7658
7664
  """ """
7659
7665
 
@@ -7676,10 +7682,10 @@ class CLIP_PT_proportional_edit(bpy_types._GenericUI):
7676
7682
  """ """
7677
7683
  ...
7678
7684
 
7679
- def draw(self, context):
7685
+ def draw(self, _context):
7680
7686
  """
7681
7687
 
7682
- :param context:
7688
+ :param _context:
7683
7689
  """
7684
7690
  ...
7685
7691
 
@@ -7751,6 +7757,13 @@ class CLIP_PT_proportional_edit(bpy_types._GenericUI):
7751
7757
  """ """
7752
7758
  ...
7753
7759
 
7760
+ def poll(self, context):
7761
+ """
7762
+
7763
+ :param context:
7764
+ """
7765
+ ...
7766
+
7754
7767
  def pop(self):
7755
7768
  """ """
7756
7769
  ...
@@ -7785,18 +7798,14 @@ class CLIP_PT_proportional_edit(bpy_types._GenericUI):
7785
7798
  """ """
7786
7799
  ...
7787
7800
 
7788
- class CLIP_PT_proxy(bpy_types._GenericUI):
7789
- """ """
7790
-
7791
- bl_category: typing.Any
7801
+ class CLIP_PT_track_color_presets(
7802
+ bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
7803
+ ):
7792
7804
  """ """
7793
7805
 
7794
7806
  bl_label: typing.Any
7795
7807
  """ """
7796
7808
 
7797
- bl_options: typing.Any
7798
- """ """
7799
-
7800
7809
  bl_region_type: typing.Any
7801
7810
  """ """
7802
7811
 
@@ -7809,6 +7818,15 @@ class CLIP_PT_proxy(bpy_types._GenericUI):
7809
7818
  id_data: typing.Any
7810
7819
  """ """
7811
7820
 
7821
+ preset_add_operator: typing.Any
7822
+ """ """
7823
+
7824
+ preset_operator: typing.Any
7825
+ """ """
7826
+
7827
+ preset_subdir: typing.Any
7828
+ """ """
7829
+
7812
7830
  def append(self, draw_func):
7813
7831
  """
7814
7832
 
@@ -7835,10 +7853,18 @@ class CLIP_PT_proxy(bpy_types._GenericUI):
7835
7853
  """
7836
7854
  ...
7837
7855
 
7838
- def draw_header(self, context):
7856
+ def draw_menu(self, layout, text):
7839
7857
  """
7840
7858
 
7841
- :param context:
7859
+ :param layout:
7860
+ :param text:
7861
+ """
7862
+ ...
7863
+
7864
+ def draw_panel_header(self, layout):
7865
+ """
7866
+
7867
+ :param layout:
7842
7868
  """
7843
7869
  ...
7844
7870
 
@@ -7906,17 +7932,36 @@ class CLIP_PT_proxy(bpy_types._GenericUI):
7906
7932
  """ """
7907
7933
  ...
7908
7934
 
7909
- def path_resolve(self):
7910
- """ """
7911
- ...
7912
-
7913
- def poll(self, context):
7935
+ def path_menu(
7936
+ self,
7937
+ searchpaths,
7938
+ operator,
7939
+ props_default,
7940
+ prop_filepath,
7941
+ filter_ext,
7942
+ filter_path,
7943
+ display_name,
7944
+ add_operator,
7945
+ add_operator_props,
7946
+ ):
7914
7947
  """
7915
7948
 
7916
- :param context:
7949
+ :param searchpaths:
7950
+ :param operator:
7951
+ :param props_default:
7952
+ :param prop_filepath:
7953
+ :param filter_ext:
7954
+ :param filter_path:
7955
+ :param display_name:
7956
+ :param add_operator:
7957
+ :param add_operator_props:
7917
7958
  """
7918
7959
  ...
7919
7960
 
7961
+ def path_resolve(self):
7962
+ """ """
7963
+ ...
7964
+
7920
7965
  def pop(self):
7921
7966
  """ """
7922
7967
  ...
@@ -7951,17 +7996,7 @@ class CLIP_PT_proxy(bpy_types._GenericUI):
7951
7996
  """ """
7952
7997
  ...
7953
7998
 
7954
- class CLIP_PT_reconstruction_panel:
7955
- """ """
7956
-
7957
- def poll(self, context):
7958
- """
7959
-
7960
- :param context:
7961
- """
7962
- ...
7963
-
7964
- class CLIP_PT_stabilization(bpy_types._GenericUI):
7999
+ class CLIP_PT_tracking_camera(bpy_types.Panel, bpy_types._GenericUI):
7965
8000
  """ """
7966
8001
 
7967
8002
  bl_category: typing.Any
@@ -7970,6 +8005,9 @@ class CLIP_PT_stabilization(bpy_types._GenericUI):
7970
8005
  bl_label: typing.Any
7971
8006
  """ """
7972
8007
 
8008
+ bl_options: typing.Any
8009
+ """ """
8010
+
7973
8011
  bl_region_type: typing.Any
7974
8012
  """ """
7975
8013
 
@@ -8008,10 +8046,10 @@ class CLIP_PT_stabilization(bpy_types._GenericUI):
8008
8046
  """
8009
8047
  ...
8010
8048
 
8011
- def draw_header(self, context):
8049
+ def draw_header_preset(self, _context):
8012
8050
  """
8013
8051
 
8014
- :param context:
8052
+ :param _context:
8015
8053
  """
8016
8054
  ...
8017
8055
 
@@ -8124,7 +8162,7 @@ class CLIP_PT_stabilization(bpy_types._GenericUI):
8124
8162
  """ """
8125
8163
  ...
8126
8164
 
8127
- class CLIP_PT_tools_cleanup(bpy_types._GenericUI):
8165
+ class CLIP_PT_tracking_lens(bpy_types.Panel, bpy_types._GenericUI):
8128
8166
  """ """
8129
8167
 
8130
8168
  bl_category: typing.Any
@@ -8136,6 +8174,9 @@ class CLIP_PT_tools_cleanup(bpy_types._GenericUI):
8136
8174
  bl_options: typing.Any
8137
8175
  """ """
8138
8176
 
8177
+ bl_parent_id: typing.Any
8178
+ """ """
8179
+
8139
8180
  bl_region_type: typing.Any
8140
8181
  """ """
8141
8182
 
@@ -8145,6 +8186,9 @@ class CLIP_PT_tools_cleanup(bpy_types._GenericUI):
8145
8186
  bl_space_type: typing.Any
8146
8187
  """ """
8147
8188
 
8189
+ bl_translation_context: typing.Any
8190
+ """ """
8191
+
8148
8192
  id_data: typing.Any
8149
8193
  """ """
8150
8194
 
@@ -8283,10 +8327,9 @@ class CLIP_PT_tools_cleanup(bpy_types._GenericUI):
8283
8327
  """ """
8284
8328
  ...
8285
8329
 
8286
- class CLIP_PT_tools_clip(bpy_types._GenericUI):
8287
- """ """
8288
-
8289
- bl_category: typing.Any
8330
+ class CLIP_PT_tracking_settings_presets(
8331
+ bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
8332
+ ):
8290
8333
  """ """
8291
8334
 
8292
8335
  bl_label: typing.Any
@@ -8301,10 +8344,16 @@ class CLIP_PT_tools_clip(bpy_types._GenericUI):
8301
8344
  bl_space_type: typing.Any
8302
8345
  """ """
8303
8346
 
8304
- bl_translation_context: typing.Any
8347
+ id_data: typing.Any
8305
8348
  """ """
8306
8349
 
8307
- id_data: typing.Any
8350
+ preset_add_operator: typing.Any
8351
+ """ """
8352
+
8353
+ preset_operator: typing.Any
8354
+ """ """
8355
+
8356
+ preset_subdir: typing.Any
8308
8357
  """ """
8309
8358
 
8310
8359
  def append(self, draw_func):
@@ -8326,10 +8375,25 @@ class CLIP_PT_tools_clip(bpy_types._GenericUI):
8326
8375
  """ """
8327
8376
  ...
8328
8377
 
8329
- def draw(self, _context):
8378
+ def draw(self, context):
8330
8379
  """
8331
8380
 
8332
- :param _context:
8381
+ :param context:
8382
+ """
8383
+ ...
8384
+
8385
+ def draw_menu(self, layout, text):
8386
+ """
8387
+
8388
+ :param layout:
8389
+ :param text:
8390
+ """
8391
+ ...
8392
+
8393
+ def draw_panel_header(self, layout):
8394
+ """
8395
+
8396
+ :param layout:
8333
8397
  """
8334
8398
  ...
8335
8399
 
@@ -8397,17 +8461,36 @@ class CLIP_PT_tools_clip(bpy_types._GenericUI):
8397
8461
  """ """
8398
8462
  ...
8399
8463
 
8400
- def path_resolve(self):
8401
- """ """
8402
- ...
8403
-
8404
- def poll(self, context):
8464
+ def path_menu(
8465
+ self,
8466
+ searchpaths,
8467
+ operator,
8468
+ props_default,
8469
+ prop_filepath,
8470
+ filter_ext,
8471
+ filter_path,
8472
+ display_name,
8473
+ add_operator,
8474
+ add_operator_props,
8475
+ ):
8405
8476
  """
8406
8477
 
8407
- :param context:
8478
+ :param searchpaths:
8479
+ :param operator:
8480
+ :param props_default:
8481
+ :param prop_filepath:
8482
+ :param filter_ext:
8483
+ :param filter_path:
8484
+ :param display_name:
8485
+ :param add_operator:
8486
+ :param add_operator_props:
8408
8487
  """
8409
8488
  ...
8410
8489
 
8490
+ def path_resolve(self):
8491
+ """ """
8492
+ ...
8493
+
8411
8494
  def pop(self):
8412
8495
  """ """
8413
8496
  ...
@@ -8442,27 +8525,12 @@ class CLIP_PT_tools_clip(bpy_types._GenericUI):
8442
8525
  """ """
8443
8526
  ...
8444
8527
 
8445
- class CLIP_PT_tools_geometry(bpy_types._GenericUI):
8446
- """ """
8447
-
8448
- bl_category: typing.Any
8449
- """ """
8450
-
8451
- bl_label: typing.Any
8452
- """ """
8453
-
8454
- bl_options: typing.Any
8455
- """ """
8456
-
8457
- bl_region_type: typing.Any
8528
+ class CLIP_UL_tracking_objects(bpy_types.UIList, bpy_types._GenericUI):
8458
8529
  """ """
8459
8530
 
8460
8531
  bl_rna: typing.Any
8461
8532
  """ """
8462
8533
 
8463
- bl_space_type: typing.Any
8464
- """ """
8465
-
8466
8534
  id_data: typing.Any
8467
8535
  """ """
8468
8536
 
@@ -8485,10 +8553,27 @@ class CLIP_PT_tools_geometry(bpy_types._GenericUI):
8485
8553
  """ """
8486
8554
  ...
8487
8555
 
8488
- def draw(self, _context):
8556
+ def draw_item(
8557
+ self,
8558
+ _context,
8559
+ layout,
8560
+ _data,
8561
+ item,
8562
+ _icon,
8563
+ _active_data,
8564
+ _active_propname,
8565
+ _index,
8566
+ ):
8489
8567
  """
8490
8568
 
8491
8569
  :param _context:
8570
+ :param layout:
8571
+ :param _data:
8572
+ :param item:
8573
+ :param _icon:
8574
+ :param _active_data:
8575
+ :param _active_propname:
8576
+ :param _index:
8492
8577
  """
8493
8578
  ...
8494
8579
 
@@ -8560,13 +8645,6 @@ class CLIP_PT_tools_geometry(bpy_types._GenericUI):
8560
8645
  """ """
8561
8646
  ...
8562
8647
 
8563
- def poll(self, context):
8564
- """
8565
-
8566
- :param context:
8567
- """
8568
- ...
8569
-
8570
8648
  def pop(self):
8571
8649
  """ """
8572
8650
  ...
@@ -8601,7 +8679,12 @@ class CLIP_PT_tools_geometry(bpy_types._GenericUI):
8601
8679
  """ """
8602
8680
  ...
8603
8681
 
8604
- class CLIP_PT_tools_grease_pencil_draw(bpy_types._GenericUI):
8682
+ class CLIP_PT_annotation(
8683
+ bpy_types.Panel,
8684
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
8685
+ CLIP_PT_clip_view_panel,
8686
+ bpy_types._GenericUI,
8687
+ ):
8605
8688
  """ """
8606
8689
 
8607
8690
  bl_category: typing.Any
@@ -8610,6 +8693,9 @@ class CLIP_PT_tools_grease_pencil_draw(bpy_types._GenericUI):
8610
8693
  bl_label: typing.Any
8611
8694
  """ """
8612
8695
 
8696
+ bl_options: typing.Any
8697
+ """ """
8698
+
8613
8699
  bl_region_type: typing.Any
8614
8700
  """ """
8615
8701
 
@@ -8648,6 +8734,22 @@ class CLIP_PT_tools_grease_pencil_draw(bpy_types._GenericUI):
8648
8734
  """
8649
8735
  ...
8650
8736
 
8737
+ def draw_header(self, context):
8738
+ """
8739
+
8740
+ :param context:
8741
+ """
8742
+ ...
8743
+
8744
+ def draw_layers(self, context, layout, gpd):
8745
+ """
8746
+
8747
+ :param context:
8748
+ :param layout:
8749
+ :param gpd:
8750
+ """
8751
+ ...
8752
+
8651
8753
  def driver_add(self):
8652
8754
  """ """
8653
8755
  ...
@@ -8712,8 +8814,15 @@ class CLIP_PT_tools_grease_pencil_draw(bpy_types._GenericUI):
8712
8814
  """ """
8713
8815
  ...
8714
8816
 
8715
- def path_resolve(self):
8716
- """ """
8817
+ def path_resolve(self):
8818
+ """ """
8819
+ ...
8820
+
8821
+ def poll(self, context):
8822
+ """
8823
+
8824
+ :param context:
8825
+ """
8717
8826
  ...
8718
8827
 
8719
8828
  def pop(self):
@@ -8750,7 +8859,7 @@ class CLIP_PT_tools_grease_pencil_draw(bpy_types._GenericUI):
8750
8859
  """ """
8751
8860
  ...
8752
8861
 
8753
- class CLIP_PT_tools_marker(bpy_types._GenericUI):
8862
+ class CLIP_PT_footage(bpy_types.Panel, CLIP_PT_clip_view_panel, bpy_types._GenericUI):
8754
8863
  """ """
8755
8864
 
8756
8865
  bl_category: typing.Any
@@ -8790,10 +8899,10 @@ class CLIP_PT_tools_marker(bpy_types._GenericUI):
8790
8899
  """ """
8791
8900
  ...
8792
8901
 
8793
- def draw(self, _context):
8902
+ def draw(self, context):
8794
8903
  """
8795
8904
 
8796
- :param _context:
8905
+ :param context:
8797
8906
  """
8798
8907
  ...
8799
8908
 
@@ -8906,7 +9015,7 @@ class CLIP_PT_tools_marker(bpy_types._GenericUI):
8906
9015
  """ """
8907
9016
  ...
8908
9017
 
8909
- class CLIP_PT_tools_mask_tools(bpy_types._GenericUI):
9018
+ class CLIP_PT_objects(bpy_types.Panel, CLIP_PT_clip_view_panel, bpy_types._GenericUI):
8910
9019
  """ """
8911
9020
 
8912
9021
  bl_category: typing.Any
@@ -8915,6 +9024,9 @@ class CLIP_PT_tools_mask_tools(bpy_types._GenericUI):
8915
9024
  bl_label: typing.Any
8916
9025
  """ """
8917
9026
 
9027
+ bl_options: typing.Any
9028
+ """ """
9029
+
8918
9030
  bl_region_type: typing.Any
8919
9031
  """ """
8920
9032
 
@@ -8946,10 +9058,10 @@ class CLIP_PT_tools_mask_tools(bpy_types._GenericUI):
8946
9058
  """ """
8947
9059
  ...
8948
9060
 
8949
- def draw(self, _context):
9061
+ def draw(self, context):
8950
9062
  """
8951
9063
 
8952
- :param _context:
9064
+ :param context:
8953
9065
  """
8954
9066
  ...
8955
9067
 
@@ -9062,7 +9174,7 @@ class CLIP_PT_tools_mask_tools(bpy_types._GenericUI):
9062
9174
  """ """
9063
9175
  ...
9064
9176
 
9065
- class CLIP_PT_tools_mask_transforms(bpy_types._GenericUI):
9177
+ class CLIP_PT_proxy(bpy_types.Panel, CLIP_PT_clip_view_panel, bpy_types._GenericUI):
9066
9178
  """ """
9067
9179
 
9068
9180
  bl_category: typing.Any
@@ -9071,6 +9183,9 @@ class CLIP_PT_tools_mask_transforms(bpy_types._GenericUI):
9071
9183
  bl_label: typing.Any
9072
9184
  """ """
9073
9185
 
9186
+ bl_options: typing.Any
9187
+ """ """
9188
+
9074
9189
  bl_region_type: typing.Any
9075
9190
  """ """
9076
9191
 
@@ -9102,10 +9217,17 @@ class CLIP_PT_tools_mask_transforms(bpy_types._GenericUI):
9102
9217
  """ """
9103
9218
  ...
9104
9219
 
9105
- def draw(self, _context):
9220
+ def draw(self, context):
9106
9221
  """
9107
9222
 
9108
- :param _context:
9223
+ :param context:
9224
+ """
9225
+ ...
9226
+
9227
+ def draw_header(self, context):
9228
+ """
9229
+
9230
+ :param context:
9109
9231
  """
9110
9232
  ...
9111
9233
 
@@ -9218,7 +9340,7 @@ class CLIP_PT_tools_mask_transforms(bpy_types._GenericUI):
9218
9340
  """ """
9219
9341
  ...
9220
9342
 
9221
- class CLIP_PT_tools_object(bpy_types._GenericUI):
9343
+ class CLIP_PT_marker(bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI):
9222
9344
  """ """
9223
9345
 
9224
9346
  bl_category: typing.Any
@@ -9227,6 +9349,9 @@ class CLIP_PT_tools_object(bpy_types._GenericUI):
9227
9349
  bl_label: typing.Any
9228
9350
  """ """
9229
9351
 
9352
+ bl_options: typing.Any
9353
+ """ """
9354
+
9230
9355
  bl_region_type: typing.Any
9231
9356
  """ """
9232
9357
 
@@ -9374,7 +9499,9 @@ class CLIP_PT_tools_object(bpy_types._GenericUI):
9374
9499
  """ """
9375
9500
  ...
9376
9501
 
9377
- class CLIP_PT_tools_orientation(bpy_types._GenericUI):
9502
+ class CLIP_PT_plane_track(
9503
+ bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
9504
+ ):
9378
9505
  """ """
9379
9506
 
9380
9507
  bl_category: typing.Any
@@ -9383,6 +9510,9 @@ class CLIP_PT_tools_orientation(bpy_types._GenericUI):
9383
9510
  bl_label: typing.Any
9384
9511
  """ """
9385
9512
 
9513
+ bl_options: typing.Any
9514
+ """ """
9515
+
9386
9516
  bl_region_type: typing.Any
9387
9517
  """ """
9388
9518
 
@@ -9530,7 +9660,9 @@ class CLIP_PT_tools_orientation(bpy_types._GenericUI):
9530
9660
  """ """
9531
9661
  ...
9532
9662
 
9533
- class CLIP_PT_tools_plane_tracking(bpy_types._GenericUI):
9663
+ class CLIP_PT_tools_cleanup(
9664
+ bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
9665
+ ):
9534
9666
  """ """
9535
9667
 
9536
9668
  bl_category: typing.Any
@@ -9573,10 +9705,10 @@ class CLIP_PT_tools_plane_tracking(bpy_types._GenericUI):
9573
9705
  """ """
9574
9706
  ...
9575
9707
 
9576
- def draw(self, _context):
9708
+ def draw(self, context):
9577
9709
  """
9578
9710
 
9579
- :param _context:
9711
+ :param context:
9580
9712
  """
9581
9713
  ...
9582
9714
 
@@ -9689,7 +9821,9 @@ class CLIP_PT_tools_plane_tracking(bpy_types._GenericUI):
9689
9821
  """ """
9690
9822
  ...
9691
9823
 
9692
- class CLIP_PT_tools_scenesetup(bpy_types._GenericUI):
9824
+ class CLIP_PT_tools_geometry(
9825
+ bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
9826
+ ):
9693
9827
  """ """
9694
9828
 
9695
9829
  bl_category: typing.Any
@@ -9698,6 +9832,9 @@ class CLIP_PT_tools_scenesetup(bpy_types._GenericUI):
9698
9832
  bl_label: typing.Any
9699
9833
  """ """
9700
9834
 
9835
+ bl_options: typing.Any
9836
+ """ """
9837
+
9701
9838
  bl_region_type: typing.Any
9702
9839
  """ """
9703
9840
 
@@ -9845,7 +9982,9 @@ class CLIP_PT_tools_scenesetup(bpy_types._GenericUI):
9845
9982
  """ """
9846
9983
  ...
9847
9984
 
9848
- class CLIP_PT_tools_solve(bpy_types._GenericUI):
9985
+ class CLIP_PT_tools_marker(
9986
+ bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
9987
+ ):
9849
9988
  """ """
9850
9989
 
9851
9990
  bl_category: typing.Any
@@ -9885,10 +10024,10 @@ class CLIP_PT_tools_solve(bpy_types._GenericUI):
9885
10024
  """ """
9886
10025
  ...
9887
10026
 
9888
- def draw(self, context):
10027
+ def draw(self, _context):
9889
10028
  """
9890
10029
 
9891
- :param context:
10030
+ :param _context:
9892
10031
  """
9893
10032
  ...
9894
10033
 
@@ -10001,7 +10140,9 @@ class CLIP_PT_tools_solve(bpy_types._GenericUI):
10001
10140
  """ """
10002
10141
  ...
10003
10142
 
10004
- class CLIP_PT_tools_tracking(bpy_types._GenericUI):
10143
+ class CLIP_PT_tools_orientation(
10144
+ bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
10145
+ ):
10005
10146
  """ """
10006
10147
 
10007
10148
  bl_category: typing.Any
@@ -10010,9 +10151,6 @@ class CLIP_PT_tools_tracking(bpy_types._GenericUI):
10010
10151
  bl_label: typing.Any
10011
10152
  """ """
10012
10153
 
10013
- bl_options: typing.Any
10014
- """ """
10015
-
10016
10154
  bl_region_type: typing.Any
10017
10155
  """ """
10018
10156
 
@@ -10022,9 +10160,6 @@ class CLIP_PT_tools_tracking(bpy_types._GenericUI):
10022
10160
  bl_space_type: typing.Any
10023
10161
  """ """
10024
10162
 
10025
- bl_translation_context: typing.Any
10026
- """ """
10027
-
10028
10163
  id_data: typing.Any
10029
10164
  """ """
10030
10165
 
@@ -10047,10 +10182,10 @@ class CLIP_PT_tools_tracking(bpy_types._GenericUI):
10047
10182
  """ """
10048
10183
  ...
10049
10184
 
10050
- def draw(self, _context):
10185
+ def draw(self, context):
10051
10186
  """
10052
10187
 
10053
- :param _context:
10188
+ :param context:
10054
10189
  """
10055
10190
  ...
10056
10191
 
@@ -10163,7 +10298,9 @@ class CLIP_PT_tools_tracking(bpy_types._GenericUI):
10163
10298
  """ """
10164
10299
  ...
10165
10300
 
10166
- class CLIP_PT_track(bpy_types._GenericUI):
10301
+ class CLIP_PT_tools_plane_tracking(
10302
+ bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
10303
+ ):
10167
10304
  """ """
10168
10305
 
10169
10306
  bl_category: typing.Any
@@ -10172,6 +10309,9 @@ class CLIP_PT_track(bpy_types._GenericUI):
10172
10309
  bl_label: typing.Any
10173
10310
  """ """
10174
10311
 
10312
+ bl_options: typing.Any
10313
+ """ """
10314
+
10175
10315
  bl_region_type: typing.Any
10176
10316
  """ """
10177
10317
 
@@ -10181,9 +10321,6 @@ class CLIP_PT_track(bpy_types._GenericUI):
10181
10321
  bl_space_type: typing.Any
10182
10322
  """ """
10183
10323
 
10184
- bl_translation_context: typing.Any
10185
- """ """
10186
-
10187
10324
  id_data: typing.Any
10188
10325
  """ """
10189
10326
 
@@ -10206,10 +10343,10 @@ class CLIP_PT_track(bpy_types._GenericUI):
10206
10343
  """ """
10207
10344
  ...
10208
10345
 
10209
- def draw(self, context):
10346
+ def draw(self, _context):
10210
10347
  """
10211
10348
 
10212
- :param context:
10349
+ :param _context:
10213
10350
  """
10214
10351
  ...
10215
10352
 
@@ -10322,7 +10459,12 @@ class CLIP_PT_track(bpy_types._GenericUI):
10322
10459
  """ """
10323
10460
  ...
10324
10461
 
10325
- class CLIP_PT_track_color_presets(bpy_types._GenericUI):
10462
+ class CLIP_PT_tools_solve(
10463
+ bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
10464
+ ):
10465
+ """ """
10466
+
10467
+ bl_category: typing.Any
10326
10468
  """ """
10327
10469
 
10328
10470
  bl_label: typing.Any
@@ -10340,15 +10482,6 @@ class CLIP_PT_track_color_presets(bpy_types._GenericUI):
10340
10482
  id_data: typing.Any
10341
10483
  """ """
10342
10484
 
10343
- preset_add_operator: typing.Any
10344
- """ """
10345
-
10346
- preset_operator: typing.Any
10347
- """ """
10348
-
10349
- preset_subdir: typing.Any
10350
- """ """
10351
-
10352
10485
  def append(self, draw_func):
10353
10486
  """
10354
10487
 
@@ -10375,21 +10508,6 @@ class CLIP_PT_track_color_presets(bpy_types._GenericUI):
10375
10508
  """
10376
10509
  ...
10377
10510
 
10378
- def draw_menu(self, layout, text):
10379
- """
10380
-
10381
- :param layout:
10382
- :param text:
10383
- """
10384
- ...
10385
-
10386
- def draw_panel_header(self, layout):
10387
- """
10388
-
10389
- :param layout:
10390
- """
10391
- ...
10392
-
10393
10511
  def driver_add(self):
10394
10512
  """ """
10395
10513
  ...
@@ -10454,34 +10572,15 @@ class CLIP_PT_track_color_presets(bpy_types._GenericUI):
10454
10572
  """ """
10455
10573
  ...
10456
10574
 
10457
- def path_menu(
10458
- self,
10459
- searchpaths,
10460
- operator,
10461
- props_default,
10462
- prop_filepath,
10463
- filter_ext,
10464
- filter_path,
10465
- display_name,
10466
- add_operator,
10467
- add_operator_props,
10468
- ):
10469
- """
10575
+ def path_resolve(self):
10576
+ """ """
10577
+ ...
10470
10578
 
10471
- :param searchpaths:
10472
- :param operator:
10473
- :param props_default:
10474
- :param prop_filepath:
10475
- :param filter_ext:
10476
- :param filter_path:
10477
- :param display_name:
10478
- :param add_operator:
10479
- :param add_operator_props:
10579
+ def poll(self, context):
10480
10580
  """
10481
- ...
10482
10581
 
10483
- def path_resolve(self):
10484
- """ """
10582
+ :param context:
10583
+ """
10485
10584
  ...
10486
10585
 
10487
10586
  def pop(self):
@@ -10518,7 +10617,9 @@ class CLIP_PT_track_color_presets(bpy_types._GenericUI):
10518
10617
  """ """
10519
10618
  ...
10520
10619
 
10521
- class CLIP_PT_track_settings(bpy_types._GenericUI):
10620
+ class CLIP_PT_tools_tracking(
10621
+ bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
10622
+ ):
10522
10623
  """ """
10523
10624
 
10524
10625
  bl_category: typing.Any
@@ -10539,6 +10640,9 @@ class CLIP_PT_track_settings(bpy_types._GenericUI):
10539
10640
  bl_space_type: typing.Any
10540
10641
  """ """
10541
10642
 
10643
+ bl_translation_context: typing.Any
10644
+ """ """
10645
+
10542
10646
  id_data: typing.Any
10543
10647
  """ """
10544
10648
 
@@ -10561,10 +10665,10 @@ class CLIP_PT_track_settings(bpy_types._GenericUI):
10561
10665
  """ """
10562
10666
  ...
10563
10667
 
10564
- def draw(self, context):
10668
+ def draw(self, _context):
10565
10669
  """
10566
10670
 
10567
- :param context:
10671
+ :param _context:
10568
10672
  """
10569
10673
  ...
10570
10674
 
@@ -10677,7 +10781,7 @@ class CLIP_PT_track_settings(bpy_types._GenericUI):
10677
10781
  """ """
10678
10782
  ...
10679
10783
 
10680
- class CLIP_PT_track_settings_extras(bpy_types._GenericUI):
10784
+ class CLIP_PT_track(bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI):
10681
10785
  """ """
10682
10786
 
10683
10787
  bl_category: typing.Any
@@ -10686,12 +10790,6 @@ class CLIP_PT_track_settings_extras(bpy_types._GenericUI):
10686
10790
  bl_label: typing.Any
10687
10791
  """ """
10688
10792
 
10689
- bl_options: typing.Any
10690
- """ """
10691
-
10692
- bl_parent_id: typing.Any
10693
- """ """
10694
-
10695
10793
  bl_region_type: typing.Any
10696
10794
  """ """
10697
10795
 
@@ -10701,6 +10799,9 @@ class CLIP_PT_track_settings_extras(bpy_types._GenericUI):
10701
10799
  bl_space_type: typing.Any
10702
10800
  """ """
10703
10801
 
10802
+ bl_translation_context: typing.Any
10803
+ """ """
10804
+
10704
10805
  id_data: typing.Any
10705
10806
  """ """
10706
10807
 
@@ -10839,7 +10940,9 @@ class CLIP_PT_track_settings_extras(bpy_types._GenericUI):
10839
10940
  """ """
10840
10941
  ...
10841
10942
 
10842
- class CLIP_PT_tracking_camera(bpy_types._GenericUI):
10943
+ class CLIP_PT_track_settings(
10944
+ bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
10945
+ ):
10843
10946
  """ """
10844
10947
 
10845
10948
  bl_category: typing.Any
@@ -10889,13 +10992,6 @@ class CLIP_PT_tracking_camera(bpy_types._GenericUI):
10889
10992
  """
10890
10993
  ...
10891
10994
 
10892
- def draw_header_preset(self, _context):
10893
- """
10894
-
10895
- :param _context:
10896
- """
10897
- ...
10898
-
10899
10995
  def driver_add(self):
10900
10996
  """ """
10901
10997
  ...
@@ -11005,7 +11101,9 @@ class CLIP_PT_tracking_camera(bpy_types._GenericUI):
11005
11101
  """ """
11006
11102
  ...
11007
11103
 
11008
- class CLIP_PT_tracking_lens(bpy_types._GenericUI):
11104
+ class CLIP_PT_track_settings_extras(
11105
+ bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
11106
+ ):
11009
11107
  """ """
11010
11108
 
11011
11109
  bl_category: typing.Any
@@ -11029,9 +11127,6 @@ class CLIP_PT_tracking_lens(bpy_types._GenericUI):
11029
11127
  bl_space_type: typing.Any
11030
11128
  """ """
11031
11129
 
11032
- bl_translation_context: typing.Any
11033
- """ """
11034
-
11035
11130
  id_data: typing.Any
11036
11131
  """ """
11037
11132
 
@@ -11170,17 +11265,9 @@ class CLIP_PT_tracking_lens(bpy_types._GenericUI):
11170
11265
  """ """
11171
11266
  ...
11172
11267
 
11173
- class CLIP_PT_tracking_panel:
11174
- """ """
11175
-
11176
- def poll(self, context):
11177
- """
11178
-
11179
- :param context:
11180
- """
11181
- ...
11182
-
11183
- class CLIP_PT_tracking_settings(bpy_types._GenericUI):
11268
+ class CLIP_PT_tracking_settings(
11269
+ bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
11270
+ ):
11184
11271
  """ """
11185
11272
 
11186
11273
  bl_category: typing.Any
@@ -11343,7 +11430,9 @@ class CLIP_PT_tracking_settings(bpy_types._GenericUI):
11343
11430
  """ """
11344
11431
  ...
11345
11432
 
11346
- class CLIP_PT_tracking_settings_extras(bpy_types._GenericUI):
11433
+ class CLIP_PT_tracking_settings_extras(
11434
+ bpy_types.Panel, CLIP_PT_tracking_panel, bpy_types._GenericUI
11435
+ ):
11347
11436
  """ """
11348
11437
 
11349
11438
  bl_label: typing.Any
@@ -11502,7 +11591,12 @@ class CLIP_PT_tracking_settings_extras(bpy_types._GenericUI):
11502
11591
  """ """
11503
11592
  ...
11504
11593
 
11505
- class CLIP_PT_tracking_settings_presets(bpy_types._GenericUI):
11594
+ class CLIP_PT_stabilization(
11595
+ bpy_types.Panel, CLIP_PT_reconstruction_panel, bpy_types._GenericUI
11596
+ ):
11597
+ """ """
11598
+
11599
+ bl_category: typing.Any
11506
11600
  """ """
11507
11601
 
11508
11602
  bl_label: typing.Any
@@ -11520,15 +11614,6 @@ class CLIP_PT_tracking_settings_presets(bpy_types._GenericUI):
11520
11614
  id_data: typing.Any
11521
11615
  """ """
11522
11616
 
11523
- preset_add_operator: typing.Any
11524
- """ """
11525
-
11526
- preset_operator: typing.Any
11527
- """ """
11528
-
11529
- preset_subdir: typing.Any
11530
- """ """
11531
-
11532
11617
  def append(self, draw_func):
11533
11618
  """
11534
11619
 
@@ -11555,18 +11640,10 @@ class CLIP_PT_tracking_settings_presets(bpy_types._GenericUI):
11555
11640
  """
11556
11641
  ...
11557
11642
 
11558
- def draw_menu(self, layout, text):
11559
- """
11560
-
11561
- :param layout:
11562
- :param text:
11563
- """
11564
- ...
11565
-
11566
- def draw_panel_header(self, layout):
11643
+ def draw_header(self, context):
11567
11644
  """
11568
11645
 
11569
- :param layout:
11646
+ :param context:
11570
11647
  """
11571
11648
  ...
11572
11649
 
@@ -11634,34 +11711,15 @@ class CLIP_PT_tracking_settings_presets(bpy_types._GenericUI):
11634
11711
  """ """
11635
11712
  ...
11636
11713
 
11637
- def path_menu(
11638
- self,
11639
- searchpaths,
11640
- operator,
11641
- props_default,
11642
- prop_filepath,
11643
- filter_ext,
11644
- filter_path,
11645
- display_name,
11646
- add_operator,
11647
- add_operator_props,
11648
- ):
11649
- """
11714
+ def path_resolve(self):
11715
+ """ """
11716
+ ...
11650
11717
 
11651
- :param searchpaths:
11652
- :param operator:
11653
- :param props_default:
11654
- :param prop_filepath:
11655
- :param filter_ext:
11656
- :param filter_path:
11657
- :param display_name:
11658
- :param add_operator:
11659
- :param add_operator_props:
11718
+ def poll(self, context):
11660
11719
  """
11661
- ...
11662
11720
 
11663
- def path_resolve(self):
11664
- """ """
11721
+ :param context:
11722
+ """
11665
11723
  ...
11666
11724
 
11667
11725
  def pop(self):
@@ -11698,12 +11756,26 @@ class CLIP_PT_tracking_settings_presets(bpy_types._GenericUI):
11698
11756
  """ """
11699
11757
  ...
11700
11758
 
11701
- class CLIP_UL_tracking_objects(bpy_types._GenericUI):
11759
+ class CLIP_PT_tools_object(
11760
+ bpy_types.Panel, CLIP_PT_reconstruction_panel, bpy_types._GenericUI
11761
+ ):
11762
+ """ """
11763
+
11764
+ bl_category: typing.Any
11765
+ """ """
11766
+
11767
+ bl_label: typing.Any
11768
+ """ """
11769
+
11770
+ bl_region_type: typing.Any
11702
11771
  """ """
11703
11772
 
11704
11773
  bl_rna: typing.Any
11705
11774
  """ """
11706
11775
 
11776
+ bl_space_type: typing.Any
11777
+ """ """
11778
+
11707
11779
  id_data: typing.Any
11708
11780
  """ """
11709
11781
 
@@ -11726,27 +11798,10 @@ class CLIP_UL_tracking_objects(bpy_types._GenericUI):
11726
11798
  """ """
11727
11799
  ...
11728
11800
 
11729
- def draw_item(
11730
- self,
11731
- _context,
11732
- layout,
11733
- _data,
11734
- item,
11735
- _icon,
11736
- _active_data,
11737
- _active_propname,
11738
- _index,
11739
- ):
11801
+ def draw(self, context):
11740
11802
  """
11741
11803
 
11742
- :param _context:
11743
- :param layout:
11744
- :param _data:
11745
- :param item:
11746
- :param _icon:
11747
- :param _active_data:
11748
- :param _active_propname:
11749
- :param _index:
11804
+ :param context:
11750
11805
  """
11751
11806
  ...
11752
11807
 
@@ -11818,6 +11873,13 @@ class CLIP_UL_tracking_objects(bpy_types._GenericUI):
11818
11873
  """ """
11819
11874
  ...
11820
11875
 
11876
+ def poll(self, context):
11877
+ """
11878
+
11879
+ :param context:
11880
+ """
11881
+ ...
11882
+
11821
11883
  def pop(self):
11822
11884
  """ """
11823
11885
  ...