fake-bpy-module 20240210__py3-none-any.whl → 20240326__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.
Files changed (309) hide show
  1. addon_utils/__init__.pyi +54 -11
  2. animsys_refactor/__init__.pyi +36 -7
  3. aud/__init__.pyi +307 -321
  4. bgl/__init__.pyi +2926 -865
  5. bl_app_override/__init__.pyi +14 -4
  6. bl_app_override/helpers/__init__.pyi +24 -3
  7. bl_app_template_utils/__init__.pyi +19 -5
  8. bl_console_utils/__init__.pyi +0 -1
  9. bl_console_utils/autocomplete/__init__.pyi +2 -3
  10. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
  11. bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
  12. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
  13. bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
  14. bl_i18n_utils/__init__.pyi +2 -3
  15. bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
  16. bl_i18n_utils/merge_po/__init__.pyi +4 -2
  17. bl_i18n_utils/settings/__init__.pyi +53 -7
  18. bl_i18n_utils/utils/__init__.pyi +332 -45
  19. bl_i18n_utils/utils_cli/__init__.pyi +29 -7
  20. bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
  21. bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
  22. bl_keymap_utils/__init__.pyi +2 -3
  23. bl_keymap_utils/io/__init__.pyi +44 -10
  24. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
  25. bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
  26. bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
  27. bl_keymap_utils/versioning/__init__.pyi +4 -2
  28. bl_math/__init__.pyi +21 -22
  29. bl_operators/__init__.pyi +30 -24
  30. bl_operators/add_mesh_torus/__init__.pyi +171 -38
  31. bl_operators/anim/__init__.pyi +1065 -227
  32. bl_operators/assets/__init__.pyi +427 -93
  33. bl_operators/bmesh/__init__.pyi +0 -1
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
  35. bl_operators/clip/__init__.pyi +1342 -288
  36. bl_operators/console/__init__.pyi +647 -141
  37. bl_operators/constraint/__init__.pyi +524 -113
  38. bl_operators/file/__init__.pyi +396 -85
  39. bl_operators/freestyle/__init__.pyi +532 -114
  40. bl_operators/geometry_nodes/__init__.pyi +2412 -597
  41. bl_operators/image/__init__.pyi +380 -83
  42. bl_operators/mesh/__init__.pyi +401 -86
  43. bl_operators/node/__init__.pyi +1756 -385
  44. bl_operators/object/__init__.pyi +2022 -553
  45. bl_operators/object_align/__init__.pyi +145 -32
  46. bl_operators/object_quick_effects/__init__.pyi +555 -125
  47. bl_operators/object_randomize_transform/__init__.pyi +136 -33
  48. bl_operators/presets/__init__.pyi +3516 -709
  49. bl_operators/rigidbody/__init__.pyi +401 -86
  50. bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
  51. bl_operators/sequencer/__init__.pyi +731 -150
  52. bl_operators/spreadsheet/__init__.pyi +145 -31
  53. bl_operators/userpref/__init__.pyi +3416 -825
  54. bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
  55. bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
  56. bl_operators/uvcalc_transform/__init__.pyi +344 -74
  57. bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
  58. bl_operators/view3d/__init__.pyi +697 -147
  59. bl_operators/wm/__init__.pyi +6287 -1534
  60. bl_previews_utils/__init__.pyi +0 -1
  61. bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
  62. bl_rna_utils/__init__.pyi +0 -1
  63. bl_rna_utils/data_path/__init__.pyi +12 -3
  64. bl_text_utils/__init__.pyi +0 -1
  65. bl_text_utils/external_editor/__init__.pyi +4 -2
  66. bl_ui/__init__.pyi +567 -170
  67. bl_ui/anim/__init__.pyi +164 -34
  68. bl_ui/asset_shelf/__init__.pyi +146 -32
  69. bl_ui/generic_ui_list/__init__.pyi +471 -100
  70. bl_ui/node_add_menu/__init__.pyi +196 -41
  71. bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
  72. bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
  73. bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
  74. bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
  75. bl_ui/properties_animviz/__init__.pyi +32 -3
  76. bl_ui/properties_collection/__init__.pyi +787 -180
  77. bl_ui/properties_constraint/__init__.pyi +28635 -5524
  78. bl_ui/properties_data_armature/__init__.pyi +1905 -449
  79. bl_ui/properties_data_bone/__init__.pyi +1560 -337
  80. bl_ui/properties_data_camera/__init__.pyi +2269 -495
  81. bl_ui/properties_data_curve/__init__.pyi +2362 -535
  82. bl_ui/properties_data_curves/__init__.pyi +951 -204
  83. bl_ui/properties_data_empty/__init__.pyi +317 -70
  84. bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
  85. bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
  86. bl_ui/properties_data_lattice/__init__.pyi +472 -105
  87. bl_ui/properties_data_light/__init__.pyi +1570 -338
  88. bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
  89. bl_ui/properties_data_mesh/__init__.pyi +3205 -768
  90. bl_ui/properties_data_metaball/__init__.pyi +774 -171
  91. bl_ui/properties_data_modifier/__init__.pyi +1554 -329
  92. bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
  93. bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
  94. bl_ui/properties_data_speaker/__init__.pyi +782 -169
  95. bl_ui/properties_data_volume/__init__.pyi +1243 -282
  96. bl_ui/properties_freestyle/__init__.pyi +4071 -1031
  97. bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
  98. bl_ui/properties_mask_common/__init__.pyi +1256 -250
  99. bl_ui/properties_material/__init__.pyi +2351 -543
  100. bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
  101. bl_ui/properties_object/__init__.pyi +2179 -513
  102. bl_ui/properties_output/__init__.pyi +2956 -706
  103. bl_ui/properties_paint_common/__init__.pyi +947 -141
  104. bl_ui/properties_particle/__init__.pyi +8322 -1971
  105. bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
  106. bl_ui/properties_physics_common/__init__.pyi +200 -45
  107. bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
  108. bl_ui/properties_physics_field/__init__.pyi +1695 -365
  109. bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
  110. bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
  111. bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
  112. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
  113. bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
  114. bl_ui/properties_render/__init__.pyi +8312 -1934
  115. bl_ui/properties_scene/__init__.pyi +2211 -540
  116. bl_ui/properties_texture/__init__.pyi +4185 -1014
  117. bl_ui/properties_view_layer/__init__.pyi +2803 -665
  118. bl_ui/properties_workspace/__init__.pyi +626 -149
  119. bl_ui/properties_world/__init__.pyi +1092 -235
  120. bl_ui/space_clip/__init__.pyi +11475 -2806
  121. bl_ui/space_console/__init__.pyi +967 -203
  122. bl_ui/space_dopesheet/__init__.pyi +4260 -967
  123. bl_ui/space_filebrowser/__init__.pyi +4852 -1188
  124. bl_ui/space_graph/__init__.pyi +3251 -703
  125. bl_ui/space_image/__init__.pyi +12218 -2968
  126. bl_ui/space_info/__init__.pyi +964 -201
  127. bl_ui/space_nla/__init__.pyi +2756 -585
  128. bl_ui/space_node/__init__.pyi +5661 -1266
  129. bl_ui/space_outliner/__init__.pyi +2294 -479
  130. bl_ui/space_properties/__init__.pyi +417 -93
  131. bl_ui/space_sequencer/__init__.pyi +12436 -3010
  132. bl_ui/space_spreadsheet/__init__.pyi +184 -37
  133. bl_ui/space_statusbar/__init__.pyi +135 -31
  134. bl_ui/space_text/__init__.pyi +2556 -543
  135. bl_ui/space_time/__init__.pyi +1151 -244
  136. bl_ui/space_toolsystem_common/__init__.pyi +368 -67
  137. bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
  138. bl_ui/space_topbar/__init__.pyi +4214 -888
  139. bl_ui/space_userpref/__init__.pyi +13920 -3468
  140. bl_ui/space_view3d/__init__.pyi +42751 -9613
  141. bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
  142. bl_ui/utils/__init__.pyi +42 -5
  143. bl_ui_utils/__init__.pyi +0 -1
  144. bl_ui_utils/bug_report_url/__init__.pyi +4 -2
  145. bl_ui_utils/layout/__init__.pyi +4 -2
  146. blend_render_info/__init__.pyi +13 -4
  147. blf/__init__.pyi +15 -18
  148. bmesh/__init__.pyi +18 -18
  149. bmesh/geometry/__init__.pyi +5 -6
  150. bmesh/ops/__init__.pyi +1337 -1158
  151. bmesh/types/__init__.pyi +464 -374
  152. bmesh/utils/__init__.pyi +64 -70
  153. bpy/__init__.pyi +6 -7
  154. bpy/app/__init__.pyi +36 -38
  155. bpy/app/handlers/__init__.pyi +37 -38
  156. bpy/app/icons/__init__.pyi +8 -11
  157. bpy/app/timers/__init__.pyi +18 -17
  158. bpy/app/translations/__init__.pyi +32 -30
  159. bpy/msgbus/__init__.pyi +25 -20
  160. bpy/ops/__init__.pyi +63 -64
  161. bpy/ops/action/__init__.pyi +408 -436
  162. bpy/ops/anim/__init__.pyi +459 -577
  163. bpy/ops/armature/__init__.pyi +396 -498
  164. bpy/ops/asset/__init__.pyi +187 -213
  165. bpy/ops/boid/__init__.pyi +50 -68
  166. bpy/ops/brush/__init__.pyi +72 -97
  167. bpy/ops/buttons/__init__.pyi +202 -193
  168. bpy/ops/cachefile/__init__.pyi +198 -188
  169. bpy/ops/camera/__init__.pyi +24 -31
  170. bpy/ops/clip/__init__.pyi +1021 -1082
  171. bpy/ops/cloth/__init__.pyi +11 -15
  172. bpy/ops/collection/__init__.pyi +36 -51
  173. bpy/ops/console/__init__.pyi +155 -209
  174. bpy/ops/constraint/__init__.pyi +286 -254
  175. bpy/ops/curve/__init__.pyi +597 -659
  176. bpy/ops/curves/__init__.pyi +191 -225
  177. bpy/ops/cycles/__init__.pyi +21 -30
  178. bpy/ops/dpaint/__init__.pyi +34 -47
  179. bpy/ops/ed/__init__.pyi +160 -176
  180. bpy/ops/export_anim/__init__.pyi +51 -34
  181. bpy/ops/export_mesh/__init__.pyi +47 -45
  182. bpy/ops/export_scene/__init__.pyi +659 -504
  183. bpy/ops/file/__init__.pyi +469 -474
  184. bpy/ops/fluid/__init__.pyi +89 -119
  185. bpy/ops/font/__init__.pyi +325 -361
  186. bpy/ops/geometry/__init__.pyi +86 -114
  187. bpy/ops/gizmogroup/__init__.pyi +22 -28
  188. bpy/ops/gpencil/__init__.pyi +1900 -1976
  189. bpy/ops/graph/__init__.pyi +875 -894
  190. bpy/ops/grease_pencil/__init__.pyi +572 -508
  191. bpy/ops/image/__init__.pyi +805 -855
  192. bpy/ops/import_anim/__init__.pyi +66 -46
  193. bpy/ops/import_curve/__init__.pyi +7 -11
  194. bpy/ops/import_mesh/__init__.pyi +19 -25
  195. bpy/ops/import_scene/__init__.pyi +164 -147
  196. bpy/ops/info/__init__.pyi +88 -85
  197. bpy/ops/lattice/__init__.pyi +86 -90
  198. bpy/ops/marker/__init__.pyi +135 -146
  199. bpy/ops/mask/__init__.pyi +372 -436
  200. bpy/ops/material/__init__.pyi +18 -25
  201. bpy/ops/mball/__init__.pyi +93 -99
  202. bpy/ops/mesh/__init__.pyi +2525 -2664
  203. bpy/ops/nla/__init__.pyi +398 -455
  204. bpy/ops/node/__init__.pyi +1015 -1207
  205. bpy/ops/object/__init__.pyi +3423 -3390
  206. bpy/ops/outliner/__init__.pyi +667 -685
  207. bpy/ops/paint/__init__.pyi +719 -672
  208. bpy/ops/paintcurve/__init__.pyi +64 -85
  209. bpy/ops/palette/__init__.pyi +48 -67
  210. bpy/ops/particle/__init__.pyi +323 -367
  211. bpy/ops/pose/__init__.pyi +569 -474
  212. bpy/ops/poselib/__init__.pyi +77 -100
  213. bpy/ops/preferences/__init__.pyi +460 -512
  214. bpy/ops/ptcache/__init__.pyi +46 -63
  215. bpy/ops/render/__init__.pyi +121 -155
  216. bpy/ops/rigidbody/__init__.pyi +148 -143
  217. bpy/ops/scene/__init__.pyi +336 -380
  218. bpy/ops/screen/__init__.pyi +454 -530
  219. bpy/ops/script/__init__.pyi +19 -28
  220. bpy/ops/sculpt/__init__.pyi +734 -587
  221. bpy/ops/sculpt_curves/__init__.pyi +51 -56
  222. bpy/ops/sequencer/__init__.pyi +1617 -1500
  223. bpy/ops/sound/__init__.pyi +392 -315
  224. bpy/ops/spreadsheet/__init__.pyi +31 -42
  225. bpy/ops/surface/__init__.pyi +198 -163
  226. bpy/ops/text/__init__.pyi +479 -545
  227. bpy/ops/text_editor/__init__.pyi +11 -15
  228. bpy/ops/texture/__init__.pyi +26 -36
  229. bpy/ops/transform/__init__.pyi +825 -941
  230. bpy/ops/ui/__init__.pyi +246 -295
  231. bpy/ops/uilist/__init__.pyi +34 -38
  232. bpy/ops/uv/__init__.pyi +912 -824
  233. bpy/ops/view2d/__init__.pyi +157 -197
  234. bpy/ops/view3d/__init__.pyi +777 -878
  235. bpy/ops/wm/__init__.pyi +4102 -3595
  236. bpy/ops/workspace/__init__.pyi +42 -58
  237. bpy/ops/world/__init__.pyi +6 -9
  238. bpy/path/__init__.pyi +166 -109
  239. bpy/props/__init__.pyi +478 -395
  240. bpy/types/__init__.pyi +87194 -81467
  241. bpy/utils/__init__.pyi +325 -169
  242. bpy/utils/previews/__init__.pyi +108 -21
  243. bpy/utils/units/__init__.pyi +37 -39
  244. bpy_extras/__init__.pyi +4 -9
  245. bpy_extras/anim_utils/__init__.pyi +25 -55
  246. bpy_extras/asset_utils/__init__.pyi +3 -13
  247. bpy_extras/id_map_utils/__init__.pyi +1 -4
  248. bpy_extras/image_utils/__init__.pyi +33 -23
  249. bpy_extras/io_utils/__init__.pyi +116 -66
  250. bpy_extras/keyconfig_utils/__init__.pyi +5 -3
  251. bpy_extras/mesh_utils/__init__.pyi +42 -34
  252. bpy_extras/node_utils/__init__.pyi +4 -4
  253. bpy_extras/object_utils/__init__.pyi +58 -43
  254. bpy_extras/view3d_utils/__init__.pyi +64 -63
  255. bpy_restrict_state/__init__.pyi +14 -2
  256. bpy_types/__init__.pyi +3873 -998
  257. console_python/__init__.pyi +41 -8
  258. console_shell/__init__.pyi +24 -6
  259. {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
  260. fake_bpy_module-20240326.dist-info/RECORD +343 -0
  261. {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
  262. freestyle/__init__.pyi +4 -5
  263. freestyle/chainingiterators/__init__.pyi +229 -73
  264. freestyle/functions/__init__.pyi +624 -402
  265. freestyle/predicates/__init__.pyi +381 -169
  266. freestyle/shaders/__init__.pyi +424 -155
  267. freestyle/types/__init__.pyi +1572 -726
  268. freestyle/utils/ContextFunctions/__init__.pyi +54 -43
  269. freestyle/utils/__init__.pyi +67 -31
  270. gpu/__init__.pyi +3 -4
  271. gpu/capabilities/__init__.pyi +57 -37
  272. gpu/matrix/__init__.pyi +14 -17
  273. gpu/platform/__init__.pyi +5 -6
  274. gpu/select/__init__.pyi +2 -5
  275. gpu/shader/__init__.pyi +14 -12
  276. gpu/state/__init__.pyi +48 -62
  277. gpu/texture/__init__.pyi +7 -7
  278. gpu/types/__init__.pyi +670 -229
  279. gpu_extras/__init__.pyi +1 -2
  280. gpu_extras/batch/__init__.pyi +27 -6
  281. gpu_extras/presets/__init__.pyi +67 -27
  282. graphviz_export/__init__.pyi +9 -3
  283. idprop/__init__.pyi +0 -1
  284. idprop/types/__init__.pyi +42 -13
  285. imbuf/__init__.pyi +6 -10
  286. imbuf/types/__init__.pyi +8 -16
  287. keyingsets_builtins/__init__.pyi +3149 -702
  288. keyingsets_utils/__init__.pyi +69 -15
  289. mathutils/__init__.pyi +951 -876
  290. mathutils/bvhtree/__init__.pyi +47 -48
  291. mathutils/geometry/__init__.pyi +237 -242
  292. mathutils/interpolate/__init__.pyi +3 -6
  293. mathutils/kdtree/__init__.pyi +23 -26
  294. mathutils/noise/__init__.pyi +50 -51
  295. nodeitems_builtins/__init__.pyi +50 -11
  296. nodeitems_utils/__init__.pyi +58 -11
  297. rna_info/__init__.pyi +230 -27
  298. rna_keymap_ui/__init__.pyi +29 -7
  299. rna_prop_ui/__init__.pyi +69 -13
  300. rna_xml/__init__.pyi +29 -7
  301. sys_info/__init__.pyi +4 -2
  302. bpy_extras/bmesh_utils/__init__.pyi +0 -7
  303. bpy_extras/extensions/__init__.pyi +0 -5
  304. bpy_extras/extensions/junction_module/__init__.pyi +0 -13
  305. bpy_extras/node_shader_utils/__init__.pyi +0 -132
  306. bpy_extras/wm_utils/__init__.pyi +0 -5
  307. bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
  308. fake_bpy_module-20240210.dist-info/RECORD +0 -349
  309. {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
bpy/ops/nla/__init__.pyi CHANGED
@@ -1,797 +1,740 @@
1
- import sys
2
1
  import typing
3
- import bpy.types
4
2
  import bpy.ops.transform
3
+ import bpy.types
5
4
 
6
5
  GenericType = typing.TypeVar("GenericType")
7
6
 
8
7
  def action_pushdown(
9
- override_context: typing.Optional[
10
- typing.Union[typing.Dict, "bpy.types.Context"]
11
- ] = None,
12
- execution_context: typing.Optional[typing.Union[str, int]] = None,
13
- undo: typing.Optional[bool] = None,
14
- *,
15
- track_index: typing.Optional[typing.Any] = -1,
8
+ override_context: typing.Union[dict, bpy.types.Context] = None,
9
+ execution_context: typing.Union[str, int] = None,
10
+ undo: bool = None,
11
+ track_index: typing.Any = -1,
16
12
  ):
17
13
  """Push action down onto the top of the NLA stack as a new strip
18
14
 
19
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
20
- :type execution_context: typing.Optional[typing.Union[str, int]]
21
- :type undo: typing.Optional[bool]
15
+ :type override_context: typing.Union[dict, bpy.types.Context]
16
+ :type execution_context: typing.Union[str, int]
17
+ :type undo: bool
22
18
  :param track_index: Track Index, Index of NLA action track to perform pushdown operation on
23
- :type track_index: typing.Optional[typing.Any]
19
+ :type track_index: typing.Any
24
20
  """
25
21
 
26
22
  ...
27
23
 
28
24
  def action_sync_length(
29
- override_context: typing.Optional[
30
- typing.Union[typing.Dict, "bpy.types.Context"]
31
- ] = None,
32
- execution_context: typing.Optional[typing.Union[str, int]] = None,
33
- undo: typing.Optional[bool] = None,
34
- *,
35
- active: typing.Optional[typing.Union[bool, typing.Any]] = True,
25
+ override_context: typing.Union[dict, bpy.types.Context] = None,
26
+ execution_context: typing.Union[str, int] = None,
27
+ undo: bool = None,
28
+ active: typing.Union[bool, typing.Any] = True,
36
29
  ):
37
30
  """Synchronize the length of the referenced Action with the length used in the strip
38
31
 
39
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
40
- :type execution_context: typing.Optional[typing.Union[str, int]]
41
- :type undo: typing.Optional[bool]
32
+ :type override_context: typing.Union[dict, bpy.types.Context]
33
+ :type execution_context: typing.Union[str, int]
34
+ :type undo: bool
42
35
  :param active: Active Strip Only, Only sync the active length for the active strip
43
- :type active: typing.Optional[typing.Union[bool, typing.Any]]
36
+ :type active: typing.Union[bool, typing.Any]
44
37
  """
45
38
 
46
39
  ...
47
40
 
48
41
  def action_unlink(
49
- override_context: typing.Optional[
50
- typing.Union[typing.Dict, "bpy.types.Context"]
51
- ] = None,
52
- execution_context: typing.Optional[typing.Union[str, int]] = None,
53
- undo: typing.Optional[bool] = None,
54
- *,
55
- force_delete: typing.Optional[typing.Union[bool, typing.Any]] = False,
42
+ override_context: typing.Union[dict, bpy.types.Context] = None,
43
+ execution_context: typing.Union[str, int] = None,
44
+ undo: bool = None,
45
+ force_delete: typing.Union[bool, typing.Any] = False,
56
46
  ):
57
47
  """Unlink this action from the active action slot (and/or exit Tweak Mode)
58
48
 
59
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
60
- :type execution_context: typing.Optional[typing.Union[str, int]]
61
- :type undo: typing.Optional[bool]
49
+ :type override_context: typing.Union[dict, bpy.types.Context]
50
+ :type execution_context: typing.Union[str, int]
51
+ :type undo: bool
62
52
  :param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-block's NLA stack
63
- :type force_delete: typing.Optional[typing.Union[bool, typing.Any]]
53
+ :type force_delete: typing.Union[bool, typing.Any]
64
54
  """
65
55
 
66
56
  ...
67
57
 
68
58
  def actionclip_add(
69
- override_context: typing.Optional[
70
- typing.Union[typing.Dict, "bpy.types.Context"]
71
- ] = None,
72
- execution_context: typing.Optional[typing.Union[str, int]] = None,
73
- undo: typing.Optional[bool] = None,
74
- *,
75
- action: typing.Optional[typing.Union[str, int, typing.Any]] = "",
59
+ override_context: typing.Union[dict, bpy.types.Context] = None,
60
+ execution_context: typing.Union[str, int] = None,
61
+ undo: bool = None,
62
+ action: typing.Union[str, int, typing.Any] = "",
76
63
  ):
77
64
  """Add an Action-Clip strip (i.e. an NLA Strip referencing an Action) to the active track
78
65
 
79
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
80
- :type execution_context: typing.Optional[typing.Union[str, int]]
81
- :type undo: typing.Optional[bool]
66
+ :type override_context: typing.Union[dict, bpy.types.Context]
67
+ :type execution_context: typing.Union[str, int]
68
+ :type undo: bool
82
69
  :param action: Action
83
- :type action: typing.Optional[typing.Union[str, int, typing.Any]]
70
+ :type action: typing.Union[str, int, typing.Any]
84
71
  """
85
72
 
86
73
  ...
87
74
 
88
75
  def apply_scale(
89
- override_context: typing.Optional[
90
- typing.Union[typing.Dict, "bpy.types.Context"]
91
- ] = None,
92
- execution_context: typing.Optional[typing.Union[str, int]] = None,
93
- undo: typing.Optional[bool] = None,
76
+ override_context: typing.Union[dict, bpy.types.Context] = None,
77
+ execution_context: typing.Union[str, int] = None,
78
+ undo: bool = None,
94
79
  ):
95
80
  """Apply scaling of selected strips to their referenced Actions
96
81
 
97
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
98
- :type execution_context: typing.Optional[typing.Union[str, int]]
99
- :type undo: typing.Optional[bool]
82
+ :type override_context: typing.Union[dict, bpy.types.Context]
83
+ :type execution_context: typing.Union[str, int]
84
+ :type undo: bool
100
85
  """
101
86
 
102
87
  ...
103
88
 
104
89
  def bake(
105
- override_context: typing.Optional[
106
- typing.Union[typing.Dict, "bpy.types.Context"]
107
- ] = None,
108
- execution_context: typing.Optional[typing.Union[str, int]] = None,
109
- undo: typing.Optional[bool] = None,
110
- *,
111
- frame_start: typing.Optional[typing.Any] = 1,
112
- frame_end: typing.Optional[typing.Any] = 250,
113
- step: typing.Optional[typing.Any] = 1,
114
- only_selected: typing.Optional[typing.Union[bool, typing.Any]] = True,
115
- visual_keying: typing.Optional[typing.Union[bool, typing.Any]] = False,
116
- clear_constraints: typing.Optional[typing.Union[bool, typing.Any]] = False,
117
- clear_parents: typing.Optional[typing.Union[bool, typing.Any]] = False,
118
- use_current_action: typing.Optional[typing.Union[bool, typing.Any]] = False,
119
- clean_curves: typing.Optional[typing.Union[bool, typing.Any]] = False,
120
- bake_types: typing.Optional[typing.Any] = {"POSE"},
121
- channel_types: typing.Optional[typing.Any] = {
122
- "BBONE",
123
- "LOCATION",
124
- "PROPS",
125
- "ROTATION",
126
- "SCALE",
90
+ override_context: typing.Union[dict, bpy.types.Context] = None,
91
+ execution_context: typing.Union[str, int] = None,
92
+ undo: bool = None,
93
+ frame_start: typing.Any = 1,
94
+ frame_end: typing.Any = 250,
95
+ step: typing.Any = 1,
96
+ only_selected: typing.Union[bool, typing.Any] = True,
97
+ visual_keying: typing.Union[bool, typing.Any] = False,
98
+ clear_constraints: typing.Union[bool, typing.Any] = False,
99
+ clear_parents: typing.Union[bool, typing.Any] = False,
100
+ use_current_action: typing.Union[bool, typing.Any] = False,
101
+ clean_curves: typing.Union[bool, typing.Any] = False,
102
+ bake_types: typing.Any = {'"POSE"'},
103
+ channel_types: typing.Any = {
104
+ '"PROPS"',
105
+ '"LOCATION"',
106
+ '"ROTATION"',
107
+ '"BBONE"',
108
+ '"SCALE"',
127
109
  },
128
110
  ):
129
- """Bake all selected objects location/scale/rotation animation to an action :File: `startup/bl_operators/anim.py\:267 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_operators/anim.py#L267>`__
130
-
131
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
132
- :type execution_context: typing.Optional[typing.Union[str, int]]
133
- :type undo: typing.Optional[bool]
134
- :param frame_start: Start Frame, Start frame for baking
135
- :type frame_start: typing.Optional[typing.Any]
136
- :param frame_end: End Frame, End frame for baking
137
- :type frame_end: typing.Optional[typing.Any]
138
- :param step: Frame Step, Number of frames to skip forward while baking each frame
139
- :type step: typing.Optional[typing.Any]
140
- :param only_selected: Only Selected Bones, Only key selected bones (Pose baking only)
141
- :type only_selected: typing.Optional[typing.Union[bool, typing.Any]]
142
- :param visual_keying: Visual Keying, Keyframe from the final transformations (with constraints applied)
143
- :type visual_keying: typing.Optional[typing.Union[bool, typing.Any]]
144
- :param clear_constraints: Clear Constraints, Remove all constraints from keyed object/bones, and do 'visual' keying
145
- :type clear_constraints: typing.Optional[typing.Union[bool, typing.Any]]
146
- :param clear_parents: Clear Parents, Bake animation onto the object then clear parents (objects only)
147
- :type clear_parents: typing.Optional[typing.Union[bool, typing.Any]]
148
- :param use_current_action: Overwrite Current Action, Bake animation into current action, instead of creating a new one (useful for baking only part of bones in an armature)
149
- :type use_current_action: typing.Optional[typing.Union[bool, typing.Any]]
150
- :param clean_curves: Clean Curves, After baking curves, remove redundant keys
151
- :type clean_curves: typing.Optional[typing.Union[bool, typing.Any]]
152
- :param bake_types: Bake Data, Which data's transformations to bake * ``POSE`` Pose -- Bake bones transformations. * ``OBJECT`` Object -- Bake object transformations.
153
- :type bake_types: typing.Optional[typing.Any]
154
- :param channel_types: Channels, Which channels to bake * ``LOCATION`` Location -- Bake location channels. * ``ROTATION`` Rotation -- Bake rotation channels. * ``SCALE`` Scale -- Bake scale channels. * ``BBONE`` B-Bone -- Bake B-Bone channels. * ``PROPS`` Custom Properties -- Bake custom properties.
155
- :type channel_types: typing.Optional[typing.Any]
111
+ """Bake all selected objects location/scale/rotation animation to an action
112
+
113
+ :type override_context: typing.Union[dict, bpy.types.Context]
114
+ :type execution_context: typing.Union[str, int]
115
+ :type undo: bool
116
+ :param frame_start: Start Frame, Start frame for baking
117
+ :type frame_start: typing.Any
118
+ :param frame_end: End Frame, End frame for baking
119
+ :type frame_end: typing.Any
120
+ :param step: Frame Step, Number of frames to skip forward while baking each frame
121
+ :type step: typing.Any
122
+ :param only_selected: Only Selected Bones, Only key selected bones (Pose baking only)
123
+ :type only_selected: typing.Union[bool, typing.Any]
124
+ :param visual_keying: Visual Keying, Keyframe from the final transformations (with constraints applied)
125
+ :type visual_keying: typing.Union[bool, typing.Any]
126
+ :param clear_constraints: Clear Constraints, Remove all constraints from keyed object/bones, and do 'visual' keying
127
+ :type clear_constraints: typing.Union[bool, typing.Any]
128
+ :param clear_parents: Clear Parents, Bake animation onto the object then clear parents (objects only)
129
+ :type clear_parents: typing.Union[bool, typing.Any]
130
+ :param use_current_action: Overwrite Current Action, Bake animation into current action, instead of creating a new one (useful for baking only part of bones in an armature)
131
+ :type use_current_action: typing.Union[bool, typing.Any]
132
+ :param clean_curves: Clean Curves, After baking curves, remove redundant keys
133
+ :type clean_curves: typing.Union[bool, typing.Any]
134
+ :param bake_types: Bake Data, Which data's transformations to bake
135
+
136
+ POSE
137
+ Pose -- Bake bones transformations.
138
+
139
+ OBJECT
140
+ Object -- Bake object transformations.
141
+ :type bake_types: typing.Any
142
+ :param channel_types: Channels, Which channels to bake
143
+
144
+ LOCATION
145
+ Location -- Bake location channels.
146
+
147
+ ROTATION
148
+ Rotation -- Bake rotation channels.
149
+
150
+ SCALE
151
+ Scale -- Bake scale channels.
152
+
153
+ BBONE
154
+ B-Bone -- Bake B-Bone channels.
155
+
156
+ PROPS
157
+ Custom Properties -- Bake custom properties.
158
+ :type channel_types: typing.Any
156
159
  """
157
160
 
158
161
  ...
159
162
 
160
163
  def channels_click(
161
- override_context: typing.Optional[
162
- typing.Union[typing.Dict, "bpy.types.Context"]
163
- ] = None,
164
- execution_context: typing.Optional[typing.Union[str, int]] = None,
165
- undo: typing.Optional[bool] = None,
166
- *,
167
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
164
+ override_context: typing.Union[dict, bpy.types.Context] = None,
165
+ execution_context: typing.Union[str, int] = None,
166
+ undo: bool = None,
167
+ extend: typing.Union[bool, typing.Any] = False,
168
168
  ):
169
169
  """Handle clicks to select NLA tracks
170
170
 
171
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
172
- :type execution_context: typing.Optional[typing.Union[str, int]]
173
- :type undo: typing.Optional[bool]
171
+ :type override_context: typing.Union[dict, bpy.types.Context]
172
+ :type execution_context: typing.Union[str, int]
173
+ :type undo: bool
174
174
  :param extend: Extend Select
175
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
175
+ :type extend: typing.Union[bool, typing.Any]
176
176
  """
177
177
 
178
178
  ...
179
179
 
180
180
  def clear_scale(
181
- override_context: typing.Optional[
182
- typing.Union[typing.Dict, "bpy.types.Context"]
183
- ] = None,
184
- execution_context: typing.Optional[typing.Union[str, int]] = None,
185
- undo: typing.Optional[bool] = None,
181
+ override_context: typing.Union[dict, bpy.types.Context] = None,
182
+ execution_context: typing.Union[str, int] = None,
183
+ undo: bool = None,
186
184
  ):
187
185
  """Reset scaling of selected strips
188
186
 
189
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
190
- :type execution_context: typing.Optional[typing.Union[str, int]]
191
- :type undo: typing.Optional[bool]
187
+ :type override_context: typing.Union[dict, bpy.types.Context]
188
+ :type execution_context: typing.Union[str, int]
189
+ :type undo: bool
192
190
  """
193
191
 
194
192
  ...
195
193
 
196
194
  def click_select(
197
- override_context: typing.Optional[
198
- typing.Union[typing.Dict, "bpy.types.Context"]
199
- ] = None,
200
- execution_context: typing.Optional[typing.Union[str, int]] = None,
201
- undo: typing.Optional[bool] = None,
202
- *,
203
- wait_to_deselect_others: typing.Optional[typing.Union[bool, typing.Any]] = False,
204
- mouse_x: typing.Optional[typing.Any] = 0,
205
- mouse_y: typing.Optional[typing.Any] = 0,
206
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
207
- deselect_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
195
+ override_context: typing.Union[dict, bpy.types.Context] = None,
196
+ execution_context: typing.Union[str, int] = None,
197
+ undo: bool = None,
198
+ wait_to_deselect_others: typing.Union[bool, typing.Any] = False,
199
+ mouse_x: typing.Any = 0,
200
+ mouse_y: typing.Any = 0,
201
+ extend: typing.Union[bool, typing.Any] = False,
202
+ deselect_all: typing.Union[bool, typing.Any] = False,
208
203
  ):
209
204
  """Handle clicks to select NLA Strips
210
205
 
211
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
212
- :type execution_context: typing.Optional[typing.Union[str, int]]
213
- :type undo: typing.Optional[bool]
206
+ :type override_context: typing.Union[dict, bpy.types.Context]
207
+ :type execution_context: typing.Union[str, int]
208
+ :type undo: bool
214
209
  :param wait_to_deselect_others: Wait to Deselect Others
215
- :type wait_to_deselect_others: typing.Optional[typing.Union[bool, typing.Any]]
210
+ :type wait_to_deselect_others: typing.Union[bool, typing.Any]
216
211
  :param mouse_x: Mouse X
217
- :type mouse_x: typing.Optional[typing.Any]
212
+ :type mouse_x: typing.Any
218
213
  :param mouse_y: Mouse Y
219
- :type mouse_y: typing.Optional[typing.Any]
214
+ :type mouse_y: typing.Any
220
215
  :param extend: Extend Select
221
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
216
+ :type extend: typing.Union[bool, typing.Any]
222
217
  :param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
223
- :type deselect_all: typing.Optional[typing.Union[bool, typing.Any]]
218
+ :type deselect_all: typing.Union[bool, typing.Any]
224
219
  """
225
220
 
226
221
  ...
227
222
 
228
223
  def delete(
229
- override_context: typing.Optional[
230
- typing.Union[typing.Dict, "bpy.types.Context"]
231
- ] = None,
232
- execution_context: typing.Optional[typing.Union[str, int]] = None,
233
- undo: typing.Optional[bool] = None,
224
+ override_context: typing.Union[dict, bpy.types.Context] = None,
225
+ execution_context: typing.Union[str, int] = None,
226
+ undo: bool = None,
234
227
  ):
235
228
  """Delete selected strips
236
229
 
237
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
238
- :type execution_context: typing.Optional[typing.Union[str, int]]
239
- :type undo: typing.Optional[bool]
230
+ :type override_context: typing.Union[dict, bpy.types.Context]
231
+ :type execution_context: typing.Union[str, int]
232
+ :type undo: bool
240
233
  """
241
234
 
242
235
  ...
243
236
 
244
237
  def duplicate(
245
- override_context: typing.Optional[
246
- typing.Union[typing.Dict, "bpy.types.Context"]
247
- ] = None,
248
- execution_context: typing.Optional[typing.Union[str, int]] = None,
249
- undo: typing.Optional[bool] = None,
250
- *,
251
- linked: typing.Optional[typing.Union[bool, typing.Any]] = False,
238
+ override_context: typing.Union[dict, bpy.types.Context] = None,
239
+ execution_context: typing.Union[str, int] = None,
240
+ undo: bool = None,
241
+ linked: typing.Union[bool, typing.Any] = False,
252
242
  ):
253
243
  """Duplicate selected NLA-Strips, adding the new strips to new track(s)
254
244
 
255
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
256
- :type execution_context: typing.Optional[typing.Union[str, int]]
257
- :type undo: typing.Optional[bool]
245
+ :type override_context: typing.Union[dict, bpy.types.Context]
246
+ :type execution_context: typing.Union[str, int]
247
+ :type undo: bool
258
248
  :param linked: Linked, When duplicating strips, assign new copies of the actions they use
259
- :type linked: typing.Optional[typing.Union[bool, typing.Any]]
249
+ :type linked: typing.Union[bool, typing.Any]
260
250
  """
261
251
 
262
252
  ...
263
253
 
264
254
  def duplicate_linked_move(
265
- override_context: typing.Optional[
266
- typing.Union[typing.Dict, "bpy.types.Context"]
267
- ] = None,
268
- execution_context: typing.Optional[typing.Union[str, int]] = None,
269
- undo: typing.Optional[bool] = None,
270
- *,
271
- NLA_OT_duplicate: typing.Optional["duplicate"] = None,
272
- TRANSFORM_OT_translate: typing.Optional["bpy.ops.transform.translate"] = None,
255
+ override_context: typing.Union[dict, bpy.types.Context] = None,
256
+ execution_context: typing.Union[str, int] = None,
257
+ undo: bool = None,
258
+ NLA_OT_duplicate: duplicate = None,
259
+ TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
273
260
  ):
274
261
  """Duplicate Linked selected NLA-Strips, adding the new strips to new track(s)
275
262
 
276
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
277
- :type execution_context: typing.Optional[typing.Union[str, int]]
278
- :type undo: typing.Optional[bool]
263
+ :type override_context: typing.Union[dict, bpy.types.Context]
264
+ :type execution_context: typing.Union[str, int]
265
+ :type undo: bool
279
266
  :param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
280
- :type NLA_OT_duplicate: typing.Optional['duplicate']
267
+ :type NLA_OT_duplicate: duplicate
281
268
  :param TRANSFORM_OT_translate: Move, Move selected items
282
- :type TRANSFORM_OT_translate: typing.Optional['bpy.ops.transform.translate']
269
+ :type TRANSFORM_OT_translate: bpy.ops.transform.translate
283
270
  """
284
271
 
285
272
  ...
286
273
 
287
274
  def duplicate_move(
288
- override_context: typing.Optional[
289
- typing.Union[typing.Dict, "bpy.types.Context"]
290
- ] = None,
291
- execution_context: typing.Optional[typing.Union[str, int]] = None,
292
- undo: typing.Optional[bool] = None,
293
- *,
294
- NLA_OT_duplicate: typing.Optional["duplicate"] = None,
295
- TRANSFORM_OT_translate: typing.Optional["bpy.ops.transform.translate"] = None,
275
+ override_context: typing.Union[dict, bpy.types.Context] = None,
276
+ execution_context: typing.Union[str, int] = None,
277
+ undo: bool = None,
278
+ NLA_OT_duplicate: duplicate = None,
279
+ TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
296
280
  ):
297
281
  """Duplicate selected NLA-Strips, adding the new strips to new track(s)
298
282
 
299
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
300
- :type execution_context: typing.Optional[typing.Union[str, int]]
301
- :type undo: typing.Optional[bool]
283
+ :type override_context: typing.Union[dict, bpy.types.Context]
284
+ :type execution_context: typing.Union[str, int]
285
+ :type undo: bool
302
286
  :param NLA_OT_duplicate: Duplicate Strips, Duplicate selected NLA-Strips, adding the new strips to new track(s)
303
- :type NLA_OT_duplicate: typing.Optional['duplicate']
287
+ :type NLA_OT_duplicate: duplicate
304
288
  :param TRANSFORM_OT_translate: Move, Move selected items
305
- :type TRANSFORM_OT_translate: typing.Optional['bpy.ops.transform.translate']
289
+ :type TRANSFORM_OT_translate: bpy.ops.transform.translate
306
290
  """
307
291
 
308
292
  ...
309
293
 
310
294
  def fmodifier_add(
311
- override_context: typing.Optional[
312
- typing.Union[typing.Dict, "bpy.types.Context"]
313
- ] = None,
314
- execution_context: typing.Optional[typing.Union[str, int]] = None,
315
- undo: typing.Optional[bool] = None,
316
- *,
317
- type: typing.Optional[typing.Union[str, int]] = "NULL",
318
- only_active: typing.Optional[typing.Union[bool, typing.Any]] = True,
295
+ override_context: typing.Union[dict, bpy.types.Context] = None,
296
+ execution_context: typing.Union[str, int] = None,
297
+ undo: bool = None,
298
+ type: typing.Any = "NULL",
299
+ only_active: typing.Union[bool, typing.Any] = True,
319
300
  ):
320
301
  """Add F-Modifier to the active/selected NLA-Strips
321
302
 
322
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
323
- :type execution_context: typing.Optional[typing.Union[str, int]]
324
- :type undo: typing.Optional[bool]
303
+ :type override_context: typing.Union[dict, bpy.types.Context]
304
+ :type execution_context: typing.Union[str, int]
305
+ :type undo: bool
325
306
  :param type: Type
326
- :type type: typing.Optional[typing.Union[str, int]]
307
+ :type type: typing.Any
327
308
  :param only_active: Only Active, Only add a F-Modifier of the specified type to the active strip
328
- :type only_active: typing.Optional[typing.Union[bool, typing.Any]]
309
+ :type only_active: typing.Union[bool, typing.Any]
329
310
  """
330
311
 
331
312
  ...
332
313
 
333
314
  def fmodifier_copy(
334
- override_context: typing.Optional[
335
- typing.Union[typing.Dict, "bpy.types.Context"]
336
- ] = None,
337
- execution_context: typing.Optional[typing.Union[str, int]] = None,
338
- undo: typing.Optional[bool] = None,
315
+ override_context: typing.Union[dict, bpy.types.Context] = None,
316
+ execution_context: typing.Union[str, int] = None,
317
+ undo: bool = None,
339
318
  ):
340
319
  """Copy the F-Modifier(s) of the active NLA-Strip
341
320
 
342
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
343
- :type execution_context: typing.Optional[typing.Union[str, int]]
344
- :type undo: typing.Optional[bool]
321
+ :type override_context: typing.Union[dict, bpy.types.Context]
322
+ :type execution_context: typing.Union[str, int]
323
+ :type undo: bool
345
324
  """
346
325
 
347
326
  ...
348
327
 
349
328
  def fmodifier_paste(
350
- override_context: typing.Optional[
351
- typing.Union[typing.Dict, "bpy.types.Context"]
352
- ] = None,
353
- execution_context: typing.Optional[typing.Union[str, int]] = None,
354
- undo: typing.Optional[bool] = None,
355
- *,
356
- only_active: typing.Optional[typing.Union[bool, typing.Any]] = True,
357
- replace: typing.Optional[typing.Union[bool, typing.Any]] = False,
329
+ override_context: typing.Union[dict, bpy.types.Context] = None,
330
+ execution_context: typing.Union[str, int] = None,
331
+ undo: bool = None,
332
+ only_active: typing.Union[bool, typing.Any] = True,
333
+ replace: typing.Union[bool, typing.Any] = False,
358
334
  ):
359
335
  """Add copied F-Modifiers to the selected NLA-Strips
360
336
 
361
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
362
- :type execution_context: typing.Optional[typing.Union[str, int]]
363
- :type undo: typing.Optional[bool]
337
+ :type override_context: typing.Union[dict, bpy.types.Context]
338
+ :type execution_context: typing.Union[str, int]
339
+ :type undo: bool
364
340
  :param only_active: Only Active, Only paste F-Modifiers on active strip
365
- :type only_active: typing.Optional[typing.Union[bool, typing.Any]]
341
+ :type only_active: typing.Union[bool, typing.Any]
366
342
  :param replace: Replace Existing, Replace existing F-Modifiers, instead of just appending to the end of the existing list
367
- :type replace: typing.Optional[typing.Union[bool, typing.Any]]
343
+ :type replace: typing.Union[bool, typing.Any]
368
344
  """
369
345
 
370
346
  ...
371
347
 
372
348
  def make_single_user(
373
- override_context: typing.Optional[
374
- typing.Union[typing.Dict, "bpy.types.Context"]
375
- ] = None,
376
- execution_context: typing.Optional[typing.Union[str, int]] = None,
377
- undo: typing.Optional[bool] = None,
378
- *,
379
- confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
349
+ override_context: typing.Union[dict, bpy.types.Context] = None,
350
+ execution_context: typing.Union[str, int] = None,
351
+ undo: bool = None,
352
+ confirm: typing.Union[bool, typing.Any] = True,
380
353
  ):
381
354
  """Ensure that each action is only used once in the set of strips selected
382
355
 
383
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
384
- :type execution_context: typing.Optional[typing.Union[str, int]]
385
- :type undo: typing.Optional[bool]
356
+ :type override_context: typing.Union[dict, bpy.types.Context]
357
+ :type execution_context: typing.Union[str, int]
358
+ :type undo: bool
386
359
  :param confirm: Confirm, Prompt for confirmation
387
- :type confirm: typing.Optional[typing.Union[bool, typing.Any]]
360
+ :type confirm: typing.Union[bool, typing.Any]
388
361
  """
389
362
 
390
363
  ...
391
364
 
392
365
  def meta_add(
393
- override_context: typing.Optional[
394
- typing.Union[typing.Dict, "bpy.types.Context"]
395
- ] = None,
396
- execution_context: typing.Optional[typing.Union[str, int]] = None,
397
- undo: typing.Optional[bool] = None,
366
+ override_context: typing.Union[dict, bpy.types.Context] = None,
367
+ execution_context: typing.Union[str, int] = None,
368
+ undo: bool = None,
398
369
  ):
399
370
  """Add new meta-strips incorporating the selected strips
400
371
 
401
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
402
- :type execution_context: typing.Optional[typing.Union[str, int]]
403
- :type undo: typing.Optional[bool]
372
+ :type override_context: typing.Union[dict, bpy.types.Context]
373
+ :type execution_context: typing.Union[str, int]
374
+ :type undo: bool
404
375
  """
405
376
 
406
377
  ...
407
378
 
408
379
  def meta_remove(
409
- override_context: typing.Optional[
410
- typing.Union[typing.Dict, "bpy.types.Context"]
411
- ] = None,
412
- execution_context: typing.Optional[typing.Union[str, int]] = None,
413
- undo: typing.Optional[bool] = None,
380
+ override_context: typing.Union[dict, bpy.types.Context] = None,
381
+ execution_context: typing.Union[str, int] = None,
382
+ undo: bool = None,
414
383
  ):
415
384
  """Separate out the strips held by the selected meta-strips
416
385
 
417
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
418
- :type execution_context: typing.Optional[typing.Union[str, int]]
419
- :type undo: typing.Optional[bool]
386
+ :type override_context: typing.Union[dict, bpy.types.Context]
387
+ :type execution_context: typing.Union[str, int]
388
+ :type undo: bool
420
389
  """
421
390
 
422
391
  ...
423
392
 
424
393
  def move_down(
425
- override_context: typing.Optional[
426
- typing.Union[typing.Dict, "bpy.types.Context"]
427
- ] = None,
428
- execution_context: typing.Optional[typing.Union[str, int]] = None,
429
- undo: typing.Optional[bool] = None,
394
+ override_context: typing.Union[dict, bpy.types.Context] = None,
395
+ execution_context: typing.Union[str, int] = None,
396
+ undo: bool = None,
430
397
  ):
431
398
  """Move selected strips down a track if there's room
432
399
 
433
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
434
- :type execution_context: typing.Optional[typing.Union[str, int]]
435
- :type undo: typing.Optional[bool]
400
+ :type override_context: typing.Union[dict, bpy.types.Context]
401
+ :type execution_context: typing.Union[str, int]
402
+ :type undo: bool
436
403
  """
437
404
 
438
405
  ...
439
406
 
440
407
  def move_up(
441
- override_context: typing.Optional[
442
- typing.Union[typing.Dict, "bpy.types.Context"]
443
- ] = None,
444
- execution_context: typing.Optional[typing.Union[str, int]] = None,
445
- undo: typing.Optional[bool] = None,
408
+ override_context: typing.Union[dict, bpy.types.Context] = None,
409
+ execution_context: typing.Union[str, int] = None,
410
+ undo: bool = None,
446
411
  ):
447
412
  """Move selected strips up a track if there's room
448
413
 
449
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
450
- :type execution_context: typing.Optional[typing.Union[str, int]]
451
- :type undo: typing.Optional[bool]
414
+ :type override_context: typing.Union[dict, bpy.types.Context]
415
+ :type execution_context: typing.Union[str, int]
416
+ :type undo: bool
452
417
  """
453
418
 
454
419
  ...
455
420
 
456
421
  def mute_toggle(
457
- override_context: typing.Optional[
458
- typing.Union[typing.Dict, "bpy.types.Context"]
459
- ] = None,
460
- execution_context: typing.Optional[typing.Union[str, int]] = None,
461
- undo: typing.Optional[bool] = None,
422
+ override_context: typing.Union[dict, bpy.types.Context] = None,
423
+ execution_context: typing.Union[str, int] = None,
424
+ undo: bool = None,
462
425
  ):
463
426
  """Mute or un-mute selected strips
464
427
 
465
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
466
- :type execution_context: typing.Optional[typing.Union[str, int]]
467
- :type undo: typing.Optional[bool]
428
+ :type override_context: typing.Union[dict, bpy.types.Context]
429
+ :type execution_context: typing.Union[str, int]
430
+ :type undo: bool
468
431
  """
469
432
 
470
433
  ...
471
434
 
472
435
  def previewrange_set(
473
- override_context: typing.Optional[
474
- typing.Union[typing.Dict, "bpy.types.Context"]
475
- ] = None,
476
- execution_context: typing.Optional[typing.Union[str, int]] = None,
477
- undo: typing.Optional[bool] = None,
436
+ override_context: typing.Union[dict, bpy.types.Context] = None,
437
+ execution_context: typing.Union[str, int] = None,
438
+ undo: bool = None,
478
439
  ):
479
440
  """Set Preview Range based on extends of selected strips
480
441
 
481
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
482
- :type execution_context: typing.Optional[typing.Union[str, int]]
483
- :type undo: typing.Optional[bool]
442
+ :type override_context: typing.Union[dict, bpy.types.Context]
443
+ :type execution_context: typing.Union[str, int]
444
+ :type undo: bool
484
445
  """
485
446
 
486
447
  ...
487
448
 
488
449
  def select_all(
489
- override_context: typing.Optional[
490
- typing.Union[typing.Dict, "bpy.types.Context"]
491
- ] = None,
492
- execution_context: typing.Optional[typing.Union[str, int]] = None,
493
- undo: typing.Optional[bool] = None,
494
- *,
495
- action: typing.Optional[typing.Any] = "TOGGLE",
450
+ override_context: typing.Union[dict, bpy.types.Context] = None,
451
+ execution_context: typing.Union[str, int] = None,
452
+ undo: bool = None,
453
+ action: typing.Any = "TOGGLE",
496
454
  ):
497
455
  """Select or deselect all NLA-Strips
498
456
 
499
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
500
- :type execution_context: typing.Optional[typing.Union[str, int]]
501
- :type undo: typing.Optional[bool]
502
- :param action: Action, Selection action to execute * ``TOGGLE`` Toggle -- Toggle selection for all elements. * ``SELECT`` Select -- Select all elements. * ``DESELECT`` Deselect -- Deselect all elements. * ``INVERT`` Invert -- Invert selection of all elements.
503
- :type action: typing.Optional[typing.Any]
457
+ :type override_context: typing.Union[dict, bpy.types.Context]
458
+ :type execution_context: typing.Union[str, int]
459
+ :type undo: bool
460
+ :param action: Action, Selection action to execute
461
+
462
+ TOGGLE
463
+ Toggle -- Toggle selection for all elements.
464
+
465
+ SELECT
466
+ Select -- Select all elements.
467
+
468
+ DESELECT
469
+ Deselect -- Deselect all elements.
470
+
471
+ INVERT
472
+ Invert -- Invert selection of all elements.
473
+ :type action: typing.Any
504
474
  """
505
475
 
506
476
  ...
507
477
 
508
478
  def select_box(
509
- override_context: typing.Optional[
510
- typing.Union[typing.Dict, "bpy.types.Context"]
511
- ] = None,
512
- execution_context: typing.Optional[typing.Union[str, int]] = None,
513
- undo: typing.Optional[bool] = None,
514
- *,
515
- axis_range: typing.Optional[typing.Union[bool, typing.Any]] = False,
516
- tweak: typing.Optional[typing.Union[bool, typing.Any]] = False,
517
- xmin: typing.Optional[typing.Any] = 0,
518
- xmax: typing.Optional[typing.Any] = 0,
519
- ymin: typing.Optional[typing.Any] = 0,
520
- ymax: typing.Optional[typing.Any] = 0,
521
- wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
522
- mode: typing.Optional[typing.Any] = "SET",
479
+ override_context: typing.Union[dict, bpy.types.Context] = None,
480
+ execution_context: typing.Union[str, int] = None,
481
+ undo: bool = None,
482
+ axis_range: typing.Union[bool, typing.Any] = False,
483
+ tweak: typing.Union[bool, typing.Any] = False,
484
+ xmin: typing.Any = 0,
485
+ xmax: typing.Any = 0,
486
+ ymin: typing.Any = 0,
487
+ ymax: typing.Any = 0,
488
+ wait_for_input: typing.Union[bool, typing.Any] = True,
489
+ mode: typing.Any = "SET",
523
490
  ):
524
491
  """Use box selection to grab NLA-Strips
525
492
 
526
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
527
- :type execution_context: typing.Optional[typing.Union[str, int]]
528
- :type undo: typing.Optional[bool]
529
- :param axis_range: Axis Range
530
- :type axis_range: typing.Optional[typing.Union[bool, typing.Any]]
531
- :param tweak: Tweak, Operator has been activated using a click-drag event
532
- :type tweak: typing.Optional[typing.Union[bool, typing.Any]]
533
- :param xmin: X Min
534
- :type xmin: typing.Optional[typing.Any]
535
- :param xmax: X Max
536
- :type xmax: typing.Optional[typing.Any]
537
- :param ymin: Y Min
538
- :type ymin: typing.Optional[typing.Any]
539
- :param ymax: Y Max
540
- :type ymax: typing.Optional[typing.Any]
541
- :param wait_for_input: Wait for Input
542
- :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
543
- :param mode: Mode * ``SET`` Set -- Set a new selection. * ``ADD`` Extend -- Extend existing selection. * ``SUB`` Subtract -- Subtract existing selection.
544
- :type mode: typing.Optional[typing.Any]
493
+ :type override_context: typing.Union[dict, bpy.types.Context]
494
+ :type execution_context: typing.Union[str, int]
495
+ :type undo: bool
496
+ :param axis_range: Axis Range
497
+ :type axis_range: typing.Union[bool, typing.Any]
498
+ :param tweak: Tweak, Operator has been activated using a click-drag event
499
+ :type tweak: typing.Union[bool, typing.Any]
500
+ :param xmin: X Min
501
+ :type xmin: typing.Any
502
+ :param xmax: X Max
503
+ :type xmax: typing.Any
504
+ :param ymin: Y Min
505
+ :type ymin: typing.Any
506
+ :param ymax: Y Max
507
+ :type ymax: typing.Any
508
+ :param wait_for_input: Wait for Input
509
+ :type wait_for_input: typing.Union[bool, typing.Any]
510
+ :param mode: Mode
511
+
512
+ SET
513
+ Set -- Set a new selection.
514
+
515
+ ADD
516
+ Extend -- Extend existing selection.
517
+
518
+ SUB
519
+ Subtract -- Subtract existing selection.
520
+ :type mode: typing.Any
545
521
  """
546
522
 
547
523
  ...
548
524
 
549
525
  def select_leftright(
550
- override_context: typing.Optional[
551
- typing.Union[typing.Dict, "bpy.types.Context"]
552
- ] = None,
553
- execution_context: typing.Optional[typing.Union[str, int]] = None,
554
- undo: typing.Optional[bool] = None,
555
- *,
556
- mode: typing.Optional[typing.Any] = "CHECK",
557
- extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
526
+ override_context: typing.Union[dict, bpy.types.Context] = None,
527
+ execution_context: typing.Union[str, int] = None,
528
+ undo: bool = None,
529
+ mode: typing.Any = "CHECK",
530
+ extend: typing.Union[bool, typing.Any] = False,
558
531
  ):
559
532
  """Select strips to the left or the right of the current frame
560
533
 
561
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
562
- :type execution_context: typing.Optional[typing.Union[str, int]]
563
- :type undo: typing.Optional[bool]
534
+ :type override_context: typing.Union[dict, bpy.types.Context]
535
+ :type execution_context: typing.Union[str, int]
536
+ :type undo: bool
564
537
  :param mode: Mode
565
- :type mode: typing.Optional[typing.Any]
538
+ :type mode: typing.Any
566
539
  :param extend: Extend Select
567
- :type extend: typing.Optional[typing.Union[bool, typing.Any]]
540
+ :type extend: typing.Union[bool, typing.Any]
568
541
  """
569
542
 
570
543
  ...
571
544
 
572
545
  def selected_objects_add(
573
- override_context: typing.Optional[
574
- typing.Union[typing.Dict, "bpy.types.Context"]
575
- ] = None,
576
- execution_context: typing.Optional[typing.Union[str, int]] = None,
577
- undo: typing.Optional[bool] = None,
546
+ override_context: typing.Union[dict, bpy.types.Context] = None,
547
+ execution_context: typing.Union[str, int] = None,
548
+ undo: bool = None,
578
549
  ):
579
550
  """Make selected objects appear in NLA Editor by adding Animation Data
580
551
 
581
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
582
- :type execution_context: typing.Optional[typing.Union[str, int]]
583
- :type undo: typing.Optional[bool]
552
+ :type override_context: typing.Union[dict, bpy.types.Context]
553
+ :type execution_context: typing.Union[str, int]
554
+ :type undo: bool
584
555
  """
585
556
 
586
557
  ...
587
558
 
588
559
  def snap(
589
- override_context: typing.Optional[
590
- typing.Union[typing.Dict, "bpy.types.Context"]
591
- ] = None,
592
- execution_context: typing.Optional[typing.Union[str, int]] = None,
593
- undo: typing.Optional[bool] = None,
594
- *,
595
- type: typing.Optional[typing.Any] = "CFRA",
560
+ override_context: typing.Union[dict, bpy.types.Context] = None,
561
+ execution_context: typing.Union[str, int] = None,
562
+ undo: bool = None,
563
+ type: typing.Any = "CFRA",
596
564
  ):
597
565
  """Move start of strips to specified time
598
566
 
599
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
600
- :type execution_context: typing.Optional[typing.Union[str, int]]
601
- :type undo: typing.Optional[bool]
567
+ :type override_context: typing.Union[dict, bpy.types.Context]
568
+ :type execution_context: typing.Union[str, int]
569
+ :type undo: bool
602
570
  :param type: Type
603
- :type type: typing.Optional[typing.Any]
571
+ :type type: typing.Any
604
572
  """
605
573
 
606
574
  ...
607
575
 
608
576
  def soundclip_add(
609
- override_context: typing.Optional[
610
- typing.Union[typing.Dict, "bpy.types.Context"]
611
- ] = None,
612
- execution_context: typing.Optional[typing.Union[str, int]] = None,
613
- undo: typing.Optional[bool] = None,
577
+ override_context: typing.Union[dict, bpy.types.Context] = None,
578
+ execution_context: typing.Union[str, int] = None,
579
+ undo: bool = None,
614
580
  ):
615
581
  """Add a strip for controlling when speaker plays its sound clip
616
582
 
617
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
618
- :type execution_context: typing.Optional[typing.Union[str, int]]
619
- :type undo: typing.Optional[bool]
583
+ :type override_context: typing.Union[dict, bpy.types.Context]
584
+ :type execution_context: typing.Union[str, int]
585
+ :type undo: bool
620
586
  """
621
587
 
622
588
  ...
623
589
 
624
590
  def split(
625
- override_context: typing.Optional[
626
- typing.Union[typing.Dict, "bpy.types.Context"]
627
- ] = None,
628
- execution_context: typing.Optional[typing.Union[str, int]] = None,
629
- undo: typing.Optional[bool] = None,
591
+ override_context: typing.Union[dict, bpy.types.Context] = None,
592
+ execution_context: typing.Union[str, int] = None,
593
+ undo: bool = None,
630
594
  ):
631
595
  """Split selected strips at their midpoints
632
596
 
633
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
634
- :type execution_context: typing.Optional[typing.Union[str, int]]
635
- :type undo: typing.Optional[bool]
597
+ :type override_context: typing.Union[dict, bpy.types.Context]
598
+ :type execution_context: typing.Union[str, int]
599
+ :type undo: bool
636
600
  """
637
601
 
638
602
  ...
639
603
 
640
604
  def swap(
641
- override_context: typing.Optional[
642
- typing.Union[typing.Dict, "bpy.types.Context"]
643
- ] = None,
644
- execution_context: typing.Optional[typing.Union[str, int]] = None,
645
- undo: typing.Optional[bool] = None,
605
+ override_context: typing.Union[dict, bpy.types.Context] = None,
606
+ execution_context: typing.Union[str, int] = None,
607
+ undo: bool = None,
646
608
  ):
647
609
  """Swap order of selected strips within tracks
648
610
 
649
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
650
- :type execution_context: typing.Optional[typing.Union[str, int]]
651
- :type undo: typing.Optional[bool]
611
+ :type override_context: typing.Union[dict, bpy.types.Context]
612
+ :type execution_context: typing.Union[str, int]
613
+ :type undo: bool
652
614
  """
653
615
 
654
616
  ...
655
617
 
656
618
  def tracks_add(
657
- override_context: typing.Optional[
658
- typing.Union[typing.Dict, "bpy.types.Context"]
659
- ] = None,
660
- execution_context: typing.Optional[typing.Union[str, int]] = None,
661
- undo: typing.Optional[bool] = None,
662
- *,
663
- above_selected: typing.Optional[typing.Union[bool, typing.Any]] = False,
619
+ override_context: typing.Union[dict, bpy.types.Context] = None,
620
+ execution_context: typing.Union[str, int] = None,
621
+ undo: bool = None,
622
+ above_selected: typing.Union[bool, typing.Any] = False,
664
623
  ):
665
624
  """Add NLA-Tracks above/after the selected tracks
666
625
 
667
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
668
- :type execution_context: typing.Optional[typing.Union[str, int]]
669
- :type undo: typing.Optional[bool]
626
+ :type override_context: typing.Union[dict, bpy.types.Context]
627
+ :type execution_context: typing.Union[str, int]
628
+ :type undo: bool
670
629
  :param above_selected: Above Selected, Add a new NLA Track above every existing selected one
671
- :type above_selected: typing.Optional[typing.Union[bool, typing.Any]]
630
+ :type above_selected: typing.Union[bool, typing.Any]
672
631
  """
673
632
 
674
633
  ...
675
634
 
676
635
  def tracks_delete(
677
- override_context: typing.Optional[
678
- typing.Union[typing.Dict, "bpy.types.Context"]
679
- ] = None,
680
- execution_context: typing.Optional[typing.Union[str, int]] = None,
681
- undo: typing.Optional[bool] = None,
636
+ override_context: typing.Union[dict, bpy.types.Context] = None,
637
+ execution_context: typing.Union[str, int] = None,
638
+ undo: bool = None,
682
639
  ):
683
640
  """Delete selected NLA-Tracks and the strips they contain
684
641
 
685
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
686
- :type execution_context: typing.Optional[typing.Union[str, int]]
687
- :type undo: typing.Optional[bool]
642
+ :type override_context: typing.Union[dict, bpy.types.Context]
643
+ :type execution_context: typing.Union[str, int]
644
+ :type undo: bool
688
645
  """
689
646
 
690
647
  ...
691
648
 
692
649
  def transition_add(
693
- override_context: typing.Optional[
694
- typing.Union[typing.Dict, "bpy.types.Context"]
695
- ] = None,
696
- execution_context: typing.Optional[typing.Union[str, int]] = None,
697
- undo: typing.Optional[bool] = None,
650
+ override_context: typing.Union[dict, bpy.types.Context] = None,
651
+ execution_context: typing.Union[str, int] = None,
652
+ undo: bool = None,
698
653
  ):
699
654
  """Add a transition strip between two adjacent selected strips
700
655
 
701
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
702
- :type execution_context: typing.Optional[typing.Union[str, int]]
703
- :type undo: typing.Optional[bool]
656
+ :type override_context: typing.Union[dict, bpy.types.Context]
657
+ :type execution_context: typing.Union[str, int]
658
+ :type undo: bool
704
659
  """
705
660
 
706
661
  ...
707
662
 
708
663
  def tweakmode_enter(
709
- override_context: typing.Optional[
710
- typing.Union[typing.Dict, "bpy.types.Context"]
711
- ] = None,
712
- execution_context: typing.Optional[typing.Union[str, int]] = None,
713
- undo: typing.Optional[bool] = None,
714
- *,
715
- isolate_action: typing.Optional[typing.Union[bool, typing.Any]] = False,
716
- use_upper_stack_evaluation: typing.Optional[typing.Union[bool, typing.Any]] = False,
664
+ override_context: typing.Union[dict, bpy.types.Context] = None,
665
+ execution_context: typing.Union[str, int] = None,
666
+ undo: bool = None,
667
+ isolate_action: typing.Union[bool, typing.Any] = False,
668
+ use_upper_stack_evaluation: typing.Union[bool, typing.Any] = False,
717
669
  ):
718
670
  """Enter tweaking mode for the action referenced by the active strip to edit its keyframes
719
671
 
720
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
721
- :type execution_context: typing.Optional[typing.Union[str, int]]
722
- :type undo: typing.Optional[bool]
672
+ :type override_context: typing.Union[dict, bpy.types.Context]
673
+ :type execution_context: typing.Union[str, int]
674
+ :type undo: bool
723
675
  :param isolate_action: Isolate Action, Enable 'solo' on the NLA Track containing the active strip, to edit it without seeing the effects of the NLA stack
724
- :type isolate_action: typing.Optional[typing.Union[bool, typing.Any]]
676
+ :type isolate_action: typing.Union[bool, typing.Any]
725
677
  :param use_upper_stack_evaluation: Evaluate Upper Stack, In tweak mode, display the effects of the tracks above the tweak strip
726
- :type use_upper_stack_evaluation: typing.Optional[typing.Union[bool, typing.Any]]
678
+ :type use_upper_stack_evaluation: typing.Union[bool, typing.Any]
727
679
  """
728
680
 
729
681
  ...
730
682
 
731
683
  def tweakmode_exit(
732
- override_context: typing.Optional[
733
- typing.Union[typing.Dict, "bpy.types.Context"]
734
- ] = None,
735
- execution_context: typing.Optional[typing.Union[str, int]] = None,
736
- undo: typing.Optional[bool] = None,
737
- *,
738
- isolate_action: typing.Optional[typing.Union[bool, typing.Any]] = False,
684
+ override_context: typing.Union[dict, bpy.types.Context] = None,
685
+ execution_context: typing.Union[str, int] = None,
686
+ undo: bool = None,
687
+ isolate_action: typing.Union[bool, typing.Any] = False,
739
688
  ):
740
689
  """Exit tweaking mode for the action referenced by the active strip
741
690
 
742
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
743
- :type execution_context: typing.Optional[typing.Union[str, int]]
744
- :type undo: typing.Optional[bool]
691
+ :type override_context: typing.Union[dict, bpy.types.Context]
692
+ :type execution_context: typing.Union[str, int]
693
+ :type undo: bool
745
694
  :param isolate_action: Isolate Action, Disable 'solo' on any of the NLA Tracks after exiting tweak mode to get things back to normal
746
- :type isolate_action: typing.Optional[typing.Union[bool, typing.Any]]
695
+ :type isolate_action: typing.Union[bool, typing.Any]
747
696
  """
748
697
 
749
698
  ...
750
699
 
751
700
  def view_all(
752
- override_context: typing.Optional[
753
- typing.Union[typing.Dict, "bpy.types.Context"]
754
- ] = None,
755
- execution_context: typing.Optional[typing.Union[str, int]] = None,
756
- undo: typing.Optional[bool] = None,
701
+ override_context: typing.Union[dict, bpy.types.Context] = None,
702
+ execution_context: typing.Union[str, int] = None,
703
+ undo: bool = None,
757
704
  ):
758
705
  """Reset viewable area to show full strips range
759
706
 
760
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
761
- :type execution_context: typing.Optional[typing.Union[str, int]]
762
- :type undo: typing.Optional[bool]
707
+ :type override_context: typing.Union[dict, bpy.types.Context]
708
+ :type execution_context: typing.Union[str, int]
709
+ :type undo: bool
763
710
  """
764
711
 
765
712
  ...
766
713
 
767
714
  def view_frame(
768
- override_context: typing.Optional[
769
- typing.Union[typing.Dict, "bpy.types.Context"]
770
- ] = None,
771
- execution_context: typing.Optional[typing.Union[str, int]] = None,
772
- undo: typing.Optional[bool] = None,
715
+ override_context: typing.Union[dict, bpy.types.Context] = None,
716
+ execution_context: typing.Union[str, int] = None,
717
+ undo: bool = None,
773
718
  ):
774
719
  """Move the view to the current frame
775
720
 
776
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
777
- :type execution_context: typing.Optional[typing.Union[str, int]]
778
- :type undo: typing.Optional[bool]
721
+ :type override_context: typing.Union[dict, bpy.types.Context]
722
+ :type execution_context: typing.Union[str, int]
723
+ :type undo: bool
779
724
  """
780
725
 
781
726
  ...
782
727
 
783
728
  def view_selected(
784
- override_context: typing.Optional[
785
- typing.Union[typing.Dict, "bpy.types.Context"]
786
- ] = None,
787
- execution_context: typing.Optional[typing.Union[str, int]] = None,
788
- undo: typing.Optional[bool] = None,
729
+ override_context: typing.Union[dict, bpy.types.Context] = None,
730
+ execution_context: typing.Union[str, int] = None,
731
+ undo: bool = None,
789
732
  ):
790
733
  """Reset viewable area to show selected strips range
791
734
 
792
- :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
793
- :type execution_context: typing.Optional[typing.Union[str, int]]
794
- :type undo: typing.Optional[bool]
735
+ :type override_context: typing.Union[dict, bpy.types.Context]
736
+ :type execution_context: typing.Union[str, int]
737
+ :type undo: bool
795
738
  """
796
739
 
797
740
  ...