fake-bpy-module 20250604__py3-none-any.whl → 20250606__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 +26 -26
  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 -49
  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 -73
  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 -297
  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 +3 -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 -17
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -13
  163. bpy/ops/buttons/__init__.pyi +14 -6
  164. bpy/ops/cachefile/__init__.pyi +9 -5
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -92
  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 -13
  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 -40
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -23
  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 -65
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -49
  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 -147
  200. bpy/ops/object/__init__.pyi +262 -242
  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 -35
  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 -39
  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 -100
  219. bpy/ops/sound/__init__.pyi +7 -7
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -43
  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 +138 -116
  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 +1206 -1157
  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-20250606.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250606.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-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250604.dist-info → fake_bpy_module-20250606.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
@@ -711,7 +717,7 @@ def open(
711
717
  "ASSET_CATALOG",
712
718
  ]
713
719
  | None = "",
714
- ):
720
+ ) -> None:
715
721
  """Load a sequence of frames or a movie file
716
722
 
717
723
  :type execution_context: int | str | None
@@ -802,21 +808,27 @@ def open(
802
808
  :type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
803
809
  """
804
810
 
805
- def paste_tracks(execution_context: int | str | None = None, undo: bool | None = None):
811
+ def paste_tracks(
812
+ execution_context: int | str | None = None, undo: bool | None = None
813
+ ) -> None:
806
814
  """Paste tracks from the internal clipboard
807
815
 
808
816
  :type execution_context: int | str | None
809
817
  :type undo: bool | None
810
818
  """
811
819
 
812
- def prefetch(execution_context: int | str | None = None, undo: bool | None = None):
820
+ def prefetch(
821
+ execution_context: int | str | None = None, undo: bool | None = None
822
+ ) -> None:
813
823
  """Prefetch frames from disk for faster playback/tracking
814
824
 
815
825
  :type execution_context: int | str | None
816
826
  :type undo: bool | None
817
827
  """
818
828
 
819
- def rebuild_proxy(execution_context: int | str | None = None, undo: bool | None = None):
829
+ def rebuild_proxy(
830
+ execution_context: int | str | None = None, undo: bool | None = None
831
+ ) -> None:
820
832
  """Rebuild all selected proxies and timecode indices in the background
821
833
 
822
834
  :type execution_context: int | str | None
@@ -829,7 +841,7 @@ def refine_markers(
829
841
  /,
830
842
  *,
831
843
  backwards: bool | None = False,
832
- ):
844
+ ) -> None:
833
845
  """Refine selected markers positions by running the tracker from track's reference to current frame
834
846
 
835
847
  :type execution_context: int | str | None
@@ -838,7 +850,9 @@ def refine_markers(
838
850
  :type backwards: bool | None
839
851
  """
840
852
 
841
- def reload(execution_context: int | str | None = None, undo: bool | None = None):
853
+ def reload(
854
+ execution_context: int | str | None = None, undo: bool | None = None
855
+ ) -> None:
842
856
  """Reload clip
843
857
 
844
858
  :type execution_context: int | str | None
@@ -853,7 +867,7 @@ def select(
853
867
  extend: bool | None = False,
854
868
  deselect_all: bool | None = False,
855
869
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
856
- ):
870
+ ) -> None:
857
871
  """Select tracking markers
858
872
 
859
873
  :type execution_context: int | str | None
@@ -872,7 +886,7 @@ def select_all(
872
886
  /,
873
887
  *,
874
888
  action: typing.Literal["TOGGLE", "SELECT", "DESELECT", "INVERT"] | None = "TOGGLE",
875
- ):
889
+ ) -> None:
876
890
  """Change selection of all tracking markers
877
891
 
878
892
  :type execution_context: int | str | None
@@ -904,7 +918,7 @@ def select_box(
904
918
  ymax: int | None = 0,
905
919
  wait_for_input: bool | None = True,
906
920
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
907
- ):
921
+ ) -> None:
908
922
  """Select markers using box selection
909
923
 
910
924
  :type execution_context: int | str | None
@@ -942,7 +956,7 @@ def select_circle(
942
956
  radius: int | None = 25,
943
957
  wait_for_input: bool | None = True,
944
958
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
945
- ):
959
+ ) -> None:
946
960
  """Select markers using circle selection
947
961
 
948
962
  :type execution_context: int | str | None
@@ -977,7 +991,7 @@ def select_grouped(
977
991
  "KEYFRAMED", "ESTIMATED", "TRACKED", "LOCKED", "DISABLED", "COLOR", "FAILED"
978
992
  ]
979
993
  | None = "ESTIMATED",
980
- ):
994
+ ) -> None:
981
995
  """Select all tracks from specified group
982
996
 
983
997
  :type execution_context: int | str | None
@@ -1017,7 +1031,7 @@ def select_lasso(
1017
1031
  smooth_stroke_factor: float | None = 0.75,
1018
1032
  smooth_stroke_radius: int | None = 35,
1019
1033
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
1020
- ):
1034
+ ) -> None:
1021
1035
  """Select markers using lasso selection
1022
1036
 
1023
1037
  :type execution_context: int | str | None
@@ -1045,7 +1059,7 @@ def select_lasso(
1045
1059
 
1046
1060
  def set_active_clip(
1047
1061
  execution_context: int | str | None = None, undo: bool | None = None
1048
- ):
1062
+ ) -> None:
1049
1063
  """Undocumented, consider contributing.
1050
1064
 
1051
1065
  :type execution_context: int | str | None
@@ -1058,7 +1072,7 @@ def set_axis(
1058
1072
  /,
1059
1073
  *,
1060
1074
  axis: typing.Literal["X", "Y"] | None = "X",
1061
- ):
1075
+ ) -> None:
1062
1076
  """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
1077
 
1064
1078
  :type execution_context: int | str | None
@@ -1079,7 +1093,7 @@ def set_origin(
1079
1093
  /,
1080
1094
  *,
1081
1095
  use_median: bool | None = False,
1082
- ):
1096
+ ) -> None:
1083
1097
  """Set active marker as origin by moving camera (or its parent if present) in 3D space
1084
1098
 
1085
1099
  :type execution_context: int | str | None
@@ -1094,7 +1108,7 @@ def set_plane(
1094
1108
  /,
1095
1109
  *,
1096
1110
  plane: typing.Literal["FLOOR", "WALL"] | None = "FLOOR",
1097
- ):
1111
+ ) -> None:
1098
1112
  """Set plane based on 3 selected bundles by moving camera (or its parent if present) in 3D space
1099
1113
 
1100
1114
  :type execution_context: int | str | None
@@ -1115,7 +1129,7 @@ def set_scale(
1115
1129
  /,
1116
1130
  *,
1117
1131
  distance: float | None = 0.0,
1118
- ):
1132
+ ) -> None:
1119
1133
  """Set scale of scene by scaling camera (or its parent if present)
1120
1134
 
1121
1135
  :type execution_context: int | str | None
@@ -1126,7 +1140,7 @@ def set_scale(
1126
1140
 
1127
1141
  def set_scene_frames(
1128
1142
  execution_context: int | str | None = None, undo: bool | None = None
1129
- ):
1143
+ ) -> None:
1130
1144
  """Set scene's start and end frame to match clip's start frame and length
1131
1145
 
1132
1146
  :type execution_context: int | str | None
@@ -1139,7 +1153,7 @@ def set_solution_scale(
1139
1153
  /,
1140
1154
  *,
1141
1155
  distance: float | None = 0.0,
1142
- ):
1156
+ ) -> None:
1143
1157
  """Set object solution scale using distance between two selected tracks
1144
1158
 
1145
1159
  :type execution_context: int | str | None
@@ -1154,7 +1168,7 @@ def set_solver_keyframe(
1154
1168
  /,
1155
1169
  *,
1156
1170
  keyframe: typing.Literal["KEYFRAME_A", "KEYFRAME_B"] | None = "KEYFRAME_A",
1157
- ):
1171
+ ) -> None:
1158
1172
  """Set keyframe used by solver
1159
1173
 
1160
1174
  :type execution_context: int | str | None
@@ -1165,7 +1179,7 @@ def set_solver_keyframe(
1165
1179
 
1166
1180
  def set_viewport_background(
1167
1181
  execution_context: int | str | None = None, undo: bool | None = None
1168
- ):
1182
+ ) -> None:
1169
1183
  """Set current movie clip as a camera background in 3D Viewport (works only when a 3D Viewport is visible)
1170
1184
 
1171
1185
  :type execution_context: int | str | None
@@ -1174,7 +1188,7 @@ def set_viewport_background(
1174
1188
 
1175
1189
  def setup_tracking_scene(
1176
1190
  execution_context: int | str | None = None, undo: bool | None = None
1177
- ):
1191
+ ) -> None:
1178
1192
  """Prepare scene for compositing 3D objects into this footage
1179
1193
 
1180
1194
  :type execution_context: int | str | None
@@ -1187,7 +1201,7 @@ def slide_marker(
1187
1201
  /,
1188
1202
  *,
1189
1203
  offset: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
1190
- ):
1204
+ ) -> None:
1191
1205
  """Slide marker areas
1192
1206
 
1193
1207
  :type execution_context: int | str | None
@@ -1198,14 +1212,16 @@ def slide_marker(
1198
1212
 
1199
1213
  def slide_plane_marker(
1200
1214
  execution_context: int | str | None = None, undo: bool | None = None
1201
- ):
1215
+ ) -> None:
1202
1216
  """Slide plane marker areas
1203
1217
 
1204
1218
  :type execution_context: int | str | None
1205
1219
  :type undo: bool | None
1206
1220
  """
1207
1221
 
1208
- def solve_camera(execution_context: int | str | None = None, undo: bool | None = None):
1222
+ def solve_camera(
1223
+ execution_context: int | str | None = None, undo: bool | None = None
1224
+ ) -> None:
1209
1225
  """Solve camera motion from tracks
1210
1226
 
1211
1227
  :type execution_context: int | str | None
@@ -1214,7 +1230,7 @@ def solve_camera(execution_context: int | str | None = None, undo: bool | None =
1214
1230
 
1215
1231
  def stabilize_2d_add(
1216
1232
  execution_context: int | str | None = None, undo: bool | None = None
1217
- ):
1233
+ ) -> None:
1218
1234
  """Add selected tracks to 2D translation stabilization
1219
1235
 
1220
1236
  :type execution_context: int | str | None
@@ -1223,7 +1239,7 @@ def stabilize_2d_add(
1223
1239
 
1224
1240
  def stabilize_2d_remove(
1225
1241
  execution_context: int | str | None = None, undo: bool | None = None
1226
- ):
1242
+ ) -> None:
1227
1243
  """Remove selected track from translation stabilization
1228
1244
 
1229
1245
  :type execution_context: int | str | None
@@ -1232,7 +1248,7 @@ def stabilize_2d_remove(
1232
1248
 
1233
1249
  def stabilize_2d_rotation_add(
1234
1250
  execution_context: int | str | None = None, undo: bool | None = None
1235
- ):
1251
+ ) -> None:
1236
1252
  """Add selected tracks to 2D rotation stabilization
1237
1253
 
1238
1254
  :type execution_context: int | str | None
@@ -1241,7 +1257,7 @@ def stabilize_2d_rotation_add(
1241
1257
 
1242
1258
  def stabilize_2d_rotation_remove(
1243
1259
  execution_context: int | str | None = None, undo: bool | None = None
1244
- ):
1260
+ ) -> None:
1245
1261
  """Remove selected track from rotation stabilization
1246
1262
 
1247
1263
  :type execution_context: int | str | None
@@ -1250,7 +1266,7 @@ def stabilize_2d_rotation_remove(
1250
1266
 
1251
1267
  def stabilize_2d_rotation_select(
1252
1268
  execution_context: int | str | None = None, undo: bool | None = None
1253
- ):
1269
+ ) -> None:
1254
1270
  """Select tracks which are used for rotation stabilization
1255
1271
 
1256
1272
  :type execution_context: int | str | None
@@ -1259,7 +1275,7 @@ def stabilize_2d_rotation_select(
1259
1275
 
1260
1276
  def stabilize_2d_select(
1261
1277
  execution_context: int | str | None = None, undo: bool | None = None
1262
- ):
1278
+ ) -> None:
1263
1279
  """Select tracks which are used for translation stabilization
1264
1280
 
1265
1281
  :type execution_context: int | str | None
@@ -1274,7 +1290,7 @@ def track_color_preset_add(
1274
1290
  name: str = "",
1275
1291
  remove_name: bool | None = False,
1276
1292
  remove_active: bool | None = False,
1277
- ):
1293
+ ) -> None:
1278
1294
  """Add or remove a Clip Track Color Preset
1279
1295
 
1280
1296
  :type execution_context: int | str | None
@@ -1289,7 +1305,7 @@ def track_color_preset_add(
1289
1305
 
1290
1306
  def track_copy_color(
1291
1307
  execution_context: int | str | None = None, undo: bool | None = None
1292
- ):
1308
+ ) -> None:
1293
1309
  """Copy color to all selected tracks
1294
1310
 
1295
1311
  :type execution_context: int | str | None
@@ -1303,7 +1319,7 @@ def track_markers(
1303
1319
  *,
1304
1320
  backwards: bool | None = False,
1305
1321
  sequence: bool | None = False,
1306
- ):
1322
+ ) -> None:
1307
1323
  """Track selected markers
1308
1324
 
1309
1325
  :type execution_context: int | str | None
@@ -1316,7 +1332,7 @@ def track_markers(
1316
1332
 
1317
1333
  def track_settings_as_default(
1318
1334
  execution_context: int | str | None = None, undo: bool | None = None
1319
- ):
1335
+ ) -> None:
1320
1336
  """Copy tracking settings from active track to default settings
1321
1337
 
1322
1338
  :type execution_context: int | str | None
@@ -1325,7 +1341,7 @@ def track_settings_as_default(
1325
1341
 
1326
1342
  def track_settings_to_track(
1327
1343
  execution_context: int | str | None = None, undo: bool | None = None
1328
- ):
1344
+ ) -> None:
1329
1345
  """Copy tracking settings from active track to selected tracks
1330
1346
 
1331
1347
  :type execution_context: int | str | None
@@ -1334,7 +1350,7 @@ def track_settings_to_track(
1334
1350
 
1335
1351
  def track_to_empty(
1336
1352
  execution_context: int | str | None = None, undo: bool | None = None
1337
- ):
1353
+ ) -> None:
1338
1354
  """Create an Empty object which will be copying movement of active track
1339
1355
 
1340
1356
  :type execution_context: int | str | None
@@ -1343,7 +1359,7 @@ def track_to_empty(
1343
1359
 
1344
1360
  def tracking_object_new(
1345
1361
  execution_context: int | str | None = None, undo: bool | None = None
1346
- ):
1362
+ ) -> None:
1347
1363
  """Add new object for tracking
1348
1364
 
1349
1365
  :type execution_context: int | str | None
@@ -1352,7 +1368,7 @@ def tracking_object_new(
1352
1368
 
1353
1369
  def tracking_object_remove(
1354
1370
  execution_context: int | str | None = None, undo: bool | None = None
1355
- ):
1371
+ ) -> None:
1356
1372
  """Remove object for tracking
1357
1373
 
1358
1374
  :type execution_context: int | str | None
@@ -1367,7 +1383,7 @@ def tracking_settings_preset_add(
1367
1383
  name: str = "",
1368
1384
  remove_name: bool | None = False,
1369
1385
  remove_active: bool | None = False,
1370
- ):
1386
+ ) -> None:
1371
1387
  """Add or remove a motion tracking settings preset
1372
1388
 
1373
1389
  :type execution_context: int | str | None
@@ -1382,7 +1398,7 @@ def tracking_settings_preset_add(
1382
1398
 
1383
1399
  def update_image_from_plane_marker(
1384
1400
  execution_context: int | str | None = None, undo: bool | None = None
1385
- ):
1401
+ ) -> None:
1386
1402
  """Update current image used by plane marker from the content of the plane marker
1387
1403
 
1388
1404
  :type execution_context: int | str | None
@@ -1395,7 +1411,7 @@ def view_all(
1395
1411
  /,
1396
1412
  *,
1397
1413
  fit_view: bool | None = False,
1398
- ):
1414
+ ) -> None:
1399
1415
  """View whole image with markers
1400
1416
 
1401
1417
  :type execution_context: int | str | None
@@ -1406,14 +1422,16 @@ def view_all(
1406
1422
 
1407
1423
  def view_center_cursor(
1408
1424
  execution_context: int | str | None = None, undo: bool | None = None
1409
- ):
1425
+ ) -> None:
1410
1426
  """Center the view so that the cursor is in the middle of the view
1411
1427
 
1412
1428
  :type execution_context: int | str | None
1413
1429
  :type undo: bool | None
1414
1430
  """
1415
1431
 
1416
- def view_ndof(execution_context: int | str | None = None, undo: bool | None = None):
1432
+ def view_ndof(
1433
+ execution_context: int | str | None = None, undo: bool | None = None
1434
+ ) -> None:
1417
1435
  """Use a 3D mouse device to pan/zoom the view
1418
1436
 
1419
1437
  :type execution_context: int | str | None
@@ -1426,7 +1444,7 @@ def view_pan(
1426
1444
  /,
1427
1445
  *,
1428
1446
  offset: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
1429
- ):
1447
+ ) -> None:
1430
1448
  """Pan the view
1431
1449
 
1432
1450
  :type execution_context: int | str | None
@@ -1435,7 +1453,9 @@ def view_pan(
1435
1453
  :type offset: collections.abc.Sequence[float] | mathutils.Vector | None
1436
1454
  """
1437
1455
 
1438
- def view_selected(execution_context: int | str | None = None, undo: bool | None = None):
1456
+ def view_selected(
1457
+ execution_context: int | str | None = None, undo: bool | None = None
1458
+ ) -> None:
1439
1459
  """View all selected elements
1440
1460
 
1441
1461
  :type execution_context: int | str | None
@@ -1449,7 +1469,7 @@ def view_zoom(
1449
1469
  *,
1450
1470
  factor: float | None = 0.0,
1451
1471
  use_cursor_init: bool | None = True,
1452
- ):
1472
+ ) -> None:
1453
1473
  """Zoom in/out the view
1454
1474
 
1455
1475
  :type execution_context: int | str | None
@@ -1466,7 +1486,7 @@ def view_zoom_in(
1466
1486
  /,
1467
1487
  *,
1468
1488
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
1469
- ):
1489
+ ) -> None:
1470
1490
  """Zoom in the view
1471
1491
 
1472
1492
  :type execution_context: int | str | None
@@ -1481,7 +1501,7 @@ def view_zoom_out(
1481
1501
  /,
1482
1502
  *,
1483
1503
  location: collections.abc.Sequence[float] | mathutils.Vector | None = (0.0, 0.0),
1484
- ):
1504
+ ) -> None:
1485
1505
  """Zoom out the view
1486
1506
 
1487
1507
  :type execution_context: int | str | None
@@ -1496,7 +1516,7 @@ def view_zoom_ratio(
1496
1516
  /,
1497
1517
  *,
1498
1518
  ratio: float | None = 0.0,
1499
- ):
1519
+ ) -> None:
1500
1520
  """Set the zoom ratio (based on clip size)
1501
1521
 
1502
1522
  :type execution_context: int | str | None