fake-bpy-module 20240915__py3-none-any.whl → 20240917__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +3 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -126
  158. bl_ui/space_topbar/__init__.pyi +37 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +30 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +1230 -31631
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240917.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +4 -50
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +5 -45
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240915.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/top_level.txt +0 -0
@@ -3,9 +3,10 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.ops.transform
5
5
  import bpy.types
6
+ import bpy.typing
6
7
 
7
- GenericType1 = typing.TypeVar("GenericType1")
8
- GenericType2 = typing.TypeVar("GenericType2")
8
+ _GenericType1 = typing.TypeVar("_GenericType1")
9
+ _GenericType2 = typing.TypeVar("_GenericType2")
9
10
 
10
11
  def bake_keys(
11
12
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
@@ -19,8 +20,6 @@ def bake_keys(
19
20
  :type undo: bool | None
20
21
  """
21
22
 
22
- ...
23
-
24
23
  def blend_offset(
25
24
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
26
25
  execution_context: int | str | None = None,
@@ -37,8 +36,6 @@ def blend_offset(
37
36
  :type factor: float | None
38
37
  """
39
38
 
40
- ...
41
-
42
39
  def blend_to_default(
43
40
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
44
41
  execution_context: int | str | None = None,
@@ -55,8 +52,6 @@ def blend_to_default(
55
52
  :type factor: float | None
56
53
  """
57
54
 
58
- ...
59
-
60
55
  def blend_to_ease(
61
56
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
62
57
  execution_context: int | str | None = None,
@@ -73,8 +68,6 @@ def blend_to_ease(
73
68
  :type factor: float | None
74
69
  """
75
70
 
76
- ...
77
-
78
71
  def blend_to_neighbor(
79
72
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
80
73
  execution_context: int | str | None = None,
@@ -91,8 +84,6 @@ def blend_to_neighbor(
91
84
  :type factor: float | None
92
85
  """
93
86
 
94
- ...
95
-
96
87
  def breakdown(
97
88
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
98
89
  execution_context: int | str | None = None,
@@ -109,8 +100,6 @@ def breakdown(
109
100
  :type factor: float | None
110
101
  """
111
102
 
112
- ...
113
-
114
103
  def butterworth_smooth(
115
104
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
116
105
  execution_context: int | str | None = None,
@@ -139,8 +128,6 @@ def butterworth_smooth(
139
128
  :type blend_in_out: int | None
140
129
  """
141
130
 
142
- ...
143
-
144
131
  def clean(
145
132
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
146
133
  execution_context: int | str | None = None,
@@ -160,8 +147,6 @@ def clean(
160
147
  :type channels: bool | None
161
148
  """
162
149
 
163
- ...
164
-
165
150
  def click_insert(
166
151
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
167
152
  execution_context: int | str | None = None,
@@ -184,8 +169,6 @@ def click_insert(
184
169
  :type extend: bool | None
185
170
  """
186
171
 
187
- ...
188
-
189
172
  def clickselect(
190
173
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
191
174
  execution_context: int | str | None = None,
@@ -220,8 +203,6 @@ def clickselect(
220
203
  :type curves: bool | None
221
204
  """
222
205
 
223
- ...
224
-
225
206
  def copy(
226
207
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
227
208
  execution_context: int | str | None = None,
@@ -234,8 +215,6 @@ def copy(
234
215
  :type undo: bool | None
235
216
  """
236
217
 
237
- ...
238
-
239
218
  def cursor_set(
240
219
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
241
220
  execution_context: int | str | None = None,
@@ -255,8 +234,6 @@ def cursor_set(
255
234
  :type value: float | None
256
235
  """
257
236
 
258
- ...
259
-
260
237
  def decimate(
261
238
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
262
239
  execution_context: int | str | None = None,
@@ -285,8 +262,6 @@ def decimate(
285
262
  :type remove_error_margin: float | None
286
263
  """
287
264
 
288
- ...
289
-
290
265
  def delete(
291
266
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
292
267
  execution_context: int | str | None = None,
@@ -303,8 +278,6 @@ def delete(
303
278
  :type confirm: bool | None
304
279
  """
305
280
 
306
- ...
307
-
308
281
  def driver_delete_invalid(
309
282
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
310
283
  execution_context: int | str | None = None,
@@ -317,8 +290,6 @@ def driver_delete_invalid(
317
290
  :type undo: bool | None
318
291
  """
319
292
 
320
- ...
321
-
322
293
  def driver_variables_copy(
323
294
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
324
295
  execution_context: int | str | None = None,
@@ -331,8 +302,6 @@ def driver_variables_copy(
331
302
  :type undo: bool | None
332
303
  """
333
304
 
334
- ...
335
-
336
305
  def driver_variables_paste(
337
306
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
338
307
  execution_context: int | str | None = None,
@@ -349,49 +318,12 @@ def driver_variables_paste(
349
318
  :type replace: bool | None
350
319
  """
351
320
 
352
- ...
353
-
354
321
  def duplicate(
355
322
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
356
323
  execution_context: int | str | None = None,
357
324
  undo: bool | None = None,
358
325
  *,
359
- mode: typing.Literal[
360
- "INIT",
361
- "DUMMY",
362
- "TRANSLATION",
363
- "ROTATION",
364
- "RESIZE",
365
- "SKIN_RESIZE",
366
- "TOSPHERE",
367
- "SHEAR",
368
- "BEND",
369
- "SHRINKFATTEN",
370
- "TILT",
371
- "TRACKBALL",
372
- "PUSHPULL",
373
- "CREASE",
374
- "VERTEX_CREASE",
375
- "MIRROR",
376
- "BONE_SIZE",
377
- "BONE_ENVELOPE",
378
- "BONE_ENVELOPE_DIST",
379
- "CURVE_SHRINKFATTEN",
380
- "MASK_SHRINKFATTEN",
381
- "GPENCIL_SHRINKFATTEN",
382
- "BONE_ROLL",
383
- "TIME_TRANSLATE",
384
- "TIME_SLIDE",
385
- "TIME_SCALE",
386
- "TIME_EXTEND",
387
- "BAKE_TIME",
388
- "BWEIGHT",
389
- "ALIGN",
390
- "EDGESLIDE",
391
- "SEQSLIDE",
392
- "GPENCIL_OPACITY",
393
- ]
394
- | None = "TRANSLATION",
326
+ mode: bpy.typing.TransformModeTypeItems | None = "TRANSLATION",
395
327
  ):
396
328
  """Make a copy of all selected keyframes
397
329
 
@@ -399,11 +331,9 @@ def duplicate(
399
331
  :type execution_context: int | str | None
400
332
  :type undo: bool | None
401
333
  :param mode: Mode
402
- :type mode: typing.Literal['INIT', 'DUMMY', 'TRANSLATION', 'ROTATION', 'RESIZE', 'SKIN_RESIZE', 'TOSPHERE', 'SHEAR', 'BEND', 'SHRINKFATTEN', 'TILT', 'TRACKBALL', 'PUSHPULL', 'CREASE', 'VERTEX_CREASE', 'MIRROR', 'BONE_SIZE', 'BONE_ENVELOPE', 'BONE_ENVELOPE_DIST', 'CURVE_SHRINKFATTEN', 'MASK_SHRINKFATTEN', 'GPENCIL_SHRINKFATTEN', 'BONE_ROLL', 'TIME_TRANSLATE', 'TIME_SLIDE', 'TIME_SCALE', 'TIME_EXTEND', 'BAKE_TIME', 'BWEIGHT', 'ALIGN', 'EDGESLIDE', 'SEQSLIDE', 'GPENCIL_OPACITY'] | None
334
+ :type mode: bpy.typing.TransformModeTypeItems | None
403
335
  """
404
336
 
405
- ...
406
-
407
337
  def duplicate_move(
408
338
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
409
339
  execution_context: int | str | None = None,
@@ -423,8 +353,6 @@ def duplicate_move(
423
353
  :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
424
354
  """
425
355
 
426
- ...
427
-
428
356
  def ease(
429
357
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
430
358
  execution_context: int | str | None = None,
@@ -444,14 +372,12 @@ def ease(
444
372
  :type sharpness: float | None
445
373
  """
446
374
 
447
- ...
448
-
449
375
  def easing_type(
450
376
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
451
377
  execution_context: int | str | None = None,
452
378
  undo: bool | None = None,
453
379
  *,
454
- type: typing.Literal["AUTO", "EASE_IN", "EASE_OUT", "EASE_IN_OUT"] | None = "AUTO",
380
+ type: bpy.typing.BeztripleInterpolationEasingItems | None = "AUTO",
455
381
  ):
456
382
  """Set easing type for the F-Curve segments starting from the selected keyframes
457
383
 
@@ -459,11 +385,9 @@ def easing_type(
459
385
  :type execution_context: int | str | None
460
386
  :type undo: bool | None
461
387
  :param type: Type
462
- :type type: typing.Literal['AUTO', 'EASE_IN', 'EASE_OUT', 'EASE_IN_OUT'] | None
388
+ :type type: bpy.typing.BeztripleInterpolationEasingItems | None
463
389
  """
464
390
 
465
- ...
466
-
467
391
  def equalize_handles(
468
392
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
469
393
  execution_context: int | str | None = None,
@@ -495,8 +419,6 @@ def equalize_handles(
495
419
  :type flatten: bool | None
496
420
  """
497
421
 
498
- ...
499
-
500
422
  def euler_filter(
501
423
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
502
424
  execution_context: int | str | None = None,
@@ -509,8 +431,6 @@ def euler_filter(
509
431
  :type undo: bool | None
510
432
  """
511
433
 
512
- ...
513
-
514
434
  def extrapolation_type(
515
435
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
516
436
  execution_context: int | str | None = None,
@@ -540,24 +460,12 @@ def extrapolation_type(
540
460
  :type type: typing.Literal['CONSTANT','LINEAR','MAKE_CYCLIC','CLEAR_CYCLIC'] | None
541
461
  """
542
462
 
543
- ...
544
-
545
463
  def fmodifier_add(
546
464
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
547
465
  execution_context: int | str | None = None,
548
466
  undo: bool | None = None,
549
467
  *,
550
- type: typing.Literal[
551
- "NULL",
552
- "GENERATOR",
553
- "FNGENERATOR",
554
- "ENVELOPE",
555
- "CYCLES",
556
- "NOISE",
557
- "LIMITS",
558
- "STEPPED",
559
- ]
560
- | None = "NULL",
468
+ type: bpy.typing.FmodifierTypeItems | None = "NULL",
561
469
  only_active: bool | None = False,
562
470
  ):
563
471
  """Add F-Modifier to the active/selected F-Curves
@@ -566,13 +474,11 @@ def fmodifier_add(
566
474
  :type execution_context: int | str | None
567
475
  :type undo: bool | None
568
476
  :param type: Type
569
- :type type: typing.Literal['NULL', 'GENERATOR', 'FNGENERATOR', 'ENVELOPE', 'CYCLES', 'NOISE', 'LIMITS', 'STEPPED'] | None
477
+ :type type: bpy.typing.FmodifierTypeItems | None
570
478
  :param only_active: Only Active, Only add F-Modifier to active F-Curve
571
479
  :type only_active: bool | None
572
480
  """
573
481
 
574
- ...
575
-
576
482
  def fmodifier_copy(
577
483
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
578
484
  execution_context: int | str | None = None,
@@ -585,8 +491,6 @@ def fmodifier_copy(
585
491
  :type undo: bool | None
586
492
  """
587
493
 
588
- ...
589
-
590
494
  def fmodifier_paste(
591
495
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
592
496
  execution_context: int | str | None = None,
@@ -606,8 +510,6 @@ def fmodifier_paste(
606
510
  :type replace: bool | None
607
511
  """
608
512
 
609
- ...
610
-
611
513
  def frame_jump(
612
514
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
613
515
  execution_context: int | str | None = None,
@@ -620,8 +522,6 @@ def frame_jump(
620
522
  :type undo: bool | None
621
523
  """
622
524
 
623
- ...
624
-
625
525
  def gaussian_smooth(
626
526
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
627
527
  execution_context: int | str | None = None,
@@ -644,8 +544,6 @@ def gaussian_smooth(
644
544
  :type filter_width: int | None
645
545
  """
646
546
 
647
- ...
648
-
649
547
  def ghost_curves_clear(
650
548
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
651
549
  execution_context: int | str | None = None,
@@ -658,8 +556,6 @@ def ghost_curves_clear(
658
556
  :type undo: bool | None
659
557
  """
660
558
 
661
- ...
662
-
663
559
  def ghost_curves_create(
664
560
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
665
561
  execution_context: int | str | None = None,
@@ -672,15 +568,12 @@ def ghost_curves_create(
672
568
  :type undo: bool | None
673
569
  """
674
570
 
675
- ...
676
-
677
571
  def handle_type(
678
572
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
679
573
  execution_context: int | str | None = None,
680
574
  undo: bool | None = None,
681
575
  *,
682
- type: typing.Literal["FREE", "ALIGNED", "VECTOR", "AUTO", "AUTO_CLAMPED"]
683
- | None = "FREE",
576
+ type: bpy.typing.KeyframeHandleTypeItems | None = "FREE",
684
577
  ):
685
578
  """Set type of handle for selected keyframes
686
579
 
@@ -688,11 +581,9 @@ def handle_type(
688
581
  :type execution_context: int | str | None
689
582
  :type undo: bool | None
690
583
  :param type: Type
691
- :type type: typing.Literal['FREE', 'ALIGNED', 'VECTOR', 'AUTO', 'AUTO_CLAMPED'] | None
584
+ :type type: bpy.typing.KeyframeHandleTypeItems | None
692
585
  """
693
586
 
694
- ...
695
-
696
587
  def hide(
697
588
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
698
589
  execution_context: int | str | None = None,
@@ -709,29 +600,12 @@ def hide(
709
600
  :type unselected: bool | None
710
601
  """
711
602
 
712
- ...
713
-
714
603
  def interpolation_type(
715
604
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
716
605
  execution_context: int | str | None = None,
717
606
  undo: bool | None = None,
718
607
  *,
719
- type: typing.Literal[
720
- "CONSTANT",
721
- "LINEAR",
722
- "BEZIER",
723
- "SINE",
724
- "QUAD",
725
- "CUBIC",
726
- "QUART",
727
- "QUINT",
728
- "EXPO",
729
- "CIRC",
730
- "BACK",
731
- "BOUNCE",
732
- "ELASTIC",
733
- ]
734
- | None = "CONSTANT",
608
+ type: bpy.typing.BeztripleInterpolationModeItems | None = "CONSTANT",
735
609
  ):
736
610
  """Set interpolation mode for the F-Curve segments starting from the selected keyframes
737
611
 
@@ -739,11 +613,9 @@ def interpolation_type(
739
613
  :type execution_context: int | str | None
740
614
  :type undo: bool | None
741
615
  :param type: Type
742
- :type type: typing.Literal['CONSTANT', 'LINEAR', 'BEZIER', 'SINE', 'QUAD', 'CUBIC', 'QUART', 'QUINT', 'EXPO', 'CIRC', 'BACK', 'BOUNCE', 'ELASTIC'] | None
616
+ :type type: bpy.typing.BeztripleInterpolationModeItems | None
743
617
  """
744
618
 
745
- ...
746
-
747
619
  def keyframe_insert(
748
620
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
749
621
  execution_context: int | str | None = None,
@@ -776,8 +648,6 @@ def keyframe_insert(
776
648
  :type type: typing.Literal['ALL','SEL','ACTIVE','CURSOR_ACTIVE','CURSOR_SEL'] | None
777
649
  """
778
650
 
779
- ...
780
-
781
651
  def keyframe_jump(
782
652
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
783
653
  execution_context: int | str | None = None,
@@ -794,8 +664,6 @@ def keyframe_jump(
794
664
  :type next: bool | None
795
665
  """
796
666
 
797
- ...
798
-
799
667
  def keys_to_samples(
800
668
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
801
669
  execution_context: int | str | None = None,
@@ -808,8 +676,6 @@ def keys_to_samples(
808
676
  :type undo: bool | None
809
677
  """
810
678
 
811
- ...
812
-
813
679
  def match_slope(
814
680
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
815
681
  execution_context: int | str | None = None,
@@ -826,8 +692,6 @@ def match_slope(
826
692
  :type factor: float | None
827
693
  """
828
694
 
829
- ...
830
-
831
695
  def mirror(
832
696
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
833
697
  execution_context: int | str | None = None,
@@ -859,20 +723,14 @@ def mirror(
859
723
  :type type: typing.Literal['CFRA','VALUE','YAXIS','XAXIS','MARKER'] | None
860
724
  """
861
725
 
862
- ...
863
-
864
726
  def paste(
865
727
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
866
728
  execution_context: int | str | None = None,
867
729
  undo: bool | None = None,
868
730
  *,
869
- offset: typing.Literal["START", "END", "RELATIVE", "NONE"] | None = "START",
870
- value_offset: typing.Literal[
871
- "LEFT_KEY", "RIGHT_KEY", "CURRENT_FRAME", "CURSOR_VALUE", "NONE"
872
- ]
873
- | None = "NONE",
874
- merge: typing.Literal["MIX", "OVER_ALL", "OVER_RANGE", "OVER_RANGE_ALL"]
875
- | None = "MIX",
731
+ offset: bpy.typing.KeyframePasteOffsetItems | None = "START",
732
+ value_offset: bpy.typing.KeyframePasteOffsetValueItems | None = "NONE",
733
+ merge: bpy.typing.KeyframePasteMergeItems | None = "MIX",
876
734
  flipped: bool | None = False,
877
735
  ):
878
736
  """Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
@@ -881,17 +739,15 @@ def paste(
881
739
  :type execution_context: int | str | None
882
740
  :type undo: bool | None
883
741
  :param offset: Frame Offset, Paste time offset of keys
884
- :type offset: typing.Literal['START', 'END', 'RELATIVE', 'NONE'] | None
742
+ :type offset: bpy.typing.KeyframePasteOffsetItems | None
885
743
  :param value_offset: Value Offset, Paste keys with a value offset
886
- :type value_offset: typing.Literal['LEFT_KEY', 'RIGHT_KEY', 'CURRENT_FRAME', 'CURSOR_VALUE', 'NONE'] | None
744
+ :type value_offset: bpy.typing.KeyframePasteOffsetValueItems | None
887
745
  :param merge: Type, Method of merging pasted keys and existing
888
- :type merge: typing.Literal['MIX', 'OVER_ALL', 'OVER_RANGE', 'OVER_RANGE_ALL'] | None
746
+ :type merge: bpy.typing.KeyframePasteMergeItems | None
889
747
  :param flipped: Flipped, Paste keyframes from mirrored bones if they exist
890
748
  :type flipped: bool | None
891
749
  """
892
750
 
893
- ...
894
-
895
751
  def previewrange_set(
896
752
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
897
753
  execution_context: int | str | None = None,
@@ -904,8 +760,6 @@ def previewrange_set(
904
760
  :type undo: bool | None
905
761
  """
906
762
 
907
- ...
908
-
909
763
  def push_pull(
910
764
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
911
765
  execution_context: int | str | None = None,
@@ -922,8 +776,6 @@ def push_pull(
922
776
  :type factor: float | None
923
777
  """
924
778
 
925
- ...
926
-
927
779
  def reveal(
928
780
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
929
781
  execution_context: int | str | None = None,
@@ -940,8 +792,6 @@ def reveal(
940
792
  :type select: bool | None
941
793
  """
942
794
 
943
- ...
944
-
945
795
  def samples_to_keys(
946
796
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
947
797
  execution_context: int | str | None = None,
@@ -954,8 +804,6 @@ def samples_to_keys(
954
804
  :type undo: bool | None
955
805
  """
956
806
 
957
- ...
958
-
959
807
  def scale_average(
960
808
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
961
809
  execution_context: int | str | None = None,
@@ -972,8 +820,6 @@ def scale_average(
972
820
  :type factor: float | None
973
821
  """
974
822
 
975
- ...
976
-
977
823
  def scale_from_neighbor(
978
824
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
979
825
  execution_context: int | str | None = None,
@@ -993,8 +839,6 @@ def scale_from_neighbor(
993
839
  :type anchor: typing.Literal['LEFT','RIGHT'] | None
994
840
  """
995
841
 
996
- ...
997
-
998
842
  def select_all(
999
843
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1000
844
  execution_context: int | str | None = None,
@@ -1023,8 +867,6 @@ def select_all(
1023
867
  :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
1024
868
  """
1025
869
 
1026
- ...
1027
-
1028
870
  def select_box(
1029
871
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1030
872
  execution_context: int | str | None = None,
@@ -1077,8 +919,6 @@ def select_box(
1077
919
  :type mode: typing.Literal['SET','ADD','SUB'] | None
1078
920
  """
1079
921
 
1080
- ...
1081
-
1082
922
  def select_circle(
1083
923
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1084
924
  execution_context: int | str | None = None,
@@ -1119,8 +959,6 @@ def select_circle(
1119
959
  :type use_curve_selection: bool | None
1120
960
  """
1121
961
 
1122
- ...
1123
-
1124
962
  def select_column(
1125
963
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1126
964
  execution_context: int | str | None = None,
@@ -1138,8 +976,6 @@ def select_column(
1138
976
  :type mode: typing.Literal['KEYS','CFRA','MARKERS_COLUMN','MARKERS_BETWEEN'] | None
1139
977
  """
1140
978
 
1141
- ...
1142
-
1143
979
  def select_key_handles(
1144
980
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1145
981
  execution_context: int | str | None = None,
@@ -1189,8 +1025,6 @@ def select_key_handles(
1189
1025
  :type key_action: typing.Literal['SELECT','DESELECT','KEEP'] | None
1190
1026
  """
1191
1027
 
1192
- ...
1193
-
1194
1028
  def select_lasso(
1195
1029
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1196
1030
  execution_context: int | str | None = None,
@@ -1231,8 +1065,6 @@ def select_lasso(
1231
1065
  :type use_curve_selection: bool | None
1232
1066
  """
1233
1067
 
1234
- ...
1235
-
1236
1068
  def select_leftright(
1237
1069
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1238
1070
  execution_context: int | str | None = None,
@@ -1252,8 +1084,6 @@ def select_leftright(
1252
1084
  :type extend: bool | None
1253
1085
  """
1254
1086
 
1255
- ...
1256
-
1257
1087
  def select_less(
1258
1088
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1259
1089
  execution_context: int | str | None = None,
@@ -1266,8 +1096,6 @@ def select_less(
1266
1096
  :type undo: bool | None
1267
1097
  """
1268
1098
 
1269
- ...
1270
-
1271
1099
  def select_linked(
1272
1100
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1273
1101
  execution_context: int | str | None = None,
@@ -1280,8 +1108,6 @@ def select_linked(
1280
1108
  :type undo: bool | None
1281
1109
  """
1282
1110
 
1283
- ...
1284
-
1285
1111
  def select_more(
1286
1112
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1287
1113
  execution_context: int | str | None = None,
@@ -1294,8 +1120,6 @@ def select_more(
1294
1120
  :type undo: bool | None
1295
1121
  """
1296
1122
 
1297
- ...
1298
-
1299
1123
  def shear(
1300
1124
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1301
1125
  execution_context: int | str | None = None,
@@ -1321,8 +1145,6 @@ def shear(
1321
1145
  :type direction: typing.Literal['FROM_LEFT','FROM_RIGHT'] | None
1322
1146
  """
1323
1147
 
1324
- ...
1325
-
1326
1148
  def smooth(
1327
1149
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1328
1150
  execution_context: int | str | None = None,
@@ -1335,8 +1157,6 @@ def smooth(
1335
1157
  :type undo: bool | None
1336
1158
  """
1337
1159
 
1338
- ...
1339
-
1340
1160
  def snap(
1341
1161
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1342
1162
  execution_context: int | str | None = None,
@@ -1379,8 +1199,6 @@ def snap(
1379
1199
  :type type: typing.Literal['CFRA','VALUE','NEAREST_FRAME','NEAREST_SECOND','NEAREST_MARKER','HORIZONTAL'] | None
1380
1200
  """
1381
1201
 
1382
- ...
1383
-
1384
1202
  def snap_cursor_value(
1385
1203
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1386
1204
  execution_context: int | str | None = None,
@@ -1393,8 +1211,6 @@ def snap_cursor_value(
1393
1211
  :type undo: bool | None
1394
1212
  """
1395
1213
 
1396
- ...
1397
-
1398
1214
  def sound_to_samples(
1399
1215
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1400
1216
  execution_context: int | str | None = None,
@@ -1522,8 +1338,6 @@ def sound_to_samples(
1522
1338
  :type sthreshold: float | None
1523
1339
  """
1524
1340
 
1525
- ...
1526
-
1527
1341
  def time_offset(
1528
1342
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1529
1343
  execution_context: int | str | None = None,
@@ -1540,8 +1354,6 @@ def time_offset(
1540
1354
  :type frame_offset: float | None
1541
1355
  """
1542
1356
 
1543
- ...
1544
-
1545
1357
  def view_all(
1546
1358
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1547
1359
  execution_context: int | str | None = None,
@@ -1558,8 +1370,6 @@ def view_all(
1558
1370
  :type include_handles: bool | None
1559
1371
  """
1560
1372
 
1561
- ...
1562
-
1563
1373
  def view_frame(
1564
1374
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1565
1375
  execution_context: int | str | None = None,
@@ -1572,8 +1382,6 @@ def view_frame(
1572
1382
  :type undo: bool | None
1573
1383
  """
1574
1384
 
1575
- ...
1576
-
1577
1385
  def view_selected(
1578
1386
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1579
1387
  execution_context: int | str | None = None,
@@ -1589,5 +1397,3 @@ def view_selected(
1589
1397
  :param include_handles: Include Handles, Include handles of keyframes when calculating extents
1590
1398
  :type include_handles: bool | None
1591
1399
  """
1592
-
1593
- ...