fake-bpy-module 20250628__py3-none-any.whl → 20250830__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 (246) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/assets/__init__.pyi +5 -0
  3. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  4. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  5. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
  7. _bpy_types/__init__.pyi +1594 -0
  8. aud/__init__.pyi +84 -31
  9. bl_i18n_utils/settings/__init__.pyi +1 -1
  10. bl_i18n_utils/utils/__init__.pyi +4 -4
  11. bl_math/__init__.pyi +1 -1
  12. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  13. bl_operators/anim/__init__.pyi +15 -14
  14. bl_operators/assets/__init__.pyi +4 -3
  15. bl_operators/bone_selection_sets/__init__.pyi +15 -14
  16. bl_operators/clip/__init__.pyi +12 -11
  17. bl_operators/connect_to_output/__init__.pyi +2 -1
  18. bl_operators/console/__init__.pyi +6 -5
  19. bl_operators/constraint/__init__.pyi +6 -5
  20. bl_operators/file/__init__.pyi +6 -5
  21. bl_operators/freestyle/__init__.pyi +5 -4
  22. bl_operators/geometry_nodes/__init__.pyi +5 -4
  23. bl_operators/grease_pencil/__init__.pyi +2 -1
  24. bl_operators/image/__init__.pyi +6 -5
  25. bl_operators/image_as_planes/__init__.pyi +3 -2
  26. bl_operators/mesh/__init__.pyi +4 -3
  27. bl_operators/node/__init__.pyi +18 -17
  28. bl_operators/object/__init__.pyi +17 -16
  29. bl_operators/object_align/__init__.pyi +2 -1
  30. bl_operators/object_quick_effects/__init__.pyi +5 -4
  31. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  32. bl_operators/presets/__init__.pyi +26 -25
  33. bl_operators/rigidbody/__init__.pyi +4 -3
  34. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
  35. bl_operators/sequencer/__init__.pyi +12 -11
  36. bl_operators/spreadsheet/__init__.pyi +2 -1
  37. bl_operators/userpref/__init__.pyi +26 -25
  38. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  39. bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
  40. bl_operators/uvcalc_transform/__init__.pyi +5 -4
  41. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  42. bl_operators/view3d/__init__.pyi +9 -8
  43. bl_operators/wm/__init__.pyi +48 -47
  44. bl_operators/world/__init__.pyi +3 -2
  45. bl_ui/__init__.pyi +4 -3
  46. bl_ui/anim/__init__.pyi +2 -1
  47. bl_ui/asset_shelf/__init__.pyi +2 -1
  48. bl_ui/generic_ui_list/__init__.pyi +4 -3
  49. bl_ui/node_add_menu/__init__.pyi +6 -2
  50. bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
  51. bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
  52. bl_ui/node_add_menu_shader/__init__.pyi +11 -10
  53. bl_ui/node_add_menu_texture/__init__.pyi +10 -9
  54. bl_ui/properties_collection/__init__.pyi +9 -8
  55. bl_ui/properties_constraint/__init__.pyi +78 -77
  56. bl_ui/properties_data_armature/__init__.pyi +22 -21
  57. bl_ui/properties_data_bone/__init__.pyi +12 -11
  58. bl_ui/properties_data_camera/__init__.pyi +18 -17
  59. bl_ui/properties_data_curve/__init__.pyi +18 -17
  60. bl_ui/properties_data_curves/__init__.pyi +11 -10
  61. bl_ui/properties_data_empty/__init__.pyi +3 -2
  62. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
  63. bl_ui/properties_data_lattice/__init__.pyi +7 -6
  64. bl_ui/properties_data_light/__init__.pyi +13 -12
  65. bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
  66. bl_ui/properties_data_mesh/__init__.pyi +48 -22
  67. bl_ui/properties_data_metaball/__init__.pyi +9 -8
  68. bl_ui/properties_data_modifier/__init__.pyi +10 -9
  69. bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
  70. bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
  71. bl_ui/properties_data_speaker/__init__.pyi +9 -8
  72. bl_ui/properties_data_volume/__init__.pyi +12 -11
  73. bl_ui/properties_freestyle/__init__.pyi +27 -26
  74. bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
  75. bl_ui/properties_mask_common/__init__.pyi +8 -7
  76. bl_ui/properties_material/__init__.pyi +19 -18
  77. bl_ui/properties_material_gpencil/__init__.pyi +14 -13
  78. bl_ui/properties_object/__init__.pyi +24 -23
  79. bl_ui/properties_output/__init__.pyi +21 -20
  80. bl_ui/properties_paint_common/__init__.pyi +8 -4
  81. bl_ui/properties_particle/__init__.pyi +58 -55
  82. bl_ui/properties_physics_cloth/__init__.pyi +15 -14
  83. bl_ui/properties_physics_common/__init__.pyi +2 -1
  84. bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
  85. bl_ui/properties_physics_field/__init__.pyi +11 -10
  86. bl_ui/properties_physics_fluid/__init__.pyi +29 -28
  87. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
  88. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
  89. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
  90. bl_ui/properties_physics_softbody/__init__.pyi +16 -15
  91. bl_ui/properties_render/__init__.pyi +44 -74
  92. bl_ui/properties_scene/__init__.pyi +48 -18
  93. bl_ui/properties_texture/__init__.pyi +30 -29
  94. bl_ui/properties_view_layer/__init__.pyi +52 -14
  95. bl_ui/properties_workspace/__init__.pyi +6 -5
  96. bl_ui/properties_world/__init__.pyi +14 -13
  97. bl_ui/space_clip/__init__.pyi +76 -73
  98. bl_ui/space_console/__init__.pyi +7 -6
  99. bl_ui/space_dopesheet/__init__.pyi +32 -31
  100. bl_ui/space_filebrowser/__init__.pyi +33 -30
  101. bl_ui/space_graph/__init__.pyi +24 -23
  102. bl_ui/space_image/__init__.pyi +88 -72
  103. bl_ui/space_info/__init__.pyi +7 -6
  104. bl_ui/space_nla/__init__.pyi +22 -19
  105. bl_ui/space_node/__init__.pyi +66 -31
  106. bl_ui/space_outliner/__init__.pyi +16 -15
  107. bl_ui/space_properties/__init__.pyi +5 -4
  108. bl_ui/space_sequencer/__init__.pyi +131 -91
  109. bl_ui/space_spreadsheet/__init__.pyi +4 -3
  110. bl_ui/space_statusbar/__init__.pyi +2 -1
  111. bl_ui/space_text/__init__.pyi +17 -16
  112. bl_ui/space_time/__init__.pyi +7 -6
  113. bl_ui/space_toolsystem_common/__init__.pyi +2 -2
  114. bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
  115. bl_ui/space_topbar/__init__.pyi +28 -27
  116. bl_ui/space_userpref/__init__.pyi +103 -92
  117. bl_ui/space_view3d/__init__.pyi +268 -266
  118. bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
  119. blf/__init__.pyi +3 -5
  120. bmesh/__init__.pyi +2 -2
  121. bmesh/geometry/__init__.pyi +1 -1
  122. bmesh/ops/__init__.pyi +29 -14
  123. bmesh/types/__init__.pyi +34 -40
  124. bmesh/utils/__init__.pyi +1 -0
  125. bpy/__init__.pyi +1 -1
  126. bpy/app/__init__.pyi +34 -37
  127. bpy/app/handlers/__init__.pyi +19 -19
  128. bpy/app/timers/__init__.pyi +2 -1
  129. bpy/app/translations/__init__.pyi +8 -8
  130. bpy/msgbus/__init__.pyi +3 -2
  131. bpy/ops/action/__init__.pyi +58 -20
  132. bpy/ops/anim/__init__.pyi +115 -31
  133. bpy/ops/armature/__init__.pyi +59 -19
  134. bpy/ops/asset/__init__.pyi +35 -11
  135. bpy/ops/boid/__init__.pyi +21 -7
  136. bpy/ops/brush/__init__.pyi +10 -4
  137. bpy/ops/buttons/__init__.pyi +12 -4
  138. bpy/ops/cachefile/__init__.pyi +6 -2
  139. bpy/ops/clip/__init__.pyi +132 -46
  140. bpy/ops/collection/__init__.pyi +23 -4
  141. bpy/ops/console/__init__.pyi +30 -10
  142. bpy/ops/constraint/__init__.pyi +12 -6
  143. bpy/ops/curve/__init__.pyi +72 -24
  144. bpy/ops/curves/__init__.pyi +69 -21
  145. bpy/ops/cycles/__init__.pyi +4 -2
  146. bpy/ops/dpaint/__init__.pyi +11 -3
  147. bpy/ops/ed/__init__.pyi +34 -10
  148. bpy/ops/export_scene/__init__.pyi +15 -15
  149. bpy/ops/extensions/__init__.pyi +45 -15
  150. bpy/ops/file/__init__.pyi +81 -30
  151. bpy/ops/fluid/__init__.pyi +39 -13
  152. bpy/ops/font/__init__.pyi +30 -10
  153. bpy/ops/geometry/__init__.pyi +9 -3
  154. bpy/ops/gizmogroup/__init__.pyi +3 -1
  155. bpy/ops/gpencil/__init__.pyi +20 -8
  156. bpy/ops/graph/__init__.pyi +67 -29
  157. bpy/ops/grease_pencil/__init__.pyi +178 -49
  158. bpy/ops/image/__init__.pyi +68 -58
  159. bpy/ops/import_anim/__init__.pyi +2 -2
  160. bpy/ops/import_curve/__init__.pyi +3 -0
  161. bpy/ops/import_scene/__init__.pyi +15 -2
  162. bpy/ops/info/__init__.pyi +12 -4
  163. bpy/ops/lattice/__init__.pyi +9 -3
  164. bpy/ops/marker/__init__.pyi +8 -2
  165. bpy/ops/mask/__init__.pyi +53 -19
  166. bpy/ops/material/__init__.pyi +15 -3
  167. bpy/ops/mball/__init__.pyi +3 -1
  168. bpy/ops/mesh/__init__.pyi +116 -45
  169. bpy/ops/nla/__init__.pyi +67 -25
  170. bpy/ops/node/__init__.pyi +285 -119
  171. bpy/ops/object/__init__.pyi +278 -116
  172. bpy/ops/outliner/__init__.pyi +145 -49
  173. bpy/ops/paint/__init__.pyi +65 -37
  174. bpy/ops/paintcurve/__init__.pyi +16 -4
  175. bpy/ops/palette/__init__.pyi +11 -3
  176. bpy/ops/particle/__init__.pyi +66 -24
  177. bpy/ops/pointcloud/__init__.pyi +9 -3
  178. bpy/ops/pose/__init__.pyi +80 -28
  179. bpy/ops/poselib/__init__.pyi +40 -7
  180. bpy/ops/preferences/__init__.pyi +29 -11
  181. bpy/ops/ptcache/__init__.pyi +17 -5
  182. bpy/ops/render/__init__.pyi +10 -4
  183. bpy/ops/rigidbody/__init__.pyi +19 -7
  184. bpy/ops/scene/__init__.pyi +93 -22
  185. bpy/ops/screen/__init__.pyi +58 -20
  186. bpy/ops/script/__init__.pyi +3 -1
  187. bpy/ops/sculpt/__init__.pyi +30 -14
  188. bpy/ops/sculpt_curves/__init__.pyi +4 -2
  189. bpy/ops/sequencer/__init__.pyi +262 -125
  190. bpy/ops/sound/__init__.pyi +13 -5
  191. bpy/ops/spreadsheet/__init__.pyi +15 -5
  192. bpy/ops/text/__init__.pyi +85 -25
  193. bpy/ops/texture/__init__.pyi +11 -3
  194. bpy/ops/transform/__init__.pyi +7 -3
  195. bpy/ops/ui/__init__.pyi +106 -52
  196. bpy/ops/uv/__init__.pyi +43 -17
  197. bpy/ops/view2d/__init__.pyi +13 -3
  198. bpy/ops/view3d/__init__.pyi +116 -38
  199. bpy/ops/wm/__init__.pyi +144 -86
  200. bpy/ops/workspace/__init__.pyi +31 -6
  201. bpy/ops/world/__init__.pyi +9 -3
  202. bpy/path/__init__.pyi +1 -1
  203. bpy/props/__init__.pyi +31 -31
  204. bpy/stub_internal/rna_enums/__init__.pyi +54 -34
  205. bpy/types/__init__.pyi +55628 -39419
  206. bpy/utils/__init__.pyi +8 -8
  207. bpy/utils/previews/__init__.pyi +2 -2
  208. bpy/utils/units/__init__.pyi +5 -3
  209. bpy_extras/anim_utils/__init__.pyi +1 -1
  210. bpy_extras/id_map_utils/__init__.pyi +1 -1
  211. bpy_extras/image_utils/__init__.pyi +2 -2
  212. bpy_extras/io_utils/__init__.pyi +5 -5
  213. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  214. bpy_extras/node_shader_utils/__init__.pyi +1 -1
  215. bpy_extras/object_utils/__init__.pyi +1 -1
  216. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
  217. {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250830.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.dist-info}/top_level.txt +1 -1
  220. freestyle/chainingiterators/__init__.pyi +5 -5
  221. freestyle/predicates/__init__.pyi +2 -2
  222. freestyle/shaders/__init__.pyi +16 -17
  223. freestyle/types/__init__.pyi +25 -27
  224. freestyle/utils/__init__.pyi +6 -6
  225. gpu/platform/__init__.pyi +2 -2
  226. gpu/shader/__init__.pyi +3 -3
  227. gpu/state/__init__.pyi +1 -1
  228. gpu/texture/__init__.pyi +3 -3
  229. gpu/types/__init__.pyi +25 -14
  230. gpu_extras/batch/__init__.pyi +1 -1
  231. idprop/types/__init__.pyi +2 -2
  232. imbuf/__init__.pyi +1 -1
  233. imbuf/types/__init__.pyi +12 -6
  234. keyingsets_builtins/__init__.pyi +23 -22
  235. mathutils/__init__.pyi +157 -61
  236. mathutils/bvhtree/__init__.pyi +17 -4
  237. mathutils/geometry/__init__.pyi +54 -12
  238. mathutils/interpolate/__init__.pyi +4 -2
  239. mathutils/kdtree/__init__.pyi +1 -0
  240. mathutils/noise/__init__.pyi +61 -44
  241. rna_info/__init__.pyi +4 -1
  242. rna_prop_ui/__init__.pyi +1 -1
  243. bpy_types/__init__.pyi +0 -30
  244. fake_bpy_module-20250628.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.dist-info}/WHEEL +0 -0
bpy/ops/boid/__init__.pyi CHANGED
@@ -20,7 +20,9 @@ def rule_add(
20
20
  """
21
21
 
22
22
  def rule_del(
23
- execution_context: int | str | None = None, undo: bool | None = None
23
+ execution_context: int | str | None = None,
24
+ undo: bool | None = None,
25
+ /,
24
26
  ) -> None:
25
27
  """Delete current boid rule
26
28
 
@@ -29,7 +31,9 @@ def rule_del(
29
31
  """
30
32
 
31
33
  def rule_move_down(
32
- execution_context: int | str | None = None, undo: bool | None = None
34
+ execution_context: int | str | None = None,
35
+ undo: bool | None = None,
36
+ /,
33
37
  ) -> None:
34
38
  """Move boid rule down in the list
35
39
 
@@ -38,7 +42,9 @@ def rule_move_down(
38
42
  """
39
43
 
40
44
  def rule_move_up(
41
- execution_context: int | str | None = None, undo: bool | None = None
45
+ execution_context: int | str | None = None,
46
+ undo: bool | None = None,
47
+ /,
42
48
  ) -> None:
43
49
  """Move boid rule up in the list
44
50
 
@@ -47,7 +53,9 @@ def rule_move_up(
47
53
  """
48
54
 
49
55
  def state_add(
50
- execution_context: int | str | None = None, undo: bool | None = None
56
+ execution_context: int | str | None = None,
57
+ undo: bool | None = None,
58
+ /,
51
59
  ) -> None:
52
60
  """Add a boid state to the particle system
53
61
 
@@ -56,7 +64,9 @@ def state_add(
56
64
  """
57
65
 
58
66
  def state_del(
59
- execution_context: int | str | None = None, undo: bool | None = None
67
+ execution_context: int | str | None = None,
68
+ undo: bool | None = None,
69
+ /,
60
70
  ) -> None:
61
71
  """Delete current boid state
62
72
 
@@ -65,7 +75,9 @@ def state_del(
65
75
  """
66
76
 
67
77
  def state_move_down(
68
- execution_context: int | str | None = None, undo: bool | None = None
78
+ execution_context: int | str | None = None,
79
+ undo: bool | None = None,
80
+ /,
69
81
  ) -> None:
70
82
  """Move boid state down in the list
71
83
 
@@ -74,7 +86,9 @@ def state_move_down(
74
86
  """
75
87
 
76
88
  def state_move_up(
77
- execution_context: int | str | None = None, undo: bool | None = None
89
+ execution_context: int | str | None = None,
90
+ undo: bool | None = None,
91
+ /,
78
92
  ) -> None:
79
93
  """Move boid state up in the list
80
94
 
@@ -30,7 +30,9 @@ def asset_activate(
30
30
  """
31
31
 
32
32
  def asset_delete(
33
- execution_context: int | str | None = None, undo: bool | None = None
33
+ execution_context: int | str | None = None,
34
+ undo: bool | None = None,
35
+ /,
34
36
  ) -> None:
35
37
  """Delete the active brush asset
36
38
 
@@ -51,7 +53,7 @@ def asset_edit_metadata(
51
53
 
52
54
  :type execution_context: int | str | None
53
55
  :type undo: bool | None
54
- :param catalog_path: Catalog, The asset's catalog path
56
+ :param catalog_path: Catalog, The assets catalog path
55
57
  :type catalog_path: str
56
58
  :param author: Author
57
59
  :type author: str
@@ -159,7 +161,9 @@ def asset_load_preview(
159
161
  """
160
162
 
161
163
  def asset_revert(
162
- execution_context: int | str | None = None, undo: bool | None = None
164
+ execution_context: int | str | None = None,
165
+ undo: bool | None = None,
166
+ /,
163
167
  ) -> None:
164
168
  """Revert the active brush settings to the default values from the asset library
165
169
 
@@ -168,7 +172,9 @@ def asset_revert(
168
172
  """
169
173
 
170
174
  def asset_save(
171
- execution_context: int | str | None = None, undo: bool | None = None
175
+ execution_context: int | str | None = None,
176
+ undo: bool | None = None,
177
+ /,
172
178
  ) -> None:
173
179
  """Update the active brush asset in the asset library with current settings
174
180
 
@@ -4,7 +4,9 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
6
  def clear_filter(
7
- execution_context: int | str | None = None, undo: bool | None = None
7
+ execution_context: int | str | None = None,
8
+ undo: bool | None = None,
9
+ /,
8
10
  ) -> None:
9
11
  """Clear the search filter
10
12
 
@@ -13,7 +15,9 @@ def clear_filter(
13
15
  """
14
16
 
15
17
  def context_menu(
16
- execution_context: int | str | None = None, undo: bool | None = None
18
+ execution_context: int | str | None = None,
19
+ undo: bool | None = None,
20
+ /,
17
21
  ) -> None:
18
22
  """Display properties editor context_menu
19
23
 
@@ -217,7 +221,9 @@ def file_browse(
217
221
  """
218
222
 
219
223
  def start_filter(
220
- execution_context: int | str | None = None, undo: bool | None = None
224
+ execution_context: int | str | None = None,
225
+ undo: bool | None = None,
226
+ /,
221
227
  ) -> None:
222
228
  """Start entering filter text
223
229
 
@@ -226,7 +232,9 @@ def start_filter(
226
232
  """
227
233
 
228
234
  def toggle_pin(
229
- execution_context: int | str | None = None, undo: bool | None = None
235
+ execution_context: int | str | None = None,
236
+ undo: bool | None = None,
237
+ /,
230
238
  ) -> None:
231
239
  """Keep the current data-block displayed
232
240
 
@@ -115,7 +115,9 @@ def layer_move(
115
115
  """
116
116
 
117
117
  def layer_remove(
118
- execution_context: int | str | None = None, undo: bool | None = None
118
+ execution_context: int | str | None = None,
119
+ undo: bool | None = None,
120
+ /,
119
121
  ) -> None:
120
122
  """Remove an override layer from the archive
121
123
 
@@ -220,7 +222,9 @@ def open(
220
222
  """
221
223
 
222
224
  def reload(
223
- execution_context: int | str | None = None, undo: bool | None = None
225
+ execution_context: int | str | None = None,
226
+ undo: bool | None = None,
227
+ /,
224
228
  ) -> None:
225
229
  """Update objects paths list with new data from the archive
226
230
 
bpy/ops/clip/__init__.pyi CHANGED
@@ -23,7 +23,9 @@ def add_marker(
23
23
  """
24
24
 
25
25
  def add_marker_at_click(
26
- execution_context: int | str | None = None, undo: bool | None = None
26
+ execution_context: int | str | None = None,
27
+ undo: bool | None = None,
28
+ /,
27
29
  ) -> None:
28
30
  """Place new marker at the desired (clicked) position
29
31
 
@@ -98,7 +100,9 @@ def average_tracks(
98
100
  """
99
101
 
100
102
  def bundles_to_mesh(
101
- execution_context: int | str | None = None, undo: bool | None = None
103
+ execution_context: int | str | None = None,
104
+ undo: bool | None = None,
105
+ /,
102
106
  ) -> None:
103
107
  """Create vertex cloud using coordinates of reconstructed tracks
104
108
 
@@ -177,7 +181,9 @@ def clean_tracks(
177
181
  """
178
182
 
179
183
  def clear_solution(
180
- execution_context: int | str | None = None, undo: bool | None = None
184
+ execution_context: int | str | None = None,
185
+ undo: bool | None = None,
186
+ /,
181
187
  ) -> None:
182
188
  """Clear all calculated data
183
189
 
@@ -213,16 +219,20 @@ def clear_track_path(
213
219
  """
214
220
 
215
221
  def constraint_to_fcurve(
216
- execution_context: int | str | None = None, undo: bool | None = None
222
+ execution_context: int | str | None = None,
223
+ undo: bool | None = None,
224
+ /,
217
225
  ) -> None:
218
- """Create F-Curves for object which will copy object's movement caused by this constraint
226
+ """Create F-Curves for object which will copy objects movement caused by this constraint
219
227
 
220
228
  :type execution_context: int | str | None
221
229
  :type undo: bool | None
222
230
  """
223
231
 
224
232
  def copy_tracks(
225
- execution_context: int | str | None = None, undo: bool | None = None
233
+ execution_context: int | str | None = None,
234
+ undo: bool | None = None,
235
+ /,
226
236
  ) -> None:
227
237
  """Copy the selected tracks to the internal clipboard
228
238
 
@@ -231,7 +241,9 @@ def copy_tracks(
231
241
  """
232
242
 
233
243
  def create_plane_track(
234
- execution_context: int | str | None = None, undo: bool | None = None
244
+ execution_context: int | str | None = None,
245
+ undo: bool | None = None,
246
+ /,
235
247
  ) -> None:
236
248
  """Create new plane track out of selected point tracks
237
249
 
@@ -270,7 +282,9 @@ def delete_marker(
270
282
  """
271
283
 
272
284
  def delete_proxy(
273
- execution_context: int | str | None = None, undo: bool | None = None
285
+ execution_context: int | str | None = None,
286
+ undo: bool | None = None,
287
+ /,
274
288
  ) -> None:
275
289
  """Delete movie clip proxy files from the hard drive
276
290
 
@@ -370,7 +384,9 @@ def dopesheet_select_channel(
370
384
  """
371
385
 
372
386
  def dopesheet_view_all(
373
- execution_context: int | str | None = None, undo: bool | None = None
387
+ execution_context: int | str | None = None,
388
+ undo: bool | None = None,
389
+ /,
374
390
  ) -> None:
375
391
  """Reset viewable area to show full keyframe range
376
392
 
@@ -422,7 +438,9 @@ def frame_jump(
422
438
  """
423
439
 
424
440
  def graph_center_current_frame(
425
- execution_context: int | str | None = None, undo: bool | None = None
441
+ execution_context: int | str | None = None,
442
+ undo: bool | None = None,
443
+ /,
426
444
  ) -> None:
427
445
  """Scroll view so current frame would be centered
428
446
 
@@ -446,7 +464,9 @@ def graph_delete_curve(
446
464
  """
447
465
 
448
466
  def graph_delete_knot(
449
- execution_context: int | str | None = None, undo: bool | None = None
467
+ execution_context: int | str | None = None,
468
+ undo: bool | None = None,
469
+ /,
450
470
  ) -> None:
451
471
  """Delete curve knots
452
472
 
@@ -557,7 +577,9 @@ def graph_select_box(
557
577
  """
558
578
 
559
579
  def graph_view_all(
560
- execution_context: int | str | None = None, undo: bool | None = None
580
+ execution_context: int | str | None = None,
581
+ undo: bool | None = None,
582
+ /,
561
583
  ) -> None:
562
584
  """View all curves in editor
563
585
 
@@ -581,7 +603,9 @@ def hide_tracks(
581
603
  """
582
604
 
583
605
  def hide_tracks_clear(
584
- execution_context: int | str | None = None, undo: bool | None = None
606
+ execution_context: int | str | None = None,
607
+ undo: bool | None = None,
608
+ /,
585
609
  ) -> None:
586
610
  """Clear hide selected tracks
587
611
 
@@ -590,7 +614,9 @@ def hide_tracks_clear(
590
614
  """
591
615
 
592
616
  def join_tracks(
593
- execution_context: int | str | None = None, undo: bool | None = None
617
+ execution_context: int | str | None = None,
618
+ undo: bool | None = None,
619
+ /,
594
620
  ) -> None:
595
621
  """Join selected tracks
596
622
 
@@ -599,7 +625,9 @@ def join_tracks(
599
625
  """
600
626
 
601
627
  def keyframe_delete(
602
- execution_context: int | str | None = None, undo: bool | None = None
628
+ execution_context: int | str | None = None,
629
+ undo: bool | None = None,
630
+ /,
603
631
  ) -> None:
604
632
  """Delete a keyframe from selected tracks at current frame
605
633
 
@@ -608,7 +636,9 @@ def keyframe_delete(
608
636
  """
609
637
 
610
638
  def keyframe_insert(
611
- execution_context: int | str | None = None, undo: bool | None = None
639
+ execution_context: int | str | None = None,
640
+ undo: bool | None = None,
641
+ /,
612
642
  ) -> None:
613
643
  """Insert a keyframe to selected tracks at current frame
614
644
 
@@ -617,7 +647,9 @@ def keyframe_insert(
617
647
  """
618
648
 
619
649
  def lock_selection_toggle(
620
- execution_context: int | str | None = None, undo: bool | None = None
650
+ execution_context: int | str | None = None,
651
+ undo: bool | None = None,
652
+ /,
621
653
  ) -> None:
622
654
  """Toggle Lock Selection option of the current clip editor
623
655
 
@@ -665,7 +697,9 @@ def mode_set(
665
697
  """
666
698
 
667
699
  def new_image_from_plane_marker(
668
- execution_context: int | str | None = None, undo: bool | None = None
700
+ execution_context: int | str | None = None,
701
+ undo: bool | None = None,
702
+ /,
669
703
  ) -> None:
670
704
  """Create new image from the content of the plane marker
671
705
 
@@ -806,7 +840,9 @@ def open(
806
840
  """
807
841
 
808
842
  def paste_tracks(
809
- execution_context: int | str | None = None, undo: bool | None = None
843
+ execution_context: int | str | None = None,
844
+ undo: bool | None = None,
845
+ /,
810
846
  ) -> None:
811
847
  """Paste tracks from the internal clipboard
812
848
 
@@ -815,7 +851,9 @@ def paste_tracks(
815
851
  """
816
852
 
817
853
  def prefetch(
818
- execution_context: int | str | None = None, undo: bool | None = None
854
+ execution_context: int | str | None = None,
855
+ undo: bool | None = None,
856
+ /,
819
857
  ) -> None:
820
858
  """Prefetch frames from disk for faster playback/tracking
821
859
 
@@ -824,7 +862,9 @@ def prefetch(
824
862
  """
825
863
 
826
864
  def rebuild_proxy(
827
- execution_context: int | str | None = None, undo: bool | None = None
865
+ execution_context: int | str | None = None,
866
+ undo: bool | None = None,
867
+ /,
828
868
  ) -> None:
829
869
  """Rebuild all selected proxies and timecode indices in the background
830
870
 
@@ -839,7 +879,7 @@ def refine_markers(
839
879
  *,
840
880
  backwards: bool | None = False,
841
881
  ) -> None:
842
- """Refine selected markers positions by running the tracker from track's reference to current frame
882
+ """Refine selected markers positions by running the tracker from tracks reference to current frame
843
883
 
844
884
  :type execution_context: int | str | None
845
885
  :type undo: bool | None
@@ -848,7 +888,9 @@ def refine_markers(
848
888
  """
849
889
 
850
890
  def reload(
851
- execution_context: int | str | None = None, undo: bool | None = None
891
+ execution_context: int | str | None = None,
892
+ undo: bool | None = None,
893
+ /,
852
894
  ) -> None:
853
895
  """Reload clip
854
896
 
@@ -1055,7 +1097,9 @@ def select_lasso(
1055
1097
  """
1056
1098
 
1057
1099
  def set_active_clip(
1058
- execution_context: int | str | None = None, undo: bool | None = None
1100
+ execution_context: int | str | None = None,
1101
+ undo: bool | None = None,
1102
+ /,
1059
1103
  ) -> None:
1060
1104
  """Undocumented, consider contributing.
1061
1105
 
@@ -1136,9 +1180,11 @@ def set_scale(
1136
1180
  """
1137
1181
 
1138
1182
  def set_scene_frames(
1139
- execution_context: int | str | None = None, undo: bool | None = None
1183
+ execution_context: int | str | None = None,
1184
+ undo: bool | None = None,
1185
+ /,
1140
1186
  ) -> None:
1141
- """Set scene's start and end frame to match clip's start frame and length
1187
+ """Set scenes start and end frame to match clips start frame and length
1142
1188
 
1143
1189
  :type execution_context: int | str | None
1144
1190
  :type undo: bool | None
@@ -1175,7 +1221,9 @@ def set_solver_keyframe(
1175
1221
  """
1176
1222
 
1177
1223
  def set_viewport_background(
1178
- execution_context: int | str | None = None, undo: bool | None = None
1224
+ execution_context: int | str | None = None,
1225
+ undo: bool | None = None,
1226
+ /,
1179
1227
  ) -> None:
1180
1228
  """Set current movie clip as a camera background in 3D Viewport (works only when a 3D Viewport is visible)
1181
1229
 
@@ -1184,7 +1232,9 @@ def set_viewport_background(
1184
1232
  """
1185
1233
 
1186
1234
  def setup_tracking_scene(
1187
- execution_context: int | str | None = None, undo: bool | None = None
1235
+ execution_context: int | str | None = None,
1236
+ undo: bool | None = None,
1237
+ /,
1188
1238
  ) -> None:
1189
1239
  """Prepare scene for compositing 3D objects into this footage
1190
1240
 
@@ -1208,7 +1258,9 @@ def slide_marker(
1208
1258
  """
1209
1259
 
1210
1260
  def slide_plane_marker(
1211
- execution_context: int | str | None = None, undo: bool | None = None
1261
+ execution_context: int | str | None = None,
1262
+ undo: bool | None = None,
1263
+ /,
1212
1264
  ) -> None:
1213
1265
  """Slide plane marker areas
1214
1266
 
@@ -1217,7 +1269,9 @@ def slide_plane_marker(
1217
1269
  """
1218
1270
 
1219
1271
  def solve_camera(
1220
- execution_context: int | str | None = None, undo: bool | None = None
1272
+ execution_context: int | str | None = None,
1273
+ undo: bool | None = None,
1274
+ /,
1221
1275
  ) -> None:
1222
1276
  """Solve camera motion from tracks
1223
1277
 
@@ -1226,7 +1280,9 @@ def solve_camera(
1226
1280
  """
1227
1281
 
1228
1282
  def stabilize_2d_add(
1229
- execution_context: int | str | None = None, undo: bool | None = None
1283
+ execution_context: int | str | None = None,
1284
+ undo: bool | None = None,
1285
+ /,
1230
1286
  ) -> None:
1231
1287
  """Add selected tracks to 2D translation stabilization
1232
1288
 
@@ -1235,7 +1291,9 @@ def stabilize_2d_add(
1235
1291
  """
1236
1292
 
1237
1293
  def stabilize_2d_remove(
1238
- execution_context: int | str | None = None, undo: bool | None = None
1294
+ execution_context: int | str | None = None,
1295
+ undo: bool | None = None,
1296
+ /,
1239
1297
  ) -> None:
1240
1298
  """Remove selected track from translation stabilization
1241
1299
 
@@ -1244,7 +1302,9 @@ def stabilize_2d_remove(
1244
1302
  """
1245
1303
 
1246
1304
  def stabilize_2d_rotation_add(
1247
- execution_context: int | str | None = None, undo: bool | None = None
1305
+ execution_context: int | str | None = None,
1306
+ undo: bool | None = None,
1307
+ /,
1248
1308
  ) -> None:
1249
1309
  """Add selected tracks to 2D rotation stabilization
1250
1310
 
@@ -1253,7 +1313,9 @@ def stabilize_2d_rotation_add(
1253
1313
  """
1254
1314
 
1255
1315
  def stabilize_2d_rotation_remove(
1256
- execution_context: int | str | None = None, undo: bool | None = None
1316
+ execution_context: int | str | None = None,
1317
+ undo: bool | None = None,
1318
+ /,
1257
1319
  ) -> None:
1258
1320
  """Remove selected track from rotation stabilization
1259
1321
 
@@ -1262,7 +1324,9 @@ def stabilize_2d_rotation_remove(
1262
1324
  """
1263
1325
 
1264
1326
  def stabilize_2d_rotation_select(
1265
- execution_context: int | str | None = None, undo: bool | None = None
1327
+ execution_context: int | str | None = None,
1328
+ undo: bool | None = None,
1329
+ /,
1266
1330
  ) -> None:
1267
1331
  """Select tracks which are used for rotation stabilization
1268
1332
 
@@ -1271,7 +1335,9 @@ def stabilize_2d_rotation_select(
1271
1335
  """
1272
1336
 
1273
1337
  def stabilize_2d_select(
1274
- execution_context: int | str | None = None, undo: bool | None = None
1338
+ execution_context: int | str | None = None,
1339
+ undo: bool | None = None,
1340
+ /,
1275
1341
  ) -> None:
1276
1342
  """Select tracks which are used for translation stabilization
1277
1343
 
@@ -1301,7 +1367,9 @@ def track_color_preset_add(
1301
1367
  """
1302
1368
 
1303
1369
  def track_copy_color(
1304
- execution_context: int | str | None = None, undo: bool | None = None
1370
+ execution_context: int | str | None = None,
1371
+ undo: bool | None = None,
1372
+ /,
1305
1373
  ) -> None:
1306
1374
  """Copy color to all selected tracks
1307
1375
 
@@ -1328,7 +1396,9 @@ def track_markers(
1328
1396
  """
1329
1397
 
1330
1398
  def track_settings_as_default(
1331
- execution_context: int | str | None = None, undo: bool | None = None
1399
+ execution_context: int | str | None = None,
1400
+ undo: bool | None = None,
1401
+ /,
1332
1402
  ) -> None:
1333
1403
  """Copy tracking settings from active track to default settings
1334
1404
 
@@ -1337,7 +1407,9 @@ def track_settings_as_default(
1337
1407
  """
1338
1408
 
1339
1409
  def track_settings_to_track(
1340
- execution_context: int | str | None = None, undo: bool | None = None
1410
+ execution_context: int | str | None = None,
1411
+ undo: bool | None = None,
1412
+ /,
1341
1413
  ) -> None:
1342
1414
  """Copy tracking settings from active track to selected tracks
1343
1415
 
@@ -1346,7 +1418,9 @@ def track_settings_to_track(
1346
1418
  """
1347
1419
 
1348
1420
  def track_to_empty(
1349
- execution_context: int | str | None = None, undo: bool | None = None
1421
+ execution_context: int | str | None = None,
1422
+ undo: bool | None = None,
1423
+ /,
1350
1424
  ) -> None:
1351
1425
  """Create an Empty object which will be copying movement of active track
1352
1426
 
@@ -1355,7 +1429,9 @@ def track_to_empty(
1355
1429
  """
1356
1430
 
1357
1431
  def tracking_object_new(
1358
- execution_context: int | str | None = None, undo: bool | None = None
1432
+ execution_context: int | str | None = None,
1433
+ undo: bool | None = None,
1434
+ /,
1359
1435
  ) -> None:
1360
1436
  """Add new object for tracking
1361
1437
 
@@ -1364,7 +1440,9 @@ def tracking_object_new(
1364
1440
  """
1365
1441
 
1366
1442
  def tracking_object_remove(
1367
- execution_context: int | str | None = None, undo: bool | None = None
1443
+ execution_context: int | str | None = None,
1444
+ undo: bool | None = None,
1445
+ /,
1368
1446
  ) -> None:
1369
1447
  """Remove object for tracking
1370
1448
 
@@ -1394,7 +1472,9 @@ def tracking_settings_preset_add(
1394
1472
  """
1395
1473
 
1396
1474
  def update_image_from_plane_marker(
1397
- execution_context: int | str | None = None, undo: bool | None = None
1475
+ execution_context: int | str | None = None,
1476
+ undo: bool | None = None,
1477
+ /,
1398
1478
  ) -> None:
1399
1479
  """Update current image used by plane marker from the content of the plane marker
1400
1480
 
@@ -1418,7 +1498,9 @@ def view_all(
1418
1498
  """
1419
1499
 
1420
1500
  def view_center_cursor(
1421
- execution_context: int | str | None = None, undo: bool | None = None
1501
+ execution_context: int | str | None = None,
1502
+ undo: bool | None = None,
1503
+ /,
1422
1504
  ) -> None:
1423
1505
  """Center the view so that the cursor is in the middle of the view
1424
1506
 
@@ -1427,7 +1509,9 @@ def view_center_cursor(
1427
1509
  """
1428
1510
 
1429
1511
  def view_ndof(
1430
- execution_context: int | str | None = None, undo: bool | None = None
1512
+ execution_context: int | str | None = None,
1513
+ undo: bool | None = None,
1514
+ /,
1431
1515
  ) -> None:
1432
1516
  """Use a 3D mouse device to pan/zoom the view
1433
1517
 
@@ -1451,7 +1535,9 @@ def view_pan(
1451
1535
  """
1452
1536
 
1453
1537
  def view_selected(
1454
- execution_context: int | str | None = None, undo: bool | None = None
1538
+ execution_context: int | str | None = None,
1539
+ undo: bool | None = None,
1540
+ /,
1455
1541
  ) -> None:
1456
1542
  """View all selected elements
1457
1543