fake-bpy-module 20240915__py3-none-any.whl → 20240917__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 (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +3 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -126
  158. bl_ui/space_topbar/__init__.pyi +37 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +30 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +1230 -31631
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240917.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +4 -50
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +5 -45
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240915.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/top_level.txt +0 -0
bpy/ops/clip/__init__.pyi CHANGED
@@ -3,10 +3,11 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.ops.transform
5
5
  import bpy.types
6
+ import bpy.typing
6
7
  import mathutils
7
8
 
8
- GenericType1 = typing.TypeVar("GenericType1")
9
- GenericType2 = typing.TypeVar("GenericType2")
9
+ _GenericType1 = typing.TypeVar("_GenericType1")
10
+ _GenericType2 = typing.TypeVar("_GenericType2")
10
11
 
11
12
  def add_marker(
12
13
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
@@ -24,8 +25,6 @@ def add_marker(
24
25
  :type location: collections.abc.Sequence[float] | mathutils.Vector | None
25
26
  """
26
27
 
27
- ...
28
-
29
28
  def add_marker_at_click(
30
29
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
31
30
  execution_context: int | str | None = None,
@@ -38,8 +37,6 @@ def add_marker_at_click(
38
37
  :type undo: bool | None
39
38
  """
40
39
 
41
- ...
42
-
43
40
  def add_marker_move(
44
41
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
45
42
  execution_context: int | str | None = None,
@@ -59,8 +56,6 @@ def add_marker_move(
59
56
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
60
57
  """
61
58
 
62
- ...
63
-
64
59
  def add_marker_slide(
65
60
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
66
61
  execution_context: int | str | None = None,
@@ -80,8 +75,6 @@ def add_marker_slide(
80
75
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
81
76
  """
82
77
 
83
- ...
84
-
85
78
  def apply_solution_scale(
86
79
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
87
80
  execution_context: int | str | None = None,
@@ -98,8 +91,6 @@ def apply_solution_scale(
98
91
  :type distance: float | None
99
92
  """
100
93
 
101
- ...
102
-
103
94
  def average_tracks(
104
95
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
105
96
  execution_context: int | str | None = None,
@@ -116,8 +107,6 @@ def average_tracks(
116
107
  :type keep_original: bool | None
117
108
  """
118
109
 
119
- ...
120
-
121
110
  def bundles_to_mesh(
122
111
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
123
112
  execution_context: int | str | None = None,
@@ -130,8 +119,6 @@ def bundles_to_mesh(
130
119
  :type undo: bool | None
131
120
  """
132
121
 
133
- ...
134
-
135
122
  def camera_preset_add(
136
123
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
137
124
  execution_context: int | str | None = None,
@@ -157,8 +144,6 @@ def camera_preset_add(
157
144
  :type use_focal_length: bool | None
158
145
  """
159
146
 
160
- ...
161
-
162
147
  def change_frame(
163
148
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
164
149
  execution_context: int | str | None = None,
@@ -175,8 +160,6 @@ def change_frame(
175
160
  :type frame: int | None
176
161
  """
177
162
 
178
- ...
179
-
180
163
  def clean_tracks(
181
164
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
182
165
  execution_context: int | str | None = None,
@@ -209,8 +192,6 @@ def clean_tracks(
209
192
  :type action: typing.Literal['SELECT','DELETE_TRACK','DELETE_SEGMENTS'] | None
210
193
  """
211
194
 
212
- ...
213
-
214
195
  def clear_solution(
215
196
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
216
197
  execution_context: int | str | None = None,
@@ -223,8 +204,6 @@ def clear_solution(
223
204
  :type undo: bool | None
224
205
  """
225
206
 
226
- ...
227
-
228
207
  def clear_track_path(
229
208
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
230
209
  execution_context: int | str | None = None,
@@ -253,8 +232,6 @@ def clear_track_path(
253
232
  :type clear_active: bool | None
254
233
  """
255
234
 
256
- ...
257
-
258
235
  def constraint_to_fcurve(
259
236
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
260
237
  execution_context: int | str | None = None,
@@ -267,8 +244,6 @@ def constraint_to_fcurve(
267
244
  :type undo: bool | None
268
245
  """
269
246
 
270
- ...
271
-
272
247
  def copy_tracks(
273
248
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
274
249
  execution_context: int | str | None = None,
@@ -281,8 +256,6 @@ def copy_tracks(
281
256
  :type undo: bool | None
282
257
  """
283
258
 
284
- ...
285
-
286
259
  def create_plane_track(
287
260
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
288
261
  execution_context: int | str | None = None,
@@ -295,8 +268,6 @@ def create_plane_track(
295
268
  :type undo: bool | None
296
269
  """
297
270
 
298
- ...
299
-
300
271
  def cursor_set(
301
272
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
302
273
  execution_context: int | str | None = None,
@@ -313,8 +284,6 @@ def cursor_set(
313
284
  :type location: collections.abc.Sequence[float] | mathutils.Vector | None
314
285
  """
315
286
 
316
- ...
317
-
318
287
  def delete_marker(
319
288
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
320
289
  execution_context: int | str | None = None,
@@ -331,8 +300,6 @@ def delete_marker(
331
300
  :type confirm: bool | None
332
301
  """
333
302
 
334
- ...
335
-
336
303
  def delete_proxy(
337
304
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
338
305
  execution_context: int | str | None = None,
@@ -345,8 +312,6 @@ def delete_proxy(
345
312
  :type undo: bool | None
346
313
  """
347
314
 
348
- ...
349
-
350
315
  def delete_track(
351
316
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
352
317
  execution_context: int | str | None = None,
@@ -363,8 +328,6 @@ def delete_track(
363
328
  :type confirm: bool | None
364
329
  """
365
330
 
366
- ...
367
-
368
331
  def detect_features(
369
332
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
370
333
  execution_context: int | str | None = None,
@@ -400,8 +363,6 @@ def detect_features(
400
363
  :type min_distance: int | None
401
364
  """
402
365
 
403
- ...
404
-
405
366
  def disable_markers(
406
367
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
407
368
  execution_context: int | str | None = None,
@@ -427,8 +388,6 @@ def disable_markers(
427
388
  :type action: typing.Literal['DISABLE','ENABLE','TOGGLE'] | None
428
389
  """
429
390
 
430
- ...
431
-
432
391
  def dopesheet_select_channel(
433
392
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
434
393
  execution_context: int | str | None = None,
@@ -448,8 +407,6 @@ def dopesheet_select_channel(
448
407
  :type extend: bool | None
449
408
  """
450
409
 
451
- ...
452
-
453
410
  def dopesheet_view_all(
454
411
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
455
412
  execution_context: int | str | None = None,
@@ -462,8 +419,6 @@ def dopesheet_view_all(
462
419
  :type undo: bool | None
463
420
  """
464
421
 
465
- ...
466
-
467
422
  def filter_tracks(
468
423
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
469
424
  execution_context: int | str | None = None,
@@ -480,8 +435,6 @@ def filter_tracks(
480
435
  :type track_threshold: float | None
481
436
  """
482
437
 
483
- ...
484
-
485
438
  def frame_jump(
486
439
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
487
440
  execution_context: int | str | None = None,
@@ -511,8 +464,6 @@ def frame_jump(
511
464
  :type position: typing.Literal['PATHSTART','PATHEND','FAILEDPREV','FAILNEXT'] | None
512
465
  """
513
466
 
514
- ...
515
-
516
467
  def graph_center_current_frame(
517
468
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
518
469
  execution_context: int | str | None = None,
@@ -525,8 +476,6 @@ def graph_center_current_frame(
525
476
  :type undo: bool | None
526
477
  """
527
478
 
528
- ...
529
-
530
479
  def graph_delete_curve(
531
480
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
532
481
  execution_context: int | str | None = None,
@@ -543,8 +492,6 @@ def graph_delete_curve(
543
492
  :type confirm: bool | None
544
493
  """
545
494
 
546
- ...
547
-
548
495
  def graph_delete_knot(
549
496
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
550
497
  execution_context: int | str | None = None,
@@ -557,8 +504,6 @@ def graph_delete_knot(
557
504
  :type undo: bool | None
558
505
  """
559
506
 
560
- ...
561
-
562
507
  def graph_disable_markers(
563
508
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
564
509
  execution_context: int | str | None = None,
@@ -584,8 +529,6 @@ def graph_disable_markers(
584
529
  :type action: typing.Literal['DISABLE','ENABLE','TOGGLE'] | None
585
530
  """
586
531
 
587
- ...
588
-
589
532
  def graph_select(
590
533
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
591
534
  execution_context: int | str | None = None,
@@ -605,8 +548,6 @@ def graph_select(
605
548
  :type extend: bool | None
606
549
  """
607
550
 
608
- ...
609
-
610
551
  def graph_select_all_markers(
611
552
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
612
553
  execution_context: int | str | None = None,
@@ -635,8 +576,6 @@ def graph_select_all_markers(
635
576
  :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
636
577
  """
637
578
 
638
- ...
639
-
640
579
  def graph_select_box(
641
580
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
642
581
  execution_context: int | str | None = None,
@@ -671,8 +610,6 @@ def graph_select_box(
671
610
  :type extend: bool | None
672
611
  """
673
612
 
674
- ...
675
-
676
613
  def graph_view_all(
677
614
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
678
615
  execution_context: int | str | None = None,
@@ -685,8 +622,6 @@ def graph_view_all(
685
622
  :type undo: bool | None
686
623
  """
687
624
 
688
- ...
689
-
690
625
  def hide_tracks(
691
626
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
692
627
  execution_context: int | str | None = None,
@@ -703,8 +638,6 @@ def hide_tracks(
703
638
  :type unselected: bool | None
704
639
  """
705
640
 
706
- ...
707
-
708
641
  def hide_tracks_clear(
709
642
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
710
643
  execution_context: int | str | None = None,
@@ -717,8 +650,6 @@ def hide_tracks_clear(
717
650
  :type undo: bool | None
718
651
  """
719
652
 
720
- ...
721
-
722
653
  def join_tracks(
723
654
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
724
655
  execution_context: int | str | None = None,
@@ -731,8 +662,6 @@ def join_tracks(
731
662
  :type undo: bool | None
732
663
  """
733
664
 
734
- ...
735
-
736
665
  def keyframe_delete(
737
666
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
738
667
  execution_context: int | str | None = None,
@@ -745,8 +674,6 @@ def keyframe_delete(
745
674
  :type undo: bool | None
746
675
  """
747
676
 
748
- ...
749
-
750
677
  def keyframe_insert(
751
678
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
752
679
  execution_context: int | str | None = None,
@@ -759,8 +686,6 @@ def keyframe_insert(
759
686
  :type undo: bool | None
760
687
  """
761
688
 
762
- ...
763
-
764
689
  def lock_selection_toggle(
765
690
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
766
691
  execution_context: int | str | None = None,
@@ -773,8 +698,6 @@ def lock_selection_toggle(
773
698
  :type undo: bool | None
774
699
  """
775
700
 
776
- ...
777
-
778
701
  def lock_tracks(
779
702
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
780
703
  execution_context: int | str | None = None,
@@ -800,14 +723,12 @@ def lock_tracks(
800
723
  :type action: typing.Literal['LOCK','UNLOCK','TOGGLE'] | None
801
724
  """
802
725
 
803
- ...
804
-
805
726
  def mode_set(
806
727
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
807
728
  execution_context: int | str | None = None,
808
729
  undo: bool | None = None,
809
730
  *,
810
- mode: typing.Literal["TRACKING", "MASK"] | None = "TRACKING",
731
+ mode: bpy.typing.ClipEditorModeItems | None = "TRACKING",
811
732
  ):
812
733
  """Set the clip interaction mode
813
734
 
@@ -815,11 +736,9 @@ def mode_set(
815
736
  :type execution_context: int | str | None
816
737
  :type undo: bool | None
817
738
  :param mode: Mode
818
- :type mode: typing.Literal['TRACKING', 'MASK'] | None
739
+ :type mode: bpy.typing.ClipEditorModeItems | None
819
740
  """
820
741
 
821
- ...
822
-
823
742
  def new_image_from_plane_marker(
824
743
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
825
744
  execution_context: int | str | None = None,
@@ -832,8 +751,6 @@ def new_image_from_plane_marker(
832
751
  :type undo: bool | None
833
752
  """
834
753
 
835
- ...
836
-
837
754
  def open(
838
755
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
839
756
  execution_context: int | str | None = None,
@@ -966,8 +883,6 @@ def open(
966
883
  :type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE'] | None
967
884
  """
968
885
 
969
- ...
970
-
971
886
  def paste_tracks(
972
887
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
973
888
  execution_context: int | str | None = None,
@@ -980,8 +895,6 @@ def paste_tracks(
980
895
  :type undo: bool | None
981
896
  """
982
897
 
983
- ...
984
-
985
898
  def prefetch(
986
899
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
987
900
  execution_context: int | str | None = None,
@@ -994,8 +907,6 @@ def prefetch(
994
907
  :type undo: bool | None
995
908
  """
996
909
 
997
- ...
998
-
999
910
  def rebuild_proxy(
1000
911
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1001
912
  execution_context: int | str | None = None,
@@ -1008,8 +919,6 @@ def rebuild_proxy(
1008
919
  :type undo: bool | None
1009
920
  """
1010
921
 
1011
- ...
1012
-
1013
922
  def refine_markers(
1014
923
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1015
924
  execution_context: int | str | None = None,
@@ -1026,8 +935,6 @@ def refine_markers(
1026
935
  :type backwards: bool | None
1027
936
  """
1028
937
 
1029
- ...
1030
-
1031
938
  def reload(
1032
939
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1033
940
  execution_context: int | str | None = None,
@@ -1040,8 +947,6 @@ def reload(
1040
947
  :type undo: bool | None
1041
948
  """
1042
949
 
1043
- ...
1044
-
1045
950
  def select(
1046
951
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1047
952
  execution_context: int | str | None = None,
@@ -1064,8 +969,6 @@ def select(
1064
969
  :type location: collections.abc.Sequence[float] | mathutils.Vector | None
1065
970
  """
1066
971
 
1067
- ...
1068
-
1069
972
  def select_all(
1070
973
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1071
974
  execution_context: int | str | None = None,
@@ -1094,8 +997,6 @@ def select_all(
1094
997
  :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
1095
998
  """
1096
999
 
1097
- ...
1098
-
1099
1000
  def select_box(
1100
1001
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1101
1002
  execution_context: int | str | None = None,
@@ -1136,8 +1037,6 @@ def select_box(
1136
1037
  :type mode: typing.Literal['SET','ADD','SUB'] | None
1137
1038
  """
1138
1039
 
1139
- ...
1140
-
1141
1040
  def select_circle(
1142
1041
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1143
1042
  execution_context: int | str | None = None,
@@ -1175,8 +1074,6 @@ def select_circle(
1175
1074
  :type mode: typing.Literal['SET','ADD','SUB'] | None
1176
1075
  """
1177
1076
 
1178
- ...
1179
-
1180
1077
  def select_grouped(
1181
1078
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1182
1079
  execution_context: int | str | None = None,
@@ -1217,8 +1114,6 @@ def select_grouped(
1217
1114
  :type group: typing.Literal['KEYFRAMED','ESTIMATED','TRACKED','LOCKED','DISABLED','COLOR','FAILED'] | None
1218
1115
  """
1219
1116
 
1220
- ...
1221
-
1222
1117
  def select_lasso(
1223
1118
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1224
1119
  execution_context: int | str | None = None,
@@ -1256,8 +1151,6 @@ def select_lasso(
1256
1151
  :type mode: typing.Literal['SET','ADD','SUB'] | None
1257
1152
  """
1258
1153
 
1259
- ...
1260
-
1261
1154
  def set_active_clip(
1262
1155
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1263
1156
  execution_context: int | str | None = None,
@@ -1270,8 +1163,6 @@ def set_active_clip(
1270
1163
  :type undo: bool | None
1271
1164
  """
1272
1165
 
1273
- ...
1274
-
1275
1166
  def set_axis(
1276
1167
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1277
1168
  execution_context: int | str | None = None,
@@ -1294,8 +1185,6 @@ def set_axis(
1294
1185
  :type axis: typing.Literal['X','Y'] | None
1295
1186
  """
1296
1187
 
1297
- ...
1298
-
1299
1188
  def set_origin(
1300
1189
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1301
1190
  execution_context: int | str | None = None,
@@ -1312,8 +1201,6 @@ def set_origin(
1312
1201
  :type use_median: bool | None
1313
1202
  """
1314
1203
 
1315
- ...
1316
-
1317
1204
  def set_plane(
1318
1205
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1319
1206
  execution_context: int | str | None = None,
@@ -1336,8 +1223,6 @@ def set_plane(
1336
1223
  :type plane: typing.Literal['FLOOR','WALL'] | None
1337
1224
  """
1338
1225
 
1339
- ...
1340
-
1341
1226
  def set_scale(
1342
1227
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1343
1228
  execution_context: int | str | None = None,
@@ -1354,8 +1239,6 @@ def set_scale(
1354
1239
  :type distance: float | None
1355
1240
  """
1356
1241
 
1357
- ...
1358
-
1359
1242
  def set_scene_frames(
1360
1243
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1361
1244
  execution_context: int | str | None = None,
@@ -1368,8 +1251,6 @@ def set_scene_frames(
1368
1251
  :type undo: bool | None
1369
1252
  """
1370
1253
 
1371
- ...
1372
-
1373
1254
  def set_solution_scale(
1374
1255
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1375
1256
  execution_context: int | str | None = None,
@@ -1386,8 +1267,6 @@ def set_solution_scale(
1386
1267
  :type distance: float | None
1387
1268
  """
1388
1269
 
1389
- ...
1390
-
1391
1270
  def set_solver_keyframe(
1392
1271
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1393
1272
  execution_context: int | str | None = None,
@@ -1404,8 +1283,6 @@ def set_solver_keyframe(
1404
1283
  :type keyframe: typing.Literal['KEYFRAME_A','KEYFRAME_B'] | None
1405
1284
  """
1406
1285
 
1407
- ...
1408
-
1409
1286
  def set_viewport_background(
1410
1287
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1411
1288
  execution_context: int | str | None = None,
@@ -1418,8 +1295,6 @@ def set_viewport_background(
1418
1295
  :type undo: bool | None
1419
1296
  """
1420
1297
 
1421
- ...
1422
-
1423
1298
  def setup_tracking_scene(
1424
1299
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1425
1300
  execution_context: int | str | None = None,
@@ -1432,8 +1307,6 @@ def setup_tracking_scene(
1432
1307
  :type undo: bool | None
1433
1308
  """
1434
1309
 
1435
- ...
1436
-
1437
1310
  def slide_marker(
1438
1311
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1439
1312
  execution_context: int | str | None = None,
@@ -1450,8 +1323,6 @@ def slide_marker(
1450
1323
  :type offset: collections.abc.Sequence[float] | mathutils.Vector | None
1451
1324
  """
1452
1325
 
1453
- ...
1454
-
1455
1326
  def slide_plane_marker(
1456
1327
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1457
1328
  execution_context: int | str | None = None,
@@ -1464,8 +1335,6 @@ def slide_plane_marker(
1464
1335
  :type undo: bool | None
1465
1336
  """
1466
1337
 
1467
- ...
1468
-
1469
1338
  def solve_camera(
1470
1339
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1471
1340
  execution_context: int | str | None = None,
@@ -1478,8 +1347,6 @@ def solve_camera(
1478
1347
  :type undo: bool | None
1479
1348
  """
1480
1349
 
1481
- ...
1482
-
1483
1350
  def stabilize_2d_add(
1484
1351
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1485
1352
  execution_context: int | str | None = None,
@@ -1492,8 +1359,6 @@ def stabilize_2d_add(
1492
1359
  :type undo: bool | None
1493
1360
  """
1494
1361
 
1495
- ...
1496
-
1497
1362
  def stabilize_2d_remove(
1498
1363
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1499
1364
  execution_context: int | str | None = None,
@@ -1506,8 +1371,6 @@ def stabilize_2d_remove(
1506
1371
  :type undo: bool | None
1507
1372
  """
1508
1373
 
1509
- ...
1510
-
1511
1374
  def stabilize_2d_rotation_add(
1512
1375
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1513
1376
  execution_context: int | str | None = None,
@@ -1520,8 +1383,6 @@ def stabilize_2d_rotation_add(
1520
1383
  :type undo: bool | None
1521
1384
  """
1522
1385
 
1523
- ...
1524
-
1525
1386
  def stabilize_2d_rotation_remove(
1526
1387
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1527
1388
  execution_context: int | str | None = None,
@@ -1534,8 +1395,6 @@ def stabilize_2d_rotation_remove(
1534
1395
  :type undo: bool | None
1535
1396
  """
1536
1397
 
1537
- ...
1538
-
1539
1398
  def stabilize_2d_rotation_select(
1540
1399
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1541
1400
  execution_context: int | str | None = None,
@@ -1548,8 +1407,6 @@ def stabilize_2d_rotation_select(
1548
1407
  :type undo: bool | None
1549
1408
  """
1550
1409
 
1551
- ...
1552
-
1553
1410
  def stabilize_2d_select(
1554
1411
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1555
1412
  execution_context: int | str | None = None,
@@ -1562,8 +1419,6 @@ def stabilize_2d_select(
1562
1419
  :type undo: bool | None
1563
1420
  """
1564
1421
 
1565
- ...
1566
-
1567
1422
  def track_color_preset_add(
1568
1423
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1569
1424
  execution_context: int | str | None = None,
@@ -1586,8 +1441,6 @@ def track_color_preset_add(
1586
1441
  :type remove_active: bool | None
1587
1442
  """
1588
1443
 
1589
- ...
1590
-
1591
1444
  def track_copy_color(
1592
1445
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1593
1446
  execution_context: int | str | None = None,
@@ -1600,8 +1453,6 @@ def track_copy_color(
1600
1453
  :type undo: bool | None
1601
1454
  """
1602
1455
 
1603
- ...
1604
-
1605
1456
  def track_markers(
1606
1457
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1607
1458
  execution_context: int | str | None = None,
@@ -1621,8 +1472,6 @@ def track_markers(
1621
1472
  :type sequence: bool | None
1622
1473
  """
1623
1474
 
1624
- ...
1625
-
1626
1475
  def track_settings_as_default(
1627
1476
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1628
1477
  execution_context: int | str | None = None,
@@ -1635,8 +1484,6 @@ def track_settings_as_default(
1635
1484
  :type undo: bool | None
1636
1485
  """
1637
1486
 
1638
- ...
1639
-
1640
1487
  def track_settings_to_track(
1641
1488
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1642
1489
  execution_context: int | str | None = None,
@@ -1649,8 +1496,6 @@ def track_settings_to_track(
1649
1496
  :type undo: bool | None
1650
1497
  """
1651
1498
 
1652
- ...
1653
-
1654
1499
  def track_to_empty(
1655
1500
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1656
1501
  execution_context: int | str | None = None,
@@ -1663,8 +1508,6 @@ def track_to_empty(
1663
1508
  :type undo: bool | None
1664
1509
  """
1665
1510
 
1666
- ...
1667
-
1668
1511
  def tracking_object_new(
1669
1512
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1670
1513
  execution_context: int | str | None = None,
@@ -1677,8 +1520,6 @@ def tracking_object_new(
1677
1520
  :type undo: bool | None
1678
1521
  """
1679
1522
 
1680
- ...
1681
-
1682
1523
  def tracking_object_remove(
1683
1524
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1684
1525
  execution_context: int | str | None = None,
@@ -1691,8 +1532,6 @@ def tracking_object_remove(
1691
1532
  :type undo: bool | None
1692
1533
  """
1693
1534
 
1694
- ...
1695
-
1696
1535
  def tracking_settings_preset_add(
1697
1536
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1698
1537
  execution_context: int | str | None = None,
@@ -1715,8 +1554,6 @@ def tracking_settings_preset_add(
1715
1554
  :type remove_active: bool | None
1716
1555
  """
1717
1556
 
1718
- ...
1719
-
1720
1557
  def update_image_from_plane_marker(
1721
1558
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1722
1559
  execution_context: int | str | None = None,
@@ -1729,8 +1566,6 @@ def update_image_from_plane_marker(
1729
1566
  :type undo: bool | None
1730
1567
  """
1731
1568
 
1732
- ...
1733
-
1734
1569
  def view_all(
1735
1570
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1736
1571
  execution_context: int | str | None = None,
@@ -1747,8 +1582,6 @@ def view_all(
1747
1582
  :type fit_view: bool | None
1748
1583
  """
1749
1584
 
1750
- ...
1751
-
1752
1585
  def view_center_cursor(
1753
1586
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1754
1587
  execution_context: int | str | None = None,
@@ -1761,8 +1594,6 @@ def view_center_cursor(
1761
1594
  :type undo: bool | None
1762
1595
  """
1763
1596
 
1764
- ...
1765
-
1766
1597
  def view_ndof(
1767
1598
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1768
1599
  execution_context: int | str | None = None,
@@ -1775,8 +1606,6 @@ def view_ndof(
1775
1606
  :type undo: bool | None
1776
1607
  """
1777
1608
 
1778
- ...
1779
-
1780
1609
  def view_pan(
1781
1610
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1782
1611
  execution_context: int | str | None = None,
@@ -1793,8 +1622,6 @@ def view_pan(
1793
1622
  :type offset: collections.abc.Sequence[float] | mathutils.Vector | None
1794
1623
  """
1795
1624
 
1796
- ...
1797
-
1798
1625
  def view_selected(
1799
1626
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1800
1627
  execution_context: int | str | None = None,
@@ -1807,8 +1634,6 @@ def view_selected(
1807
1634
  :type undo: bool | None
1808
1635
  """
1809
1636
 
1810
- ...
1811
-
1812
1637
  def view_zoom(
1813
1638
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1814
1639
  execution_context: int | str | None = None,
@@ -1828,8 +1653,6 @@ def view_zoom(
1828
1653
  :type use_cursor_init: bool | None
1829
1654
  """
1830
1655
 
1831
- ...
1832
-
1833
1656
  def view_zoom_in(
1834
1657
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1835
1658
  execution_context: int | str | None = None,
@@ -1846,8 +1669,6 @@ def view_zoom_in(
1846
1669
  :type location: collections.abc.Sequence[float] | mathutils.Vector | None
1847
1670
  """
1848
1671
 
1849
- ...
1850
-
1851
1672
  def view_zoom_out(
1852
1673
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1853
1674
  execution_context: int | str | None = None,
@@ -1864,8 +1685,6 @@ def view_zoom_out(
1864
1685
  :type location: collections.abc.Sequence[float] | mathutils.Vector | None
1865
1686
  """
1866
1687
 
1867
- ...
1868
-
1869
1688
  def view_zoom_ratio(
1870
1689
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1871
1690
  execution_context: int | str | None = None,
@@ -1881,5 +1700,3 @@ def view_zoom_ratio(
1881
1700
  :param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
1882
1701
  :type ratio: float | None
1883
1702
  """
1884
-
1885
- ...