fake-bpy-module 20250604__py3-none-any.whl → 20250607__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 (284) hide show
  1. _bpy_internal/addons/cli/__init__.pyi +1 -1
  2. _bpy_internal/extensions/junction_module/__init__.pyi +7 -7
  3. _bpy_internal/extensions/stale_file_manager/__init__.pyi +8 -8
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +3 -3
  5. _bpy_internal/freedesktop/__init__.pyi +16 -16
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +4 -4
  7. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -1
  8. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -1
  9. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  10. addon_utils/__init__.pyi +12 -12
  11. animsys_refactor/__init__.pyi +6 -6
  12. aud/__init__.pyi +11 -11
  13. bgl/__init__.pyi +272 -252
  14. bl_app_override/__init__.pyi +3 -3
  15. bl_app_override/helpers/__init__.pyi +2 -2
  16. bl_app_template_utils/__init__.pyi +4 -4
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
  18. bl_i18n_utils/bl_extract_messages/__init__.pyi +18 -16
  19. bl_i18n_utils/merge_po/__init__.pyi +1 -1
  20. bl_i18n_utils/settings/__init__.pyi +6 -6
  21. bl_i18n_utils/utils/__init__.pyi +48 -46
  22. bl_i18n_utils/utils_cli/__init__.pyi +6 -6
  23. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -1
  24. bl_i18n_utils/utils_rtl/__init__.pyi +2 -2
  25. bl_keymap_utils/io/__init__.pyi +9 -9
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -1
  28. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  29. bl_keymap_utils/versioning/__init__.pyi +1 -1
  30. bl_operators/__init__.pyi +2 -2
  31. bl_operators/add_mesh_torus/__init__.pyi +6 -6
  32. bl_operators/anim/__init__.pyi +24 -24
  33. bl_operators/assets/__init__.pyi +9 -9
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +11 -9
  35. bl_operators/bone_selection_sets/__init__.pyi +18 -18
  36. bl_operators/clip/__init__.pyi +26 -26
  37. bl_operators/connect_to_output/__init__.pyi +17 -15
  38. bl_operators/console/__init__.pyi +10 -10
  39. bl_operators/constraint/__init__.pyi +8 -8
  40. bl_operators/file/__init__.pyi +6 -6
  41. bl_operators/freestyle/__init__.pyi +9 -9
  42. bl_operators/geometry_nodes/__init__.pyi +24 -24
  43. bl_operators/grease_pencil/__init__.pyi +2 -2
  44. bl_operators/image/__init__.pyi +7 -7
  45. bl_operators/image_as_planes/__init__.pyi +32 -32
  46. bl_operators/mesh/__init__.pyi +7 -7
  47. bl_operators/node/__init__.pyi +31 -31
  48. bl_operators/node_editor/node_functions/__init__.pyi +9 -9
  49. bl_operators/object/__init__.pyi +31 -31
  50. bl_operators/object_align/__init__.pyi +5 -5
  51. bl_operators/object_quick_effects/__init__.pyi +9 -9
  52. bl_operators/object_randomize_transform/__init__.pyi +3 -3
  53. bl_operators/presets/__init__.pyi +18 -18
  54. bl_operators/rigidbody/__init__.pyi +7 -7
  55. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -2
  56. bl_operators/sequencer/__init__.pyi +19 -19
  57. bl_operators/spreadsheet/__init__.pyi +4 -4
  58. bl_operators/userpref/__init__.pyi +42 -42
  59. bl_operators/uvcalc_follow_active/__init__.pyi +5 -5
  60. bl_operators/uvcalc_lightmap/__init__.pyi +8 -8
  61. bl_operators/uvcalc_transform/__init__.pyi +20 -20
  62. bl_operators/vertexpaint_dirt/__init__.pyi +4 -4
  63. bl_operators/view3d/__init__.pyi +21 -19
  64. bl_operators/wm/__init__.pyi +88 -88
  65. bl_operators/world/__init__.pyi +2 -2
  66. bl_previews_utils/bl_previews_render/__init__.pyi +9 -7
  67. bl_rna_utils/data_path/__init__.pyi +2 -2
  68. bl_text_utils/external_editor/__init__.pyi +1 -1
  69. bl_ui/__init__.pyi +10 -10
  70. bl_ui/anim/__init__.pyi +2 -2
  71. bl_ui/asset_shelf/__init__.pyi +2 -2
  72. bl_ui/generic_ui_list/__init__.pyi +6 -6
  73. bl_ui/node_add_menu/__init__.pyi +15 -13
  74. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  75. bl_ui/node_add_menu_geometry/__init__.pyi +54 -54
  76. bl_ui/node_add_menu_shader/__init__.pyi +16 -16
  77. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  78. bl_ui/properties_animviz/__init__.pyi +2 -2
  79. bl_ui/properties_collection/__init__.pyi +10 -8
  80. bl_ui/properties_constraint/__init__.pyi +125 -125
  81. bl_ui/properties_data_armature/__init__.pyi +22 -22
  82. bl_ui/properties_data_bone/__init__.pyi +20 -20
  83. bl_ui/properties_data_camera/__init__.pyi +19 -19
  84. bl_ui/properties_data_curve/__init__.pyi +23 -23
  85. bl_ui/properties_data_curves/__init__.pyi +9 -9
  86. bl_ui/properties_data_empty/__init__.pyi +4 -4
  87. bl_ui/properties_data_grease_pencil/__init__.pyi +25 -25
  88. bl_ui/properties_data_lattice/__init__.pyi +4 -4
  89. bl_ui/properties_data_light/__init__.pyi +14 -14
  90. bl_ui/properties_data_lightprobe/__init__.pyi +18 -18
  91. bl_ui/properties_data_mesh/__init__.pyi +25 -58
  92. bl_ui/properties_data_metaball/__init__.pyi +6 -6
  93. bl_ui/properties_data_modifier/__init__.pyi +12 -12
  94. bl_ui/properties_data_pointcloud/__init__.pyi +8 -8
  95. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  96. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  97. bl_ui/properties_data_volume/__init__.pyi +9 -9
  98. bl_ui/properties_freestyle/__init__.pyi +51 -51
  99. bl_ui/properties_grease_pencil_common/__init__.pyi +30 -30
  100. bl_ui/properties_mask_common/__init__.pyi +24 -24
  101. bl_ui/properties_material/__init__.pyi +27 -27
  102. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  103. bl_ui/properties_object/__init__.pyi +29 -29
  104. bl_ui/properties_output/__init__.pyi +29 -29
  105. bl_ui/properties_paint_common/__init__.pyi +59 -50
  106. bl_ui/properties_particle/__init__.pyi +101 -101
  107. bl_ui/properties_physics_cloth/__init__.pyi +20 -20
  108. bl_ui/properties_physics_common/__init__.pyi +8 -8
  109. bl_ui/properties_physics_dynamicpaint/__init__.pyi +57 -57
  110. bl_ui/properties_physics_field/__init__.pyi +23 -23
  111. bl_ui/properties_physics_fluid/__init__.pyi +76 -76
  112. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -3
  113. bl_ui/properties_physics_rigidbody/__init__.pyi +18 -18
  114. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +29 -29
  115. bl_ui/properties_physics_softbody/__init__.pyi +21 -21
  116. bl_ui/properties_render/__init__.pyi +81 -81
  117. bl_ui/properties_scene/__init__.pyi +22 -22
  118. bl_ui/properties_texture/__init__.pyi +39 -39
  119. bl_ui/properties_view_layer/__init__.pyi +12 -12
  120. bl_ui/properties_workspace/__init__.pyi +5 -5
  121. bl_ui/properties_world/__init__.pyi +18 -18
  122. bl_ui/space_clip/__init__.pyi +81 -81
  123. bl_ui/space_console/__init__.pyi +6 -6
  124. bl_ui/space_dopesheet/__init__.pyi +32 -32
  125. bl_ui/space_filebrowser/__init__.pyi +45 -45
  126. bl_ui/space_graph/__init__.pyi +21 -21
  127. bl_ui/space_image/__init__.pyi +73 -75
  128. bl_ui/space_info/__init__.pyi +6 -6
  129. bl_ui/space_nla/__init__.pyi +18 -18
  130. bl_ui/space_node/__init__.pyi +42 -42
  131. bl_ui/space_outliner/__init__.pyi +21 -21
  132. bl_ui/space_properties/__init__.pyi +6 -6
  133. bl_ui/space_sequencer/__init__.pyi +133 -133
  134. bl_ui/space_spreadsheet/__init__.pyi +4 -4
  135. bl_ui/space_statusbar/__init__.pyi +1 -1
  136. bl_ui/space_text/__init__.pyi +17 -17
  137. bl_ui/space_time/__init__.pyi +12 -12
  138. bl_ui/space_toolsystem_common/__init__.pyi +28 -26
  139. bl_ui/space_toolsystem_toolbar/__init__.pyi +36 -36
  140. bl_ui/space_topbar/__init__.pyi +32 -32
  141. bl_ui/space_userpref/__init__.pyi +132 -132
  142. bl_ui/space_view3d/__init__.pyi +297 -307
  143. bl_ui/space_view3d_toolbar/__init__.pyi +148 -149
  144. bl_ui/utils/__init__.pyi +5 -5
  145. bl_ui_utils/layout/__init__.pyi +1 -1
  146. blend_render_info/__init__.pyi +2 -2
  147. blf/__init__.pyi +15 -15
  148. bmesh/__init__.pyi +1 -1
  149. bmesh/ops/__init__.pyi +366 -357
  150. bmesh/types/__init__.pyi +59 -57
  151. bmesh/utils/__init__.pyi +2 -2
  152. bpy/app/__init__.pyi +3 -3
  153. bpy/app/icons/__init__.pyi +1 -1
  154. bpy/app/timers/__init__.pyi +2 -2
  155. bpy/app/translations/__init__.pyi +9 -9
  156. bpy/msgbus/__init__.pyi +15 -3
  157. bpy/ops/action/__init__.pyi +62 -38
  158. bpy/ops/anim/__init__.pyi +63 -61
  159. bpy/ops/armature/__init__.pyi +58 -48
  160. bpy/ops/asset/__init__.pyi +31 -20
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -16
  163. bpy/ops/buttons/__init__.pyi +14 -12
  164. bpy/ops/cachefile/__init__.pyi +9 -11
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -95
  167. bpy/ops/cloth/__init__.pyi +1 -1
  168. bpy/ops/collection/__init__.pyi +11 -9
  169. bpy/ops/console/__init__.pyi +37 -21
  170. bpy/ops/constraint/__init__.pyi +20 -18
  171. bpy/ops/curve/__init__.pyi +81 -51
  172. bpy/ops/curves/__init__.pyi +50 -30
  173. bpy/ops/cycles/__init__.pyi +3 -3
  174. bpy/ops/dpaint/__init__.pyi +5 -5
  175. bpy/ops/ed/__init__.pyi +19 -16
  176. bpy/ops/export_anim/__init__.pyi +1 -1
  177. bpy/ops/export_scene/__init__.pyi +2 -2
  178. bpy/ops/extensions/__init__.pyi +38 -32
  179. bpy/ops/file/__init__.pyi +72 -43
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -29
  182. bpy/ops/geometry/__init__.pyi +10 -10
  183. bpy/ops/gizmogroup/__init__.pyi +4 -2
  184. bpy/ops/gpencil/__init__.pyi +12 -8
  185. bpy/ops/graph/__init__.pyi +81 -68
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -61
  188. bpy/ops/import_anim/__init__.pyi +1 -1
  189. bpy/ops/import_curve/__init__.pyi +1 -1
  190. bpy/ops/import_scene/__init__.pyi +2 -2
  191. bpy/ops/info/__init__.pyi +13 -7
  192. bpy/ops/lattice/__init__.pyi +14 -8
  193. bpy/ops/marker/__init__.pyi +13 -11
  194. bpy/ops/mask/__init__.pyi +59 -39
  195. bpy/ops/material/__init__.pyi +3 -3
  196. bpy/ops/mball/__init__.pyi +8 -8
  197. bpy/ops/mesh/__init__.pyi +182 -164
  198. bpy/ops/nla/__init__.pyi +65 -39
  199. bpy/ops/node/__init__.pyi +181 -150
  200. bpy/ops/object/__init__.pyi +262 -251
  201. bpy/ops/outliner/__init__.pyi +98 -72
  202. bpy/ops/paint/__init__.pyi +58 -54
  203. bpy/ops/paintcurve/__init__.pyi +12 -8
  204. bpy/ops/palette/__init__.pyi +11 -7
  205. bpy/ops/particle/__init__.pyi +58 -36
  206. bpy/ops/pointcloud/__init__.pyi +13 -7
  207. bpy/ops/pose/__init__.pyi +65 -51
  208. bpy/ops/poselib/__init__.pyi +17 -11
  209. bpy/ops/preferences/__init__.pyi +41 -38
  210. bpy/ops/ptcache/__init__.pyi +13 -7
  211. bpy/ops/render/__init__.pyi +17 -13
  212. bpy/ops/rigidbody/__init__.pyi +19 -13
  213. bpy/ops/scene/__init__.pyi +39 -37
  214. bpy/ops/screen/__init__.pyi +59 -45
  215. bpy/ops/script/__init__.pyi +5 -3
  216. bpy/ops/sculpt/__init__.pyi +44 -40
  217. bpy/ops/sculpt_curves/__init__.pyi +4 -4
  218. bpy/ops/sequencer/__init__.pyi +142 -115
  219. bpy/ops/sound/__init__.pyi +7 -16
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -49
  223. bpy/ops/text_editor/__init__.pyi +1 -1
  224. bpy/ops/texture/__init__.pyi +8 -4
  225. bpy/ops/transform/__init__.pyi +29 -27
  226. bpy/ops/ui/__init__.pyi +42 -34
  227. bpy/ops/uilist/__init__.pyi +3 -3
  228. bpy/ops/uv/__init__.pyi +59 -49
  229. bpy/ops/view2d/__init__.pyi +14 -14
  230. bpy/ops/view3d/__init__.pyi +87 -67
  231. bpy/ops/wm/__init__.pyi +136 -574
  232. bpy/ops/workspace/__init__.pyi +11 -7
  233. bpy/ops/world/__init__.pyi +2 -2
  234. bpy/props/__init__.pyi +16 -13
  235. bpy/types/__init__.pyi +1237 -1281
  236. bpy/utils/__init__.pyi +23 -23
  237. bpy/utils/previews/__init__.pyi +3 -3
  238. bpy_extras/anim_utils/__init__.pyi +7 -7
  239. bpy_extras/bmesh_utils/__init__.pyi +1 -1
  240. bpy_extras/id_map_utils/__init__.pyi +3 -3
  241. bpy_extras/io_utils/__init__.pyi +14 -12
  242. bpy_extras/keyconfig_utils/__init__.pyi +3 -3
  243. bpy_extras/mesh_utils/__init__.pyi +2 -2
  244. bpy_extras/node_shader_utils/__init__.pyi +63 -63
  245. bpy_extras/node_utils/__init__.pyi +3 -3
  246. bpy_extras/object_utils/__init__.pyi +4 -4
  247. bpy_extras/wm_utils/progress_report/__init__.pyi +10 -10
  248. bpy_types/__init__.pyi +4 -4
  249. console_python/__init__.pyi +7 -7
  250. console_shell/__init__.pyi +5 -5
  251. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250607.dist-info/RECORD +367 -0
  253. freestyle/chainingiterators/__init__.pyi +35 -33
  254. freestyle/functions/__init__.pyi +55 -55
  255. freestyle/predicates/__init__.pyi +8 -8
  256. freestyle/shaders/__init__.pyi +79 -75
  257. freestyle/types/__init__.pyi +146 -142
  258. freestyle/utils/ContextFunctions/__init__.pyi +3 -1
  259. freestyle/utils/__init__.pyi +25 -25
  260. gpu/matrix/__init__.pyi +14 -14
  261. gpu/select/__init__.pyi +1 -1
  262. gpu/shader/__init__.pyi +1 -1
  263. gpu/state/__init__.pyi +19 -19
  264. gpu/types/__init__.pyi +50 -44
  265. gpu_extras/presets/__init__.pyi +2 -2
  266. graphviz_export/__init__.pyi +2 -2
  267. idprop/types/__init__.pyi +9 -9
  268. imbuf/__init__.pyi +3 -1
  269. imbuf/types/__init__.pyi +3 -3
  270. keyingsets_builtins/__init__.pyi +26 -26
  271. keyingsets_utils/__init__.pyi +14 -14
  272. mathutils/__init__.pyi +61 -53
  273. mathutils/bvhtree/__init__.pyi +4 -4
  274. mathutils/kdtree/__init__.pyi +3 -3
  275. mathutils/noise/__init__.pyi +1 -1
  276. nodeitems_builtins/__init__.pyi +4 -4
  277. nodeitems_utils/__init__.pyi +9 -9
  278. rna_info/__init__.pyi +25 -25
  279. rna_keymap_ui/__init__.pyi +6 -6
  280. rna_prop_ui/__init__.pyi +12 -12
  281. rna_xml/__init__.pyi +6 -6
  282. fake_bpy_module-20250604.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250607.dist-info}/top_level.txt +0 -0
bpy/ops/clip/__init__.pyi CHANGED
@@ -13,7 +13,7 @@ def add_marker(
13
13
  /,
14
14
  *,
15
15
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
16
- ):
16
+ ) -> None:
17
17
  """Place new marker at specified location
18
18
 
19
19
  :type execution_context: int | str | None
@@ -24,7 +24,7 @@ def add_marker(
24
24
 
25
25
  def add_marker_at_click(
26
26
  execution_context: int | str | None = None, undo: bool | None = None
27
- ):
27
+ ) -> None:
28
28
  """Place new marker at the desired (clicked) position
29
29
 
30
30
  :type execution_context: int | str | None
@@ -38,7 +38,7 @@ def add_marker_move(
38
38
  *,
39
39
  CLIP_OT_add_marker: add_marker | None = None,
40
40
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
41
- ):
41
+ ) -> None:
42
42
  """Add new marker and move it on movie
43
43
 
44
44
  :type execution_context: int | str | None
@@ -56,7 +56,7 @@ def add_marker_slide(
56
56
  *,
57
57
  CLIP_OT_add_marker: add_marker | None = None,
58
58
  TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
59
- ):
59
+ ) -> None:
60
60
  """Add new marker and slide it with mouse until mouse button release
61
61
 
62
62
  :type execution_context: int | str | None
@@ -73,7 +73,7 @@ def apply_solution_scale(
73
73
  /,
74
74
  *,
75
75
  distance: float | None = 0.0,
76
- ):
76
+ ) -> None:
77
77
  """Apply scale on solution itself to make distance between selected tracks equals to desired
78
78
 
79
79
  :type execution_context: int | str | None
@@ -88,7 +88,7 @@ def average_tracks(
88
88
  /,
89
89
  *,
90
90
  keep_original: bool | None = True,
91
- ):
91
+ ) -> None:
92
92
  """Average selected tracks into active
93
93
 
94
94
  :type execution_context: int | str | None
@@ -99,7 +99,7 @@ def average_tracks(
99
99
 
100
100
  def bundles_to_mesh(
101
101
  execution_context: int | str | None = None, undo: bool | None = None
102
- ):
102
+ ) -> None:
103
103
  """Create vertex cloud using coordinates of reconstructed tracks
104
104
 
105
105
  :type execution_context: int | str | None
@@ -115,7 +115,7 @@ def camera_preset_add(
115
115
  remove_name: bool | None = False,
116
116
  remove_active: bool | None = False,
117
117
  use_focal_length: bool | None = True,
118
- ):
118
+ ) -> None:
119
119
  """Add or remove a Tracking Camera Intrinsics Preset
120
120
 
121
121
  :type execution_context: int | str | None
@@ -136,7 +136,7 @@ def change_frame(
136
136
  /,
137
137
  *,
138
138
  frame: int | None = 0,
139
- ):
139
+ ) -> None:
140
140
  """Interactively change the current frame number
141
141
 
142
142
  :type execution_context: int | str | None
@@ -154,7 +154,7 @@ def clean_tracks(
154
154
  error: float | None = 0.0,
155
155
  action: typing.Literal["SELECT", "DELETE_TRACK", "DELETE_SEGMENTS"]
156
156
  | None = "SELECT",
157
- ):
157
+ ) -> None:
158
158
  """Clean tracks with high error values or few frames
159
159
 
160
160
  :type execution_context: int | str | None
@@ -178,7 +178,7 @@ def clean_tracks(
178
178
 
179
179
  def clear_solution(
180
180
  execution_context: int | str | None = None, undo: bool | None = None
181
- ):
181
+ ) -> None:
182
182
  """Clear all calculated data
183
183
 
184
184
  :type execution_context: int | str | None
@@ -192,7 +192,7 @@ def clear_track_path(
192
192
  *,
193
193
  action: typing.Literal["UPTO", "REMAINED", "ALL"] | None = "REMAINED",
194
194
  clear_active: bool | None = False,
195
- ):
195
+ ) -> None:
196
196
  """Clear tracks after/before current position or clear the whole track
197
197
 
198
198
  :type execution_context: int | str | None
@@ -214,14 +214,16 @@ def clear_track_path(
214
214
 
215
215
  def constraint_to_fcurve(
216
216
  execution_context: int | str | None = None, undo: bool | None = None
217
- ):
217
+ ) -> None:
218
218
  """Create F-Curves for object which will copy object's movement caused by this constraint
219
219
 
220
220
  :type execution_context: int | str | None
221
221
  :type undo: bool | None
222
222
  """
223
223
 
224
- def copy_tracks(execution_context: int | str | None = None, undo: bool | None = None):
224
+ def copy_tracks(
225
+ execution_context: int | str | None = None, undo: bool | None = None
226
+ ) -> None:
225
227
  """Copy the selected tracks to the internal clipboard
226
228
 
227
229
  :type execution_context: int | str | None
@@ -230,7 +232,7 @@ def copy_tracks(execution_context: int | str | None = None, undo: bool | None =
230
232
 
231
233
  def create_plane_track(
232
234
  execution_context: int | str | None = None, undo: bool | None = None
233
- ):
235
+ ) -> None:
234
236
  """Create new plane track out of selected point tracks
235
237
 
236
238
  :type execution_context: int | str | None
@@ -243,7 +245,7 @@ def cursor_set(
243
245
  /,
244
246
  *,
245
247
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
246
- ):
248
+ ) -> None:
247
249
  """Set 2D cursor location
248
250
 
249
251
  :type execution_context: int | str | None
@@ -258,7 +260,7 @@ def delete_marker(
258
260
  /,
259
261
  *,
260
262
  confirm: bool | None = True,
261
- ):
263
+ ) -> None:
262
264
  """Delete marker for current frame from selected tracks
263
265
 
264
266
  :type execution_context: int | str | None
@@ -267,7 +269,9 @@ def delete_marker(
267
269
  :type confirm: bool | None
268
270
  """
269
271
 
270
- def delete_proxy(execution_context: int | str | None = None, undo: bool | None = None):
272
+ def delete_proxy(
273
+ execution_context: int | str | None = None, undo: bool | None = None
274
+ ) -> None:
271
275
  """Delete movie clip proxy files from the hard drive
272
276
 
273
277
  :type execution_context: int | str | None
@@ -280,7 +284,7 @@ def delete_track(
280
284
  /,
281
285
  *,
282
286
  confirm: bool | None = True,
283
- ):
287
+ ) -> None:
284
288
  """Delete selected tracks
285
289
 
286
290
  :type execution_context: int | str | None
@@ -299,7 +303,7 @@ def detect_features(
299
303
  margin: int | None = 16,
300
304
  threshold: float | None = 0.5,
301
305
  min_distance: int | None = 120,
302
- ):
306
+ ) -> None:
303
307
  """Automatically detect features and place markers to track
304
308
 
305
309
  :type execution_context: int | str | None
@@ -329,7 +333,7 @@ def disable_markers(
329
333
  /,
330
334
  *,
331
335
  action: typing.Literal["DISABLE", "ENABLE", "TOGGLE"] | None = "DISABLE",
332
- ):
336
+ ) -> None:
333
337
  """Disable/enable selected markers
334
338
 
335
339
  :type execution_context: int | str | None
@@ -354,7 +358,7 @@ def dopesheet_select_channel(
354
358
  *,
355
359
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
356
360
  extend: bool | None = False,
357
- ):
361
+ ) -> None:
358
362
  """Select movie tracking channel
359
363
 
360
364
  :type execution_context: int | str | None
@@ -367,7 +371,7 @@ def dopesheet_select_channel(
367
371
 
368
372
  def dopesheet_view_all(
369
373
  execution_context: int | str | None = None, undo: bool | None = None
370
- ):
374
+ ) -> None:
371
375
  """Reset viewable area to show full keyframe range
372
376
 
373
377
  :type execution_context: int | str | None
@@ -380,7 +384,7 @@ def filter_tracks(
380
384
  /,
381
385
  *,
382
386
  track_threshold: float | None = 5.0,
383
- ):
387
+ ) -> None:
384
388
  """Filter tracks which has weirdly looking spikes in motion curves
385
389
 
386
390
  :type execution_context: int | str | None
@@ -396,7 +400,7 @@ def frame_jump(
396
400
  *,
397
401
  position: typing.Literal["PATHSTART", "PATHEND", "FAILEDPREV", "FAILNEXT"]
398
402
  | None = "PATHSTART",
399
- ):
403
+ ) -> None:
400
404
  """Jump to special frame
401
405
 
402
406
  :type execution_context: int | str | None
@@ -419,7 +423,7 @@ def frame_jump(
419
423
 
420
424
  def graph_center_current_frame(
421
425
  execution_context: int | str | None = None, undo: bool | None = None
422
- ):
426
+ ) -> None:
423
427
  """Scroll view so current frame would be centered
424
428
 
425
429
  :type execution_context: int | str | None
@@ -432,7 +436,7 @@ def graph_delete_curve(
432
436
  /,
433
437
  *,
434
438
  confirm: bool | None = True,
435
- ):
439
+ ) -> None:
436
440
  """Delete track corresponding to the selected curve
437
441
 
438
442
  :type execution_context: int | str | None
@@ -443,7 +447,7 @@ def graph_delete_curve(
443
447
 
444
448
  def graph_delete_knot(
445
449
  execution_context: int | str | None = None, undo: bool | None = None
446
- ):
450
+ ) -> None:
447
451
  """Delete curve knots
448
452
 
449
453
  :type execution_context: int | str | None
@@ -456,7 +460,7 @@ def graph_disable_markers(
456
460
  /,
457
461
  *,
458
462
  action: typing.Literal["DISABLE", "ENABLE", "TOGGLE"] | None = "DISABLE",
459
- ):
463
+ ) -> None:
460
464
  """Disable/enable selected markers
461
465
 
462
466
  :type execution_context: int | str | None
@@ -481,7 +485,7 @@ def graph_select(
481
485
  *,
482
486
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
483
487
  extend: bool | None = False,
484
- ):
488
+ ) -> None:
485
489
  """Select graph curves
486
490
 
487
491
  :type execution_context: int | str | None
@@ -498,7 +502,7 @@ def graph_select_all_markers(
498
502
  /,
499
503
  *,
500
504
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
501
- ):
505
+ ) -> None:
502
506
  """Change selection of all markers of active track
503
507
 
504
508
  :type execution_context: int | str | None
@@ -531,7 +535,7 @@ def graph_select_box(
531
535
  wait_for_input: bool | None = True,
532
536
  deselect: bool | None = False,
533
537
  extend: bool | None = True,
534
- ):
538
+ ) -> None:
535
539
  """Select curve points using box selection
536
540
 
537
541
  :type execution_context: int | str | None
@@ -554,7 +558,7 @@ def graph_select_box(
554
558
 
555
559
  def graph_view_all(
556
560
  execution_context: int | str | None = None, undo: bool | None = None
557
- ):
561
+ ) -> None:
558
562
  """View all curves in editor
559
563
 
560
564
  :type execution_context: int | str | None
@@ -567,7 +571,7 @@ def hide_tracks(
567
571
  /,
568
572
  *,
569
573
  unselected: bool | None = False,
570
- ):
574
+ ) -> None:
571
575
  """Hide selected tracks
572
576
 
573
577
  :type execution_context: int | str | None
@@ -578,14 +582,16 @@ def hide_tracks(
578
582
 
579
583
  def hide_tracks_clear(
580
584
  execution_context: int | str | None = None, undo: bool | None = None
581
- ):
585
+ ) -> None:
582
586
  """Clear hide selected tracks
583
587
 
584
588
  :type execution_context: int | str | None
585
589
  :type undo: bool | None
586
590
  """
587
591
 
588
- def join_tracks(execution_context: int | str | None = None, undo: bool | None = None):
592
+ def join_tracks(
593
+ execution_context: int | str | None = None, undo: bool | None = None
594
+ ) -> None:
589
595
  """Join selected tracks
590
596
 
591
597
  :type execution_context: int | str | None
@@ -594,7 +600,7 @@ def join_tracks(execution_context: int | str | None = None, undo: bool | None =
594
600
 
595
601
  def keyframe_delete(
596
602
  execution_context: int | str | None = None, undo: bool | None = None
597
- ):
603
+ ) -> None:
598
604
  """Delete a keyframe from selected tracks at current frame
599
605
 
600
606
  :type execution_context: int | str | None
@@ -603,7 +609,7 @@ def keyframe_delete(
603
609
 
604
610
  def keyframe_insert(
605
611
  execution_context: int | str | None = None, undo: bool | None = None
606
- ):
612
+ ) -> None:
607
613
  """Insert a keyframe to selected tracks at current frame
608
614
 
609
615
  :type execution_context: int | str | None
@@ -612,7 +618,7 @@ def keyframe_insert(
612
618
 
613
619
  def lock_selection_toggle(
614
620
  execution_context: int | str | None = None, undo: bool | None = None
615
- ):
621
+ ) -> None:
616
622
  """Toggle Lock Selection option of the current clip editor
617
623
 
618
624
  :type execution_context: int | str | None
@@ -625,7 +631,7 @@ def lock_tracks(
625
631
  /,
626
632
  *,
627
633
  action: typing.Literal["LOCK", "UNLOCK", "TOGGLE"] | None = "LOCK",
628
- ):
634
+ ) -> None:
629
635
  """Lock/unlock selected tracks
630
636
 
631
637
  :type execution_context: int | str | None
@@ -649,7 +655,7 @@ def mode_set(
649
655
  /,
650
656
  *,
651
657
  mode: bpy.stub_internal.rna_enums.ClipEditorModeItems | None = "TRACKING",
652
- ):
658
+ ) -> None:
653
659
  """Set the clip interaction mode
654
660
 
655
661
  :type execution_context: int | str | None
@@ -660,7 +666,7 @@ def mode_set(
660
666
 
661
667
  def new_image_from_plane_marker(
662
668
  execution_context: int | str | None = None, undo: bool | None = None
663
- ):
669
+ ) -> None:
664
670
  """Create new image from the content of the plane marker
665
671
 
666
672
  :type execution_context: int | str | None
@@ -687,7 +693,6 @@ def open(
687
693
  filter_text: bool | None = False,
688
694
  filter_archive: bool | None = False,
689
695
  filter_btx: bool | None = False,
690
- filter_collada: bool | None = False,
691
696
  filter_alembic: bool | None = False,
692
697
  filter_usd: bool | None = False,
693
698
  filter_obj: bool | None = False,
@@ -711,7 +716,7 @@ def open(
711
716
  "ASSET_CATALOG",
712
717
  ]
713
718
  | None = "",
714
- ):
719
+ ) -> None:
715
720
  """Load a sequence of frames or a movie file
716
721
 
717
722
  :type execution_context: int | str | None
@@ -744,8 +749,6 @@ def open(
744
749
  :type filter_archive: bool | None
745
750
  :param filter_btx: Filter btx files
746
751
  :type filter_btx: bool | None
747
- :param filter_collada: Filter COLLADA files
748
- :type filter_collada: bool | None
749
752
  :param filter_alembic: Filter Alembic files
750
753
  :type filter_alembic: bool | None
751
754
  :param filter_usd: Filter USD files
@@ -802,21 +805,27 @@ def open(
802
805
  :type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
803
806
  """
804
807
 
805
- def paste_tracks(execution_context: int | str | None = None, undo: bool | None = None):
808
+ def paste_tracks(
809
+ execution_context: int | str | None = None, undo: bool | None = None
810
+ ) -> None:
806
811
  """Paste tracks from the internal clipboard
807
812
 
808
813
  :type execution_context: int | str | None
809
814
  :type undo: bool | None
810
815
  """
811
816
 
812
- def prefetch(execution_context: int | str | None = None, undo: bool | None = None):
817
+ def prefetch(
818
+ execution_context: int | str | None = None, undo: bool | None = None
819
+ ) -> None:
813
820
  """Prefetch frames from disk for faster playback/tracking
814
821
 
815
822
  :type execution_context: int | str | None
816
823
  :type undo: bool | None
817
824
  """
818
825
 
819
- def rebuild_proxy(execution_context: int | str | None = None, undo: bool | None = None):
826
+ def rebuild_proxy(
827
+ execution_context: int | str | None = None, undo: bool | None = None
828
+ ) -> None:
820
829
  """Rebuild all selected proxies and timecode indices in the background
821
830
 
822
831
  :type execution_context: int | str | None
@@ -829,7 +838,7 @@ def refine_markers(
829
838
  /,
830
839
  *,
831
840
  backwards: bool | None = False,
832
- ):
841
+ ) -> None:
833
842
  """Refine selected markers positions by running the tracker from track's reference to current frame
834
843
 
835
844
  :type execution_context: int | str | None
@@ -838,7 +847,9 @@ def refine_markers(
838
847
  :type backwards: bool | None
839
848
  """
840
849
 
841
- def reload(execution_context: int | str | None = None, undo: bool | None = None):
850
+ def reload(
851
+ execution_context: int | str | None = None, undo: bool | None = None
852
+ ) -> None:
842
853
  """Reload clip
843
854
 
844
855
  :type execution_context: int | str | None
@@ -853,7 +864,7 @@ def select(
853
864
  extend: bool | None = False,
854
865
  deselect_all: bool | None = False,
855
866
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
856
- ):
867
+ ) -> None:
857
868
  """Select tracking markers
858
869
 
859
870
  :type execution_context: int | str | None
@@ -872,7 +883,7 @@ def select_all(
872
883
  /,
873
884
  *,
874
885
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
875
- ):
886
+ ) -> None:
876
887
  """Change selection of all tracking markers
877
888
 
878
889
  :type execution_context: int | str | None
@@ -904,7 +915,7 @@ def select_box(
904
915
  ymax: int | None = 0,
905
916
  wait_for_input: bool | None = True,
906
917
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
907
- ):
918
+ ) -> None:
908
919
  """Select markers using box selection
909
920
 
910
921
  :type execution_context: int | str | None
@@ -942,7 +953,7 @@ def select_circle(
942
953
  radius: int | None = 25,
943
954
  wait_for_input: bool | None = True,
944
955
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
945
- ):
956
+ ) -> None:
946
957
  """Select markers using circle selection
947
958
 
948
959
  :type execution_context: int | str | None
@@ -977,7 +988,7 @@ def select_grouped(
977
988
  "KEYFRAMED", "ESTIMATED", "TRACKED", "LOCKED", "DISABLED", "COLOR", "FAILED"
978
989
  ]
979
990
  | None = "ESTIMATED",
980
- ):
991
+ ) -> None:
981
992
  """Select all tracks from specified group
982
993
 
983
994
  :type execution_context: int | str | None
@@ -1017,7 +1028,7 @@ def select_lasso(
1017
1028
  smooth_stroke_factor: float | None = 0.75,
1018
1029
  smooth_stroke_radius: int | None = 35,
1019
1030
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
1020
- ):
1031
+ ) -> None:
1021
1032
  """Select markers using lasso selection
1022
1033
 
1023
1034
  :type execution_context: int | str | None
@@ -1045,7 +1056,7 @@ def select_lasso(
1045
1056
 
1046
1057
  def set_active_clip(
1047
1058
  execution_context: int | str | None = None, undo: bool | None = None
1048
- ):
1059
+ ) -> None:
1049
1060
  """Undocumented, consider contributing.
1050
1061
 
1051
1062
  :type execution_context: int | str | None
@@ -1058,7 +1069,7 @@ def set_axis(
1058
1069
  /,
1059
1070
  *,
1060
1071
  axis: typing.Literal["X", "Y"] | None = "X",
1061
- ):
1072
+ ) -> None:
1062
1073
  """Set the direction of a scene axis by rotating the camera (or its parent if present). This assumes that the selected track lies on a real axis connecting it to the origin
1063
1074
 
1064
1075
  :type execution_context: int | str | None
@@ -1079,7 +1090,7 @@ def set_origin(
1079
1090
  /,
1080
1091
  *,
1081
1092
  use_median: bool | None = False,
1082
- ):
1093
+ ) -> None:
1083
1094
  """Set active marker as origin by moving camera (or its parent if present) in 3D space
1084
1095
 
1085
1096
  :type execution_context: int | str | None
@@ -1094,7 +1105,7 @@ def set_plane(
1094
1105
  /,
1095
1106
  *,
1096
1107
  plane: typing.Literal["FLOOR", "WALL"] | None = "FLOOR",
1097
- ):
1108
+ ) -> None:
1098
1109
  """Set plane based on 3 selected bundles by moving camera (or its parent if present) in 3D space
1099
1110
 
1100
1111
  :type execution_context: int | str | None
@@ -1115,7 +1126,7 @@ def set_scale(
1115
1126
  /,
1116
1127
  *,
1117
1128
  distance: float | None = 0.0,
1118
- ):
1129
+ ) -> None:
1119
1130
  """Set scale of scene by scaling camera (or its parent if present)
1120
1131
 
1121
1132
  :type execution_context: int | str | None
@@ -1126,7 +1137,7 @@ def set_scale(
1126
1137
 
1127
1138
  def set_scene_frames(
1128
1139
  execution_context: int | str | None = None, undo: bool | None = None
1129
- ):
1140
+ ) -> None:
1130
1141
  """Set scene's start and end frame to match clip's start frame and length
1131
1142
 
1132
1143
  :type execution_context: int | str | None
@@ -1139,7 +1150,7 @@ def set_solution_scale(
1139
1150
  /,
1140
1151
  *,
1141
1152
  distance: float | None = 0.0,
1142
- ):
1153
+ ) -> None:
1143
1154
  """Set object solution scale using distance between two selected tracks
1144
1155
 
1145
1156
  :type execution_context: int | str | None
@@ -1154,7 +1165,7 @@ def set_solver_keyframe(
1154
1165
  /,
1155
1166
  *,
1156
1167
  keyframe: typing.Literal["KEYFRAME_A", "KEYFRAME_B"] | None = "KEYFRAME_A",
1157
- ):
1168
+ ) -> None:
1158
1169
  """Set keyframe used by solver
1159
1170
 
1160
1171
  :type execution_context: int | str | None
@@ -1165,7 +1176,7 @@ def set_solver_keyframe(
1165
1176
 
1166
1177
  def set_viewport_background(
1167
1178
  execution_context: int | str | None = None, undo: bool | None = None
1168
- ):
1179
+ ) -> None:
1169
1180
  """Set current movie clip as a camera background in 3D Viewport (works only when a 3D Viewport is visible)
1170
1181
 
1171
1182
  :type execution_context: int | str | None
@@ -1174,7 +1185,7 @@ def set_viewport_background(
1174
1185
 
1175
1186
  def setup_tracking_scene(
1176
1187
  execution_context: int | str | None = None, undo: bool | None = None
1177
- ):
1188
+ ) -> None:
1178
1189
  """Prepare scene for compositing 3D objects into this footage
1179
1190
 
1180
1191
  :type execution_context: int | str | None
@@ -1187,7 +1198,7 @@ def slide_marker(
1187
1198
  /,
1188
1199
  *,
1189
1200
  offset: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
1190
- ):
1201
+ ) -> None:
1191
1202
  """Slide marker areas
1192
1203
 
1193
1204
  :type execution_context: int | str | None
@@ -1198,14 +1209,16 @@ def slide_marker(
1198
1209
 
1199
1210
  def slide_plane_marker(
1200
1211
  execution_context: int | str | None = None, undo: bool | None = None
1201
- ):
1212
+ ) -> None:
1202
1213
  """Slide plane marker areas
1203
1214
 
1204
1215
  :type execution_context: int | str | None
1205
1216
  :type undo: bool | None
1206
1217
  """
1207
1218
 
1208
- def solve_camera(execution_context: int | str | None = None, undo: bool | None = None):
1219
+ def solve_camera(
1220
+ execution_context: int | str | None = None, undo: bool | None = None
1221
+ ) -> None:
1209
1222
  """Solve camera motion from tracks
1210
1223
 
1211
1224
  :type execution_context: int | str | None
@@ -1214,7 +1227,7 @@ def solve_camera(execution_context: int | str | None = None, undo: bool | None =
1214
1227
 
1215
1228
  def stabilize_2d_add(
1216
1229
  execution_context: int | str | None = None, undo: bool | None = None
1217
- ):
1230
+ ) -> None:
1218
1231
  """Add selected tracks to 2D translation stabilization
1219
1232
 
1220
1233
  :type execution_context: int | str | None
@@ -1223,7 +1236,7 @@ def stabilize_2d_add(
1223
1236
 
1224
1237
  def stabilize_2d_remove(
1225
1238
  execution_context: int | str | None = None, undo: bool | None = None
1226
- ):
1239
+ ) -> None:
1227
1240
  """Remove selected track from translation stabilization
1228
1241
 
1229
1242
  :type execution_context: int | str | None
@@ -1232,7 +1245,7 @@ def stabilize_2d_remove(
1232
1245
 
1233
1246
  def stabilize_2d_rotation_add(
1234
1247
  execution_context: int | str | None = None, undo: bool | None = None
1235
- ):
1248
+ ) -> None:
1236
1249
  """Add selected tracks to 2D rotation stabilization
1237
1250
 
1238
1251
  :type execution_context: int | str | None
@@ -1241,7 +1254,7 @@ def stabilize_2d_rotation_add(
1241
1254
 
1242
1255
  def stabilize_2d_rotation_remove(
1243
1256
  execution_context: int | str | None = None, undo: bool | None = None
1244
- ):
1257
+ ) -> None:
1245
1258
  """Remove selected track from rotation stabilization
1246
1259
 
1247
1260
  :type execution_context: int | str | None
@@ -1250,7 +1263,7 @@ def stabilize_2d_rotation_remove(
1250
1263
 
1251
1264
  def stabilize_2d_rotation_select(
1252
1265
  execution_context: int | str | None = None, undo: bool | None = None
1253
- ):
1266
+ ) -> None:
1254
1267
  """Select tracks which are used for rotation stabilization
1255
1268
 
1256
1269
  :type execution_context: int | str | None
@@ -1259,7 +1272,7 @@ def stabilize_2d_rotation_select(
1259
1272
 
1260
1273
  def stabilize_2d_select(
1261
1274
  execution_context: int | str | None = None, undo: bool | None = None
1262
- ):
1275
+ ) -> None:
1263
1276
  """Select tracks which are used for translation stabilization
1264
1277
 
1265
1278
  :type execution_context: int | str | None
@@ -1274,7 +1287,7 @@ def track_color_preset_add(
1274
1287
  name: str = "",
1275
1288
  remove_name: bool | None = False,
1276
1289
  remove_active: bool | None = False,
1277
- ):
1290
+ ) -> None:
1278
1291
  """Add or remove a Clip Track Color Preset
1279
1292
 
1280
1293
  :type execution_context: int | str | None
@@ -1289,7 +1302,7 @@ def track_color_preset_add(
1289
1302
 
1290
1303
  def track_copy_color(
1291
1304
  execution_context: int | str | None = None, undo: bool | None = None
1292
- ):
1305
+ ) -> None:
1293
1306
  """Copy color to all selected tracks
1294
1307
 
1295
1308
  :type execution_context: int | str | None
@@ -1303,7 +1316,7 @@ def track_markers(
1303
1316
  *,
1304
1317
  backwards: bool | None = False,
1305
1318
  sequence: bool | None = False,
1306
- ):
1319
+ ) -> None:
1307
1320
  """Track selected markers
1308
1321
 
1309
1322
  :type execution_context: int | str | None
@@ -1316,7 +1329,7 @@ def track_markers(
1316
1329
 
1317
1330
  def track_settings_as_default(
1318
1331
  execution_context: int | str | None = None, undo: bool | None = None
1319
- ):
1332
+ ) -> None:
1320
1333
  """Copy tracking settings from active track to default settings
1321
1334
 
1322
1335
  :type execution_context: int | str | None
@@ -1325,7 +1338,7 @@ def track_settings_as_default(
1325
1338
 
1326
1339
  def track_settings_to_track(
1327
1340
  execution_context: int | str | None = None, undo: bool | None = None
1328
- ):
1341
+ ) -> None:
1329
1342
  """Copy tracking settings from active track to selected tracks
1330
1343
 
1331
1344
  :type execution_context: int | str | None
@@ -1334,7 +1347,7 @@ def track_settings_to_track(
1334
1347
 
1335
1348
  def track_to_empty(
1336
1349
  execution_context: int | str | None = None, undo: bool | None = None
1337
- ):
1350
+ ) -> None:
1338
1351
  """Create an Empty object which will be copying movement of active track
1339
1352
 
1340
1353
  :type execution_context: int | str | None
@@ -1343,7 +1356,7 @@ def track_to_empty(
1343
1356
 
1344
1357
  def tracking_object_new(
1345
1358
  execution_context: int | str | None = None, undo: bool | None = None
1346
- ):
1359
+ ) -> None:
1347
1360
  """Add new object for tracking
1348
1361
 
1349
1362
  :type execution_context: int | str | None
@@ -1352,7 +1365,7 @@ def tracking_object_new(
1352
1365
 
1353
1366
  def tracking_object_remove(
1354
1367
  execution_context: int | str | None = None, undo: bool | None = None
1355
- ):
1368
+ ) -> None:
1356
1369
  """Remove object for tracking
1357
1370
 
1358
1371
  :type execution_context: int | str | None
@@ -1367,7 +1380,7 @@ def tracking_settings_preset_add(
1367
1380
  name: str = "",
1368
1381
  remove_name: bool | None = False,
1369
1382
  remove_active: bool | None = False,
1370
- ):
1383
+ ) -> None:
1371
1384
  """Add or remove a motion tracking settings preset
1372
1385
 
1373
1386
  :type execution_context: int | str | None
@@ -1382,7 +1395,7 @@ def tracking_settings_preset_add(
1382
1395
 
1383
1396
  def update_image_from_plane_marker(
1384
1397
  execution_context: int | str | None = None, undo: bool | None = None
1385
- ):
1398
+ ) -> None:
1386
1399
  """Update current image used by plane marker from the content of the plane marker
1387
1400
 
1388
1401
  :type execution_context: int | str | None
@@ -1395,7 +1408,7 @@ def view_all(
1395
1408
  /,
1396
1409
  *,
1397
1410
  fit_view: bool | None = False,
1398
- ):
1411
+ ) -> None:
1399
1412
  """View whole image with markers
1400
1413
 
1401
1414
  :type execution_context: int | str | None
@@ -1406,14 +1419,16 @@ def view_all(
1406
1419
 
1407
1420
  def view_center_cursor(
1408
1421
  execution_context: int | str | None = None, undo: bool | None = None
1409
- ):
1422
+ ) -> None:
1410
1423
  """Center the view so that the cursor is in the middle of the view
1411
1424
 
1412
1425
  :type execution_context: int | str | None
1413
1426
  :type undo: bool | None
1414
1427
  """
1415
1428
 
1416
- def view_ndof(execution_context: int | str | None = None, undo: bool | None = None):
1429
+ def view_ndof(
1430
+ execution_context: int | str | None = None, undo: bool | None = None
1431
+ ) -> None:
1417
1432
  """Use a 3D mouse device to pan/zoom the view
1418
1433
 
1419
1434
  :type execution_context: int | str | None
@@ -1426,7 +1441,7 @@ def view_pan(
1426
1441
  /,
1427
1442
  *,
1428
1443
  offset: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
1429
- ):
1444
+ ) -> None:
1430
1445
  """Pan the view
1431
1446
 
1432
1447
  :type execution_context: int | str | None
@@ -1435,7 +1450,9 @@ def view_pan(
1435
1450
  :type offset: collections.abc.Sequence[float] | mathutils.Vector | None
1436
1451
  """
1437
1452
 
1438
- def view_selected(execution_context: int | str | None = None, undo: bool | None = None):
1453
+ def view_selected(
1454
+ execution_context: int | str | None = None, undo: bool | None = None
1455
+ ) -> None:
1439
1456
  """View all selected elements
1440
1457
 
1441
1458
  :type execution_context: int | str | None
@@ -1449,7 +1466,7 @@ def view_zoom(
1449
1466
  *,
1450
1467
  factor: float | None = 0.0,
1451
1468
  use_cursor_init: bool | None = True,
1452
- ):
1469
+ ) -> None:
1453
1470
  """Zoom in/out the view
1454
1471
 
1455
1472
  :type execution_context: int | str | None
@@ -1466,7 +1483,7 @@ def view_zoom_in(
1466
1483
  /,
1467
1484
  *,
1468
1485
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
1469
- ):
1486
+ ) -> None:
1470
1487
  """Zoom in the view
1471
1488
 
1472
1489
  :type execution_context: int | str | None
@@ -1481,7 +1498,7 @@ def view_zoom_out(
1481
1498
  /,
1482
1499
  *,
1483
1500
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
1484
- ):
1501
+ ) -> None:
1485
1502
  """Zoom out the view
1486
1503
 
1487
1504
  :type execution_context: int | str | None
@@ -1496,7 +1513,7 @@ def view_zoom_ratio(
1496
1513
  /,
1497
1514
  *,
1498
1515
  ratio: float | None = 0.0,
1499
- ):
1516
+ ) -> None:
1500
1517
  """Set the zoom ratio (based on clip size)
1501
1518
 
1502
1519
  :type execution_context: int | str | None