fake-bpy-module 20240519__py3-none-any.whl → 20240521__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 (312) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/freedesktop/__init__.pyi +1 -0
  3. addon_utils/__init__.pyi +1 -0
  4. animsys_refactor/__init__.pyi +1 -0
  5. aud/__init__.pyi +1 -0
  6. bgl/__init__.pyi +119 -145
  7. bl_app_override/__init__.pyi +1 -0
  8. bl_app_override/helpers/__init__.pyi +1 -0
  9. bl_app_template_utils/__init__.pyi +1 -0
  10. bl_console_utils/__init__.pyi +1 -0
  11. bl_console_utils/autocomplete/__init__.pyi +1 -0
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
  16. bl_i18n_utils/__init__.pyi +1 -0
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  18. bl_i18n_utils/merge_po/__init__.pyi +1 -0
  19. bl_i18n_utils/settings/__init__.pyi +1 -0
  20. bl_i18n_utils/utils/__init__.pyi +1 -0
  21. bl_i18n_utils/utils_cli/__init__.pyi +1 -0
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
  23. bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
  24. bl_keymap_utils/__init__.pyi +1 -0
  25. bl_keymap_utils/io/__init__.pyi +1 -0
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
  28. bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
  29. bl_keymap_utils/versioning/__init__.pyi +1 -0
  30. bl_math/__init__.pyi +1 -0
  31. bl_operators/__init__.pyi +1 -0
  32. bl_operators/add_mesh_torus/__init__.pyi +1 -0
  33. bl_operators/anim/__init__.pyi +1 -0
  34. bl_operators/assets/__init__.pyi +1 -0
  35. bl_operators/bmesh/__init__.pyi +1 -0
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
  37. bl_operators/clip/__init__.pyi +1 -0
  38. bl_operators/console/__init__.pyi +1 -0
  39. bl_operators/constraint/__init__.pyi +1 -0
  40. bl_operators/file/__init__.pyi +1 -0
  41. bl_operators/freestyle/__init__.pyi +1 -0
  42. bl_operators/geometry_nodes/__init__.pyi +1 -0
  43. bl_operators/image/__init__.pyi +1 -0
  44. bl_operators/mesh/__init__.pyi +1 -0
  45. bl_operators/node/__init__.pyi +1 -0
  46. bl_operators/object/__init__.pyi +1 -0
  47. bl_operators/object_align/__init__.pyi +1 -0
  48. bl_operators/object_quick_effects/__init__.pyi +1 -0
  49. bl_operators/object_randomize_transform/__init__.pyi +1 -0
  50. bl_operators/presets/__init__.pyi +1 -0
  51. bl_operators/rigidbody/__init__.pyi +1 -0
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
  53. bl_operators/sequencer/__init__.pyi +1 -0
  54. bl_operators/spreadsheet/__init__.pyi +1 -0
  55. bl_operators/userpref/__init__.pyi +1 -0
  56. bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
  57. bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
  58. bl_operators/uvcalc_transform/__init__.pyi +1 -0
  59. bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
  60. bl_operators/view3d/__init__.pyi +1 -0
  61. bl_operators/wm/__init__.pyi +1 -0
  62. bl_operators/world/__init__.pyi +1 -0
  63. bl_previews_utils/__init__.pyi +1 -0
  64. bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
  65. bl_rna_utils/__init__.pyi +1 -0
  66. bl_rna_utils/data_path/__init__.pyi +1 -0
  67. bl_text_utils/__init__.pyi +1 -0
  68. bl_text_utils/external_editor/__init__.pyi +1 -0
  69. bl_ui/__init__.pyi +1 -0
  70. bl_ui/anim/__init__.pyi +1 -0
  71. bl_ui/asset_shelf/__init__.pyi +1 -0
  72. bl_ui/generic_ui_list/__init__.pyi +3 -2
  73. bl_ui/node_add_menu/__init__.pyi +1 -0
  74. bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
  75. bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
  76. bl_ui/node_add_menu_shader/__init__.pyi +1 -0
  77. bl_ui/node_add_menu_texture/__init__.pyi +1 -0
  78. bl_ui/properties_animviz/__init__.pyi +1 -0
  79. bl_ui/properties_collection/__init__.pyi +1 -0
  80. bl_ui/properties_constraint/__init__.pyi +1 -0
  81. bl_ui/properties_data_armature/__init__.pyi +1 -0
  82. bl_ui/properties_data_bone/__init__.pyi +1 -0
  83. bl_ui/properties_data_camera/__init__.pyi +1 -0
  84. bl_ui/properties_data_curve/__init__.pyi +1 -0
  85. bl_ui/properties_data_curves/__init__.pyi +1 -0
  86. bl_ui/properties_data_empty/__init__.pyi +1 -0
  87. bl_ui/properties_data_gpencil/__init__.pyi +1 -0
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +1 -0
  89. bl_ui/properties_data_lattice/__init__.pyi +1 -0
  90. bl_ui/properties_data_light/__init__.pyi +1 -0
  91. bl_ui/properties_data_lightprobe/__init__.pyi +1 -0
  92. bl_ui/properties_data_mesh/__init__.pyi +1 -0
  93. bl_ui/properties_data_metaball/__init__.pyi +1 -0
  94. bl_ui/properties_data_modifier/__init__.pyi +1 -0
  95. bl_ui/properties_data_pointcloud/__init__.pyi +1 -0
  96. bl_ui/properties_data_shaderfx/__init__.pyi +1 -0
  97. bl_ui/properties_data_speaker/__init__.pyi +1 -0
  98. bl_ui/properties_data_volume/__init__.pyi +1 -0
  99. bl_ui/properties_freestyle/__init__.pyi +1 -0
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
  101. bl_ui/properties_mask_common/__init__.pyi +1 -0
  102. bl_ui/properties_material/__init__.pyi +1 -0
  103. bl_ui/properties_material_gpencil/__init__.pyi +1 -0
  104. bl_ui/properties_object/__init__.pyi +1 -0
  105. bl_ui/properties_output/__init__.pyi +1 -0
  106. bl_ui/properties_paint_common/__init__.pyi +1 -0
  107. bl_ui/properties_particle/__init__.pyi +1 -0
  108. bl_ui/properties_physics_cloth/__init__.pyi +1 -0
  109. bl_ui/properties_physics_common/__init__.pyi +1 -0
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +1 -0
  111. bl_ui/properties_physics_field/__init__.pyi +1 -0
  112. bl_ui/properties_physics_fluid/__init__.pyi +1 -0
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +1 -0
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1 -0
  116. bl_ui/properties_physics_softbody/__init__.pyi +1 -0
  117. bl_ui/properties_render/__init__.pyi +1 -0
  118. bl_ui/properties_scene/__init__.pyi +1 -0
  119. bl_ui/properties_texture/__init__.pyi +1 -0
  120. bl_ui/properties_view_layer/__init__.pyi +1 -0
  121. bl_ui/properties_workspace/__init__.pyi +1 -0
  122. bl_ui/properties_world/__init__.pyi +1 -0
  123. bl_ui/space_clip/__init__.pyi +1 -0
  124. bl_ui/space_console/__init__.pyi +1 -0
  125. bl_ui/space_dopesheet/__init__.pyi +1 -0
  126. bl_ui/space_filebrowser/__init__.pyi +1 -0
  127. bl_ui/space_graph/__init__.pyi +1 -0
  128. bl_ui/space_image/__init__.pyi +1 -0
  129. bl_ui/space_info/__init__.pyi +1 -0
  130. bl_ui/space_nla/__init__.pyi +1 -0
  131. bl_ui/space_node/__init__.pyi +1 -0
  132. bl_ui/space_outliner/__init__.pyi +1 -0
  133. bl_ui/space_properties/__init__.pyi +1 -0
  134. bl_ui/space_sequencer/__init__.pyi +1 -0
  135. bl_ui/space_spreadsheet/__init__.pyi +1 -0
  136. bl_ui/space_statusbar/__init__.pyi +1 -0
  137. bl_ui/space_text/__init__.pyi +1 -0
  138. bl_ui/space_time/__init__.pyi +1 -0
  139. bl_ui/space_toolsystem_common/__init__.pyi +1 -0
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
  141. bl_ui/space_topbar/__init__.pyi +1 -0
  142. bl_ui/space_userpref/__init__.pyi +1 -0
  143. bl_ui/space_view3d/__init__.pyi +1 -0
  144. bl_ui/space_view3d_toolbar/__init__.pyi +1 -0
  145. bl_ui/temp_anim_layers/__init__.pyi +1 -0
  146. bl_ui/utils/__init__.pyi +1 -0
  147. bl_ui_utils/__init__.pyi +1 -0
  148. bl_ui_utils/bug_report_url/__init__.pyi +1 -0
  149. bl_ui_utils/layout/__init__.pyi +1 -0
  150. blend_render_info/__init__.pyi +1 -0
  151. blf/__init__.pyi +1 -0
  152. bmesh/__init__.pyi +1 -0
  153. bmesh/geometry/__init__.pyi +1 -0
  154. bmesh/ops/__init__.pyi +37 -36
  155. bmesh/types/__init__.pyi +3 -1
  156. bmesh/utils/__init__.pyi +1 -0
  157. bpy/__init__.pyi +1 -0
  158. bpy/app/__init__.pyi +1 -0
  159. bpy/app/handlers/__init__.pyi +1 -0
  160. bpy/app/icons/__init__.pyi +1 -0
  161. bpy/app/timers/__init__.pyi +1 -0
  162. bpy/app/translations/__init__.pyi +1 -0
  163. bpy/msgbus/__init__.pyi +1 -0
  164. bpy/ops/__init__.pyi +1 -0
  165. bpy/ops/action/__init__.pyi +33 -32
  166. bpy/ops/anim/__init__.pyi +31 -30
  167. bpy/ops/armature/__init__.pyi +21 -20
  168. bpy/ops/asset/__init__.pyi +7 -6
  169. bpy/ops/bl_pkg/__init__.pyi +3 -2
  170. bpy/ops/boid/__init__.pyi +3 -2
  171. bpy/ops/brush/__init__.pyi +9 -8
  172. bpy/ops/buttons/__init__.pyi +9 -8
  173. bpy/ops/cachefile/__init__.pyi +11 -10
  174. bpy/ops/camera/__init__.pyi +1 -0
  175. bpy/ops/clip/__init__.pyi +39 -38
  176. bpy/ops/cloth/__init__.pyi +1 -0
  177. bpy/ops/collection/__init__.pyi +7 -6
  178. bpy/ops/console/__init__.pyi +7 -6
  179. bpy/ops/constraint/__init__.pyi +29 -28
  180. bpy/ops/curve/__init__.pyi +35 -34
  181. bpy/ops/curves/__init__.pyi +17 -16
  182. bpy/ops/cycles/__init__.pyi +1 -0
  183. bpy/ops/dpaint/__init__.pyi +5 -4
  184. bpy/ops/ed/__init__.pyi +5 -4
  185. bpy/ops/export_anim/__init__.pyi +3 -2
  186. bpy/ops/export_scene/__init__.pyi +39 -38
  187. bpy/ops/file/__init__.pyi +19 -18
  188. bpy/ops/fluid/__init__.pyi +1 -0
  189. bpy/ops/font/__init__.pyi +21 -20
  190. bpy/ops/geometry/__init__.pyi +21 -20
  191. bpy/ops/gizmogroup/__init__.pyi +1 -0
  192. bpy/ops/gpencil/__init__.pyi +133 -132
  193. bpy/ops/graph/__init__.pyi +55 -54
  194. bpy/ops/grease_pencil/__init__.pyi +43 -42
  195. bpy/ops/image/__init__.pyi +29 -28
  196. bpy/ops/import_anim/__init__.pyi +9 -8
  197. bpy/ops/import_curve/__init__.pyi +1 -0
  198. bpy/ops/import_scene/__init__.pyi +19 -18
  199. bpy/ops/info/__init__.pyi +5 -4
  200. bpy/ops/lattice/__init__.pyi +7 -6
  201. bpy/ops/marker/__init__.pyi +9 -8
  202. bpy/ops/mask/__init__.pyi +13 -12
  203. bpy/ops/material/__init__.pyi +1 -0
  204. bpy/ops/mball/__init__.pyi +7 -6
  205. bpy/ops/mesh/__init__.pyi +145 -144
  206. bpy/ops/nla/__init__.pyi +17 -16
  207. bpy/ops/node/__init__.pyi +33 -32
  208. bpy/ops/object/__init__.pyi +253 -252
  209. bpy/ops/outliner/__init__.pyi +41 -40
  210. bpy/ops/paint/__init__.pyi +73 -72
  211. bpy/ops/paintcurve/__init__.pyi +1 -0
  212. bpy/ops/palette/__init__.pyi +5 -4
  213. bpy/ops/particle/__init__.pyi +15 -14
  214. bpy/ops/pose/__init__.pyi +43 -42
  215. bpy/ops/poselib/__init__.pyi +1 -0
  216. bpy/ops/preferences/__init__.pyi +13 -12
  217. bpy/ops/ptcache/__init__.pyi +1 -0
  218. bpy/ops/render/__init__.pyi +3 -2
  219. bpy/ops/rigidbody/__init__.pyi +17 -16
  220. bpy/ops/scene/__init__.pyi +25 -24
  221. bpy/ops/screen/__init__.pyi +21 -20
  222. bpy/ops/script/__init__.pyi +1 -0
  223. bpy/ops/sculpt/__init__.pyi +67 -66
  224. bpy/ops/sculpt_curves/__init__.pyi +3 -2
  225. bpy/ops/sequencer/__init__.pyi +75 -74
  226. bpy/ops/sound/__init__.pyi +21 -20
  227. bpy/ops/spreadsheet/__init__.pyi +1 -0
  228. bpy/ops/surface/__init__.pyi +13 -12
  229. bpy/ops/text/__init__.pyi +23 -22
  230. bpy/ops/text_editor/__init__.pyi +1 -0
  231. bpy/ops/texture/__init__.pyi +3 -2
  232. bpy/ops/transform/__init__.pyi +89 -88
  233. bpy/ops/ui/__init__.pyi +7 -6
  234. bpy/ops/uilist/__init__.pyi +3 -2
  235. bpy/ops/uv/__init__.pyi +67 -66
  236. bpy/ops/view2d/__init__.pyi +1 -0
  237. bpy/ops/view3d/__init__.pyi +35 -34
  238. bpy/ops/wm/__init__.pyi +197 -196
  239. bpy/ops/workspace/__init__.pyi +1 -0
  240. bpy/ops/world/__init__.pyi +1 -0
  241. bpy/path/__init__.pyi +1 -0
  242. bpy/props/__init__.pyi +1 -0
  243. bpy/types/__init__.pyi +3523 -3341
  244. bpy/utils/__init__.pyi +1 -0
  245. bpy/utils/previews/__init__.pyi +1 -0
  246. bpy/utils/units/__init__.pyi +1 -0
  247. bpy_extras/__init__.pyi +1 -0
  248. bpy_extras/anim_utils/__init__.pyi +1 -0
  249. bpy_extras/asset_utils/__init__.pyi +1 -0
  250. bpy_extras/bmesh_utils/__init__.pyi +1 -0
  251. bpy_extras/extensions/__init__.pyi +1 -0
  252. bpy_extras/extensions/junction_module/__init__.pyi +1 -0
  253. bpy_extras/id_map_utils/__init__.pyi +1 -0
  254. bpy_extras/image_utils/__init__.pyi +1 -0
  255. bpy_extras/io_utils/__init__.pyi +1 -0
  256. bpy_extras/keyconfig_utils/__init__.pyi +1 -0
  257. bpy_extras/mesh_utils/__init__.pyi +1 -0
  258. bpy_extras/node_shader_utils/__init__.pyi +1 -0
  259. bpy_extras/node_utils/__init__.pyi +1 -0
  260. bpy_extras/object_utils/__init__.pyi +1 -0
  261. bpy_extras/view3d_utils/__init__.pyi +1 -0
  262. bpy_extras/wm_utils/__init__.pyi +1 -0
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
  264. bpy_restrict_state/__init__.pyi +1 -0
  265. bpy_types/__init__.pyi +1 -0
  266. console_python/__init__.pyi +1 -0
  267. console_shell/__init__.pyi +1 -0
  268. {fake_bpy_module-20240519.dist-info → fake_bpy_module-20240521.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240521.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +1 -0
  271. freestyle/chainingiterators/__init__.pyi +1 -0
  272. freestyle/functions/__init__.pyi +1 -0
  273. freestyle/predicates/__init__.pyi +1 -0
  274. freestyle/shaders/__init__.pyi +1 -0
  275. freestyle/types/__init__.pyi +1 -0
  276. freestyle/utils/ContextFunctions/__init__.pyi +1 -0
  277. freestyle/utils/__init__.pyi +1 -0
  278. gpu/__init__.pyi +1 -0
  279. gpu/capabilities/__init__.pyi +1 -0
  280. gpu/matrix/__init__.pyi +1 -0
  281. gpu/platform/__init__.pyi +1 -0
  282. gpu/select/__init__.pyi +1 -0
  283. gpu/shader/__init__.pyi +1 -0
  284. gpu/state/__init__.pyi +1 -0
  285. gpu/texture/__init__.pyi +1 -0
  286. gpu/types/__init__.pyi +1 -0
  287. gpu_extras/__init__.pyi +1 -0
  288. gpu_extras/batch/__init__.pyi +1 -0
  289. gpu_extras/presets/__init__.pyi +1 -0
  290. graphviz_export/__init__.pyi +1 -0
  291. idprop/__init__.pyi +1 -0
  292. idprop/types/__init__.pyi +1 -0
  293. imbuf/__init__.pyi +1 -0
  294. imbuf/types/__init__.pyi +1 -0
  295. keyingsets_builtins/__init__.pyi +1 -0
  296. keyingsets_utils/__init__.pyi +1 -0
  297. mathutils/__init__.pyi +3 -1
  298. mathutils/bvhtree/__init__.pyi +1 -0
  299. mathutils/geometry/__init__.pyi +1 -0
  300. mathutils/interpolate/__init__.pyi +1 -0
  301. mathutils/kdtree/__init__.pyi +1 -0
  302. mathutils/noise/__init__.pyi +1 -0
  303. nodeitems_builtins/__init__.pyi +1 -0
  304. nodeitems_utils/__init__.pyi +1 -0
  305. rna_info/__init__.pyi +1 -0
  306. rna_keymap_ui/__init__.pyi +1 -0
  307. rna_prop_ui/__init__.pyi +1 -0
  308. rna_xml/__init__.pyi +1 -0
  309. sys_info/__init__.pyi +1 -0
  310. fake_bpy_module-20240519.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240519.dist-info → fake_bpy_module-20240521.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240519.dist-info → fake_bpy_module-20240521.dist-info}/top_level.txt +0 -0
bpy/ops/clip/__init__.pyi CHANGED
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.ops.transform
3
4
  import bpy.types
4
5
 
@@ -173,7 +174,7 @@ def clean_tracks(
173
174
  undo: bool | None = None,
174
175
  frames: typing.Any | None = 0,
175
176
  error: typing.Any | None = 0.0,
176
- action: str | int | None = "SELECT",
177
+ action: str | None = "SELECT",
177
178
  ):
178
179
  """Clean tracks with high error values or few frames
179
180
 
@@ -194,7 +195,7 @@ def clean_tracks(
194
195
 
195
196
  DELETE_SEGMENTS
196
197
  Delete Segments -- Delete unclean segments of tracks.
197
- :type action: str | int | None
198
+ :type action: str | None
198
199
  """
199
200
 
200
201
  ...
@@ -217,7 +218,7 @@ def clear_track_path(
217
218
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
218
219
  execution_context: str | int | None = None,
219
220
  undo: bool | None = None,
220
- action: str | int | None = "REMAINED",
221
+ action: str | None = "REMAINED",
221
222
  clear_active: bool | typing.Any | None = False,
222
223
  ):
223
224
  """Clear tracks after/before current position or clear the whole track
@@ -235,7 +236,7 @@ def clear_track_path(
235
236
 
236
237
  ALL
237
238
  Clear All -- Clear the whole path.
238
- :type action: str | int | None
239
+ :type action: str | None
239
240
  :param clear_active: Clear Active, Clear active track only instead of all selected tracks
240
241
  :type clear_active: bool | typing.Any | None
241
242
  """
@@ -353,7 +354,7 @@ def detect_features(
353
354
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
354
355
  execution_context: str | int | None = None,
355
356
  undo: bool | None = None,
356
- placement: str | int | None = "FRAME",
357
+ placement: str | None = "FRAME",
357
358
  margin: typing.Any | None = 16,
358
359
  threshold: typing.Any | None = 0.5,
359
360
  min_distance: typing.Any | None = 120,
@@ -373,7 +374,7 @@ def detect_features(
373
374
 
374
375
  OUTSIDE_GPENCIL
375
376
  Outside Annotated Area -- Place markers only outside areas outlined with the Annotation tool.
376
- :type placement: str | int | None
377
+ :type placement: str | None
377
378
  :param margin: Margin, Only features further than margin pixels from the image edges are considered
378
379
  :type margin: typing.Any | None
379
380
  :param threshold: Threshold, Threshold level to consider feature good enough for tracking
@@ -388,7 +389,7 @@ def disable_markers(
388
389
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
389
390
  execution_context: str | int | None = None,
390
391
  undo: bool | None = None,
391
- action: str | int | None = "DISABLE",
392
+ action: str | None = "DISABLE",
392
393
  ):
393
394
  """Disable/enable selected markers
394
395
 
@@ -405,7 +406,7 @@ def disable_markers(
405
406
 
406
407
  TOGGLE
407
408
  Toggle -- Toggle disabled flag for selected markers.
408
- :type action: str | int | None
409
+ :type action: str | None
409
410
  """
410
411
 
411
412
  ...
@@ -465,7 +466,7 @@ def frame_jump(
465
466
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
466
467
  execution_context: str | int | None = None,
467
468
  undo: bool | None = None,
468
- position: str | int | None = "PATHSTART",
469
+ position: str | None = "PATHSTART",
469
470
  ):
470
471
  """Jump to special frame
471
472
 
@@ -485,7 +486,7 @@ def frame_jump(
485
486
 
486
487
  FAILNEXT
487
488
  Next Failed -- Jump to next failed frame.
488
- :type position: str | int | None
489
+ :type position: str | None
489
490
  """
490
491
 
491
492
  ...
@@ -539,7 +540,7 @@ def graph_disable_markers(
539
540
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
540
541
  execution_context: str | int | None = None,
541
542
  undo: bool | None = None,
542
- action: str | int | None = "DISABLE",
543
+ action: str | None = "DISABLE",
543
544
  ):
544
545
  """Disable/enable selected markers
545
546
 
@@ -556,7 +557,7 @@ def graph_disable_markers(
556
557
 
557
558
  TOGGLE
558
559
  Toggle -- Toggle disabled flag for selected markers.
559
- :type action: str | int | None
560
+ :type action: str | None
560
561
  """
561
562
 
562
563
  ...
@@ -585,7 +586,7 @@ def graph_select_all_markers(
585
586
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
586
587
  execution_context: str | int | None = None,
587
588
  undo: bool | None = None,
588
- action: str | int | None = "TOGGLE",
589
+ action: str | None = "TOGGLE",
589
590
  ):
590
591
  """Change selection of all markers of active track
591
592
 
@@ -605,7 +606,7 @@ def graph_select_all_markers(
605
606
 
606
607
  INVERT
607
608
  Invert -- Invert selection of all elements.
608
- :type action: str | int | None
609
+ :type action: str | None
609
610
  """
610
611
 
611
612
  ...
@@ -750,7 +751,7 @@ def lock_tracks(
750
751
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
751
752
  execution_context: str | int | None = None,
752
753
  undo: bool | None = None,
753
- action: str | int | None = "LOCK",
754
+ action: str | None = "LOCK",
754
755
  ):
755
756
  """Lock/unlock selected tracks
756
757
 
@@ -767,7 +768,7 @@ def lock_tracks(
767
768
 
768
769
  TOGGLE
769
770
  Toggle -- Toggle locked flag for selected tracks.
770
- :type action: str | int | None
771
+ :type action: str | None
771
772
  """
772
773
 
773
774
  ...
@@ -776,7 +777,7 @@ def mode_set(
776
777
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
777
778
  execution_context: str | int | None = None,
778
779
  undo: bool | None = None,
779
- mode: str | int | None = "TRACKING",
780
+ mode: str | None = "TRACKING",
780
781
  ):
781
782
  """Set the clip interaction mode
782
783
 
@@ -784,7 +785,7 @@ def mode_set(
784
785
  :type execution_context: str | int | None
785
786
  :type undo: bool | None
786
787
  :param mode: Mode
787
- :type mode: str | int | None
788
+ :type mode: str | None
788
789
  """
789
790
 
790
791
  ...
@@ -833,8 +834,8 @@ def open(
833
834
  relative_path: bool | typing.Any | None = True,
834
835
  show_multiview: bool | typing.Any | None = False,
835
836
  use_multiview: bool | typing.Any | None = False,
836
- display_type: str | int | None = "DEFAULT",
837
- sort_method: str | int | None = "",
837
+ display_type: str | None = "DEFAULT",
838
+ sort_method: str | None = "",
838
839
  ):
839
840
  """Load a sequence of frames or a movie file
840
841
 
@@ -904,7 +905,7 @@ def open(
904
905
 
905
906
  THUMBNAIL
906
907
  Thumbnails -- Display files as thumbnails.
907
- :type display_type: str | int | None
908
+ :type display_type: str | None
908
909
  :param sort_method: File sorting mode
909
910
 
910
911
  DEFAULT
@@ -921,7 +922,7 @@ def open(
921
922
 
922
923
  FILE_SORT_SIZE
923
924
  Size -- Sort files by size.
924
- :type sort_method: str | int | None
925
+ :type sort_method: str | None
925
926
  """
926
927
 
927
928
  ...
@@ -1026,7 +1027,7 @@ def select_all(
1026
1027
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1027
1028
  execution_context: str | int | None = None,
1028
1029
  undo: bool | None = None,
1029
- action: str | int | None = "TOGGLE",
1030
+ action: str | None = "TOGGLE",
1030
1031
  ):
1031
1032
  """Change selection of all tracking markers
1032
1033
 
@@ -1046,7 +1047,7 @@ def select_all(
1046
1047
 
1047
1048
  INVERT
1048
1049
  Invert -- Invert selection of all elements.
1049
- :type action: str | int | None
1050
+ :type action: str | None
1050
1051
  """
1051
1052
 
1052
1053
  ...
@@ -1060,7 +1061,7 @@ def select_box(
1060
1061
  ymin: typing.Any | None = 0,
1061
1062
  ymax: typing.Any | None = 0,
1062
1063
  wait_for_input: bool | typing.Any | None = True,
1063
- mode: str | int | None = "SET",
1064
+ mode: str | None = "SET",
1064
1065
  ):
1065
1066
  """Select markers using box selection
1066
1067
 
@@ -1087,7 +1088,7 @@ def select_box(
1087
1088
 
1088
1089
  SUB
1089
1090
  Subtract -- Subtract existing selection.
1090
- :type mode: str | int | None
1091
+ :type mode: str | None
1091
1092
  """
1092
1093
 
1093
1094
  ...
@@ -1100,7 +1101,7 @@ def select_circle(
1100
1101
  y: typing.Any | None = 0,
1101
1102
  radius: typing.Any | None = 25,
1102
1103
  wait_for_input: bool | typing.Any | None = True,
1103
- mode: str | int | None = "SET",
1104
+ mode: str | None = "SET",
1104
1105
  ):
1105
1106
  """Select markers using circle selection
1106
1107
 
@@ -1125,7 +1126,7 @@ def select_circle(
1125
1126
 
1126
1127
  SUB
1127
1128
  Subtract -- Subtract existing selection.
1128
- :type mode: str | int | None
1129
+ :type mode: str | None
1129
1130
  """
1130
1131
 
1131
1132
  ...
@@ -1134,7 +1135,7 @@ def select_grouped(
1134
1135
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1135
1136
  execution_context: str | int | None = None,
1136
1137
  undo: bool | None = None,
1137
- group: str | int | None = "ESTIMATED",
1138
+ group: str | None = "ESTIMATED",
1138
1139
  ):
1139
1140
  """Select all tracks from specified group
1140
1141
 
@@ -1163,7 +1164,7 @@ def select_grouped(
1163
1164
 
1164
1165
  FAILED
1165
1166
  Failed Tracks -- Select all tracks which failed to be reconstructed.
1166
- :type group: str | int | None
1167
+ :type group: str | None
1167
1168
  """
1168
1169
 
1169
1170
  ...
@@ -1173,7 +1174,7 @@ def select_lasso(
1173
1174
  execution_context: str | int | None = None,
1174
1175
  undo: bool | None = None,
1175
1176
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
1176
- mode: str | int | None = "SET",
1177
+ mode: str | None = "SET",
1177
1178
  ):
1178
1179
  """Select markers using lasso selection
1179
1180
 
@@ -1192,7 +1193,7 @@ def select_lasso(
1192
1193
 
1193
1194
  SUB
1194
1195
  Subtract -- Subtract existing selection.
1195
- :type mode: str | int | None
1196
+ :type mode: str | None
1196
1197
  """
1197
1198
 
1198
1199
  ...
@@ -1215,7 +1216,7 @@ def set_axis(
1215
1216
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1216
1217
  execution_context: str | int | None = None,
1217
1218
  undo: bool | None = None,
1218
- axis: str | int | None = "X",
1219
+ axis: str | None = "X",
1219
1220
  ):
1220
1221
  """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
1221
1222
 
@@ -1229,7 +1230,7 @@ def set_axis(
1229
1230
 
1230
1231
  Y
1231
1232
  Y -- Align bundle align Y axis.
1232
- :type axis: str | int | None
1233
+ :type axis: str | None
1233
1234
  """
1234
1235
 
1235
1236
  ...
@@ -1255,7 +1256,7 @@ def set_plane(
1255
1256
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1256
1257
  execution_context: str | int | None = None,
1257
1258
  undo: bool | None = None,
1258
- plane: str | int | None = "FLOOR",
1259
+ plane: str | None = "FLOOR",
1259
1260
  ):
1260
1261
  """Set plane based on 3 selected bundles by moving camera (or its parent if present) in 3D space
1261
1262
 
@@ -1269,7 +1270,7 @@ def set_plane(
1269
1270
 
1270
1271
  WALL
1271
1272
  Wall -- Set wall plane.
1272
- :type plane: str | int | None
1273
+ :type plane: str | None
1273
1274
  """
1274
1275
 
1275
1276
  ...
@@ -1326,7 +1327,7 @@ def set_solver_keyframe(
1326
1327
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1327
1328
  execution_context: str | int | None = None,
1328
1329
  undo: bool | None = None,
1329
- keyframe: str | int | None = "KEYFRAME_A",
1330
+ keyframe: str | None = "KEYFRAME_A",
1330
1331
  ):
1331
1332
  """Set keyframe used by solver
1332
1333
 
@@ -1334,7 +1335,7 @@ def set_solver_keyframe(
1334
1335
  :type execution_context: str | int | None
1335
1336
  :type undo: bool | None
1336
1337
  :param keyframe: Keyframe, Keyframe to set
1337
- :type keyframe: str | int | None
1338
+ :type keyframe: str | None
1338
1339
  """
1339
1340
 
1340
1341
  ...
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
5
  GenericType1 = typing.TypeVar("GenericType1")
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
5
  GenericType1 = typing.TypeVar("GenericType1")
@@ -90,7 +91,7 @@ def objects_add_active(
90
91
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
91
92
  execution_context: str | int | None = None,
92
93
  undo: bool | None = None,
93
- collection: str | int | None = "",
94
+ collection: str | None = "",
94
95
  ):
95
96
  """Add the object to an object collection that contains the active object
96
97
 
@@ -98,7 +99,7 @@ def objects_add_active(
98
99
  :type execution_context: str | int | None
99
100
  :type undo: bool | None
100
101
  :param collection: Collection, The collection to add other selected objects to
101
- :type collection: str | int | None
102
+ :type collection: str | None
102
103
  """
103
104
 
104
105
  ...
@@ -107,7 +108,7 @@ def objects_remove(
107
108
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
108
109
  execution_context: str | int | None = None,
109
110
  undo: bool | None = None,
110
- collection: str | int | None = "",
111
+ collection: str | None = "",
111
112
  ):
112
113
  """Remove selected objects from a collection
113
114
 
@@ -115,7 +116,7 @@ def objects_remove(
115
116
  :type execution_context: str | int | None
116
117
  :type undo: bool | None
117
118
  :param collection: Collection, The collection to remove this object from
118
- :type collection: str | int | None
119
+ :type collection: str | None
119
120
  """
120
121
 
121
122
  ...
@@ -124,7 +125,7 @@ def objects_remove_active(
124
125
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
125
126
  execution_context: str | int | None = None,
126
127
  undo: bool | None = None,
127
- collection: str | int | None = "",
128
+ collection: str | None = "",
128
129
  ):
129
130
  """Remove the object from an object collection that contains the active object
130
131
 
@@ -132,7 +133,7 @@ def objects_remove_active(
132
133
  :type execution_context: str | int | None
133
134
  :type undo: bool | None
134
135
  :param collection: Collection, The collection to remove other selected objects from
135
- :type collection: str | int | None
136
+ :type collection: str | None
136
137
  """
137
138
 
138
139
  ...
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
5
  GenericType1 = typing.TypeVar("GenericType1")
@@ -101,7 +102,7 @@ def delete(
101
102
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
102
103
  execution_context: str | int | None = None,
103
104
  undo: bool | None = None,
104
- type: str | int | None = "NEXT_CHARACTER",
105
+ type: str | None = "NEXT_CHARACTER",
105
106
  ):
106
107
  """Delete text by cursor position
107
108
 
@@ -109,7 +110,7 @@ def delete(
109
110
  :type execution_context: str | int | None
110
111
  :type undo: bool | None
111
112
  :param type: Type, Which part of the text to delete
112
- :type type: str | int | None
113
+ :type type: str | None
113
114
  """
114
115
 
115
116
  ...
@@ -237,7 +238,7 @@ def move(
237
238
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
238
239
  execution_context: str | int | None = None,
239
240
  undo: bool | None = None,
240
- type: str | int | None = "LINE_BEGIN",
241
+ type: str | None = "LINE_BEGIN",
241
242
  select: bool | typing.Any | None = False,
242
243
  ):
243
244
  """Move cursor position
@@ -246,7 +247,7 @@ def move(
246
247
  :type execution_context: str | int | None
247
248
  :type undo: bool | None
248
249
  :param type: Type, Where to move cursor to
249
- :type type: str | int | None
250
+ :type type: str | None
250
251
  :param select: Select, Whether to select while moving
251
252
  :type select: bool | typing.Any | None
252
253
  """
@@ -275,7 +276,7 @@ def scrollback_append(
275
276
  execution_context: str | int | None = None,
276
277
  undo: bool | None = None,
277
278
  text: str | typing.Any = "",
278
- type: str | int | None = "OUTPUT",
279
+ type: str | None = "OUTPUT",
279
280
  ):
280
281
  """Append scrollback text by type
281
282
 
@@ -285,7 +286,7 @@ def scrollback_append(
285
286
  :param text: Text, Text to insert at the cursor position
286
287
  :type text: str | typing.Any
287
288
  :param type: Type, Console output type
288
- :type type: str | int | None
289
+ :type type: str | None
289
290
  """
290
291
 
291
292
  ...
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
5
  GenericType1 = typing.TypeVar("GenericType1")
@@ -23,7 +24,7 @@ def apply(
23
24
  execution_context: str | int | None = None,
24
25
  undo: bool | None = None,
25
26
  constraint: str | typing.Any = "",
26
- owner: str | int | None = "OBJECT",
27
+ owner: str | None = "OBJECT",
27
28
  report: bool | typing.Any | None = False,
28
29
  ):
29
30
  """Apply constraint and remove from the stack
@@ -40,7 +41,7 @@ def apply(
40
41
 
41
42
  BONE
42
43
  Bone -- Edit a constraint on the active bone.
43
- :type owner: str | int | None
44
+ :type owner: str | None
44
45
  :param report: Report, Create a notification after the operation
45
46
  :type report: bool | typing.Any | None
46
47
  """
@@ -52,7 +53,7 @@ def childof_clear_inverse(
52
53
  execution_context: str | int | None = None,
53
54
  undo: bool | None = None,
54
55
  constraint: str | typing.Any = "",
55
- owner: str | int | None = "OBJECT",
56
+ owner: str | None = "OBJECT",
56
57
  ):
57
58
  """Clear inverse correction for Child Of constraint
58
59
 
@@ -68,7 +69,7 @@ def childof_clear_inverse(
68
69
 
69
70
  BONE
70
71
  Bone -- Edit a constraint on the active bone.
71
- :type owner: str | int | None
72
+ :type owner: str | None
72
73
  """
73
74
 
74
75
  ...
@@ -78,7 +79,7 @@ def childof_set_inverse(
78
79
  execution_context: str | int | None = None,
79
80
  undo: bool | None = None,
80
81
  constraint: str | typing.Any = "",
81
- owner: str | int | None = "OBJECT",
82
+ owner: str | None = "OBJECT",
82
83
  ):
83
84
  """Set inverse correction for Child Of constraint
84
85
 
@@ -94,7 +95,7 @@ def childof_set_inverse(
94
95
 
95
96
  BONE
96
97
  Bone -- Edit a constraint on the active bone.
97
- :type owner: str | int | None
98
+ :type owner: str | None
98
99
  """
99
100
 
100
101
  ...
@@ -104,7 +105,7 @@ def copy(
104
105
  execution_context: str | int | None = None,
105
106
  undo: bool | None = None,
106
107
  constraint: str | typing.Any = "",
107
- owner: str | int | None = "OBJECT",
108
+ owner: str | None = "OBJECT",
108
109
  report: bool | typing.Any | None = False,
109
110
  ):
110
111
  """Duplicate constraint at the same position in the stack
@@ -121,7 +122,7 @@ def copy(
121
122
 
122
123
  BONE
123
124
  Bone -- Edit a constraint on the active bone.
124
- :type owner: str | int | None
125
+ :type owner: str | None
125
126
  :param report: Report, Create a notification after the operation
126
127
  :type report: bool | typing.Any | None
127
128
  """
@@ -133,7 +134,7 @@ def copy_to_selected(
133
134
  execution_context: str | int | None = None,
134
135
  undo: bool | None = None,
135
136
  constraint: str | typing.Any = "",
136
- owner: str | int | None = "OBJECT",
137
+ owner: str | None = "OBJECT",
137
138
  ):
138
139
  """Copy constraint to other selected objects/bones
139
140
 
@@ -149,7 +150,7 @@ def copy_to_selected(
149
150
 
150
151
  BONE
151
152
  Bone -- Edit a constraint on the active bone.
152
- :type owner: str | int | None
153
+ :type owner: str | None
153
154
  """
154
155
 
155
156
  ...
@@ -159,7 +160,7 @@ def delete(
159
160
  execution_context: str | int | None = None,
160
161
  undo: bool | None = None,
161
162
  constraint: str | typing.Any = "",
162
- owner: str | int | None = "OBJECT",
163
+ owner: str | None = "OBJECT",
163
164
  report: bool | typing.Any | None = False,
164
165
  ):
165
166
  """Remove constraint from constraint stack
@@ -176,7 +177,7 @@ def delete(
176
177
 
177
178
  BONE
178
179
  Bone -- Edit a constraint on the active bone.
179
- :type owner: str | int | None
180
+ :type owner: str | None
180
181
  :param report: Report, Create a notification after the operation
181
182
  :type report: bool | typing.Any | None
182
183
  """
@@ -202,7 +203,7 @@ def followpath_path_animate(
202
203
  execution_context: str | int | None = None,
203
204
  undo: bool | None = None,
204
205
  constraint: str | typing.Any = "",
205
- owner: str | int | None = "OBJECT",
206
+ owner: str | None = "OBJECT",
206
207
  frame_start: typing.Any | None = 1,
207
208
  length: typing.Any | None = 100,
208
209
  ):
@@ -220,7 +221,7 @@ def followpath_path_animate(
220
221
 
221
222
  BONE
222
223
  Bone -- Edit a constraint on the active bone.
223
- :type owner: str | int | None
224
+ :type owner: str | None
224
225
  :param frame_start: Start Frame, First frame of path animation
225
226
  :type frame_start: typing.Any | None
226
227
  :param length: Length, Number of frames that path animation should take
@@ -234,7 +235,7 @@ def limitdistance_reset(
234
235
  execution_context: str | int | None = None,
235
236
  undo: bool | None = None,
236
237
  constraint: str | typing.Any = "",
237
- owner: str | int | None = "OBJECT",
238
+ owner: str | None = "OBJECT",
238
239
  ):
239
240
  """Reset limiting distance for Limit Distance Constraint
240
241
 
@@ -250,7 +251,7 @@ def limitdistance_reset(
250
251
 
251
252
  BONE
252
253
  Bone -- Edit a constraint on the active bone.
253
- :type owner: str | int | None
254
+ :type owner: str | None
254
255
  """
255
256
 
256
257
  ...
@@ -260,7 +261,7 @@ def move_down(
260
261
  execution_context: str | int | None = None,
261
262
  undo: bool | None = None,
262
263
  constraint: str | typing.Any = "",
263
- owner: str | int | None = "OBJECT",
264
+ owner: str | None = "OBJECT",
264
265
  ):
265
266
  """Move constraint down in constraint stack
266
267
 
@@ -276,7 +277,7 @@ def move_down(
276
277
 
277
278
  BONE
278
279
  Bone -- Edit a constraint on the active bone.
279
- :type owner: str | int | None
280
+ :type owner: str | None
280
281
  """
281
282
 
282
283
  ...
@@ -286,7 +287,7 @@ def move_to_index(
286
287
  execution_context: str | int | None = None,
287
288
  undo: bool | None = None,
288
289
  constraint: str | typing.Any = "",
289
- owner: str | int | None = "OBJECT",
290
+ owner: str | None = "OBJECT",
290
291
  index: typing.Any | None = 0,
291
292
  ):
292
293
  """Change the constraint's position in the list so it evaluates after the set number of others
@@ -303,7 +304,7 @@ def move_to_index(
303
304
 
304
305
  BONE
305
306
  Bone -- Edit a constraint on the active bone.
306
- :type owner: str | int | None
307
+ :type owner: str | None
307
308
  :param index: Index, The index to move the constraint to
308
309
  :type index: typing.Any | None
309
310
  """
@@ -315,7 +316,7 @@ def move_up(
315
316
  execution_context: str | int | None = None,
316
317
  undo: bool | None = None,
317
318
  constraint: str | typing.Any = "",
318
- owner: str | int | None = "OBJECT",
319
+ owner: str | None = "OBJECT",
319
320
  ):
320
321
  """Move constraint up in constraint stack
321
322
 
@@ -331,7 +332,7 @@ def move_up(
331
332
 
332
333
  BONE
333
334
  Bone -- Edit a constraint on the active bone.
334
- :type owner: str | int | None
335
+ :type owner: str | None
335
336
  """
336
337
 
337
338
  ...
@@ -355,7 +356,7 @@ def objectsolver_clear_inverse(
355
356
  execution_context: str | int | None = None,
356
357
  undo: bool | None = None,
357
358
  constraint: str | typing.Any = "",
358
- owner: str | int | None = "OBJECT",
359
+ owner: str | None = "OBJECT",
359
360
  ):
360
361
  """Clear inverse correction for Object Solver constraint
361
362
 
@@ -371,7 +372,7 @@ def objectsolver_clear_inverse(
371
372
 
372
373
  BONE
373
374
  Bone -- Edit a constraint on the active bone.
374
- :type owner: str | int | None
375
+ :type owner: str | None
375
376
  """
376
377
 
377
378
  ...
@@ -381,7 +382,7 @@ def objectsolver_set_inverse(
381
382
  execution_context: str | int | None = None,
382
383
  undo: bool | None = None,
383
384
  constraint: str | typing.Any = "",
384
- owner: str | int | None = "OBJECT",
385
+ owner: str | None = "OBJECT",
385
386
  ):
386
387
  """Set inverse correction for Object Solver constraint
387
388
 
@@ -397,7 +398,7 @@ def objectsolver_set_inverse(
397
398
 
398
399
  BONE
399
400
  Bone -- Edit a constraint on the active bone.
400
- :type owner: str | int | None
401
+ :type owner: str | None
401
402
  """
402
403
 
403
404
  ...
@@ -424,7 +425,7 @@ def stretchto_reset(
424
425
  execution_context: str | int | None = None,
425
426
  undo: bool | None = None,
426
427
  constraint: str | typing.Any = "",
427
- owner: str | int | None = "OBJECT",
428
+ owner: str | None = "OBJECT",
428
429
  ):
429
430
  """Reset original length of bone for Stretch To Constraint
430
431
 
@@ -440,7 +441,7 @@ def stretchto_reset(
440
441
 
441
442
  BONE
442
443
  Bone -- Edit a constraint on the active bone.
443
- :type owner: str | int | None
444
+ :type owner: str | None
444
445
  """
445
446
 
446
447
  ...