fake-bpy-module 20240705__py3-none-any.whl → 20240707__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 (317) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/extensions/__init__.pyi +1 -0
  3. _bpy_internal/extensions/junction_module/__init__.pyi +1 -0
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -0
  5. _bpy_internal/freedesktop/__init__.pyi +1 -0
  6. addon_utils/__init__.pyi +1 -0
  7. animsys_refactor/__init__.pyi +1 -0
  8. aud/__init__.pyi +1 -0
  9. bgl/__init__.pyi +1 -0
  10. bl_app_override/__init__.pyi +1 -0
  11. bl_app_override/helpers/__init__.pyi +1 -0
  12. bl_app_template_utils/__init__.pyi +1 -0
  13. bl_console_utils/__init__.pyi +1 -0
  14. bl_console_utils/autocomplete/__init__.pyi +1 -0
  15. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
  16. bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
  18. bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
  19. bl_i18n_utils/__init__.pyi +1 -0
  20. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  21. bl_i18n_utils/merge_po/__init__.pyi +1 -0
  22. bl_i18n_utils/settings/__init__.pyi +1 -0
  23. bl_i18n_utils/utils/__init__.pyi +1 -0
  24. bl_i18n_utils/utils_cli/__init__.pyi +1 -0
  25. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
  26. bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
  27. bl_keymap_utils/__init__.pyi +1 -0
  28. bl_keymap_utils/io/__init__.pyi +1 -0
  29. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
  30. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
  31. bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
  32. bl_keymap_utils/versioning/__init__.pyi +1 -0
  33. bl_math/__init__.pyi +1 -0
  34. bl_operators/__init__.pyi +1 -0
  35. bl_operators/add_mesh_torus/__init__.pyi +1 -0
  36. bl_operators/anim/__init__.pyi +1 -0
  37. bl_operators/assets/__init__.pyi +9 -8
  38. bl_operators/bmesh/__init__.pyi +1 -0
  39. bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
  40. bl_operators/clip/__init__.pyi +1 -0
  41. bl_operators/connect_to_output/__init__.pyi +1 -0
  42. bl_operators/console/__init__.pyi +1 -0
  43. bl_operators/constraint/__init__.pyi +1 -0
  44. bl_operators/file/__init__.pyi +1 -0
  45. bl_operators/freestyle/__init__.pyi +1 -0
  46. bl_operators/geometry_nodes/__init__.pyi +1 -0
  47. bl_operators/image/__init__.pyi +1 -0
  48. bl_operators/image_as_planes/__init__.pyi +44 -43
  49. bl_operators/mesh/__init__.pyi +1 -0
  50. bl_operators/node/__init__.pyi +235 -234
  51. bl_operators/node_editor/__init__.pyi +1 -0
  52. bl_operators/node_editor/node_functions/__init__.pyi +1 -0
  53. bl_operators/object/__init__.pyi +1 -0
  54. bl_operators/object_align/__init__.pyi +1 -0
  55. bl_operators/object_quick_effects/__init__.pyi +22 -21
  56. bl_operators/object_randomize_transform/__init__.pyi +1 -0
  57. bl_operators/presets/__init__.pyi +389 -388
  58. bl_operators/rigidbody/__init__.pyi +1 -0
  59. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
  60. bl_operators/sequencer/__init__.pyi +1 -0
  61. bl_operators/spreadsheet/__init__.pyi +1 -0
  62. bl_operators/userpref/__init__.pyi +1 -0
  63. bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
  64. bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
  65. bl_operators/uvcalc_transform/__init__.pyi +1 -0
  66. bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
  67. bl_operators/view3d/__init__.pyi +1 -0
  68. bl_operators/wm/__init__.pyi +1 -0
  69. bl_operators/world/__init__.pyi +1 -0
  70. bl_previews_utils/__init__.pyi +1 -0
  71. bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
  72. bl_rna_utils/__init__.pyi +1 -0
  73. bl_rna_utils/data_path/__init__.pyi +1 -0
  74. bl_text_utils/__init__.pyi +1 -0
  75. bl_text_utils/external_editor/__init__.pyi +1 -0
  76. bl_ui/__init__.pyi +1 -0
  77. bl_ui/anim/__init__.pyi +1 -0
  78. bl_ui/asset_shelf/__init__.pyi +1 -0
  79. bl_ui/generic_ui_list/__init__.pyi +1 -0
  80. bl_ui/node_add_menu/__init__.pyi +1 -0
  81. bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
  82. bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
  83. bl_ui/node_add_menu_shader/__init__.pyi +1 -0
  84. bl_ui/node_add_menu_texture/__init__.pyi +1 -0
  85. bl_ui/properties_animviz/__init__.pyi +1 -0
  86. bl_ui/properties_collection/__init__.pyi +13 -12
  87. bl_ui/properties_constraint/__init__.pyi +955 -954
  88. bl_ui/properties_data_armature/__init__.pyi +86 -85
  89. bl_ui/properties_data_bone/__init__.pyi +13 -12
  90. bl_ui/properties_data_camera/__init__.pyi +1 -0
  91. bl_ui/properties_data_curve/__init__.pyi +93 -92
  92. bl_ui/properties_data_curves/__init__.pyi +13 -12
  93. bl_ui/properties_data_empty/__init__.pyi +13 -12
  94. bl_ui/properties_data_gpencil/__init__.pyi +266 -265
  95. bl_ui/properties_data_grease_pencil/__init__.pyi +313 -312
  96. bl_ui/properties_data_lattice/__init__.pyi +13 -12
  97. bl_ui/properties_data_light/__init__.pyi +13 -12
  98. bl_ui/properties_data_lightprobe/__init__.pyi +13 -12
  99. bl_ui/properties_data_mesh/__init__.pyi +528 -527
  100. bl_ui/properties_data_metaball/__init__.pyi +13 -12
  101. bl_ui/properties_data_modifier/__init__.pyi +20 -19
  102. bl_ui/properties_data_pointcloud/__init__.pyi +141 -140
  103. bl_ui/properties_data_shaderfx/__init__.pyi +6 -5
  104. bl_ui/properties_data_speaker/__init__.pyi +13 -12
  105. bl_ui/properties_data_volume/__init__.pyi +66 -65
  106. bl_ui/properties_freestyle/__init__.pyi +249 -248
  107. bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
  108. bl_ui/properties_mask_common/__init__.pyi +1 -0
  109. bl_ui/properties_material/__init__.pyi +146 -145
  110. bl_ui/properties_material_gpencil/__init__.pyi +87 -86
  111. bl_ui/properties_object/__init__.pyi +76 -75
  112. bl_ui/properties_output/__init__.pyi +202 -201
  113. bl_ui/properties_paint_common/__init__.pyi +1 -0
  114. bl_ui/properties_particle/__init__.pyi +221 -220
  115. bl_ui/properties_physics_cloth/__init__.pyi +13 -12
  116. bl_ui/properties_physics_common/__init__.pyi +13 -12
  117. bl_ui/properties_physics_dynamicpaint/__init__.pyi +188 -187
  118. bl_ui/properties_physics_field/__init__.pyi +20 -19
  119. bl_ui/properties_physics_fluid/__init__.pyi +62 -61
  120. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
  121. bl_ui/properties_physics_rigidbody/__init__.pyi +6 -5
  122. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +6 -5
  123. bl_ui/properties_physics_softbody/__init__.pyi +13 -12
  124. bl_ui/properties_render/__init__.pyi +218 -217
  125. bl_ui/properties_scene/__init__.pyi +144 -143
  126. bl_ui/properties_texture/__init__.pyi +157 -156
  127. bl_ui/properties_view_layer/__init__.pyi +79 -78
  128. bl_ui/properties_workspace/__init__.pyi +65 -64
  129. bl_ui/properties_world/__init__.pyi +13 -12
  130. bl_ui/space_clip/__init__.pyi +367 -366
  131. bl_ui/space_console/__init__.pyi +1 -0
  132. bl_ui/space_dopesheet/__init__.pyi +177 -176
  133. bl_ui/space_filebrowser/__init__.pyi +736 -735
  134. bl_ui/space_graph/__init__.pyi +1 -0
  135. bl_ui/space_image/__init__.pyi +647 -646
  136. bl_ui/space_info/__init__.pyi +1 -0
  137. bl_ui/space_nla/__init__.pyi +1 -0
  138. bl_ui/space_node/__init__.pyi +1 -0
  139. bl_ui/space_outliner/__init__.pyi +1 -0
  140. bl_ui/space_properties/__init__.pyi +1 -0
  141. bl_ui/space_sequencer/__init__.pyi +842 -389
  142. bl_ui/space_spreadsheet/__init__.pyi +1 -0
  143. bl_ui/space_statusbar/__init__.pyi +1 -0
  144. bl_ui/space_text/__init__.pyi +1 -0
  145. bl_ui/space_time/__init__.pyi +12 -11
  146. bl_ui/space_toolsystem_common/__init__.pyi +1 -0
  147. bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
  148. bl_ui/space_topbar/__init__.pyi +1 -0
  149. bl_ui/space_userpref/__init__.pyi +685 -684
  150. bl_ui/space_view3d/__init__.pyi +1153 -1152
  151. bl_ui/space_view3d_toolbar/__init__.pyi +2832 -2831
  152. bl_ui/temp_anim_layers/__init__.pyi +1 -0
  153. bl_ui/utils/__init__.pyi +1 -0
  154. bl_ui_utils/__init__.pyi +1 -0
  155. bl_ui_utils/bug_report_url/__init__.pyi +1 -0
  156. bl_ui_utils/layout/__init__.pyi +1 -0
  157. blend_render_info/__init__.pyi +1 -0
  158. blf/__init__.pyi +1 -0
  159. bmesh/__init__.pyi +1 -0
  160. bmesh/geometry/__init__.pyi +1 -0
  161. bmesh/ops/__init__.pyi +1 -0
  162. bmesh/types/__init__.pyi +1 -0
  163. bmesh/utils/__init__.pyi +1 -0
  164. bpy/__init__.pyi +1 -0
  165. bpy/app/__init__.pyi +1 -0
  166. bpy/app/handlers/__init__.pyi +1 -0
  167. bpy/app/icons/__init__.pyi +1 -0
  168. bpy/app/timers/__init__.pyi +1 -0
  169. bpy/app/translations/__init__.pyi +1 -0
  170. bpy/msgbus/__init__.pyi +1 -0
  171. bpy/ops/__init__.pyi +1 -0
  172. bpy/ops/action/__init__.pyi +1 -0
  173. bpy/ops/anim/__init__.pyi +15 -14
  174. bpy/ops/armature/__init__.pyi +1 -0
  175. bpy/ops/asset/__init__.pyi +1 -0
  176. bpy/ops/boid/__init__.pyi +1 -0
  177. bpy/ops/brush/__init__.pyi +1 -0
  178. bpy/ops/buttons/__init__.pyi +1 -0
  179. bpy/ops/cachefile/__init__.pyi +1 -0
  180. bpy/ops/camera/__init__.pyi +1 -0
  181. bpy/ops/clip/__init__.pyi +1 -0
  182. bpy/ops/cloth/__init__.pyi +1 -0
  183. bpy/ops/collection/__init__.pyi +1 -0
  184. bpy/ops/console/__init__.pyi +1 -0
  185. bpy/ops/constraint/__init__.pyi +1 -0
  186. bpy/ops/curve/__init__.pyi +1 -0
  187. bpy/ops/curves/__init__.pyi +1 -0
  188. bpy/ops/cycles/__init__.pyi +1 -0
  189. bpy/ops/dpaint/__init__.pyi +1 -0
  190. bpy/ops/ed/__init__.pyi +1 -0
  191. bpy/ops/export_anim/__init__.pyi +1 -0
  192. bpy/ops/export_scene/__init__.pyi +1 -0
  193. bpy/ops/extensions/__init__.pyi +1 -0
  194. bpy/ops/file/__init__.pyi +1 -0
  195. bpy/ops/fluid/__init__.pyi +1 -0
  196. bpy/ops/font/__init__.pyi +1 -0
  197. bpy/ops/geometry/__init__.pyi +1 -0
  198. bpy/ops/gizmogroup/__init__.pyi +1 -0
  199. bpy/ops/gpencil/__init__.pyi +1 -0
  200. bpy/ops/graph/__init__.pyi +1 -0
  201. bpy/ops/grease_pencil/__init__.pyi +19 -0
  202. bpy/ops/image/__init__.pyi +1 -0
  203. bpy/ops/import_anim/__init__.pyi +1 -0
  204. bpy/ops/import_curve/__init__.pyi +1 -0
  205. bpy/ops/import_scene/__init__.pyi +1 -0
  206. bpy/ops/info/__init__.pyi +1 -0
  207. bpy/ops/lattice/__init__.pyi +1 -0
  208. bpy/ops/marker/__init__.pyi +1 -0
  209. bpy/ops/mask/__init__.pyi +1 -0
  210. bpy/ops/material/__init__.pyi +1 -0
  211. bpy/ops/mball/__init__.pyi +1 -0
  212. bpy/ops/mesh/__init__.pyi +7 -2
  213. bpy/ops/nla/__init__.pyi +1 -0
  214. bpy/ops/node/__init__.pyi +1 -0
  215. bpy/ops/object/__init__.pyi +2 -1
  216. bpy/ops/outliner/__init__.pyi +1 -0
  217. bpy/ops/paint/__init__.pyi +1 -0
  218. bpy/ops/paintcurve/__init__.pyi +1 -0
  219. bpy/ops/palette/__init__.pyi +1 -0
  220. bpy/ops/particle/__init__.pyi +1 -0
  221. bpy/ops/pose/__init__.pyi +1 -0
  222. bpy/ops/poselib/__init__.pyi +1 -0
  223. bpy/ops/preferences/__init__.pyi +1 -0
  224. bpy/ops/ptcache/__init__.pyi +1 -0
  225. bpy/ops/render/__init__.pyi +1 -0
  226. bpy/ops/rigidbody/__init__.pyi +1 -0
  227. bpy/ops/scene/__init__.pyi +1 -0
  228. bpy/ops/screen/__init__.pyi +1 -0
  229. bpy/ops/script/__init__.pyi +1 -0
  230. bpy/ops/sculpt/__init__.pyi +1 -0
  231. bpy/ops/sculpt_curves/__init__.pyi +1 -0
  232. bpy/ops/sequencer/__init__.pyi +1 -0
  233. bpy/ops/sound/__init__.pyi +1 -0
  234. bpy/ops/spreadsheet/__init__.pyi +1 -0
  235. bpy/ops/surface/__init__.pyi +1 -0
  236. bpy/ops/text/__init__.pyi +1 -0
  237. bpy/ops/text_editor/__init__.pyi +1 -0
  238. bpy/ops/texture/__init__.pyi +1 -0
  239. bpy/ops/transform/__init__.pyi +17 -16
  240. bpy/ops/ui/__init__.pyi +1 -0
  241. bpy/ops/uilist/__init__.pyi +1 -0
  242. bpy/ops/uv/__init__.pyi +1 -0
  243. bpy/ops/view2d/__init__.pyi +1 -0
  244. bpy/ops/view3d/__init__.pyi +1 -0
  245. bpy/ops/wm/__init__.pyi +5 -4
  246. bpy/ops/workspace/__init__.pyi +1 -0
  247. bpy/ops/world/__init__.pyi +1 -0
  248. bpy/path/__init__.pyi +1 -0
  249. bpy/props/__init__.pyi +1 -0
  250. bpy/types/__init__.pyi +68824 -68756
  251. bpy/utils/__init__.pyi +1 -0
  252. bpy/utils/previews/__init__.pyi +1 -0
  253. bpy/utils/units/__init__.pyi +1 -0
  254. bpy_extras/__init__.pyi +1 -0
  255. bpy_extras/anim_utils/__init__.pyi +1 -0
  256. bpy_extras/asset_utils/__init__.pyi +1 -0
  257. bpy_extras/bmesh_utils/__init__.pyi +1 -0
  258. bpy_extras/id_map_utils/__init__.pyi +1 -0
  259. bpy_extras/image_utils/__init__.pyi +1 -0
  260. bpy_extras/io_utils/__init__.pyi +1 -0
  261. bpy_extras/keyconfig_utils/__init__.pyi +1 -0
  262. bpy_extras/mesh_utils/__init__.pyi +1 -0
  263. bpy_extras/node_shader_utils/__init__.pyi +1 -0
  264. bpy_extras/node_utils/__init__.pyi +1 -0
  265. bpy_extras/object_utils/__init__.pyi +1 -0
  266. bpy_extras/view3d_utils/__init__.pyi +1 -0
  267. bpy_extras/wm_utils/__init__.pyi +1 -0
  268. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
  269. bpy_restrict_state/__init__.pyi +1 -0
  270. bpy_types/__init__.pyi +1 -0
  271. console_python/__init__.pyi +1 -0
  272. console_shell/__init__.pyi +1 -0
  273. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
  274. fake_bpy_module-20240707.dist-info/RECORD +358 -0
  275. freestyle/__init__.pyi +1 -0
  276. freestyle/chainingiterators/__init__.pyi +1 -0
  277. freestyle/functions/__init__.pyi +1 -0
  278. freestyle/predicates/__init__.pyi +1 -0
  279. freestyle/shaders/__init__.pyi +1 -0
  280. freestyle/types/__init__.pyi +1 -0
  281. freestyle/utils/ContextFunctions/__init__.pyi +1 -0
  282. freestyle/utils/__init__.pyi +2 -1
  283. gpu/__init__.pyi +1 -0
  284. gpu/capabilities/__init__.pyi +1 -0
  285. gpu/matrix/__init__.pyi +1 -0
  286. gpu/platform/__init__.pyi +1 -0
  287. gpu/select/__init__.pyi +1 -0
  288. gpu/shader/__init__.pyi +1 -0
  289. gpu/state/__init__.pyi +1 -0
  290. gpu/texture/__init__.pyi +1 -0
  291. gpu/types/__init__.pyi +1 -0
  292. gpu_extras/__init__.pyi +1 -0
  293. gpu_extras/batch/__init__.pyi +1 -0
  294. gpu_extras/presets/__init__.pyi +1 -0
  295. graphviz_export/__init__.pyi +1 -0
  296. idprop/__init__.pyi +1 -0
  297. idprop/types/__init__.pyi +1 -0
  298. imbuf/__init__.pyi +1 -0
  299. imbuf/types/__init__.pyi +1 -0
  300. keyingsets_builtins/__init__.pyi +88 -87
  301. keyingsets_utils/__init__.pyi +1 -0
  302. mathutils/__init__.pyi +157 -6
  303. mathutils/bvhtree/__init__.pyi +1 -0
  304. mathutils/geometry/__init__.pyi +1 -0
  305. mathutils/interpolate/__init__.pyi +1 -0
  306. mathutils/kdtree/__init__.pyi +1 -0
  307. mathutils/noise/__init__.pyi +1 -0
  308. nodeitems_builtins/__init__.pyi +8 -7
  309. nodeitems_utils/__init__.pyi +1 -0
  310. rna_info/__init__.pyi +1 -0
  311. rna_keymap_ui/__init__.pyi +1 -0
  312. rna_prop_ui/__init__.pyi +1 -0
  313. rna_xml/__init__.pyi +1 -0
  314. sys_info/__init__.pyi +1 -0
  315. fake_bpy_module-20240705.dist-info/RECORD +0 -358
  316. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
  317. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import bl_ui.properties_grease_pencil_common
4
5
  import bl_ui.properties_mask_common
5
6
  import bl_ui.utils
@@ -8513,25 +8514,18 @@ class CLIP_PT_active_mask_spline(
8513
8514
  """
8514
8515
  ...
8515
8516
 
8516
- class CLIP_PT_clip_view_panel:
8517
- def poll(self, context):
8518
- """
8519
-
8520
- :param context:
8521
- """
8522
- ...
8523
-
8524
- class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
8525
- """Predefined tracking camera intrinsics"""
8526
-
8517
+ class CLIP_PT_annotation(
8518
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
8519
+ CLIP_PT_clip_view_panel,
8520
+ bpy_types._GenericUI,
8521
+ ):
8522
+ bl_category: typing.Any
8527
8523
  bl_label: typing.Any
8524
+ bl_options: typing.Any
8528
8525
  bl_region_type: typing.Any
8529
8526
  bl_rna: typing.Any
8530
8527
  bl_space_type: typing.Any
8531
8528
  id_data: typing.Any
8532
- preset_add_operator: typing.Any
8533
- preset_operator: typing.Any
8534
- preset_subdir: typing.Any
8535
8529
 
8536
8530
  def append(self, draw_func):
8537
8531
  """Append a draw function to this menu,
@@ -8572,18 +8566,19 @@ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
8572
8566
  """
8573
8567
  ...
8574
8568
 
8575
- def draw_menu(self, layout, text=None):
8569
+ def draw_header(self, context):
8576
8570
  """
8577
8571
 
8578
- :param layout:
8579
- :param text:
8572
+ :param context:
8580
8573
  """
8581
8574
  ...
8582
8575
 
8583
- def draw_panel_header(self, layout):
8576
+ def draw_layers(self, context, layout, gpd):
8584
8577
  """
8585
8578
 
8579
+ :param context:
8586
8580
  :param layout:
8581
+ :param gpd:
8587
8582
  """
8588
8583
  ...
8589
8584
 
@@ -8705,42 +8700,15 @@ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
8705
8700
  """
8706
8701
  ...
8707
8702
 
8708
- def path_menu(
8709
- self,
8710
- searchpaths: list[str],
8711
- operator: str,
8712
- props_default: dict = None,
8713
- prop_filepath: str | None = "filepath",
8714
- filter_ext: collections.abc.Callable | None = None,
8715
- filter_path=None,
8716
- display_name: collections.abc.Callable | None = None,
8717
- add_operator=None,
8718
- add_operator_props=None,
8719
- ):
8720
- """Populate a menu from a list of paths.
8721
-
8722
- :param searchpaths: Paths to scan.
8723
- :type searchpaths: list[str]
8724
- :param operator: The operator id to use with each file.
8725
- :type operator: str
8726
- :param props_default: Properties to assign to each operator.
8727
- :type props_default: dict
8728
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
8729
- :type prop_filepath: str | None
8730
- :param filter_ext: Optional callback that takes the file extensions.
8703
+ def path_resolve(self):
8704
+ """Returns the property from the path, raise an exception when not found."""
8705
+ ...
8731
8706
 
8732
- Returning false excludes the file from the list.
8733
- :type filter_ext: collections.abc.Callable | None
8734
- :param filter_path:
8735
- :param display_name: Optional callback that takes the full path, returns the name to display.
8736
- :type display_name: collections.abc.Callable | None
8737
- :param add_operator:
8738
- :param add_operator_props:
8707
+ def poll(self, context):
8739
8708
  """
8740
- ...
8741
8709
 
8742
- def path_resolve(self):
8743
- """Returns the property from the path, raise an exception when not found."""
8710
+ :param context:
8711
+ """
8744
8712
  ...
8745
8713
 
8746
8714
  def pop(self):
@@ -8793,14 +8761,17 @@ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
8793
8761
  """
8794
8762
  ...
8795
8763
 
8796
- class CLIP_PT_clip_display(bpy_types._GenericUI):
8764
+ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
8765
+ """Predefined tracking camera intrinsics"""
8766
+
8797
8767
  bl_label: typing.Any
8798
- bl_parent_id: typing.Any
8799
8768
  bl_region_type: typing.Any
8800
8769
  bl_rna: typing.Any
8801
8770
  bl_space_type: typing.Any
8802
- bl_ui_units_x: typing.Any
8803
8771
  id_data: typing.Any
8772
+ preset_add_operator: typing.Any
8773
+ preset_operator: typing.Any
8774
+ preset_subdir: typing.Any
8804
8775
 
8805
8776
  def append(self, draw_func):
8806
8777
  """Append a draw function to this menu,
@@ -8841,6 +8812,21 @@ class CLIP_PT_clip_display(bpy_types._GenericUI):
8841
8812
  """
8842
8813
  ...
8843
8814
 
8815
+ def draw_menu(self, layout, text=None):
8816
+ """
8817
+
8818
+ :param layout:
8819
+ :param text:
8820
+ """
8821
+ ...
8822
+
8823
+ def draw_panel_header(self, layout):
8824
+ """
8825
+
8826
+ :param layout:
8827
+ """
8828
+ ...
8829
+
8844
8830
  def driver_add(self) -> bpy.types.FCurve:
8845
8831
  """Adds driver(s) to the given property
8846
8832
 
@@ -8959,6 +8945,40 @@ class CLIP_PT_clip_display(bpy_types._GenericUI):
8959
8945
  """
8960
8946
  ...
8961
8947
 
8948
+ def path_menu(
8949
+ self,
8950
+ searchpaths: list[str],
8951
+ operator: str,
8952
+ props_default: dict = None,
8953
+ prop_filepath: str | None = "filepath",
8954
+ filter_ext: collections.abc.Callable | None = None,
8955
+ filter_path=None,
8956
+ display_name: collections.abc.Callable | None = None,
8957
+ add_operator=None,
8958
+ add_operator_props=None,
8959
+ ):
8960
+ """Populate a menu from a list of paths.
8961
+
8962
+ :param searchpaths: Paths to scan.
8963
+ :type searchpaths: list[str]
8964
+ :param operator: The operator id to use with each file.
8965
+ :type operator: str
8966
+ :param props_default: Properties to assign to each operator.
8967
+ :type props_default: dict
8968
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
8969
+ :type prop_filepath: str | None
8970
+ :param filter_ext: Optional callback that takes the file extensions.
8971
+
8972
+ Returning false excludes the file from the list.
8973
+ :type filter_ext: collections.abc.Callable | None
8974
+ :param filter_path:
8975
+ :param display_name: Optional callback that takes the full path, returns the name to display.
8976
+ :type display_name: collections.abc.Callable | None
8977
+ :param add_operator:
8978
+ :param add_operator_props:
8979
+ """
8980
+ ...
8981
+
8962
8982
  def path_resolve(self):
8963
8983
  """Returns the property from the path, raise an exception when not found."""
8964
8984
  ...
@@ -9013,8 +9033,9 @@ class CLIP_PT_clip_display(bpy_types._GenericUI):
9013
9033
  """
9014
9034
  ...
9015
9035
 
9016
- class CLIP_PT_display(bpy_types._GenericUI):
9036
+ class CLIP_PT_clip_display(bpy_types._GenericUI):
9017
9037
  bl_label: typing.Any
9038
+ bl_parent_id: typing.Any
9018
9039
  bl_region_type: typing.Any
9019
9040
  bl_rna: typing.Any
9020
9041
  bl_space_type: typing.Any
@@ -9232,7 +9253,15 @@ class CLIP_PT_display(bpy_types._GenericUI):
9232
9253
  """
9233
9254
  ...
9234
9255
 
9235
- class CLIP_PT_gizmo_display(bpy_types._GenericUI):
9256
+ class CLIP_PT_clip_view_panel:
9257
+ def poll(self, context):
9258
+ """
9259
+
9260
+ :param context:
9261
+ """
9262
+ ...
9263
+
9264
+ class CLIP_PT_display(bpy_types._GenericUI):
9236
9265
  bl_label: typing.Any
9237
9266
  bl_region_type: typing.Any
9238
9267
  bl_rna: typing.Any
@@ -9451,21 +9480,12 @@ class CLIP_PT_gizmo_display(bpy_types._GenericUI):
9451
9480
  """
9452
9481
  ...
9453
9482
 
9454
- class CLIP_PT_tracking_panel:
9455
- def poll(self, context):
9456
- """
9457
-
9458
- :param context:
9459
- """
9460
- ...
9461
-
9462
- class CLIP_PT_marker_display(bpy_types._GenericUI):
9483
+ class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
9484
+ bl_category: typing.Any
9463
9485
  bl_label: typing.Any
9464
- bl_parent_id: typing.Any
9465
9486
  bl_region_type: typing.Any
9466
9487
  bl_rna: typing.Any
9467
9488
  bl_space_type: typing.Any
9468
- bl_ui_units_x: typing.Any
9469
9489
  id_data: typing.Any
9470
9490
 
9471
9491
  def append(self, draw_func):
@@ -9629,6 +9649,13 @@ class CLIP_PT_marker_display(bpy_types._GenericUI):
9629
9649
  """Returns the property from the path, raise an exception when not found."""
9630
9650
  ...
9631
9651
 
9652
+ def poll(self, context):
9653
+ """
9654
+
9655
+ :param context:
9656
+ """
9657
+ ...
9658
+
9632
9659
  def pop(self):
9633
9660
  """Remove and return the value of the custom property assigned to key or default
9634
9661
  when not found (matches Python's dictionary function of the same name).
@@ -9679,13 +9706,12 @@ class CLIP_PT_marker_display(bpy_types._GenericUI):
9679
9706
  """
9680
9707
  ...
9681
9708
 
9682
- class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI):
9683
- bl_category: typing.Any
9709
+ class CLIP_PT_gizmo_display(bpy_types._GenericUI):
9684
9710
  bl_label: typing.Any
9685
- bl_options: typing.Any
9686
9711
  bl_region_type: typing.Any
9687
9712
  bl_rna: typing.Any
9688
9713
  bl_space_type: typing.Any
9714
+ bl_ui_units_x: typing.Any
9689
9715
  id_data: typing.Any
9690
9716
 
9691
9717
  def append(self, draw_func):
@@ -9849,13 +9875,6 @@ class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._Generic
9849
9875
  """Returns the property from the path, raise an exception when not found."""
9850
9876
  ...
9851
9877
 
9852
- def poll(self, context):
9853
- """
9854
-
9855
- :param context:
9856
- """
9857
- ...
9858
-
9859
9878
  def pop(self):
9860
9879
  """Remove and return the value of the custom property assigned to key or default
9861
9880
  when not found (matches Python's dictionary function of the same name).
@@ -9906,10 +9925,10 @@ class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._Generic
9906
9925
  """
9907
9926
  ...
9908
9927
 
9909
- class CLIP_PT_mask_display(
9910
- bl_ui.properties_mask_common.MASK_PT_display, bpy_types._GenericUI
9911
- ):
9928
+ class CLIP_PT_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
9929
+ bl_category: typing.Any
9912
9930
  bl_label: typing.Any
9931
+ bl_options: typing.Any
9913
9932
  bl_region_type: typing.Any
9914
9933
  bl_rna: typing.Any
9915
9934
  bl_space_type: typing.Any
@@ -10133,14 +10152,13 @@ class CLIP_PT_mask_display(
10133
10152
  """
10134
10153
  ...
10135
10154
 
10136
- class CLIP_PT_mask_layers(
10137
- bl_ui.properties_mask_common.MASK_PT_layers, bpy_types._GenericUI
10138
- ):
10139
- bl_category: typing.Any
10155
+ class CLIP_PT_marker_display(bpy_types._GenericUI):
10140
10156
  bl_label: typing.Any
10157
+ bl_parent_id: typing.Any
10141
10158
  bl_region_type: typing.Any
10142
10159
  bl_rna: typing.Any
10143
10160
  bl_space_type: typing.Any
10161
+ bl_ui_units_x: typing.Any
10144
10162
  id_data: typing.Any
10145
10163
 
10146
10164
  def append(self, draw_func):
@@ -10304,13 +10322,6 @@ class CLIP_PT_mask_layers(
10304
10322
  """Returns the property from the path, raise an exception when not found."""
10305
10323
  ...
10306
10324
 
10307
- def poll(self, context):
10308
- """
10309
-
10310
- :param context:
10311
- """
10312
- ...
10313
-
10314
10325
  def pop(self):
10315
10326
  """Remove and return the value of the custom property assigned to key or default
10316
10327
  when not found (matches Python's dictionary function of the same name).
@@ -10361,12 +10372,13 @@ class CLIP_PT_mask_layers(
10361
10372
  """
10362
10373
  ...
10363
10374
 
10364
- class CLIP_PT_proportional_edit(bpy_types._GenericUI):
10375
+ class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI):
10376
+ bl_category: typing.Any
10365
10377
  bl_label: typing.Any
10378
+ bl_options: typing.Any
10366
10379
  bl_region_type: typing.Any
10367
10380
  bl_rna: typing.Any
10368
10381
  bl_space_type: typing.Any
10369
- bl_ui_units_x: typing.Any
10370
10382
  id_data: typing.Any
10371
10383
 
10372
10384
  def append(self, draw_func):
@@ -10530,6 +10542,13 @@ class CLIP_PT_proportional_edit(bpy_types._GenericUI):
10530
10542
  """Returns the property from the path, raise an exception when not found."""
10531
10543
  ...
10532
10544
 
10545
+ def poll(self, context):
10546
+ """
10547
+
10548
+ :param context:
10549
+ """
10550
+ ...
10551
+
10533
10552
  def pop(self):
10534
10553
  """Remove and return the value of the custom property assigned to key or default
10535
10554
  when not found (matches Python's dictionary function of the same name).
@@ -10580,21 +10599,13 @@ class CLIP_PT_proportional_edit(bpy_types._GenericUI):
10580
10599
  """
10581
10600
  ...
10582
10601
 
10583
- class CLIP_PT_reconstruction_panel:
10584
- def poll(self, context):
10585
- """
10586
-
10587
- :param context:
10588
- """
10589
- ...
10590
-
10591
- class CLIP_PT_tools_clip(bpy_types._GenericUI):
10592
- bl_category: typing.Any
10602
+ class CLIP_PT_mask_display(
10603
+ bl_ui.properties_mask_common.MASK_PT_display, bpy_types._GenericUI
10604
+ ):
10593
10605
  bl_label: typing.Any
10594
10606
  bl_region_type: typing.Any
10595
10607
  bl_rna: typing.Any
10596
10608
  bl_space_type: typing.Any
10597
- bl_translation_context: typing.Any
10598
10609
  id_data: typing.Any
10599
10610
 
10600
10611
  def append(self, draw_func):
@@ -10629,10 +10640,10 @@ class CLIP_PT_tools_clip(bpy_types._GenericUI):
10629
10640
  """
10630
10641
  ...
10631
10642
 
10632
- def draw(self, _context):
10643
+ def draw(self, context):
10633
10644
  """
10634
10645
 
10635
- :param _context:
10646
+ :param context:
10636
10647
  """
10637
10648
  ...
10638
10649
 
@@ -10815,9 +10826,8 @@ class CLIP_PT_tools_clip(bpy_types._GenericUI):
10815
10826
  """
10816
10827
  ...
10817
10828
 
10818
- class CLIP_PT_tools_grease_pencil_draw(
10819
- bl_ui.properties_grease_pencil_common.AnnotationDrawingToolsPanel,
10820
- bpy_types._GenericUI,
10829
+ class CLIP_PT_mask_layers(
10830
+ bl_ui.properties_mask_common.MASK_PT_layers, bpy_types._GenericUI
10821
10831
  ):
10822
10832
  bl_category: typing.Any
10823
10833
  bl_label: typing.Any
@@ -10987,6 +10997,13 @@ class CLIP_PT_tools_grease_pencil_draw(
10987
10997
  """Returns the property from the path, raise an exception when not found."""
10988
10998
  ...
10989
10999
 
11000
+ def poll(self, context):
11001
+ """
11002
+
11003
+ :param context:
11004
+ """
11005
+ ...
11006
+
10990
11007
  def pop(self):
10991
11008
  """Remove and return the value of the custom property assigned to key or default
10992
11009
  when not found (matches Python's dictionary function of the same name).
@@ -11037,11 +11054,10 @@ class CLIP_PT_tools_grease_pencil_draw(
11037
11054
  """
11038
11055
  ...
11039
11056
 
11040
- class CLIP_PT_tools_mask_tools(
11041
- bl_ui.properties_mask_common.MASK_PT_tools, bpy_types._GenericUI
11042
- ):
11057
+ class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
11043
11058
  bl_category: typing.Any
11044
11059
  bl_label: typing.Any
11060
+ bl_options: typing.Any
11045
11061
  bl_region_type: typing.Any
11046
11062
  bl_rna: typing.Any
11047
11063
  bl_space_type: typing.Any
@@ -11079,10 +11095,10 @@ class CLIP_PT_tools_mask_tools(
11079
11095
  """
11080
11096
  ...
11081
11097
 
11082
- def draw(self, _context):
11098
+ def draw(self, context):
11083
11099
  """
11084
11100
 
11085
- :param _context:
11101
+ :param context:
11086
11102
  """
11087
11103
  ...
11088
11104
 
@@ -11265,11 +11281,10 @@ class CLIP_PT_tools_mask_tools(
11265
11281
  """
11266
11282
  ...
11267
11283
 
11268
- class CLIP_PT_tools_mask_transforms(
11269
- bl_ui.properties_mask_common.MASK_PT_transforms, bpy_types._GenericUI
11270
- ):
11284
+ class CLIP_PT_plane_track(CLIP_PT_tracking_panel, bpy_types._GenericUI):
11271
11285
  bl_category: typing.Any
11272
11286
  bl_label: typing.Any
11287
+ bl_options: typing.Any
11273
11288
  bl_region_type: typing.Any
11274
11289
  bl_rna: typing.Any
11275
11290
  bl_space_type: typing.Any
@@ -11307,10 +11322,10 @@ class CLIP_PT_tools_mask_transforms(
11307
11322
  """
11308
11323
  ...
11309
11324
 
11310
- def draw(self, _context):
11325
+ def draw(self, context):
11311
11326
  """
11312
11327
 
11313
- :param _context:
11328
+ :param context:
11314
11329
  """
11315
11330
  ...
11316
11331
 
@@ -11493,12 +11508,12 @@ class CLIP_PT_tools_mask_transforms(
11493
11508
  """
11494
11509
  ...
11495
11510
 
11496
- class CLIP_PT_tools_scenesetup(bpy_types._GenericUI):
11497
- bl_category: typing.Any
11511
+ class CLIP_PT_proportional_edit(bpy_types._GenericUI):
11498
11512
  bl_label: typing.Any
11499
11513
  bl_region_type: typing.Any
11500
11514
  bl_rna: typing.Any
11501
11515
  bl_space_type: typing.Any
11516
+ bl_ui_units_x: typing.Any
11502
11517
  id_data: typing.Any
11503
11518
 
11504
11519
  def append(self, draw_func):
@@ -11533,10 +11548,10 @@ class CLIP_PT_tools_scenesetup(bpy_types._GenericUI):
11533
11548
  """
11534
11549
  ...
11535
11550
 
11536
- def draw(self, _context):
11551
+ def draw(self, context):
11537
11552
  """
11538
11553
 
11539
- :param _context:
11554
+ :param context:
11540
11555
  """
11541
11556
  ...
11542
11557
 
@@ -11662,13 +11677,6 @@ class CLIP_PT_tools_scenesetup(bpy_types._GenericUI):
11662
11677
  """Returns the property from the path, raise an exception when not found."""
11663
11678
  ...
11664
11679
 
11665
- def poll(self, context):
11666
- """
11667
-
11668
- :param context:
11669
- """
11670
- ...
11671
-
11672
11680
  def pop(self):
11673
11681
  """Remove and return the value of the custom property assigned to key or default
11674
11682
  when not found (matches Python's dictionary function of the same name).
@@ -11719,17 +11727,14 @@ class CLIP_PT_tools_scenesetup(bpy_types._GenericUI):
11719
11727
  """
11720
11728
  ...
11721
11729
 
11722
- class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
11723
- """Predefined track color"""
11724
-
11730
+ class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
11731
+ bl_category: typing.Any
11725
11732
  bl_label: typing.Any
11733
+ bl_options: typing.Any
11726
11734
  bl_region_type: typing.Any
11727
11735
  bl_rna: typing.Any
11728
11736
  bl_space_type: typing.Any
11729
11737
  id_data: typing.Any
11730
- preset_add_operator: typing.Any
11731
- preset_operator: typing.Any
11732
- preset_subdir: typing.Any
11733
11738
 
11734
11739
  def append(self, draw_func):
11735
11740
  """Append a draw function to this menu,
@@ -11770,18 +11775,10 @@ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI)
11770
11775
  """
11771
11776
  ...
11772
11777
 
11773
- def draw_menu(self, layout, text=None):
11774
- """
11775
-
11776
- :param layout:
11777
- :param text:
11778
- """
11779
- ...
11780
-
11781
- def draw_panel_header(self, layout):
11778
+ def draw_header(self, context):
11782
11779
  """
11783
11780
 
11784
- :param layout:
11781
+ :param context:
11785
11782
  """
11786
11783
  ...
11787
11784
 
@@ -11903,42 +11900,15 @@ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI)
11903
11900
  """
11904
11901
  ...
11905
11902
 
11906
- def path_menu(
11907
- self,
11908
- searchpaths: list[str],
11909
- operator: str,
11910
- props_default: dict = None,
11911
- prop_filepath: str | None = "filepath",
11912
- filter_ext: collections.abc.Callable | None = None,
11913
- filter_path=None,
11914
- display_name: collections.abc.Callable | None = None,
11915
- add_operator=None,
11916
- add_operator_props=None,
11917
- ):
11918
- """Populate a menu from a list of paths.
11919
-
11920
- :param searchpaths: Paths to scan.
11921
- :type searchpaths: list[str]
11922
- :param operator: The operator id to use with each file.
11923
- :type operator: str
11924
- :param props_default: Properties to assign to each operator.
11925
- :type props_default: dict
11926
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
11927
- :type prop_filepath: str | None
11928
- :param filter_ext: Optional callback that takes the file extensions.
11903
+ def path_resolve(self):
11904
+ """Returns the property from the path, raise an exception when not found."""
11905
+ ...
11929
11906
 
11930
- Returning false excludes the file from the list.
11931
- :type filter_ext: collections.abc.Callable | None
11932
- :param filter_path:
11933
- :param display_name: Optional callback that takes the full path, returns the name to display.
11934
- :type display_name: collections.abc.Callable | None
11935
- :param add_operator:
11936
- :param add_operator_props:
11907
+ def poll(self, context):
11937
11908
  """
11938
- ...
11939
11909
 
11940
- def path_resolve(self):
11941
- """Returns the property from the path, raise an exception when not found."""
11910
+ :param context:
11911
+ """
11942
11912
  ...
11943
11913
 
11944
11914
  def pop(self):
@@ -11991,10 +11961,17 @@ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI)
11991
11961
  """
11992
11962
  ...
11993
11963
 
11994
- class CLIP_PT_tracking_camera(bpy_types._GenericUI):
11964
+ class CLIP_PT_reconstruction_panel:
11965
+ def poll(self, context):
11966
+ """
11967
+
11968
+ :param context:
11969
+ """
11970
+ ...
11971
+
11972
+ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
11995
11973
  bl_category: typing.Any
11996
11974
  bl_label: typing.Any
11997
- bl_options: typing.Any
11998
11975
  bl_region_type: typing.Any
11999
11976
  bl_rna: typing.Any
12000
11977
  bl_space_type: typing.Any
@@ -12039,10 +12016,10 @@ class CLIP_PT_tracking_camera(bpy_types._GenericUI):
12039
12016
  """
12040
12017
  ...
12041
12018
 
12042
- def draw_header_preset(self, _context):
12019
+ def draw_header(self, context):
12043
12020
  """
12044
12021
 
12045
- :param _context:
12022
+ :param context:
12046
12023
  """
12047
12024
  ...
12048
12025
 
@@ -12225,15 +12202,13 @@ class CLIP_PT_tracking_camera(bpy_types._GenericUI):
12225
12202
  """
12226
12203
  ...
12227
12204
 
12228
- class CLIP_PT_tracking_lens(bpy_types._GenericUI):
12205
+ class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy_types._GenericUI):
12229
12206
  bl_category: typing.Any
12230
12207
  bl_label: typing.Any
12231
12208
  bl_options: typing.Any
12232
- bl_parent_id: typing.Any
12233
12209
  bl_region_type: typing.Any
12234
12210
  bl_rna: typing.Any
12235
12211
  bl_space_type: typing.Any
12236
- bl_translation_context: typing.Any
12237
12212
  id_data: typing.Any
12238
12213
 
12239
12214
  def append(self, draw_func):
@@ -12454,17 +12429,14 @@ class CLIP_PT_tracking_lens(bpy_types._GenericUI):
12454
12429
  """
12455
12430
  ...
12456
12431
 
12457
- class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
12458
- """Predefined tracking settings"""
12459
-
12432
+ class CLIP_PT_tools_clip(bpy_types._GenericUI):
12433
+ bl_category: typing.Any
12460
12434
  bl_label: typing.Any
12461
12435
  bl_region_type: typing.Any
12462
12436
  bl_rna: typing.Any
12463
12437
  bl_space_type: typing.Any
12438
+ bl_translation_context: typing.Any
12464
12439
  id_data: typing.Any
12465
- preset_add_operator: typing.Any
12466
- preset_operator: typing.Any
12467
- preset_subdir: typing.Any
12468
12440
 
12469
12441
  def append(self, draw_func):
12470
12442
  """Append a draw function to this menu,
@@ -12498,25 +12470,10 @@ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy_types._Gene
12498
12470
  """
12499
12471
  ...
12500
12472
 
12501
- def draw(self, context):
12502
- """
12503
-
12504
- :param context:
12505
- """
12506
- ...
12507
-
12508
- def draw_menu(self, layout, text=None):
12509
- """
12510
-
12511
- :param layout:
12512
- :param text:
12513
- """
12514
- ...
12515
-
12516
- def draw_panel_header(self, layout):
12473
+ def draw(self, _context):
12517
12474
  """
12518
12475
 
12519
- :param layout:
12476
+ :param _context:
12520
12477
  """
12521
12478
  ...
12522
12479
 
@@ -12638,42 +12595,15 @@ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy_types._Gene
12638
12595
  """
12639
12596
  ...
12640
12597
 
12641
- def path_menu(
12642
- self,
12643
- searchpaths: list[str],
12644
- operator: str,
12645
- props_default: dict = None,
12646
- prop_filepath: str | None = "filepath",
12647
- filter_ext: collections.abc.Callable | None = None,
12648
- filter_path=None,
12649
- display_name: collections.abc.Callable | None = None,
12650
- add_operator=None,
12651
- add_operator_props=None,
12652
- ):
12653
- """Populate a menu from a list of paths.
12654
-
12655
- :param searchpaths: Paths to scan.
12656
- :type searchpaths: list[str]
12657
- :param operator: The operator id to use with each file.
12658
- :type operator: str
12659
- :param props_default: Properties to assign to each operator.
12660
- :type props_default: dict
12661
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
12662
- :type prop_filepath: str | None
12663
- :param filter_ext: Optional callback that takes the file extensions.
12598
+ def path_resolve(self):
12599
+ """Returns the property from the path, raise an exception when not found."""
12600
+ ...
12664
12601
 
12665
- Returning false excludes the file from the list.
12666
- :type filter_ext: collections.abc.Callable | None
12667
- :param filter_path:
12668
- :param display_name: Optional callback that takes the full path, returns the name to display.
12669
- :type display_name: collections.abc.Callable | None
12670
- :param add_operator:
12671
- :param add_operator_props:
12602
+ def poll(self, context):
12672
12603
  """
12673
- ...
12674
12604
 
12675
- def path_resolve(self):
12676
- """Returns the property from the path, raise an exception when not found."""
12605
+ :param context:
12606
+ """
12677
12607
  ...
12678
12608
 
12679
12609
  def pop(self):
@@ -12726,8 +12656,13 @@ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy_types._Gene
12726
12656
  """
12727
12657
  ...
12728
12658
 
12729
- class CLIP_UL_tracking_objects(bpy_types._GenericUI):
12659
+ class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, bpy_types._GenericUI):
12660
+ bl_category: typing.Any
12661
+ bl_label: typing.Any
12662
+ bl_options: typing.Any
12663
+ bl_region_type: typing.Any
12730
12664
  bl_rna: typing.Any
12665
+ bl_space_type: typing.Any
12731
12666
  id_data: typing.Any
12732
12667
 
12733
12668
  def append(self, draw_func):
@@ -12762,27 +12697,10 @@ class CLIP_UL_tracking_objects(bpy_types._GenericUI):
12762
12697
  """
12763
12698
  ...
12764
12699
 
12765
- def draw_item(
12766
- self,
12767
- _context,
12768
- layout,
12769
- _data,
12770
- item,
12771
- _icon,
12772
- _active_data,
12773
- _active_propname,
12774
- _index,
12775
- ):
12700
+ def draw(self, _context):
12776
12701
  """
12777
12702
 
12778
12703
  :param _context:
12779
- :param layout:
12780
- :param _data:
12781
- :param item:
12782
- :param _icon:
12783
- :param _active_data:
12784
- :param _active_propname:
12785
- :param _index:
12786
12704
  """
12787
12705
  ...
12788
12706
 
@@ -12908,6 +12826,13 @@ class CLIP_UL_tracking_objects(bpy_types._GenericUI):
12908
12826
  """Returns the property from the path, raise an exception when not found."""
12909
12827
  ...
12910
12828
 
12829
+ def poll(self, context):
12830
+ """
12831
+
12832
+ :param context:
12833
+ """
12834
+ ...
12835
+
12911
12836
  def pop(self):
12912
12837
  """Remove and return the value of the custom property assigned to key or default
12913
12838
  when not found (matches Python's dictionary function of the same name).
@@ -12958,14 +12883,12 @@ class CLIP_UL_tracking_objects(bpy_types._GenericUI):
12958
12883
  """
12959
12884
  ...
12960
12885
 
12961
- class CLIP_PT_annotation(
12962
- bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
12963
- CLIP_PT_clip_view_panel,
12886
+ class CLIP_PT_tools_grease_pencil_draw(
12887
+ bl_ui.properties_grease_pencil_common.AnnotationDrawingToolsPanel,
12964
12888
  bpy_types._GenericUI,
12965
12889
  ):
12966
12890
  bl_category: typing.Any
12967
12891
  bl_label: typing.Any
12968
- bl_options: typing.Any
12969
12892
  bl_region_type: typing.Any
12970
12893
  bl_rna: typing.Any
12971
12894
  bl_space_type: typing.Any
@@ -13010,22 +12933,6 @@ class CLIP_PT_annotation(
13010
12933
  """
13011
12934
  ...
13012
12935
 
13013
- def draw_header(self, context):
13014
- """
13015
-
13016
- :param context:
13017
- """
13018
- ...
13019
-
13020
- def draw_layers(self, context, layout, gpd):
13021
- """
13022
-
13023
- :param context:
13024
- :param layout:
13025
- :param gpd:
13026
- """
13027
- ...
13028
-
13029
12936
  def driver_add(self) -> bpy.types.FCurve:
13030
12937
  """Adds driver(s) to the given property
13031
12938
 
@@ -13145,14 +13052,7 @@ class CLIP_PT_annotation(
13145
13052
  ...
13146
13053
 
13147
13054
  def path_resolve(self):
13148
- """Returns the property from the path, raise an exception when not found."""
13149
- ...
13150
-
13151
- def poll(self, context):
13152
- """
13153
-
13154
- :param context:
13155
- """
13055
+ """Returns the property from the path, raise an exception when not found."""
13156
13056
  ...
13157
13057
 
13158
13058
  def pop(self):
@@ -13205,7 +13105,7 @@ class CLIP_PT_annotation(
13205
13105
  """
13206
13106
  ...
13207
13107
 
13208
- class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13108
+ class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
13209
13109
  bl_category: typing.Any
13210
13110
  bl_label: typing.Any
13211
13111
  bl_region_type: typing.Any
@@ -13245,10 +13145,10 @@ class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13245
13145
  """
13246
13146
  ...
13247
13147
 
13248
- def draw(self, context):
13148
+ def draw(self, _context):
13249
13149
  """
13250
13150
 
13251
- :param context:
13151
+ :param _context:
13252
13152
  """
13253
13153
  ...
13254
13154
 
@@ -13431,10 +13331,11 @@ class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13431
13331
  """
13432
13332
  ...
13433
13333
 
13434
- class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13334
+ class CLIP_PT_tools_mask_tools(
13335
+ bl_ui.properties_mask_common.MASK_PT_tools, bpy_types._GenericUI
13336
+ ):
13435
13337
  bl_category: typing.Any
13436
13338
  bl_label: typing.Any
13437
- bl_options: typing.Any
13438
13339
  bl_region_type: typing.Any
13439
13340
  bl_rna: typing.Any
13440
13341
  bl_space_type: typing.Any
@@ -13472,10 +13373,10 @@ class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13472
13373
  """
13473
13374
  ...
13474
13375
 
13475
- def draw(self, context):
13376
+ def draw(self, _context):
13476
13377
  """
13477
13378
 
13478
- :param context:
13379
+ :param _context:
13479
13380
  """
13480
13381
  ...
13481
13382
 
@@ -13658,10 +13559,11 @@ class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13658
13559
  """
13659
13560
  ...
13660
13561
 
13661
- class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13562
+ class CLIP_PT_tools_mask_transforms(
13563
+ bl_ui.properties_mask_common.MASK_PT_transforms, bpy_types._GenericUI
13564
+ ):
13662
13565
  bl_category: typing.Any
13663
13566
  bl_label: typing.Any
13664
- bl_options: typing.Any
13665
13567
  bl_region_type: typing.Any
13666
13568
  bl_rna: typing.Any
13667
13569
  bl_space_type: typing.Any
@@ -13699,17 +13601,10 @@ class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13699
13601
  """
13700
13602
  ...
13701
13603
 
13702
- def draw(self, context):
13703
- """
13704
-
13705
- :param context:
13706
- """
13707
- ...
13708
-
13709
- def draw_header(self, context):
13604
+ def draw(self, _context):
13710
13605
  """
13711
13606
 
13712
- :param context:
13607
+ :param _context:
13713
13608
  """
13714
13609
  ...
13715
13610
 
@@ -13892,10 +13787,9 @@ class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13892
13787
  """
13893
13788
  ...
13894
13789
 
13895
- class CLIP_PT_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
13790
+ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
13896
13791
  bl_category: typing.Any
13897
13792
  bl_label: typing.Any
13898
- bl_options: typing.Any
13899
13793
  bl_region_type: typing.Any
13900
13794
  bl_rna: typing.Any
13901
13795
  bl_space_type: typing.Any
@@ -14119,10 +14013,9 @@ class CLIP_PT_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14119
14013
  """
14120
14014
  ...
14121
14015
 
14122
- class CLIP_PT_plane_track(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14016
+ class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14123
14017
  bl_category: typing.Any
14124
14018
  bl_label: typing.Any
14125
- bl_options: typing.Any
14126
14019
  bl_region_type: typing.Any
14127
14020
  bl_rna: typing.Any
14128
14021
  bl_space_type: typing.Any
@@ -14346,7 +14239,7 @@ class CLIP_PT_plane_track(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14346
14239
  """
14347
14240
  ...
14348
14241
 
14349
- class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14242
+ class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14350
14243
  bl_category: typing.Any
14351
14244
  bl_label: typing.Any
14352
14245
  bl_options: typing.Any
@@ -14387,10 +14280,10 @@ class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14387
14280
  """
14388
14281
  ...
14389
14282
 
14390
- def draw(self, context):
14283
+ def draw(self, _context):
14391
14284
  """
14392
14285
 
14393
- :param context:
14286
+ :param _context:
14394
14287
  """
14395
14288
  ...
14396
14289
 
@@ -14573,10 +14466,9 @@ class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14573
14466
  """
14574
14467
  ...
14575
14468
 
14576
- class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14469
+ class CLIP_PT_tools_scenesetup(bpy_types._GenericUI):
14577
14470
  bl_category: typing.Any
14578
14471
  bl_label: typing.Any
14579
- bl_options: typing.Any
14580
14472
  bl_region_type: typing.Any
14581
14473
  bl_rna: typing.Any
14582
14474
  bl_space_type: typing.Any
@@ -14800,7 +14692,7 @@ class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14800
14692
  """
14801
14693
  ...
14802
14694
 
14803
- class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14695
+ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14804
14696
  bl_category: typing.Any
14805
14697
  bl_label: typing.Any
14806
14698
  bl_region_type: typing.Any
@@ -14840,10 +14732,10 @@ class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14840
14732
  """
14841
14733
  ...
14842
14734
 
14843
- def draw(self, _context):
14735
+ def draw(self, context):
14844
14736
  """
14845
14737
 
14846
- :param _context:
14738
+ :param context:
14847
14739
  """
14848
14740
  ...
14849
14741
 
@@ -15026,12 +14918,14 @@ class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15026
14918
  """
15027
14919
  ...
15028
14920
 
15029
- class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14921
+ class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15030
14922
  bl_category: typing.Any
15031
14923
  bl_label: typing.Any
14924
+ bl_options: typing.Any
15032
14925
  bl_region_type: typing.Any
15033
14926
  bl_rna: typing.Any
15034
14927
  bl_space_type: typing.Any
14928
+ bl_translation_context: typing.Any
15035
14929
  id_data: typing.Any
15036
14930
 
15037
14931
  def append(self, draw_func):
@@ -15066,10 +14960,10 @@ class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15066
14960
  """
15067
14961
  ...
15068
14962
 
15069
- def draw(self, context):
14963
+ def draw(self, _context):
15070
14964
  """
15071
14965
 
15072
- :param context:
14966
+ :param _context:
15073
14967
  """
15074
14968
  ...
15075
14969
 
@@ -15252,13 +15146,13 @@ class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15252
15146
  """
15253
15147
  ...
15254
15148
 
15255
- class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15149
+ class CLIP_PT_track(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15256
15150
  bl_category: typing.Any
15257
15151
  bl_label: typing.Any
15258
- bl_options: typing.Any
15259
15152
  bl_region_type: typing.Any
15260
15153
  bl_rna: typing.Any
15261
15154
  bl_space_type: typing.Any
15155
+ bl_translation_context: typing.Any
15262
15156
  id_data: typing.Any
15263
15157
 
15264
15158
  def append(self, draw_func):
@@ -15293,10 +15187,10 @@ class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI)
15293
15187
  """
15294
15188
  ...
15295
15189
 
15296
- def draw(self, _context):
15190
+ def draw(self, context):
15297
15191
  """
15298
15192
 
15299
- :param _context:
15193
+ :param context:
15300
15194
  """
15301
15195
  ...
15302
15196
 
@@ -15479,13 +15373,17 @@ class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI)
15479
15373
  """
15480
15374
  ...
15481
15375
 
15482
- class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15483
- bl_category: typing.Any
15376
+ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
15377
+ """Predefined track color"""
15378
+
15484
15379
  bl_label: typing.Any
15485
15380
  bl_region_type: typing.Any
15486
15381
  bl_rna: typing.Any
15487
15382
  bl_space_type: typing.Any
15488
15383
  id_data: typing.Any
15384
+ preset_add_operator: typing.Any
15385
+ preset_operator: typing.Any
15386
+ preset_subdir: typing.Any
15489
15387
 
15490
15388
  def append(self, draw_func):
15491
15389
  """Append a draw function to this menu,
@@ -15526,6 +15424,21 @@ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15526
15424
  """
15527
15425
  ...
15528
15426
 
15427
+ def draw_menu(self, layout, text=None):
15428
+ """
15429
+
15430
+ :param layout:
15431
+ :param text:
15432
+ """
15433
+ ...
15434
+
15435
+ def draw_panel_header(self, layout):
15436
+ """
15437
+
15438
+ :param layout:
15439
+ """
15440
+ ...
15441
+
15529
15442
  def driver_add(self) -> bpy.types.FCurve:
15530
15443
  """Adds driver(s) to the given property
15531
15444
 
@@ -15644,17 +15557,44 @@ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15644
15557
  """
15645
15558
  ...
15646
15559
 
15647
- def path_resolve(self):
15648
- """Returns the property from the path, raise an exception when not found."""
15649
- ...
15560
+ def path_menu(
15561
+ self,
15562
+ searchpaths: list[str],
15563
+ operator: str,
15564
+ props_default: dict = None,
15565
+ prop_filepath: str | None = "filepath",
15566
+ filter_ext: collections.abc.Callable | None = None,
15567
+ filter_path=None,
15568
+ display_name: collections.abc.Callable | None = None,
15569
+ add_operator=None,
15570
+ add_operator_props=None,
15571
+ ):
15572
+ """Populate a menu from a list of paths.
15650
15573
 
15651
- def poll(self, context):
15652
- """
15574
+ :param searchpaths: Paths to scan.
15575
+ :type searchpaths: list[str]
15576
+ :param operator: The operator id to use with each file.
15577
+ :type operator: str
15578
+ :param props_default: Properties to assign to each operator.
15579
+ :type props_default: dict
15580
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
15581
+ :type prop_filepath: str | None
15582
+ :param filter_ext: Optional callback that takes the file extensions.
15653
15583
 
15654
- :param context:
15584
+ Returning false excludes the file from the list.
15585
+ :type filter_ext: collections.abc.Callable | None
15586
+ :param filter_path:
15587
+ :param display_name: Optional callback that takes the full path, returns the name to display.
15588
+ :type display_name: collections.abc.Callable | None
15589
+ :param add_operator:
15590
+ :param add_operator_props:
15655
15591
  """
15656
15592
  ...
15657
15593
 
15594
+ def path_resolve(self):
15595
+ """Returns the property from the path, raise an exception when not found."""
15596
+ ...
15597
+
15658
15598
  def pop(self):
15659
15599
  """Remove and return the value of the custom property assigned to key or default
15660
15600
  when not found (matches Python's dictionary function of the same name).
@@ -15705,14 +15645,13 @@ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15705
15645
  """
15706
15646
  ...
15707
15647
 
15708
- class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15648
+ class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15709
15649
  bl_category: typing.Any
15710
15650
  bl_label: typing.Any
15711
15651
  bl_options: typing.Any
15712
15652
  bl_region_type: typing.Any
15713
15653
  bl_rna: typing.Any
15714
15654
  bl_space_type: typing.Any
15715
- bl_translation_context: typing.Any
15716
15655
  id_data: typing.Any
15717
15656
 
15718
15657
  def append(self, draw_func):
@@ -15747,10 +15686,10 @@ class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15747
15686
  """
15748
15687
  ...
15749
15688
 
15750
- def draw(self, _context):
15689
+ def draw(self, context):
15751
15690
  """
15752
15691
 
15753
- :param _context:
15692
+ :param context:
15754
15693
  """
15755
15694
  ...
15756
15695
 
@@ -15933,13 +15872,14 @@ class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15933
15872
  """
15934
15873
  ...
15935
15874
 
15936
- class CLIP_PT_track(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15875
+ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15937
15876
  bl_category: typing.Any
15938
15877
  bl_label: typing.Any
15878
+ bl_options: typing.Any
15879
+ bl_parent_id: typing.Any
15939
15880
  bl_region_type: typing.Any
15940
15881
  bl_rna: typing.Any
15941
15882
  bl_space_type: typing.Any
15942
- bl_translation_context: typing.Any
15943
15883
  id_data: typing.Any
15944
15884
 
15945
15885
  def append(self, draw_func):
@@ -16160,7 +16100,7 @@ class CLIP_PT_track(CLIP_PT_tracking_panel, bpy_types._GenericUI):
16160
16100
  """
16161
16101
  ...
16162
16102
 
16163
- class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy_types._GenericUI):
16103
+ class CLIP_PT_tracking_camera(bpy_types._GenericUI):
16164
16104
  bl_category: typing.Any
16165
16105
  bl_label: typing.Any
16166
16106
  bl_options: typing.Any
@@ -16208,6 +16148,13 @@ class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy_types._GenericUI):
16208
16148
  """
16209
16149
  ...
16210
16150
 
16151
+ def draw_header_preset(self, _context):
16152
+ """
16153
+
16154
+ :param _context:
16155
+ """
16156
+ ...
16157
+
16211
16158
  def driver_add(self) -> bpy.types.FCurve:
16212
16159
  """Adds driver(s) to the given property
16213
16160
 
@@ -16387,7 +16334,7 @@ class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy_types._GenericUI):
16387
16334
  """
16388
16335
  ...
16389
16336
 
16390
- class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy_types._GenericUI):
16337
+ class CLIP_PT_tracking_lens(bpy_types._GenericUI):
16391
16338
  bl_category: typing.Any
16392
16339
  bl_label: typing.Any
16393
16340
  bl_options: typing.Any
@@ -16395,6 +16342,7 @@ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy_types._GenericUI
16395
16342
  bl_region_type: typing.Any
16396
16343
  bl_rna: typing.Any
16397
16344
  bl_space_type: typing.Any
16345
+ bl_translation_context: typing.Any
16398
16346
  id_data: typing.Any
16399
16347
 
16400
16348
  def append(self, draw_func):
@@ -16615,6 +16563,14 @@ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy_types._GenericUI
16615
16563
  """
16616
16564
  ...
16617
16565
 
16566
+ class CLIP_PT_tracking_panel:
16567
+ def poll(self, context):
16568
+ """
16569
+
16570
+ :param context:
16571
+ """
16572
+ ...
16573
+
16618
16574
  class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, bpy_types._GenericUI):
16619
16575
  bl_category: typing.Any
16620
16576
  bl_label: typing.Any
@@ -17075,13 +17031,17 @@ class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, bpy_types._Generi
17075
17031
  """
17076
17032
  ...
17077
17033
 
17078
- class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
17079
- bl_category: typing.Any
17034
+ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
17035
+ """Predefined tracking settings"""
17036
+
17080
17037
  bl_label: typing.Any
17081
17038
  bl_region_type: typing.Any
17082
17039
  bl_rna: typing.Any
17083
17040
  bl_space_type: typing.Any
17084
17041
  id_data: typing.Any
17042
+ preset_add_operator: typing.Any
17043
+ preset_operator: typing.Any
17044
+ preset_subdir: typing.Any
17085
17045
 
17086
17046
  def append(self, draw_func):
17087
17047
  """Append a draw function to this menu,
@@ -17122,10 +17082,18 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
17122
17082
  """
17123
17083
  ...
17124
17084
 
17125
- def draw_header(self, context):
17085
+ def draw_menu(self, layout, text=None):
17126
17086
  """
17127
17087
 
17128
- :param context:
17088
+ :param layout:
17089
+ :param text:
17090
+ """
17091
+ ...
17092
+
17093
+ def draw_panel_header(self, layout):
17094
+ """
17095
+
17096
+ :param layout:
17129
17097
  """
17130
17098
  ...
17131
17099
 
@@ -17247,17 +17215,44 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
17247
17215
  """
17248
17216
  ...
17249
17217
 
17250
- def path_resolve(self):
17251
- """Returns the property from the path, raise an exception when not found."""
17252
- ...
17218
+ def path_menu(
17219
+ self,
17220
+ searchpaths: list[str],
17221
+ operator: str,
17222
+ props_default: dict = None,
17223
+ prop_filepath: str | None = "filepath",
17224
+ filter_ext: collections.abc.Callable | None = None,
17225
+ filter_path=None,
17226
+ display_name: collections.abc.Callable | None = None,
17227
+ add_operator=None,
17228
+ add_operator_props=None,
17229
+ ):
17230
+ """Populate a menu from a list of paths.
17253
17231
 
17254
- def poll(self, context):
17255
- """
17232
+ :param searchpaths: Paths to scan.
17233
+ :type searchpaths: list[str]
17234
+ :param operator: The operator id to use with each file.
17235
+ :type operator: str
17236
+ :param props_default: Properties to assign to each operator.
17237
+ :type props_default: dict
17238
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
17239
+ :type prop_filepath: str | None
17240
+ :param filter_ext: Optional callback that takes the file extensions.
17256
17241
 
17257
- :param context:
17242
+ Returning false excludes the file from the list.
17243
+ :type filter_ext: collections.abc.Callable | None
17244
+ :param filter_path:
17245
+ :param display_name: Optional callback that takes the full path, returns the name to display.
17246
+ :type display_name: collections.abc.Callable | None
17247
+ :param add_operator:
17248
+ :param add_operator_props:
17258
17249
  """
17259
17250
  ...
17260
17251
 
17252
+ def path_resolve(self):
17253
+ """Returns the property from the path, raise an exception when not found."""
17254
+ ...
17255
+
17261
17256
  def pop(self):
17262
17257
  """Remove and return the value of the custom property assigned to key or default
17263
17258
  when not found (matches Python's dictionary function of the same name).
@@ -17308,12 +17303,8 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
17308
17303
  """
17309
17304
  ...
17310
17305
 
17311
- class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
17312
- bl_category: typing.Any
17313
- bl_label: typing.Any
17314
- bl_region_type: typing.Any
17306
+ class CLIP_UL_tracking_objects(bpy_types._GenericUI):
17315
17307
  bl_rna: typing.Any
17316
- bl_space_type: typing.Any
17317
17308
  id_data: typing.Any
17318
17309
 
17319
17310
  def append(self, draw_func):
@@ -17348,10 +17339,27 @@ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
17348
17339
  """
17349
17340
  ...
17350
17341
 
17351
- def draw(self, context):
17342
+ def draw_item(
17343
+ self,
17344
+ _context,
17345
+ layout,
17346
+ _data,
17347
+ item,
17348
+ _icon,
17349
+ _active_data,
17350
+ _active_propname,
17351
+ _index,
17352
+ ):
17352
17353
  """
17353
17354
 
17354
- :param context:
17355
+ :param _context:
17356
+ :param layout:
17357
+ :param _data:
17358
+ :param item:
17359
+ :param _icon:
17360
+ :param _active_data:
17361
+ :param _active_propname:
17362
+ :param _index:
17355
17363
  """
17356
17364
  ...
17357
17365
 
@@ -17477,13 +17485,6 @@ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
17477
17485
  """Returns the property from the path, raise an exception when not found."""
17478
17486
  ...
17479
17487
 
17480
- def poll(self, context):
17481
- """
17482
-
17483
- :param context:
17484
- """
17485
- ...
17486
-
17487
17488
  def pop(self):
17488
17489
  """Remove and return the value of the custom property assigned to key or default
17489
17490
  when not found (matches Python's dictionary function of the same name).