fake-bpy-module 20250630__py3-none-any.whl → 20250828__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 (246) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/assets/__init__.pyi +5 -0
  3. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  4. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  5. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
  7. _bpy_types/__init__.pyi +1594 -0
  8. aud/__init__.pyi +84 -31
  9. bl_i18n_utils/settings/__init__.pyi +1 -1
  10. bl_i18n_utils/utils/__init__.pyi +4 -4
  11. bl_math/__init__.pyi +1 -1
  12. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  13. bl_operators/anim/__init__.pyi +15 -14
  14. bl_operators/assets/__init__.pyi +4 -3
  15. bl_operators/bone_selection_sets/__init__.pyi +15 -14
  16. bl_operators/clip/__init__.pyi +12 -11
  17. bl_operators/connect_to_output/__init__.pyi +2 -1
  18. bl_operators/console/__init__.pyi +6 -5
  19. bl_operators/constraint/__init__.pyi +6 -5
  20. bl_operators/file/__init__.pyi +6 -5
  21. bl_operators/freestyle/__init__.pyi +5 -4
  22. bl_operators/geometry_nodes/__init__.pyi +5 -4
  23. bl_operators/grease_pencil/__init__.pyi +2 -1
  24. bl_operators/image/__init__.pyi +6 -5
  25. bl_operators/image_as_planes/__init__.pyi +3 -2
  26. bl_operators/mesh/__init__.pyi +4 -3
  27. bl_operators/node/__init__.pyi +18 -17
  28. bl_operators/object/__init__.pyi +17 -16
  29. bl_operators/object_align/__init__.pyi +2 -1
  30. bl_operators/object_quick_effects/__init__.pyi +5 -4
  31. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  32. bl_operators/presets/__init__.pyi +26 -25
  33. bl_operators/rigidbody/__init__.pyi +4 -3
  34. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
  35. bl_operators/sequencer/__init__.pyi +12 -11
  36. bl_operators/spreadsheet/__init__.pyi +2 -1
  37. bl_operators/userpref/__init__.pyi +26 -25
  38. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  39. bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
  40. bl_operators/uvcalc_transform/__init__.pyi +5 -4
  41. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  42. bl_operators/view3d/__init__.pyi +9 -8
  43. bl_operators/wm/__init__.pyi +48 -47
  44. bl_operators/world/__init__.pyi +3 -2
  45. bl_ui/__init__.pyi +4 -3
  46. bl_ui/anim/__init__.pyi +2 -1
  47. bl_ui/asset_shelf/__init__.pyi +2 -1
  48. bl_ui/generic_ui_list/__init__.pyi +6 -5
  49. bl_ui/node_add_menu/__init__.pyi +3 -2
  50. bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
  51. bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
  52. bl_ui/node_add_menu_shader/__init__.pyi +11 -10
  53. bl_ui/node_add_menu_texture/__init__.pyi +10 -9
  54. bl_ui/properties_collection/__init__.pyi +9 -8
  55. bl_ui/properties_constraint/__init__.pyi +78 -77
  56. bl_ui/properties_data_armature/__init__.pyi +22 -21
  57. bl_ui/properties_data_bone/__init__.pyi +12 -11
  58. bl_ui/properties_data_camera/__init__.pyi +18 -17
  59. bl_ui/properties_data_curve/__init__.pyi +18 -17
  60. bl_ui/properties_data_curves/__init__.pyi +11 -10
  61. bl_ui/properties_data_empty/__init__.pyi +3 -2
  62. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
  63. bl_ui/properties_data_lattice/__init__.pyi +7 -6
  64. bl_ui/properties_data_light/__init__.pyi +13 -12
  65. bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
  66. bl_ui/properties_data_mesh/__init__.pyi +48 -22
  67. bl_ui/properties_data_metaball/__init__.pyi +9 -8
  68. bl_ui/properties_data_modifier/__init__.pyi +10 -9
  69. bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
  70. bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
  71. bl_ui/properties_data_speaker/__init__.pyi +9 -8
  72. bl_ui/properties_data_volume/__init__.pyi +12 -11
  73. bl_ui/properties_freestyle/__init__.pyi +27 -26
  74. bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
  75. bl_ui/properties_mask_common/__init__.pyi +8 -7
  76. bl_ui/properties_material/__init__.pyi +19 -18
  77. bl_ui/properties_material_gpencil/__init__.pyi +14 -13
  78. bl_ui/properties_object/__init__.pyi +24 -23
  79. bl_ui/properties_output/__init__.pyi +21 -20
  80. bl_ui/properties_paint_common/__init__.pyi +8 -4
  81. bl_ui/properties_particle/__init__.pyi +58 -55
  82. bl_ui/properties_physics_cloth/__init__.pyi +15 -14
  83. bl_ui/properties_physics_common/__init__.pyi +2 -1
  84. bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
  85. bl_ui/properties_physics_field/__init__.pyi +11 -10
  86. bl_ui/properties_physics_fluid/__init__.pyi +29 -28
  87. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
  88. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
  89. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
  90. bl_ui/properties_physics_softbody/__init__.pyi +16 -15
  91. bl_ui/properties_render/__init__.pyi +44 -74
  92. bl_ui/properties_scene/__init__.pyi +48 -18
  93. bl_ui/properties_texture/__init__.pyi +30 -29
  94. bl_ui/properties_view_layer/__init__.pyi +52 -14
  95. bl_ui/properties_workspace/__init__.pyi +6 -5
  96. bl_ui/properties_world/__init__.pyi +14 -13
  97. bl_ui/space_clip/__init__.pyi +76 -73
  98. bl_ui/space_console/__init__.pyi +7 -6
  99. bl_ui/space_dopesheet/__init__.pyi +32 -31
  100. bl_ui/space_filebrowser/__init__.pyi +33 -30
  101. bl_ui/space_graph/__init__.pyi +24 -23
  102. bl_ui/space_image/__init__.pyi +88 -72
  103. bl_ui/space_info/__init__.pyi +7 -6
  104. bl_ui/space_nla/__init__.pyi +22 -19
  105. bl_ui/space_node/__init__.pyi +66 -31
  106. bl_ui/space_outliner/__init__.pyi +16 -15
  107. bl_ui/space_properties/__init__.pyi +5 -4
  108. bl_ui/space_sequencer/__init__.pyi +131 -91
  109. bl_ui/space_spreadsheet/__init__.pyi +4 -3
  110. bl_ui/space_statusbar/__init__.pyi +2 -1
  111. bl_ui/space_text/__init__.pyi +17 -16
  112. bl_ui/space_time/__init__.pyi +7 -6
  113. bl_ui/space_toolsystem_common/__init__.pyi +2 -2
  114. bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
  115. bl_ui/space_topbar/__init__.pyi +28 -27
  116. bl_ui/space_userpref/__init__.pyi +103 -92
  117. bl_ui/space_view3d/__init__.pyi +268 -266
  118. bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
  119. blf/__init__.pyi +3 -5
  120. bmesh/__init__.pyi +2 -2
  121. bmesh/geometry/__init__.pyi +1 -1
  122. bmesh/ops/__init__.pyi +29 -14
  123. bmesh/types/__init__.pyi +41 -46
  124. bmesh/utils/__init__.pyi +1 -0
  125. bpy/__init__.pyi +1 -1
  126. bpy/app/__init__.pyi +34 -37
  127. bpy/app/handlers/__init__.pyi +19 -19
  128. bpy/app/timers/__init__.pyi +2 -1
  129. bpy/app/translations/__init__.pyi +8 -8
  130. bpy/msgbus/__init__.pyi +3 -2
  131. bpy/ops/action/__init__.pyi +58 -20
  132. bpy/ops/anim/__init__.pyi +115 -31
  133. bpy/ops/armature/__init__.pyi +59 -19
  134. bpy/ops/asset/__init__.pyi +35 -11
  135. bpy/ops/boid/__init__.pyi +21 -7
  136. bpy/ops/brush/__init__.pyi +10 -4
  137. bpy/ops/buttons/__init__.pyi +12 -4
  138. bpy/ops/cachefile/__init__.pyi +6 -2
  139. bpy/ops/clip/__init__.pyi +132 -46
  140. bpy/ops/collection/__init__.pyi +23 -4
  141. bpy/ops/console/__init__.pyi +30 -10
  142. bpy/ops/constraint/__init__.pyi +12 -6
  143. bpy/ops/curve/__init__.pyi +72 -24
  144. bpy/ops/curves/__init__.pyi +68 -20
  145. bpy/ops/cycles/__init__.pyi +4 -2
  146. bpy/ops/dpaint/__init__.pyi +11 -3
  147. bpy/ops/ed/__init__.pyi +34 -10
  148. bpy/ops/export_scene/__init__.pyi +15 -15
  149. bpy/ops/extensions/__init__.pyi +45 -15
  150. bpy/ops/file/__init__.pyi +81 -30
  151. bpy/ops/fluid/__init__.pyi +39 -13
  152. bpy/ops/font/__init__.pyi +30 -10
  153. bpy/ops/geometry/__init__.pyi +9 -3
  154. bpy/ops/gizmogroup/__init__.pyi +3 -1
  155. bpy/ops/gpencil/__init__.pyi +20 -8
  156. bpy/ops/graph/__init__.pyi +67 -29
  157. bpy/ops/grease_pencil/__init__.pyi +178 -49
  158. bpy/ops/image/__init__.pyi +68 -58
  159. bpy/ops/import_anim/__init__.pyi +2 -2
  160. bpy/ops/import_curve/__init__.pyi +3 -0
  161. bpy/ops/import_scene/__init__.pyi +15 -2
  162. bpy/ops/info/__init__.pyi +12 -4
  163. bpy/ops/lattice/__init__.pyi +9 -3
  164. bpy/ops/marker/__init__.pyi +8 -2
  165. bpy/ops/mask/__init__.pyi +53 -19
  166. bpy/ops/material/__init__.pyi +15 -3
  167. bpy/ops/mball/__init__.pyi +3 -1
  168. bpy/ops/mesh/__init__.pyi +116 -45
  169. bpy/ops/nla/__init__.pyi +67 -25
  170. bpy/ops/node/__init__.pyi +285 -119
  171. bpy/ops/object/__init__.pyi +278 -116
  172. bpy/ops/outliner/__init__.pyi +145 -49
  173. bpy/ops/paint/__init__.pyi +65 -37
  174. bpy/ops/paintcurve/__init__.pyi +16 -4
  175. bpy/ops/palette/__init__.pyi +11 -3
  176. bpy/ops/particle/__init__.pyi +66 -24
  177. bpy/ops/pointcloud/__init__.pyi +9 -3
  178. bpy/ops/pose/__init__.pyi +80 -28
  179. bpy/ops/poselib/__init__.pyi +19 -7
  180. bpy/ops/preferences/__init__.pyi +29 -11
  181. bpy/ops/ptcache/__init__.pyi +17 -5
  182. bpy/ops/render/__init__.pyi +10 -4
  183. bpy/ops/rigidbody/__init__.pyi +19 -7
  184. bpy/ops/scene/__init__.pyi +93 -22
  185. bpy/ops/screen/__init__.pyi +58 -20
  186. bpy/ops/script/__init__.pyi +3 -1
  187. bpy/ops/sculpt/__init__.pyi +30 -14
  188. bpy/ops/sculpt_curves/__init__.pyi +4 -2
  189. bpy/ops/sequencer/__init__.pyi +262 -125
  190. bpy/ops/sound/__init__.pyi +13 -5
  191. bpy/ops/spreadsheet/__init__.pyi +15 -5
  192. bpy/ops/text/__init__.pyi +85 -25
  193. bpy/ops/texture/__init__.pyi +11 -3
  194. bpy/ops/transform/__init__.pyi +7 -3
  195. bpy/ops/ui/__init__.pyi +98 -53
  196. bpy/ops/uv/__init__.pyi +43 -17
  197. bpy/ops/view2d/__init__.pyi +13 -3
  198. bpy/ops/view3d/__init__.pyi +116 -38
  199. bpy/ops/wm/__init__.pyi +144 -86
  200. bpy/ops/workspace/__init__.pyi +31 -6
  201. bpy/ops/world/__init__.pyi +9 -3
  202. bpy/path/__init__.pyi +1 -1
  203. bpy/props/__init__.pyi +31 -31
  204. bpy/stub_internal/rna_enums/__init__.pyi +40 -25
  205. bpy/types/__init__.pyi +56561 -40144
  206. bpy/utils/__init__.pyi +8 -8
  207. bpy/utils/previews/__init__.pyi +2 -2
  208. bpy/utils/units/__init__.pyi +5 -3
  209. bpy_extras/anim_utils/__init__.pyi +1 -1
  210. bpy_extras/id_map_utils/__init__.pyi +1 -1
  211. bpy_extras/image_utils/__init__.pyi +2 -2
  212. bpy_extras/io_utils/__init__.pyi +5 -5
  213. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  214. bpy_extras/node_shader_utils/__init__.pyi +1 -1
  215. bpy_extras/object_utils/__init__.pyi +1 -1
  216. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
  217. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250828.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/top_level.txt +1 -1
  220. freestyle/chainingiterators/__init__.pyi +5 -5
  221. freestyle/predicates/__init__.pyi +2 -2
  222. freestyle/shaders/__init__.pyi +16 -17
  223. freestyle/types/__init__.pyi +25 -27
  224. freestyle/utils/__init__.pyi +5 -5
  225. gpu/platform/__init__.pyi +2 -2
  226. gpu/shader/__init__.pyi +3 -3
  227. gpu/state/__init__.pyi +1 -1
  228. gpu/texture/__init__.pyi +3 -3
  229. gpu/types/__init__.pyi +25 -14
  230. gpu_extras/batch/__init__.pyi +1 -1
  231. idprop/types/__init__.pyi +2 -2
  232. imbuf/__init__.pyi +1 -1
  233. imbuf/types/__init__.pyi +12 -6
  234. keyingsets_builtins/__init__.pyi +23 -22
  235. mathutils/__init__.pyi +157 -61
  236. mathutils/bvhtree/__init__.pyi +20 -6
  237. mathutils/geometry/__init__.pyi +54 -12
  238. mathutils/interpolate/__init__.pyi +4 -2
  239. mathutils/kdtree/__init__.pyi +1 -0
  240. mathutils/noise/__init__.pyi +61 -44
  241. rna_info/__init__.pyi +4 -1
  242. rna_prop_ui/__init__.pyi +1 -1
  243. bpy_types/__init__.pyi +0 -30
  244. fake_bpy_module-20250630.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/WHEEL +0 -0
bpy/ops/nla/__init__.pyi CHANGED
@@ -46,7 +46,7 @@ def action_unlink(
46
46
 
47
47
  :type execution_context: int | str | None
48
48
  :type undo: bool | None
49
- :param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-block's NLA stack
49
+ :param force_delete: Force Delete, Clear Fake User and remove copy stashed in this data-blocks NLA stack
50
50
  :type force_delete: bool | None
51
51
  """
52
52
 
@@ -66,7 +66,9 @@ def actionclip_add(
66
66
  """
67
67
 
68
68
  def apply_scale(
69
- execution_context: int | str | None = None, undo: bool | None = None
69
+ execution_context: int | str | None = None,
70
+ undo: bool | None = None,
71
+ /,
70
72
  ) -> None:
71
73
  """Apply scaling of selected strips to their referenced Actions
72
74
 
@@ -116,7 +118,7 @@ def bake(
116
118
  :type use_current_action: bool | None
117
119
  :param clean_curves: Clean Curves, After baking curves, remove redundant keys
118
120
  :type clean_curves: bool | None
119
- :param bake_types: Bake Data, Which data's transformations to bake
121
+ :param bake_types: Bake Data, Which datas transformations to bake
120
122
 
121
123
  POSE
122
124
  Pose -- Bake bones transformations.
@@ -159,7 +161,9 @@ def channels_click(
159
161
  """
160
162
 
161
163
  def clear_scale(
162
- execution_context: int | str | None = None, undo: bool | None = None
164
+ execution_context: int | str | None = None,
165
+ undo: bool | None = None,
166
+ /,
163
167
  ) -> None:
164
168
  """Reset scaling of selected strips
165
169
 
@@ -195,7 +199,9 @@ def click_select(
195
199
  """
196
200
 
197
201
  def delete(
198
- execution_context: int | str | None = None, undo: bool | None = None
202
+ execution_context: int | str | None = None,
203
+ undo: bool | None = None,
204
+ /,
199
205
  ) -> None:
200
206
  """Delete selected strips
201
207
 
@@ -273,7 +279,9 @@ def fmodifier_add(
273
279
  """
274
280
 
275
281
  def fmodifier_copy(
276
- execution_context: int | str | None = None, undo: bool | None = None
282
+ execution_context: int | str | None = None,
283
+ undo: bool | None = None,
284
+ /,
277
285
  ) -> None:
278
286
  """Copy the F-Modifier(s) of the active NLA-Strip
279
287
 
@@ -315,7 +323,9 @@ def make_single_user(
315
323
  """
316
324
 
317
325
  def meta_add(
318
- execution_context: int | str | None = None, undo: bool | None = None
326
+ execution_context: int | str | None = None,
327
+ undo: bool | None = None,
328
+ /,
319
329
  ) -> None:
320
330
  """Add new meta-strips incorporating the selected strips
321
331
 
@@ -324,7 +334,9 @@ def meta_add(
324
334
  """
325
335
 
326
336
  def meta_remove(
327
- execution_context: int | str | None = None, undo: bool | None = None
337
+ execution_context: int | str | None = None,
338
+ undo: bool | None = None,
339
+ /,
328
340
  ) -> None:
329
341
  """Separate out the strips held by the selected meta-strips
330
342
 
@@ -333,25 +345,31 @@ def meta_remove(
333
345
  """
334
346
 
335
347
  def move_down(
336
- execution_context: int | str | None = None, undo: bool | None = None
348
+ execution_context: int | str | None = None,
349
+ undo: bool | None = None,
350
+ /,
337
351
  ) -> None:
338
- """Move selected strips down a track if there's room
352
+ """Move selected strips down a track if theres room
339
353
 
340
354
  :type execution_context: int | str | None
341
355
  :type undo: bool | None
342
356
  """
343
357
 
344
358
  def move_up(
345
- execution_context: int | str | None = None, undo: bool | None = None
359
+ execution_context: int | str | None = None,
360
+ undo: bool | None = None,
361
+ /,
346
362
  ) -> None:
347
- """Move selected strips up a track if there's room
363
+ """Move selected strips up a track if theres room
348
364
 
349
365
  :type execution_context: int | str | None
350
366
  :type undo: bool | None
351
367
  """
352
368
 
353
369
  def mute_toggle(
354
- execution_context: int | str | None = None, undo: bool | None = None
370
+ execution_context: int | str | None = None,
371
+ undo: bool | None = None,
372
+ /,
355
373
  ) -> None:
356
374
  """Mute or un-mute selected strips
357
375
 
@@ -360,7 +378,9 @@ def mute_toggle(
360
378
  """
361
379
 
362
380
  def previewrange_set(
363
- execution_context: int | str | None = None, undo: bool | None = None
381
+ execution_context: int | str | None = None,
382
+ undo: bool | None = None,
383
+ /,
364
384
  ) -> None:
365
385
  """Set Preview Range based on extends of selected strips
366
386
 
@@ -459,7 +479,9 @@ def select_leftright(
459
479
  """
460
480
 
461
481
  def selected_objects_add(
462
- execution_context: int | str | None = None, undo: bool | None = None
482
+ execution_context: int | str | None = None,
483
+ undo: bool | None = None,
484
+ /,
463
485
  ) -> None:
464
486
  """Make selected objects appear in NLA Editor by adding Animation Data
465
487
 
@@ -484,7 +506,9 @@ def snap(
484
506
  """
485
507
 
486
508
  def soundclip_add(
487
- execution_context: int | str | None = None, undo: bool | None = None
509
+ execution_context: int | str | None = None,
510
+ undo: bool | None = None,
511
+ /,
488
512
  ) -> None:
489
513
  """Add a strip for controlling when speaker plays its sound clip
490
514
 
@@ -492,14 +516,22 @@ def soundclip_add(
492
516
  :type undo: bool | None
493
517
  """
494
518
 
495
- def split(execution_context: int | str | None = None, undo: bool | None = None) -> None:
519
+ def split(
520
+ execution_context: int | str | None = None,
521
+ undo: bool | None = None,
522
+ /,
523
+ ) -> None:
496
524
  """Split selected strips at their midpoints
497
525
 
498
526
  :type execution_context: int | str | None
499
527
  :type undo: bool | None
500
528
  """
501
529
 
502
- def swap(execution_context: int | str | None = None, undo: bool | None = None) -> None:
530
+ def swap(
531
+ execution_context: int | str | None = None,
532
+ undo: bool | None = None,
533
+ /,
534
+ ) -> None:
503
535
  """Swap order of selected strips within tracks
504
536
 
505
537
  :type execution_context: int | str | None
@@ -522,7 +554,9 @@ def tracks_add(
522
554
  """
523
555
 
524
556
  def tracks_delete(
525
- execution_context: int | str | None = None, undo: bool | None = None
557
+ execution_context: int | str | None = None,
558
+ undo: bool | None = None,
559
+ /,
526
560
  ) -> None:
527
561
  """Delete selected NLA-Tracks and the strips they contain
528
562
 
@@ -531,7 +565,9 @@ def tracks_delete(
531
565
  """
532
566
 
533
567
  def transition_add(
534
- execution_context: int | str | None = None, undo: bool | None = None
568
+ execution_context: int | str | None = None,
569
+ undo: bool | None = None,
570
+ /,
535
571
  ) -> None:
536
572
  """Add a transition strip between two adjacent selected strips
537
573
 
@@ -551,7 +587,7 @@ def tweakmode_enter(
551
587
 
552
588
  :type execution_context: int | str | None
553
589
  :type undo: bool | None
554
- :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
590
+ :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
555
591
  :type isolate_action: bool | None
556
592
  :param use_upper_stack_evaluation: Evaluate Upper Stack, In tweak mode, display the effects of the tracks above the tweak strip
557
593
  :type use_upper_stack_evaluation: bool | None
@@ -568,12 +604,14 @@ def tweakmode_exit(
568
604
 
569
605
  :type execution_context: int | str | None
570
606
  :type undo: bool | None
571
- :param isolate_action: Isolate Action, Disable 'solo' on any of the NLA Tracks after exiting tweak mode to get things back to normal
607
+ :param isolate_action: Isolate Action, Disable solo on any of the NLA Tracks after exiting tweak mode to get things back to normal
572
608
  :type isolate_action: bool | None
573
609
  """
574
610
 
575
611
  def view_all(
576
- execution_context: int | str | None = None, undo: bool | None = None
612
+ execution_context: int | str | None = None,
613
+ undo: bool | None = None,
614
+ /,
577
615
  ) -> None:
578
616
  """Reset viewable area to show full strips range
579
617
 
@@ -582,7 +620,9 @@ def view_all(
582
620
  """
583
621
 
584
622
  def view_frame(
585
- execution_context: int | str | None = None, undo: bool | None = None
623
+ execution_context: int | str | None = None,
624
+ undo: bool | None = None,
625
+ /,
586
626
  ) -> None:
587
627
  """Move the view to the current frame
588
628
 
@@ -591,7 +631,9 @@ def view_frame(
591
631
  """
592
632
 
593
633
  def view_selected(
594
- execution_context: int | str | None = None, undo: bool | None = None
634
+ execution_context: int | str | None = None,
635
+ undo: bool | None = None,
636
+ /,
595
637
  ) -> None:
596
638
  """Reset viewable area to show selected strips range
597
639