fake-bpy-module 20240517__py3-none-any.whl → 20240518__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.

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