fake-bpy-module 20240421__py3-none-any.whl → 20240423__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 (187) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +12 -12
  3. bl_operators/geometry_nodes/__init__.pyi +256 -238
  4. bl_operators/node/__init__.pyi +262 -260
  5. bl_operators/object_quick_effects/__init__.pyi +19 -19
  6. bl_operators/presets/__init__.pyi +371 -368
  7. bl_operators/wm/__init__.pyi +4 -4
  8. bl_ui/__init__.pyi +3 -3
  9. bl_ui/anim/__init__.pyi +1 -1
  10. bl_ui/asset_shelf/__init__.pyi +1 -1
  11. bl_ui/generic_ui_list/__init__.pyi +3 -3
  12. bl_ui/node_add_menu/__init__.pyi +1 -1
  13. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  14. bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
  15. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  16. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  17. bl_ui/properties_collection/__init__.pyi +39 -25
  18. bl_ui/properties_constraint/__init__.pyi +1257 -1041
  19. bl_ui/properties_data_armature/__init__.pyi +120 -96
  20. bl_ui/properties_data_bone/__init__.pyi +36 -29
  21. bl_ui/properties_data_camera/__init__.pyi +32 -14
  22. bl_ui/properties_data_curve/__init__.pyi +143 -116
  23. bl_ui/properties_data_curves/__init__.pyi +30 -25
  24. bl_ui/properties_data_empty/__init__.pyi +21 -21
  25. bl_ui/properties_data_gpencil/__init__.pyi +297 -260
  26. bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
  27. bl_ui/properties_data_lattice/__init__.pyi +25 -22
  28. bl_ui/properties_data_light/__init__.pyi +44 -31
  29. bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
  30. bl_ui/properties_data_mesh/__init__.pyi +579 -570
  31. bl_ui/properties_data_metaball/__init__.pyi +29 -24
  32. bl_ui/properties_data_modifier/__init__.pyi +55 -43
  33. bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
  34. bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
  35. bl_ui/properties_data_speaker/__init__.pyi +27 -24
  36. bl_ui/properties_data_volume/__init__.pyi +75 -68
  37. bl_ui/properties_freestyle/__init__.pyi +407 -284
  38. bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
  39. bl_ui/properties_mask_common/__init__.pyi +7 -7
  40. bl_ui/properties_material/__init__.pyi +186 -162
  41. bl_ui/properties_material_gpencil/__init__.pyi +111 -87
  42. bl_ui/properties_object/__init__.pyi +102 -84
  43. bl_ui/properties_output/__init__.pyi +255 -228
  44. bl_ui/properties_paint_common/__init__.pyi +9 -9
  45. bl_ui/properties_particle/__init__.pyi +341 -254
  46. bl_ui/properties_physics_cloth/__init__.pyi +54 -33
  47. bl_ui/properties_physics_common/__init__.pyi +20 -20
  48. bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
  49. bl_ui/properties_physics_field/__init__.pyi +52 -36
  50. bl_ui/properties_physics_fluid/__init__.pyi +119 -96
  51. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  52. bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
  53. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
  54. bl_ui/properties_physics_softbody/__init__.pyi +62 -34
  55. bl_ui/properties_render/__init__.pyi +275 -187
  56. bl_ui/properties_scene/__init__.pyi +173 -154
  57. bl_ui/properties_texture/__init__.pyi +251 -205
  58. bl_ui/properties_view_layer/__init__.pyi +126 -93
  59. bl_ui/properties_workspace/__init__.pyi +82 -76
  60. bl_ui/properties_world/__init__.pyi +31 -26
  61. bl_ui/space_clip/__init__.pyi +495 -433
  62. bl_ui/space_console/__init__.pyi +6 -6
  63. bl_ui/space_dopesheet/__init__.pyi +209 -174
  64. bl_ui/space_filebrowser/__init__.pyi +691 -679
  65. bl_ui/space_graph/__init__.pyi +25 -20
  66. bl_ui/space_image/__init__.pyi +959 -845
  67. bl_ui/space_info/__init__.pyi +6 -6
  68. bl_ui/space_nla/__init__.pyi +26 -17
  69. bl_ui/space_node/__init__.pyi +49 -36
  70. bl_ui/space_outliner/__init__.pyi +14 -14
  71. bl_ui/space_properties/__init__.pyi +3 -3
  72. bl_ui/space_sequencer/__init__.pyi +510 -444
  73. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  74. bl_ui/space_statusbar/__init__.pyi +1 -1
  75. bl_ui/space_text/__init__.pyi +16 -16
  76. bl_ui/space_time/__init__.pyi +27 -23
  77. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  78. bl_ui/space_toolsystem_toolbar/__init__.pyi +52 -4
  79. bl_ui/space_topbar/__init__.pyi +26 -26
  80. bl_ui/space_userpref/__init__.pyi +795 -658
  81. bl_ui/space_view3d/__init__.pyi +1460 -1428
  82. bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
  83. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  84. bmesh/types/__init__.pyi +13 -6
  85. bpy/app/__init__.pyi +4 -4
  86. bpy/app/icons/__init__.pyi +8 -6
  87. bpy/app/timers/__init__.pyi +10 -8
  88. bpy/app/translations/__init__.pyi +22 -20
  89. bpy/msgbus/__init__.pyi +4 -2
  90. bpy/ops/action/__init__.pyi +319 -316
  91. bpy/ops/anim/__init__.pyi +428 -428
  92. bpy/ops/armature/__init__.pyi +359 -358
  93. bpy/ops/asset/__init__.pyi +146 -146
  94. bpy/ops/boid/__init__.pyi +50 -50
  95. bpy/ops/brush/__init__.pyi +72 -72
  96. bpy/ops/buttons/__init__.pyi +128 -128
  97. bpy/ops/cachefile/__init__.pyi +124 -124
  98. bpy/ops/camera/__init__.pyi +22 -22
  99. bpy/ops/clip/__init__.pyi +773 -768
  100. bpy/ops/cloth/__init__.pyi +10 -10
  101. bpy/ops/collection/__init__.pyi +64 -64
  102. bpy/ops/console/__init__.pyi +150 -150
  103. bpy/ops/constraint/__init__.pyi +150 -150
  104. bpy/ops/curve/__init__.pyi +475 -472
  105. bpy/ops/curves/__init__.pyi +247 -244
  106. bpy/ops/cycles/__init__.pyi +18 -18
  107. bpy/ops/dpaint/__init__.pyi +34 -34
  108. bpy/ops/ed/__init__.pyi +122 -122
  109. bpy/ops/export_anim/__init__.pyi +18 -18
  110. bpy/ops/export_mesh/__init__.pyi +26 -26
  111. bpy/ops/export_scene/__init__.pyi +333 -307
  112. bpy/ops/file/__init__.pyi +340 -340
  113. bpy/ops/fluid/__init__.pyi +88 -88
  114. bpy/ops/font/__init__.pyi +252 -252
  115. bpy/ops/geometry/__init__.pyi +86 -86
  116. bpy/ops/gizmogroup/__init__.pyi +22 -22
  117. bpy/ops/gpencil/__init__.pyi +1459 -1444
  118. bpy/ops/graph/__init__.pyi +645 -642
  119. bpy/ops/grease_pencil/__init__.pyi +580 -436
  120. bpy/ops/image/__init__.pyi +614 -612
  121. bpy/ops/import_anim/__init__.pyi +26 -26
  122. bpy/ops/import_curve/__init__.pyi +6 -6
  123. bpy/ops/import_mesh/__init__.pyi +20 -18
  124. bpy/ops/import_scene/__init__.pyi +92 -86
  125. bpy/ops/info/__init__.pyi +60 -60
  126. bpy/ops/lattice/__init__.pyi +64 -64
  127. bpy/ops/marker/__init__.pyi +106 -106
  128. bpy/ops/mask/__init__.pyi +321 -318
  129. bpy/ops/material/__init__.pyi +18 -18
  130. bpy/ops/mball/__init__.pyi +71 -70
  131. bpy/ops/mesh/__init__.pyi +1997 -1990
  132. bpy/ops/nla/__init__.pyi +331 -330
  133. bpy/ops/node/__init__.pyi +867 -852
  134. bpy/ops/object/__init__.pyi +2433 -2430
  135. bpy/ops/outliner/__init__.pyi +498 -498
  136. bpy/ops/paint/__init__.pyi +554 -544
  137. bpy/ops/paintcurve/__init__.pyi +64 -64
  138. bpy/ops/palette/__init__.pyi +48 -48
  139. bpy/ops/particle/__init__.pyi +266 -264
  140. bpy/ops/pose/__init__.pyi +336 -336
  141. bpy/ops/poselib/__init__.pyi +70 -70
  142. bpy/ops/preferences/__init__.pyi +338 -336
  143. bpy/ops/ptcache/__init__.pyi +46 -46
  144. bpy/ops/render/__init__.pyi +114 -114
  145. bpy/ops/rigidbody/__init__.pyi +102 -102
  146. bpy/ops/scene/__init__.pyi +270 -270
  147. bpy/ops/screen/__init__.pyi +378 -378
  148. bpy/ops/script/__init__.pyi +18 -18
  149. bpy/ops/sculpt/__init__.pyi +411 -405
  150. bpy/ops/sculpt_curves/__init__.pyi +42 -40
  151. bpy/ops/sequencer/__init__.pyi +1053 -1040
  152. bpy/ops/sound/__init__.pyi +208 -208
  153. bpy/ops/spreadsheet/__init__.pyi +30 -30
  154. bpy/ops/surface/__init__.pyi +108 -108
  155. bpy/ops/text/__init__.pyi +382 -382
  156. bpy/ops/text_editor/__init__.pyi +10 -10
  157. bpy/ops/texture/__init__.pyi +26 -26
  158. bpy/ops/transform/__init__.pyi +826 -790
  159. bpy/ops/ui/__init__.pyi +216 -216
  160. bpy/ops/uilist/__init__.pyi +20 -20
  161. bpy/ops/uv/__init__.pyi +605 -600
  162. bpy/ops/view2d/__init__.pyi +156 -156
  163. bpy/ops/view3d/__init__.pyi +578 -576
  164. bpy/ops/wm/__init__.pyi +2418 -2376
  165. bpy/ops/workspace/__init__.pyi +42 -42
  166. bpy/ops/world/__init__.pyi +6 -6
  167. bpy/path/__init__.pyi +48 -33
  168. bpy/props/__init__.pyi +263 -261
  169. bpy/types/__init__.pyi +105733 -102298
  170. bpy/utils/__init__.pyi +87 -52
  171. bpy/utils/previews/__init__.pyi +2 -2
  172. bpy/utils/units/__init__.pyi +21 -18
  173. bpy_extras/anim_utils/__init__.pyi +9 -2
  174. bpy_extras/io_utils/__init__.pyi +2 -1
  175. bpy_extras/view3d_utils/__init__.pyi +2 -1
  176. bpy_types/__init__.pyi +236 -236
  177. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/METADATA +1 -1
  178. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/RECORD +187 -187
  179. freestyle/chainingiterators/__init__.pyi +7 -2
  180. freestyle/types/__init__.pyi +8 -3
  181. gpu_extras/presets/__init__.pyi +14 -2
  182. keyingsets_builtins/__init__.pyi +92 -92
  183. mathutils/__init__.pyi +9 -5
  184. mathutils/geometry/__init__.pyi +8 -4
  185. nodeitems_builtins/__init__.pyi +7 -7
  186. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/WHEEL +0 -0
  187. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240423.dist-info}/top_level.txt +0 -0
@@ -1,261 +1,262 @@
1
1
  import typing
2
+ import bpy.ops.transform
2
3
  import bpy.types
3
4
 
4
5
  GenericType = typing.TypeVar("GenericType")
5
6
 
6
7
  def bake_keys(
7
- override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: typing.Union[str, int] = None,
9
- undo: bool = None,
8
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
9
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
10
+ undo: typing.Optional[bool] = None,
10
11
  ):
11
12
  """Add keyframes on every frame between the selected keyframes
12
13
 
13
- :type override_context: typing.Union[dict, bpy.types.Context]
14
- :type execution_context: typing.Union[str, int]
15
- :type undo: bool
14
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
15
+ :type execution_context: typing.Optional[typing.Union[str, int]]
16
+ :type undo: typing.Optional[bool]
16
17
  """
17
18
 
18
19
  ...
19
20
 
20
21
  def blend_offset(
21
- override_context: typing.Union[dict, bpy.types.Context] = None,
22
- execution_context: typing.Union[str, int] = None,
23
- undo: bool = None,
24
- factor: typing.Any = 0.0,
22
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
23
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
24
+ undo: typing.Optional[bool] = None,
25
+ factor: typing.Optional[typing.Any] = 0.0,
25
26
  ):
26
27
  """Shift selected keys to the value of the neighboring keys as a block
27
28
 
28
- :type override_context: typing.Union[dict, bpy.types.Context]
29
- :type execution_context: typing.Union[str, int]
30
- :type undo: bool
29
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
30
+ :type execution_context: typing.Optional[typing.Union[str, int]]
31
+ :type undo: typing.Optional[bool]
31
32
  :param factor: Offset Factor, Control which key to offset towards and how far
32
- :type factor: typing.Any
33
+ :type factor: typing.Optional[typing.Any]
33
34
  """
34
35
 
35
36
  ...
36
37
 
37
38
  def blend_to_default(
38
- override_context: typing.Union[dict, bpy.types.Context] = None,
39
- execution_context: typing.Union[str, int] = None,
40
- undo: bool = None,
41
- factor: typing.Any = 0.0,
39
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
40
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
41
+ undo: typing.Optional[bool] = None,
42
+ factor: typing.Optional[typing.Any] = 0.0,
42
43
  ):
43
44
  """Blend selected keys to their default value from their current position
44
45
 
45
- :type override_context: typing.Union[dict, bpy.types.Context]
46
- :type execution_context: typing.Union[str, int]
47
- :type undo: bool
46
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
47
+ :type execution_context: typing.Optional[typing.Union[str, int]]
48
+ :type undo: typing.Optional[bool]
48
49
  :param factor: Factor, How much to blend to the default value
49
- :type factor: typing.Any
50
+ :type factor: typing.Optional[typing.Any]
50
51
  """
51
52
 
52
53
  ...
53
54
 
54
55
  def blend_to_ease(
55
- override_context: typing.Union[dict, bpy.types.Context] = None,
56
- execution_context: typing.Union[str, int] = None,
57
- undo: bool = None,
58
- factor: typing.Any = 0.0,
56
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
57
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
58
+ undo: typing.Optional[bool] = None,
59
+ factor: typing.Optional[typing.Any] = 0.0,
59
60
  ):
60
61
  """Blends keyframes from current state to an ease-in or ease-out curve
61
62
 
62
- :type override_context: typing.Union[dict, bpy.types.Context]
63
- :type execution_context: typing.Union[str, int]
64
- :type undo: bool
63
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
64
+ :type execution_context: typing.Optional[typing.Union[str, int]]
65
+ :type undo: typing.Optional[bool]
65
66
  :param factor: Blend, Favor either original data or ease curve
66
- :type factor: typing.Any
67
+ :type factor: typing.Optional[typing.Any]
67
68
  """
68
69
 
69
70
  ...
70
71
 
71
72
  def blend_to_neighbor(
72
- override_context: typing.Union[dict, bpy.types.Context] = None,
73
- execution_context: typing.Union[str, int] = None,
74
- undo: bool = None,
75
- factor: typing.Any = 0.0,
73
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
74
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
75
+ undo: typing.Optional[bool] = None,
76
+ factor: typing.Optional[typing.Any] = 0.0,
76
77
  ):
77
78
  """Blend selected keyframes to their left or right neighbor
78
79
 
79
- :type override_context: typing.Union[dict, bpy.types.Context]
80
- :type execution_context: typing.Union[str, int]
81
- :type undo: bool
80
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
81
+ :type execution_context: typing.Optional[typing.Union[str, int]]
82
+ :type undo: typing.Optional[bool]
82
83
  :param factor: Blend, The blend factor with 0 being the current frame
83
- :type factor: typing.Any
84
+ :type factor: typing.Optional[typing.Any]
84
85
  """
85
86
 
86
87
  ...
87
88
 
88
89
  def breakdown(
89
- override_context: typing.Union[dict, bpy.types.Context] = None,
90
- execution_context: typing.Union[str, int] = None,
91
- undo: bool = None,
92
- factor: typing.Any = 0.0,
90
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
91
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
92
+ undo: typing.Optional[bool] = None,
93
+ factor: typing.Optional[typing.Any] = 0.0,
93
94
  ):
94
95
  """Move selected keyframes to an inbetween position relative to adjacent keys
95
96
 
96
- :type override_context: typing.Union[dict, bpy.types.Context]
97
- :type execution_context: typing.Union[str, int]
98
- :type undo: bool
97
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
98
+ :type execution_context: typing.Optional[typing.Union[str, int]]
99
+ :type undo: typing.Optional[bool]
99
100
  :param factor: Factor, Favor either the left or the right key
100
- :type factor: typing.Any
101
+ :type factor: typing.Optional[typing.Any]
101
102
  """
102
103
 
103
104
  ...
104
105
 
105
106
  def butterworth_smooth(
106
- override_context: typing.Union[dict, bpy.types.Context] = None,
107
- execution_context: typing.Union[str, int] = None,
108
- undo: bool = None,
109
- cutoff_frequency: typing.Any = 3.0,
110
- filter_order: typing.Any = 4,
111
- samples_per_frame: typing.Any = 1,
112
- blend: typing.Any = 1.0,
113
- blend_in_out: typing.Any = 1,
107
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
108
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
109
+ undo: typing.Optional[bool] = None,
110
+ cutoff_frequency: typing.Optional[typing.Any] = 3.0,
111
+ filter_order: typing.Optional[typing.Any] = 4,
112
+ samples_per_frame: typing.Optional[typing.Any] = 1,
113
+ blend: typing.Optional[typing.Any] = 1.0,
114
+ blend_in_out: typing.Optional[typing.Any] = 1,
114
115
  ):
115
116
  """Smooth an F-Curve while maintaining the general shape of the curve
116
117
 
117
- :type override_context: typing.Union[dict, bpy.types.Context]
118
- :type execution_context: typing.Union[str, int]
119
- :type undo: bool
118
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
119
+ :type execution_context: typing.Optional[typing.Union[str, int]]
120
+ :type undo: typing.Optional[bool]
120
121
  :param cutoff_frequency: Frequency Cutoff (Hz), Lower values give a smoother curve
121
- :type cutoff_frequency: typing.Any
122
+ :type cutoff_frequency: typing.Optional[typing.Any]
122
123
  :param filter_order: Filter Order, Higher values produce a harder frequency cutoff
123
- :type filter_order: typing.Any
124
+ :type filter_order: typing.Optional[typing.Any]
124
125
  :param samples_per_frame: Samples per Frame, How many samples to calculate per frame, helps with subframe data
125
- :type samples_per_frame: typing.Any
126
+ :type samples_per_frame: typing.Optional[typing.Any]
126
127
  :param blend: Blend, How much to blend to the smoothed curve
127
- :type blend: typing.Any
128
+ :type blend: typing.Optional[typing.Any]
128
129
  :param blend_in_out: Blend In/Out, Linearly blend the smooth data to the border frames of the selection
129
- :type blend_in_out: typing.Any
130
+ :type blend_in_out: typing.Optional[typing.Any]
130
131
  """
131
132
 
132
133
  ...
133
134
 
134
135
  def clean(
135
- override_context: typing.Union[dict, bpy.types.Context] = None,
136
- execution_context: typing.Union[str, int] = None,
137
- undo: bool = None,
138
- threshold: typing.Any = 0.001,
139
- channels: typing.Union[bool, typing.Any] = False,
136
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
137
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
138
+ undo: typing.Optional[bool] = None,
139
+ threshold: typing.Optional[typing.Any] = 0.001,
140
+ channels: typing.Optional[typing.Union[bool, typing.Any]] = False,
140
141
  ):
141
142
  """Simplify F-Curves by removing closely spaced keyframes
142
143
 
143
- :type override_context: typing.Union[dict, bpy.types.Context]
144
- :type execution_context: typing.Union[str, int]
145
- :type undo: bool
144
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
145
+ :type execution_context: typing.Optional[typing.Union[str, int]]
146
+ :type undo: typing.Optional[bool]
146
147
  :param threshold: Threshold
147
- :type threshold: typing.Any
148
+ :type threshold: typing.Optional[typing.Any]
148
149
  :param channels: Channels
149
- :type channels: typing.Union[bool, typing.Any]
150
+ :type channels: typing.Optional[typing.Union[bool, typing.Any]]
150
151
  """
151
152
 
152
153
  ...
153
154
 
154
155
  def click_insert(
155
- override_context: typing.Union[dict, bpy.types.Context] = None,
156
- execution_context: typing.Union[str, int] = None,
157
- undo: bool = None,
158
- frame: typing.Any = 1.0,
159
- value: typing.Any = 1.0,
160
- extend: typing.Union[bool, typing.Any] = False,
156
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
157
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
158
+ undo: typing.Optional[bool] = None,
159
+ frame: typing.Optional[typing.Any] = 1.0,
160
+ value: typing.Optional[typing.Any] = 1.0,
161
+ extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
161
162
  ):
162
163
  """Insert new keyframe at the cursor position for the active F-Curve
163
164
 
164
- :type override_context: typing.Union[dict, bpy.types.Context]
165
- :type execution_context: typing.Union[str, int]
166
- :type undo: bool
165
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
166
+ :type execution_context: typing.Optional[typing.Union[str, int]]
167
+ :type undo: typing.Optional[bool]
167
168
  :param frame: Frame Number, Frame to insert keyframe on
168
- :type frame: typing.Any
169
+ :type frame: typing.Optional[typing.Any]
169
170
  :param value: Value, Value for keyframe on
170
- :type value: typing.Any
171
+ :type value: typing.Optional[typing.Any]
171
172
  :param extend: Extend, Extend selection instead of deselecting everything first
172
- :type extend: typing.Union[bool, typing.Any]
173
+ :type extend: typing.Optional[typing.Union[bool, typing.Any]]
173
174
  """
174
175
 
175
176
  ...
176
177
 
177
178
  def clickselect(
178
- override_context: typing.Union[dict, bpy.types.Context] = None,
179
- execution_context: typing.Union[str, int] = None,
180
- undo: bool = None,
181
- wait_to_deselect_others: typing.Union[bool, typing.Any] = False,
182
- mouse_x: typing.Any = 0,
183
- mouse_y: typing.Any = 0,
184
- extend: typing.Union[bool, typing.Any] = False,
185
- deselect_all: typing.Union[bool, typing.Any] = False,
186
- column: typing.Union[bool, typing.Any] = False,
187
- curves: typing.Union[bool, typing.Any] = False,
179
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
180
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
181
+ undo: typing.Optional[bool] = None,
182
+ wait_to_deselect_others: typing.Optional[typing.Union[bool, typing.Any]] = False,
183
+ mouse_x: typing.Optional[typing.Any] = 0,
184
+ mouse_y: typing.Optional[typing.Any] = 0,
185
+ extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
186
+ deselect_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
187
+ column: typing.Optional[typing.Union[bool, typing.Any]] = False,
188
+ curves: typing.Optional[typing.Union[bool, typing.Any]] = False,
188
189
  ):
189
190
  """Select keyframes by clicking on them
190
191
 
191
- :type override_context: typing.Union[dict, bpy.types.Context]
192
- :type execution_context: typing.Union[str, int]
193
- :type undo: bool
192
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
193
+ :type execution_context: typing.Optional[typing.Union[str, int]]
194
+ :type undo: typing.Optional[bool]
194
195
  :param wait_to_deselect_others: Wait to Deselect Others
195
- :type wait_to_deselect_others: typing.Union[bool, typing.Any]
196
+ :type wait_to_deselect_others: typing.Optional[typing.Union[bool, typing.Any]]
196
197
  :param mouse_x: Mouse X
197
- :type mouse_x: typing.Any
198
+ :type mouse_x: typing.Optional[typing.Any]
198
199
  :param mouse_y: Mouse Y
199
- :type mouse_y: typing.Any
200
+ :type mouse_y: typing.Optional[typing.Any]
200
201
  :param extend: Extend Select, Toggle keyframe selection instead of leaving newly selected keyframes only
201
- :type extend: typing.Union[bool, typing.Any]
202
+ :type extend: typing.Optional[typing.Union[bool, typing.Any]]
202
203
  :param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
203
- :type deselect_all: typing.Union[bool, typing.Any]
204
+ :type deselect_all: typing.Optional[typing.Union[bool, typing.Any]]
204
205
  :param column: Column Select, Select all keyframes that occur on the same frame as the one under the mouse
205
- :type column: typing.Union[bool, typing.Any]
206
+ :type column: typing.Optional[typing.Union[bool, typing.Any]]
206
207
  :param curves: Only Curves, Select all the keyframes in the curve
207
- :type curves: typing.Union[bool, typing.Any]
208
+ :type curves: typing.Optional[typing.Union[bool, typing.Any]]
208
209
  """
209
210
 
210
211
  ...
211
212
 
212
213
  def copy(
213
- override_context: typing.Union[dict, bpy.types.Context] = None,
214
- execution_context: typing.Union[str, int] = None,
215
- undo: bool = None,
214
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
215
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
216
+ undo: typing.Optional[bool] = None,
216
217
  ):
217
218
  """Copy selected keyframes to the internal clipboard
218
219
 
219
- :type override_context: typing.Union[dict, bpy.types.Context]
220
- :type execution_context: typing.Union[str, int]
221
- :type undo: bool
220
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
221
+ :type execution_context: typing.Optional[typing.Union[str, int]]
222
+ :type undo: typing.Optional[bool]
222
223
  """
223
224
 
224
225
  ...
225
226
 
226
227
  def cursor_set(
227
- override_context: typing.Union[dict, bpy.types.Context] = None,
228
- execution_context: typing.Union[str, int] = None,
229
- undo: bool = None,
230
- frame: typing.Any = 0.0,
231
- value: typing.Any = 0.0,
228
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
229
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
230
+ undo: typing.Optional[bool] = None,
231
+ frame: typing.Optional[typing.Any] = 0.0,
232
+ value: typing.Optional[typing.Any] = 0.0,
232
233
  ):
233
234
  """Interactively set the current frame and value cursor
234
235
 
235
- :type override_context: typing.Union[dict, bpy.types.Context]
236
- :type execution_context: typing.Union[str, int]
237
- :type undo: bool
236
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
237
+ :type execution_context: typing.Optional[typing.Union[str, int]]
238
+ :type undo: typing.Optional[bool]
238
239
  :param frame: Frame
239
- :type frame: typing.Any
240
+ :type frame: typing.Optional[typing.Any]
240
241
  :param value: Value
241
- :type value: typing.Any
242
+ :type value: typing.Optional[typing.Any]
242
243
  """
243
244
 
244
245
  ...
245
246
 
246
247
  def decimate(
247
- override_context: typing.Union[dict, bpy.types.Context] = None,
248
- execution_context: typing.Union[str, int] = None,
249
- undo: bool = None,
250
- mode: typing.Any = "RATIO",
251
- factor: typing.Any = 0.333333,
252
- remove_error_margin: typing.Any = 0.0,
248
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
249
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
250
+ undo: typing.Optional[bool] = None,
251
+ mode: typing.Optional[typing.Any] = "RATIO",
252
+ factor: typing.Optional[typing.Any] = 0.333333,
253
+ remove_error_margin: typing.Optional[typing.Any] = 0.0,
253
254
  ):
254
255
  """Decimate F-Curves by removing keyframes that influence the curve shape the least
255
256
 
256
- :type override_context: typing.Union[dict, bpy.types.Context]
257
- :type execution_context: typing.Union[str, int]
258
- :type undo: bool
257
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
258
+ :type execution_context: typing.Optional[typing.Union[str, int]]
259
+ :type undo: typing.Optional[bool]
259
260
  :param mode: Mode, Which mode to use for decimation
260
261
 
261
262
  RATIO
@@ -263,164 +264,164 @@ def decimate(
263
264
 
264
265
  ERROR
265
266
  Error Margin -- Use an error margin to specify how much the curve is allowed to deviate from the original path.
266
- :type mode: typing.Any
267
+ :type mode: typing.Optional[typing.Any]
267
268
  :param factor: Remove, The ratio of remaining keyframes after the operation
268
- :type factor: typing.Any
269
+ :type factor: typing.Optional[typing.Any]
269
270
  :param remove_error_margin: Max Error Margin, How much the new decimated curve is allowed to deviate from the original
270
- :type remove_error_margin: typing.Any
271
+ :type remove_error_margin: typing.Optional[typing.Any]
271
272
  """
272
273
 
273
274
  ...
274
275
 
275
276
  def delete(
276
- override_context: typing.Union[dict, bpy.types.Context] = None,
277
- execution_context: typing.Union[str, int] = None,
278
- undo: bool = None,
279
- confirm: typing.Union[bool, typing.Any] = True,
277
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
278
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
279
+ undo: typing.Optional[bool] = None,
280
+ confirm: typing.Optional[typing.Union[bool, typing.Any]] = True,
280
281
  ):
281
282
  """Remove all selected keyframes
282
283
 
283
- :type override_context: typing.Union[dict, bpy.types.Context]
284
- :type execution_context: typing.Union[str, int]
285
- :type undo: bool
284
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
285
+ :type execution_context: typing.Optional[typing.Union[str, int]]
286
+ :type undo: typing.Optional[bool]
286
287
  :param confirm: Confirm, Prompt for confirmation
287
- :type confirm: typing.Union[bool, typing.Any]
288
+ :type confirm: typing.Optional[typing.Union[bool, typing.Any]]
288
289
  """
289
290
 
290
291
  ...
291
292
 
292
293
  def driver_delete_invalid(
293
- override_context: typing.Union[dict, bpy.types.Context] = None,
294
- execution_context: typing.Union[str, int] = None,
295
- undo: bool = None,
294
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
295
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
296
+ undo: typing.Optional[bool] = None,
296
297
  ):
297
298
  """Delete all visible drivers considered invalid
298
299
 
299
- :type override_context: typing.Union[dict, bpy.types.Context]
300
- :type execution_context: typing.Union[str, int]
301
- :type undo: bool
300
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
301
+ :type execution_context: typing.Optional[typing.Union[str, int]]
302
+ :type undo: typing.Optional[bool]
302
303
  """
303
304
 
304
305
  ...
305
306
 
306
307
  def driver_variables_copy(
307
- override_context: typing.Union[dict, bpy.types.Context] = None,
308
- execution_context: typing.Union[str, int] = None,
309
- undo: bool = None,
308
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
309
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
310
+ undo: typing.Optional[bool] = None,
310
311
  ):
311
312
  """Copy the driver variables of the active driver
312
313
 
313
- :type override_context: typing.Union[dict, bpy.types.Context]
314
- :type execution_context: typing.Union[str, int]
315
- :type undo: bool
314
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
315
+ :type execution_context: typing.Optional[typing.Union[str, int]]
316
+ :type undo: typing.Optional[bool]
316
317
  """
317
318
 
318
319
  ...
319
320
 
320
321
  def driver_variables_paste(
321
- override_context: typing.Union[dict, bpy.types.Context] = None,
322
- execution_context: typing.Union[str, int] = None,
323
- undo: bool = None,
324
- replace: typing.Union[bool, typing.Any] = False,
322
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
323
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
324
+ undo: typing.Optional[bool] = None,
325
+ replace: typing.Optional[typing.Union[bool, typing.Any]] = False,
325
326
  ):
326
327
  """Add copied driver variables to the active driver
327
328
 
328
- :type override_context: typing.Union[dict, bpy.types.Context]
329
- :type execution_context: typing.Union[str, int]
330
- :type undo: bool
329
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
330
+ :type execution_context: typing.Optional[typing.Union[str, int]]
331
+ :type undo: typing.Optional[bool]
331
332
  :param replace: Replace Existing, Replace existing driver variables, instead of just appending to the end of the existing list
332
- :type replace: typing.Union[bool, typing.Any]
333
+ :type replace: typing.Optional[typing.Union[bool, typing.Any]]
333
334
  """
334
335
 
335
336
  ...
336
337
 
337
338
  def duplicate(
338
- override_context: typing.Union[dict, bpy.types.Context] = None,
339
- execution_context: typing.Union[str, int] = None,
340
- undo: bool = None,
341
- mode: typing.Union[str, int] = "TRANSLATION",
339
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
340
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
341
+ undo: typing.Optional[bool] = None,
342
+ mode: typing.Optional[typing.Union[str, int]] = "TRANSLATION",
342
343
  ):
343
344
  """Make a copy of all selected keyframes
344
345
 
345
- :type override_context: typing.Union[dict, bpy.types.Context]
346
- :type execution_context: typing.Union[str, int]
347
- :type undo: bool
346
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
347
+ :type execution_context: typing.Optional[typing.Union[str, int]]
348
+ :type undo: typing.Optional[bool]
348
349
  :param mode: Mode
349
- :type mode: typing.Union[str, int]
350
+ :type mode: typing.Optional[typing.Union[str, int]]
350
351
  """
351
352
 
352
353
  ...
353
354
 
354
355
  def duplicate_move(
355
- override_context: typing.Union[dict, bpy.types.Context] = None,
356
- execution_context: typing.Union[str, int] = None,
357
- undo: bool = None,
358
- GRAPH_OT_duplicate: typing.Any = None,
359
- TRANSFORM_OT_translate: typing.Any = None,
356
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
357
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
358
+ undo: typing.Optional[bool] = None,
359
+ GRAPH_OT_duplicate: typing.Optional[duplicate] = None,
360
+ TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate] = None,
360
361
  ):
361
362
  """Make a copy of all selected keyframes and move them
362
363
 
363
- :type override_context: typing.Union[dict, bpy.types.Context]
364
- :type execution_context: typing.Union[str, int]
365
- :type undo: bool
364
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
365
+ :type execution_context: typing.Optional[typing.Union[str, int]]
366
+ :type undo: typing.Optional[bool]
366
367
  :param GRAPH_OT_duplicate: Duplicate Keyframes, Make a copy of all selected keyframes
367
- :type GRAPH_OT_duplicate: typing.Any
368
+ :type GRAPH_OT_duplicate: typing.Optional[duplicate]
368
369
  :param TRANSFORM_OT_translate: Move, Move selected items
369
- :type TRANSFORM_OT_translate: typing.Any
370
+ :type TRANSFORM_OT_translate: typing.Optional[bpy.ops.transform.translate]
370
371
  """
371
372
 
372
373
  ...
373
374
 
374
375
  def ease(
375
- override_context: typing.Union[dict, bpy.types.Context] = None,
376
- execution_context: typing.Union[str, int] = None,
377
- undo: bool = None,
378
- factor: typing.Any = 0.0,
379
- sharpness: typing.Any = 2.0,
376
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
377
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
378
+ undo: typing.Optional[bool] = None,
379
+ factor: typing.Optional[typing.Any] = 0.0,
380
+ sharpness: typing.Optional[typing.Any] = 2.0,
380
381
  ):
381
382
  """Align keyframes on a ease-in or ease-out curve
382
383
 
383
- :type override_context: typing.Union[dict, bpy.types.Context]
384
- :type execution_context: typing.Union[str, int]
385
- :type undo: bool
384
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
385
+ :type execution_context: typing.Optional[typing.Union[str, int]]
386
+ :type undo: typing.Optional[bool]
386
387
  :param factor: Curve Bend, Defines if the keys should be aligned on an ease-in or ease-out curve
387
- :type factor: typing.Any
388
+ :type factor: typing.Optional[typing.Any]
388
389
  :param sharpness: Sharpness, Higher values make the change more abrupt
389
- :type sharpness: typing.Any
390
+ :type sharpness: typing.Optional[typing.Any]
390
391
  """
391
392
 
392
393
  ...
393
394
 
394
395
  def easing_type(
395
- override_context: typing.Union[dict, bpy.types.Context] = None,
396
- execution_context: typing.Union[str, int] = None,
397
- undo: bool = None,
398
- type: typing.Union[str, int] = "AUTO",
396
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
397
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
398
+ undo: typing.Optional[bool] = None,
399
+ type: typing.Optional[typing.Union[str, int]] = "AUTO",
399
400
  ):
400
401
  """Set easing type for the F-Curve segments starting from the selected keyframes
401
402
 
402
- :type override_context: typing.Union[dict, bpy.types.Context]
403
- :type execution_context: typing.Union[str, int]
404
- :type undo: bool
403
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
404
+ :type execution_context: typing.Optional[typing.Union[str, int]]
405
+ :type undo: typing.Optional[bool]
405
406
  :param type: Type
406
- :type type: typing.Union[str, int]
407
+ :type type: typing.Optional[typing.Union[str, int]]
407
408
  """
408
409
 
409
410
  ...
410
411
 
411
412
  def equalize_handles(
412
- override_context: typing.Union[dict, bpy.types.Context] = None,
413
- execution_context: typing.Union[str, int] = None,
414
- undo: bool = None,
415
- side: typing.Any = "LEFT",
416
- handle_length: typing.Any = 5.0,
417
- flatten: typing.Union[bool, typing.Any] = False,
413
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
414
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
415
+ undo: typing.Optional[bool] = None,
416
+ side: typing.Optional[typing.Any] = "LEFT",
417
+ handle_length: typing.Optional[typing.Any] = 5.0,
418
+ flatten: typing.Optional[typing.Union[bool, typing.Any]] = False,
418
419
  ):
419
420
  """Ensure selected keyframes' handles have equal length, optionally making them horizontal. Automatic, Automatic Clamped, or Vector handle types will be converted to Aligned
420
421
 
421
- :type override_context: typing.Union[dict, bpy.types.Context]
422
- :type execution_context: typing.Union[str, int]
423
- :type undo: bool
422
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
423
+ :type execution_context: typing.Optional[typing.Union[str, int]]
424
+ :type undo: typing.Optional[bool]
424
425
  :param side: Side, Side of the keyframes' Bézier handles to affect
425
426
 
426
427
  LEFT
@@ -431,40 +432,40 @@ def equalize_handles(
431
432
 
432
433
  BOTH
433
434
  Both -- Equalize both of a keyframe's handles.
434
- :type side: typing.Any
435
+ :type side: typing.Optional[typing.Any]
435
436
  :param handle_length: Handle Length, Length to make selected keyframes' Bézier handles
436
- :type handle_length: typing.Any
437
+ :type handle_length: typing.Optional[typing.Any]
437
438
  :param flatten: Flatten, Make the values of the selected keyframes' handles the same as their respective keyframes
438
- :type flatten: typing.Union[bool, typing.Any]
439
+ :type flatten: typing.Optional[typing.Union[bool, typing.Any]]
439
440
  """
440
441
 
441
442
  ...
442
443
 
443
444
  def euler_filter(
444
- override_context: typing.Union[dict, bpy.types.Context] = None,
445
- execution_context: typing.Union[str, int] = None,
446
- undo: bool = None,
445
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
446
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
447
+ undo: typing.Optional[bool] = None,
447
448
  ):
448
449
  """Fix large jumps and flips in the selected Euler Rotation F-Curves arising from rotation values being clipped when baking physics
449
450
 
450
- :type override_context: typing.Union[dict, bpy.types.Context]
451
- :type execution_context: typing.Union[str, int]
452
- :type undo: bool
451
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
452
+ :type execution_context: typing.Optional[typing.Union[str, int]]
453
+ :type undo: typing.Optional[bool]
453
454
  """
454
455
 
455
456
  ...
456
457
 
457
458
  def extrapolation_type(
458
- override_context: typing.Union[dict, bpy.types.Context] = None,
459
- execution_context: typing.Union[str, int] = None,
460
- undo: bool = None,
461
- type: typing.Any = "CONSTANT",
459
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
460
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
461
+ undo: typing.Optional[bool] = None,
462
+ type: typing.Optional[typing.Any] = "CONSTANT",
462
463
  ):
463
464
  """Set extrapolation mode for selected F-Curves
464
465
 
465
- :type override_context: typing.Union[dict, bpy.types.Context]
466
- :type execution_context: typing.Union[str, int]
467
- :type undo: bool
466
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
467
+ :type execution_context: typing.Optional[typing.Union[str, int]]
468
+ :type undo: typing.Optional[bool]
468
469
  :param type: Type
469
470
 
470
471
  CONSTANT
@@ -478,192 +479,192 @@ def extrapolation_type(
478
479
 
479
480
  CLEAR_CYCLIC
480
481
  Clear Cyclic (F-Modifier) -- Remove Cycles F-Modifier if not needed anymore.
481
- :type type: typing.Any
482
+ :type type: typing.Optional[typing.Any]
482
483
  """
483
484
 
484
485
  ...
485
486
 
486
487
  def fmodifier_add(
487
- override_context: typing.Union[dict, bpy.types.Context] = None,
488
- execution_context: typing.Union[str, int] = None,
489
- undo: bool = None,
490
- type: typing.Union[str, int] = "NULL",
491
- only_active: typing.Union[bool, typing.Any] = False,
488
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
489
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
490
+ undo: typing.Optional[bool] = None,
491
+ type: typing.Optional[typing.Union[str, int]] = "NULL",
492
+ only_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
492
493
  ):
493
494
  """Add F-Modifier to the active/selected F-Curves
494
495
 
495
- :type override_context: typing.Union[dict, bpy.types.Context]
496
- :type execution_context: typing.Union[str, int]
497
- :type undo: bool
496
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
497
+ :type execution_context: typing.Optional[typing.Union[str, int]]
498
+ :type undo: typing.Optional[bool]
498
499
  :param type: Type
499
- :type type: typing.Union[str, int]
500
+ :type type: typing.Optional[typing.Union[str, int]]
500
501
  :param only_active: Only Active, Only add F-Modifier to active F-Curve
501
- :type only_active: typing.Union[bool, typing.Any]
502
+ :type only_active: typing.Optional[typing.Union[bool, typing.Any]]
502
503
  """
503
504
 
504
505
  ...
505
506
 
506
507
  def fmodifier_copy(
507
- override_context: typing.Union[dict, bpy.types.Context] = None,
508
- execution_context: typing.Union[str, int] = None,
509
- undo: bool = None,
508
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
509
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
510
+ undo: typing.Optional[bool] = None,
510
511
  ):
511
512
  """Copy the F-Modifier(s) of the active F-Curve
512
513
 
513
- :type override_context: typing.Union[dict, bpy.types.Context]
514
- :type execution_context: typing.Union[str, int]
515
- :type undo: bool
514
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
515
+ :type execution_context: typing.Optional[typing.Union[str, int]]
516
+ :type undo: typing.Optional[bool]
516
517
  """
517
518
 
518
519
  ...
519
520
 
520
521
  def fmodifier_paste(
521
- override_context: typing.Union[dict, bpy.types.Context] = None,
522
- execution_context: typing.Union[str, int] = None,
523
- undo: bool = None,
524
- only_active: typing.Union[bool, typing.Any] = False,
525
- replace: typing.Union[bool, typing.Any] = False,
522
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
523
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
524
+ undo: typing.Optional[bool] = None,
525
+ only_active: typing.Optional[typing.Union[bool, typing.Any]] = False,
526
+ replace: typing.Optional[typing.Union[bool, typing.Any]] = False,
526
527
  ):
527
528
  """Add copied F-Modifiers to the selected F-Curves
528
529
 
529
- :type override_context: typing.Union[dict, bpy.types.Context]
530
- :type execution_context: typing.Union[str, int]
531
- :type undo: bool
530
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
531
+ :type execution_context: typing.Optional[typing.Union[str, int]]
532
+ :type undo: typing.Optional[bool]
532
533
  :param only_active: Only Active, Only paste F-Modifiers on active F-Curve
533
- :type only_active: typing.Union[bool, typing.Any]
534
+ :type only_active: typing.Optional[typing.Union[bool, typing.Any]]
534
535
  :param replace: Replace Existing, Replace existing F-Modifiers, instead of just appending to the end of the existing list
535
- :type replace: typing.Union[bool, typing.Any]
536
+ :type replace: typing.Optional[typing.Union[bool, typing.Any]]
536
537
  """
537
538
 
538
539
  ...
539
540
 
540
541
  def frame_jump(
541
- override_context: typing.Union[dict, bpy.types.Context] = None,
542
- execution_context: typing.Union[str, int] = None,
543
- undo: bool = None,
542
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
543
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
544
+ undo: typing.Optional[bool] = None,
544
545
  ):
545
546
  """Place the cursor on the midpoint of selected keyframes
546
547
 
547
- :type override_context: typing.Union[dict, bpy.types.Context]
548
- :type execution_context: typing.Union[str, int]
549
- :type undo: bool
548
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
549
+ :type execution_context: typing.Optional[typing.Union[str, int]]
550
+ :type undo: typing.Optional[bool]
550
551
  """
551
552
 
552
553
  ...
553
554
 
554
555
  def gaussian_smooth(
555
- override_context: typing.Union[dict, bpy.types.Context] = None,
556
- execution_context: typing.Union[str, int] = None,
557
- undo: bool = None,
558
- factor: typing.Any = 1.0,
559
- sigma: typing.Any = 0.33,
560
- filter_width: typing.Any = 6,
556
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
557
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
558
+ undo: typing.Optional[bool] = None,
559
+ factor: typing.Optional[typing.Any] = 1.0,
560
+ sigma: typing.Optional[typing.Any] = 0.33,
561
+ filter_width: typing.Optional[typing.Any] = 6,
561
562
  ):
562
563
  """Smooth the curve using a Gaussian filter
563
564
 
564
- :type override_context: typing.Union[dict, bpy.types.Context]
565
- :type execution_context: typing.Union[str, int]
566
- :type undo: bool
565
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
566
+ :type execution_context: typing.Optional[typing.Union[str, int]]
567
+ :type undo: typing.Optional[bool]
567
568
  :param factor: Factor, How much to blend to the default value
568
- :type factor: typing.Any
569
+ :type factor: typing.Optional[typing.Any]
569
570
  :param sigma: Sigma, The shape of the gaussian distribution, lower values make it sharper
570
- :type sigma: typing.Any
571
+ :type sigma: typing.Optional[typing.Any]
571
572
  :param filter_width: Filter Width, How far to each side the operator will average the key values
572
- :type filter_width: typing.Any
573
+ :type filter_width: typing.Optional[typing.Any]
573
574
  """
574
575
 
575
576
  ...
576
577
 
577
578
  def ghost_curves_clear(
578
- override_context: typing.Union[dict, bpy.types.Context] = None,
579
- execution_context: typing.Union[str, int] = None,
580
- undo: bool = None,
579
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
580
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
581
+ undo: typing.Optional[bool] = None,
581
582
  ):
582
583
  """Clear F-Curve snapshots (Ghosts) for active Graph Editor
583
584
 
584
- :type override_context: typing.Union[dict, bpy.types.Context]
585
- :type execution_context: typing.Union[str, int]
586
- :type undo: bool
585
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
586
+ :type execution_context: typing.Optional[typing.Union[str, int]]
587
+ :type undo: typing.Optional[bool]
587
588
  """
588
589
 
589
590
  ...
590
591
 
591
592
  def ghost_curves_create(
592
- override_context: typing.Union[dict, bpy.types.Context] = None,
593
- execution_context: typing.Union[str, int] = None,
594
- undo: bool = None,
593
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
594
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
595
+ undo: typing.Optional[bool] = None,
595
596
  ):
596
597
  """Create snapshot (Ghosts) of selected F-Curves as background aid for active Graph Editor
597
598
 
598
- :type override_context: typing.Union[dict, bpy.types.Context]
599
- :type execution_context: typing.Union[str, int]
600
- :type undo: bool
599
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
600
+ :type execution_context: typing.Optional[typing.Union[str, int]]
601
+ :type undo: typing.Optional[bool]
601
602
  """
602
603
 
603
604
  ...
604
605
 
605
606
  def handle_type(
606
- override_context: typing.Union[dict, bpy.types.Context] = None,
607
- execution_context: typing.Union[str, int] = None,
608
- undo: bool = None,
609
- type: typing.Union[str, int] = "FREE",
607
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
608
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
609
+ undo: typing.Optional[bool] = None,
610
+ type: typing.Optional[typing.Union[str, int]] = "FREE",
610
611
  ):
611
612
  """Set type of handle for selected keyframes
612
613
 
613
- :type override_context: typing.Union[dict, bpy.types.Context]
614
- :type execution_context: typing.Union[str, int]
615
- :type undo: bool
614
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
615
+ :type execution_context: typing.Optional[typing.Union[str, int]]
616
+ :type undo: typing.Optional[bool]
616
617
  :param type: Type
617
- :type type: typing.Union[str, int]
618
+ :type type: typing.Optional[typing.Union[str, int]]
618
619
  """
619
620
 
620
621
  ...
621
622
 
622
623
  def hide(
623
- override_context: typing.Union[dict, bpy.types.Context] = None,
624
- execution_context: typing.Union[str, int] = None,
625
- undo: bool = None,
626
- unselected: typing.Union[bool, typing.Any] = False,
624
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
625
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
626
+ undo: typing.Optional[bool] = None,
627
+ unselected: typing.Optional[typing.Union[bool, typing.Any]] = False,
627
628
  ):
628
629
  """Hide selected curves from Graph Editor view
629
630
 
630
- :type override_context: typing.Union[dict, bpy.types.Context]
631
- :type execution_context: typing.Union[str, int]
632
- :type undo: bool
631
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
632
+ :type execution_context: typing.Optional[typing.Union[str, int]]
633
+ :type undo: typing.Optional[bool]
633
634
  :param unselected: Unselected, Hide unselected rather than selected curves
634
- :type unselected: typing.Union[bool, typing.Any]
635
+ :type unselected: typing.Optional[typing.Union[bool, typing.Any]]
635
636
  """
636
637
 
637
638
  ...
638
639
 
639
640
  def interpolation_type(
640
- override_context: typing.Union[dict, bpy.types.Context] = None,
641
- execution_context: typing.Union[str, int] = None,
642
- undo: bool = None,
643
- type: typing.Union[str, int] = "CONSTANT",
641
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
642
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
643
+ undo: typing.Optional[bool] = None,
644
+ type: typing.Optional[typing.Union[str, int]] = "CONSTANT",
644
645
  ):
645
646
  """Set interpolation mode for the F-Curve segments starting from the selected keyframes
646
647
 
647
- :type override_context: typing.Union[dict, bpy.types.Context]
648
- :type execution_context: typing.Union[str, int]
649
- :type undo: bool
648
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
649
+ :type execution_context: typing.Optional[typing.Union[str, int]]
650
+ :type undo: typing.Optional[bool]
650
651
  :param type: Type
651
- :type type: typing.Union[str, int]
652
+ :type type: typing.Optional[typing.Union[str, int]]
652
653
  """
653
654
 
654
655
  ...
655
656
 
656
657
  def keyframe_insert(
657
- override_context: typing.Union[dict, bpy.types.Context] = None,
658
- execution_context: typing.Union[str, int] = None,
659
- undo: bool = None,
660
- type: typing.Any = "ALL",
658
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
659
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
660
+ undo: typing.Optional[bool] = None,
661
+ type: typing.Optional[typing.Any] = "ALL",
661
662
  ):
662
663
  """Insert keyframes for the specified channels
663
664
 
664
- :type override_context: typing.Union[dict, bpy.types.Context]
665
- :type execution_context: typing.Union[str, int]
666
- :type undo: bool
665
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
666
+ :type execution_context: typing.Optional[typing.Union[str, int]]
667
+ :type undo: typing.Optional[bool]
667
668
  :param type: Type
668
669
 
669
670
  ALL
@@ -680,70 +681,70 @@ def keyframe_insert(
680
681
 
681
682
  CURSOR_SEL
682
683
  Selected Channels at Cursor -- Insert a keyframe for selected F-Curves at the cursor point.
683
- :type type: typing.Any
684
+ :type type: typing.Optional[typing.Any]
684
685
  """
685
686
 
686
687
  ...
687
688
 
688
689
  def keyframe_jump(
689
- override_context: typing.Union[dict, bpy.types.Context] = None,
690
- execution_context: typing.Union[str, int] = None,
691
- undo: bool = None,
692
- next: typing.Union[bool, typing.Any] = True,
690
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
691
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
692
+ undo: typing.Optional[bool] = None,
693
+ next: typing.Optional[typing.Union[bool, typing.Any]] = True,
693
694
  ):
694
695
  """Jump to previous/next keyframe
695
696
 
696
- :type override_context: typing.Union[dict, bpy.types.Context]
697
- :type execution_context: typing.Union[str, int]
698
- :type undo: bool
697
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
698
+ :type execution_context: typing.Optional[typing.Union[str, int]]
699
+ :type undo: typing.Optional[bool]
699
700
  :param next: Next Keyframe
700
- :type next: typing.Union[bool, typing.Any]
701
+ :type next: typing.Optional[typing.Union[bool, typing.Any]]
701
702
  """
702
703
 
703
704
  ...
704
705
 
705
706
  def keys_to_samples(
706
- override_context: typing.Union[dict, bpy.types.Context] = None,
707
- execution_context: typing.Union[str, int] = None,
708
- undo: bool = None,
707
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
708
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
709
+ undo: typing.Optional[bool] = None,
709
710
  ):
710
711
  """Convert selected channels to an uneditable set of samples to save storage space
711
712
 
712
- :type override_context: typing.Union[dict, bpy.types.Context]
713
- :type execution_context: typing.Union[str, int]
714
- :type undo: bool
713
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
714
+ :type execution_context: typing.Optional[typing.Union[str, int]]
715
+ :type undo: typing.Optional[bool]
715
716
  """
716
717
 
717
718
  ...
718
719
 
719
720
  def match_slope(
720
- override_context: typing.Union[dict, bpy.types.Context] = None,
721
- execution_context: typing.Union[str, int] = None,
722
- undo: bool = None,
723
- factor: typing.Any = 0.0,
721
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
722
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
723
+ undo: typing.Optional[bool] = None,
724
+ factor: typing.Optional[typing.Any] = 0.0,
724
725
  ):
725
726
  """Blend selected keys to the slope of neighboring ones
726
727
 
727
- :type override_context: typing.Union[dict, bpy.types.Context]
728
- :type execution_context: typing.Union[str, int]
729
- :type undo: bool
728
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
729
+ :type execution_context: typing.Optional[typing.Union[str, int]]
730
+ :type undo: typing.Optional[bool]
730
731
  :param factor: Factor, Defines which keys to use as slope and how much to blend towards them
731
- :type factor: typing.Any
732
+ :type factor: typing.Optional[typing.Any]
732
733
  """
733
734
 
734
735
  ...
735
736
 
736
737
  def mirror(
737
- override_context: typing.Union[dict, bpy.types.Context] = None,
738
- execution_context: typing.Union[str, int] = None,
739
- undo: bool = None,
740
- type: typing.Any = "CFRA",
738
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
739
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
740
+ undo: typing.Optional[bool] = None,
741
+ type: typing.Optional[typing.Any] = "CFRA",
741
742
  ):
742
743
  """Flip selected keyframes over the selected mirror line
743
744
 
744
- :type override_context: typing.Union[dict, bpy.types.Context]
745
- :type execution_context: typing.Union[str, int]
746
- :type undo: bool
745
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
746
+ :type execution_context: typing.Optional[typing.Union[str, int]]
747
+ :type undo: typing.Optional[bool]
747
748
  :param type: Type
748
749
 
749
750
  CFRA
@@ -760,147 +761,147 @@ def mirror(
760
761
 
761
762
  MARKER
762
763
  By Times Over First Selected Marker -- Flip times of selected keyframes using the first selected marker as the reference point.
763
- :type type: typing.Any
764
+ :type type: typing.Optional[typing.Any]
764
765
  """
765
766
 
766
767
  ...
767
768
 
768
769
  def paste(
769
- override_context: typing.Union[dict, bpy.types.Context] = None,
770
- execution_context: typing.Union[str, int] = None,
771
- undo: bool = None,
772
- offset: typing.Union[str, int] = "START",
773
- value_offset: typing.Union[str, int] = "NONE",
774
- merge: typing.Union[str, int] = "MIX",
775
- flipped: typing.Union[bool, typing.Any] = False,
770
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
771
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
772
+ undo: typing.Optional[bool] = None,
773
+ offset: typing.Optional[typing.Union[str, int]] = "START",
774
+ value_offset: typing.Optional[typing.Union[str, int]] = "NONE",
775
+ merge: typing.Optional[typing.Union[str, int]] = "MIX",
776
+ flipped: typing.Optional[typing.Union[bool, typing.Any]] = False,
776
777
  ):
777
778
  """Paste keyframes from the internal clipboard for the selected channels, starting on the current frame
778
779
 
779
- :type override_context: typing.Union[dict, bpy.types.Context]
780
- :type execution_context: typing.Union[str, int]
781
- :type undo: bool
780
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
781
+ :type execution_context: typing.Optional[typing.Union[str, int]]
782
+ :type undo: typing.Optional[bool]
782
783
  :param offset: Frame Offset, Paste time offset of keys
783
- :type offset: typing.Union[str, int]
784
+ :type offset: typing.Optional[typing.Union[str, int]]
784
785
  :param value_offset: Value Offset, Paste keys with a value offset
785
- :type value_offset: typing.Union[str, int]
786
+ :type value_offset: typing.Optional[typing.Union[str, int]]
786
787
  :param merge: Type, Method of merging pasted keys and existing
787
- :type merge: typing.Union[str, int]
788
+ :type merge: typing.Optional[typing.Union[str, int]]
788
789
  :param flipped: Flipped, Paste keyframes from mirrored bones if they exist
789
- :type flipped: typing.Union[bool, typing.Any]
790
+ :type flipped: typing.Optional[typing.Union[bool, typing.Any]]
790
791
  """
791
792
 
792
793
  ...
793
794
 
794
795
  def previewrange_set(
795
- override_context: typing.Union[dict, bpy.types.Context] = None,
796
- execution_context: typing.Union[str, int] = None,
797
- undo: bool = None,
796
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
797
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
798
+ undo: typing.Optional[bool] = None,
798
799
  ):
799
800
  """Set Preview Range based on range of selected keyframes
800
801
 
801
- :type override_context: typing.Union[dict, bpy.types.Context]
802
- :type execution_context: typing.Union[str, int]
803
- :type undo: bool
802
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
803
+ :type execution_context: typing.Optional[typing.Union[str, int]]
804
+ :type undo: typing.Optional[bool]
804
805
  """
805
806
 
806
807
  ...
807
808
 
808
809
  def push_pull(
809
- override_context: typing.Union[dict, bpy.types.Context] = None,
810
- execution_context: typing.Union[str, int] = None,
811
- undo: bool = None,
812
- factor: typing.Any = 1.0,
810
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
811
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
812
+ undo: typing.Optional[bool] = None,
813
+ factor: typing.Optional[typing.Any] = 1.0,
813
814
  ):
814
815
  """Exaggerate or minimize the value of the selected keys
815
816
 
816
- :type override_context: typing.Union[dict, bpy.types.Context]
817
- :type execution_context: typing.Union[str, int]
818
- :type undo: bool
817
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
818
+ :type execution_context: typing.Optional[typing.Union[str, int]]
819
+ :type undo: typing.Optional[bool]
819
820
  :param factor: Factor, Control how far to push or pull the keys
820
- :type factor: typing.Any
821
+ :type factor: typing.Optional[typing.Any]
821
822
  """
822
823
 
823
824
  ...
824
825
 
825
826
  def reveal(
826
- override_context: typing.Union[dict, bpy.types.Context] = None,
827
- execution_context: typing.Union[str, int] = None,
828
- undo: bool = None,
829
- select: typing.Union[bool, typing.Any] = True,
827
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
828
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
829
+ undo: typing.Optional[bool] = None,
830
+ select: typing.Optional[typing.Union[bool, typing.Any]] = True,
830
831
  ):
831
832
  """Make previously hidden curves visible again in Graph Editor view
832
833
 
833
- :type override_context: typing.Union[dict, bpy.types.Context]
834
- :type execution_context: typing.Union[str, int]
835
- :type undo: bool
834
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
835
+ :type execution_context: typing.Optional[typing.Union[str, int]]
836
+ :type undo: typing.Optional[bool]
836
837
  :param select: Select
837
- :type select: typing.Union[bool, typing.Any]
838
+ :type select: typing.Optional[typing.Union[bool, typing.Any]]
838
839
  """
839
840
 
840
841
  ...
841
842
 
842
843
  def samples_to_keys(
843
- override_context: typing.Union[dict, bpy.types.Context] = None,
844
- execution_context: typing.Union[str, int] = None,
845
- undo: bool = None,
844
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
845
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
846
+ undo: typing.Optional[bool] = None,
846
847
  ):
847
848
  """Convert selected channels from samples to keyframes
848
849
 
849
- :type override_context: typing.Union[dict, bpy.types.Context]
850
- :type execution_context: typing.Union[str, int]
851
- :type undo: bool
850
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
851
+ :type execution_context: typing.Optional[typing.Union[str, int]]
852
+ :type undo: typing.Optional[bool]
852
853
  """
853
854
 
854
855
  ...
855
856
 
856
857
  def scale_average(
857
- override_context: typing.Union[dict, bpy.types.Context] = None,
858
- execution_context: typing.Union[str, int] = None,
859
- undo: bool = None,
860
- factor: typing.Any = 1.0,
858
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
859
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
860
+ undo: typing.Optional[bool] = None,
861
+ factor: typing.Optional[typing.Any] = 1.0,
861
862
  ):
862
863
  """Scale selected key values by their combined average
863
864
 
864
- :type override_context: typing.Union[dict, bpy.types.Context]
865
- :type execution_context: typing.Union[str, int]
866
- :type undo: bool
865
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
866
+ :type execution_context: typing.Optional[typing.Union[str, int]]
867
+ :type undo: typing.Optional[bool]
867
868
  :param factor: Scale Factor, The scale factor applied to the curve segments
868
- :type factor: typing.Any
869
+ :type factor: typing.Optional[typing.Any]
869
870
  """
870
871
 
871
872
  ...
872
873
 
873
874
  def scale_from_neighbor(
874
- override_context: typing.Union[dict, bpy.types.Context] = None,
875
- execution_context: typing.Union[str, int] = None,
876
- undo: bool = None,
877
- factor: typing.Any = 0.0,
878
- anchor: typing.Any = "LEFT",
875
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
876
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
877
+ undo: typing.Optional[bool] = None,
878
+ factor: typing.Optional[typing.Any] = 0.0,
879
+ anchor: typing.Optional[typing.Any] = "LEFT",
879
880
  ):
880
881
  """Increase or decrease the value of selected keys in relationship to the neighboring one
881
882
 
882
- :type override_context: typing.Union[dict, bpy.types.Context]
883
- :type execution_context: typing.Union[str, int]
884
- :type undo: bool
883
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
884
+ :type execution_context: typing.Optional[typing.Union[str, int]]
885
+ :type undo: typing.Optional[bool]
885
886
  :param factor: Factor, The factor to scale keys with
886
- :type factor: typing.Any
887
+ :type factor: typing.Optional[typing.Any]
887
888
  :param anchor: Reference Key, Which end of the segment to use as a reference to scale from
888
- :type anchor: typing.Any
889
+ :type anchor: typing.Optional[typing.Any]
889
890
  """
890
891
 
891
892
  ...
892
893
 
893
894
  def select_all(
894
- override_context: typing.Union[dict, bpy.types.Context] = None,
895
- execution_context: typing.Union[str, int] = None,
896
- undo: bool = None,
897
- action: typing.Any = "TOGGLE",
895
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
896
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
897
+ undo: typing.Optional[bool] = None,
898
+ action: typing.Optional[typing.Any] = "TOGGLE",
898
899
  ):
899
900
  """Toggle selection of all keyframes
900
901
 
901
- :type override_context: typing.Union[dict, bpy.types.Context]
902
- :type execution_context: typing.Union[str, int]
903
- :type undo: bool
902
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
903
+ :type execution_context: typing.Optional[typing.Union[str, int]]
904
+ :type undo: typing.Optional[bool]
904
905
  :param action: Action, Selection action to execute
905
906
 
906
907
  TOGGLE
@@ -914,49 +915,49 @@ def select_all(
914
915
 
915
916
  INVERT
916
917
  Invert -- Invert selection of all elements.
917
- :type action: typing.Any
918
+ :type action: typing.Optional[typing.Any]
918
919
  """
919
920
 
920
921
  ...
921
922
 
922
923
  def select_box(
923
- override_context: typing.Union[dict, bpy.types.Context] = None,
924
- execution_context: typing.Union[str, int] = None,
925
- undo: bool = None,
926
- axis_range: typing.Union[bool, typing.Any] = False,
927
- include_handles: typing.Union[bool, typing.Any] = True,
928
- tweak: typing.Union[bool, typing.Any] = False,
929
- use_curve_selection: typing.Union[bool, typing.Any] = True,
930
- xmin: typing.Any = 0,
931
- xmax: typing.Any = 0,
932
- ymin: typing.Any = 0,
933
- ymax: typing.Any = 0,
934
- wait_for_input: typing.Union[bool, typing.Any] = True,
935
- mode: typing.Any = "SET",
924
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
925
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
926
+ undo: typing.Optional[bool] = None,
927
+ axis_range: typing.Optional[typing.Union[bool, typing.Any]] = False,
928
+ include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
929
+ tweak: typing.Optional[typing.Union[bool, typing.Any]] = False,
930
+ use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]] = True,
931
+ xmin: typing.Optional[typing.Any] = 0,
932
+ xmax: typing.Optional[typing.Any] = 0,
933
+ ymin: typing.Optional[typing.Any] = 0,
934
+ ymax: typing.Optional[typing.Any] = 0,
935
+ wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
936
+ mode: typing.Optional[typing.Any] = "SET",
936
937
  ):
937
938
  """Select all keyframes within the specified region
938
939
 
939
- :type override_context: typing.Union[dict, bpy.types.Context]
940
- :type execution_context: typing.Union[str, int]
941
- :type undo: bool
940
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
941
+ :type execution_context: typing.Optional[typing.Union[str, int]]
942
+ :type undo: typing.Optional[bool]
942
943
  :param axis_range: Axis Range
943
- :type axis_range: typing.Union[bool, typing.Any]
944
+ :type axis_range: typing.Optional[typing.Union[bool, typing.Any]]
944
945
  :param include_handles: Include Handles, Are handles tested individually against the selection criteria
945
- :type include_handles: typing.Union[bool, typing.Any]
946
+ :type include_handles: typing.Optional[typing.Union[bool, typing.Any]]
946
947
  :param tweak: Tweak, Operator has been activated using a click-drag event
947
- :type tweak: typing.Union[bool, typing.Any]
948
+ :type tweak: typing.Optional[typing.Union[bool, typing.Any]]
948
949
  :param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the calculated F-curve
949
- :type use_curve_selection: typing.Union[bool, typing.Any]
950
+ :type use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]]
950
951
  :param xmin: X Min
951
- :type xmin: typing.Any
952
+ :type xmin: typing.Optional[typing.Any]
952
953
  :param xmax: X Max
953
- :type xmax: typing.Any
954
+ :type xmax: typing.Optional[typing.Any]
954
955
  :param ymin: Y Min
955
- :type ymin: typing.Any
956
+ :type ymin: typing.Optional[typing.Any]
956
957
  :param ymax: Y Max
957
- :type ymax: typing.Any
958
+ :type ymax: typing.Optional[typing.Any]
958
959
  :param wait_for_input: Wait for Input
959
- :type wait_for_input: typing.Union[bool, typing.Any]
960
+ :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
960
961
  :param mode: Mode
961
962
 
962
963
  SET
@@ -967,35 +968,35 @@ def select_box(
967
968
 
968
969
  SUB
969
970
  Subtract -- Subtract existing selection.
970
- :type mode: typing.Any
971
+ :type mode: typing.Optional[typing.Any]
971
972
  """
972
973
 
973
974
  ...
974
975
 
975
976
  def select_circle(
976
- override_context: typing.Union[dict, bpy.types.Context] = None,
977
- execution_context: typing.Union[str, int] = None,
978
- undo: bool = None,
979
- x: typing.Any = 0,
980
- y: typing.Any = 0,
981
- radius: typing.Any = 25,
982
- wait_for_input: typing.Union[bool, typing.Any] = True,
983
- mode: typing.Any = "SET",
984
- use_curve_selection: typing.Union[bool, typing.Any] = True,
977
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
978
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
979
+ undo: typing.Optional[bool] = None,
980
+ x: typing.Optional[typing.Any] = 0,
981
+ y: typing.Optional[typing.Any] = 0,
982
+ radius: typing.Optional[typing.Any] = 25,
983
+ wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
984
+ mode: typing.Optional[typing.Any] = "SET",
985
+ use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]] = True,
985
986
  ):
986
987
  """Select keyframe points using circle selection
987
988
 
988
- :type override_context: typing.Union[dict, bpy.types.Context]
989
- :type execution_context: typing.Union[str, int]
990
- :type undo: bool
989
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
990
+ :type execution_context: typing.Optional[typing.Union[str, int]]
991
+ :type undo: typing.Optional[bool]
991
992
  :param x: X
992
- :type x: typing.Any
993
+ :type x: typing.Optional[typing.Any]
993
994
  :param y: Y
994
- :type y: typing.Any
995
+ :type y: typing.Optional[typing.Any]
995
996
  :param radius: Radius
996
- :type radius: typing.Any
997
+ :type radius: typing.Optional[typing.Any]
997
998
  :param wait_for_input: Wait for Input
998
- :type wait_for_input: typing.Union[bool, typing.Any]
999
+ :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
999
1000
  :param mode: Mode
1000
1001
 
1001
1002
  SET
@@ -1006,43 +1007,43 @@ def select_circle(
1006
1007
 
1007
1008
  SUB
1008
1009
  Subtract -- Subtract existing selection.
1009
- :type mode: typing.Any
1010
+ :type mode: typing.Optional[typing.Any]
1010
1011
  :param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the curve itself
1011
- :type use_curve_selection: typing.Union[bool, typing.Any]
1012
+ :type use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]]
1012
1013
  """
1013
1014
 
1014
1015
  ...
1015
1016
 
1016
1017
  def select_column(
1017
- override_context: typing.Union[dict, bpy.types.Context] = None,
1018
- execution_context: typing.Union[str, int] = None,
1019
- undo: bool = None,
1020
- mode: typing.Any = "KEYS",
1018
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1019
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1020
+ undo: typing.Optional[bool] = None,
1021
+ mode: typing.Optional[typing.Any] = "KEYS",
1021
1022
  ):
1022
1023
  """Select all keyframes on the specified frame(s)
1023
1024
 
1024
- :type override_context: typing.Union[dict, bpy.types.Context]
1025
- :type execution_context: typing.Union[str, int]
1026
- :type undo: bool
1025
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1026
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1027
+ :type undo: typing.Optional[bool]
1027
1028
  :param mode: Mode
1028
- :type mode: typing.Any
1029
+ :type mode: typing.Optional[typing.Any]
1029
1030
  """
1030
1031
 
1031
1032
  ...
1032
1033
 
1033
1034
  def select_key_handles(
1034
- override_context: typing.Union[dict, bpy.types.Context] = None,
1035
- execution_context: typing.Union[str, int] = None,
1036
- undo: bool = None,
1037
- left_handle_action: typing.Any = "SELECT",
1038
- right_handle_action: typing.Any = "SELECT",
1039
- key_action: typing.Any = "KEEP",
1035
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1036
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1037
+ undo: typing.Optional[bool] = None,
1038
+ left_handle_action: typing.Optional[typing.Any] = "SELECT",
1039
+ right_handle_action: typing.Optional[typing.Any] = "SELECT",
1040
+ key_action: typing.Optional[typing.Any] = "KEEP",
1040
1041
  ):
1041
1042
  """For selected keyframes, select/deselect any combination of the key itself and its handles
1042
1043
 
1043
- :type override_context: typing.Union[dict, bpy.types.Context]
1044
- :type execution_context: typing.Union[str, int]
1045
- :type undo: bool
1044
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1045
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1046
+ :type undo: typing.Optional[bool]
1046
1047
  :param left_handle_action: Left Handle, Effect on the left handle
1047
1048
 
1048
1049
  SELECT
@@ -1053,7 +1054,7 @@ def select_key_handles(
1053
1054
 
1054
1055
  KEEP
1055
1056
  Keep -- Leave as is.
1056
- :type left_handle_action: typing.Any
1057
+ :type left_handle_action: typing.Optional[typing.Any]
1057
1058
  :param right_handle_action: Right Handle, Effect on the right handle
1058
1059
 
1059
1060
  SELECT
@@ -1064,7 +1065,7 @@ def select_key_handles(
1064
1065
 
1065
1066
  KEEP
1066
1067
  Keep -- Leave as is.
1067
- :type right_handle_action: typing.Any
1068
+ :type right_handle_action: typing.Optional[typing.Any]
1068
1069
  :param key_action: Key, Effect on the key itself
1069
1070
 
1070
1071
  SELECT
@@ -1075,26 +1076,28 @@ def select_key_handles(
1075
1076
 
1076
1077
  KEEP
1077
1078
  Keep -- Leave as is.
1078
- :type key_action: typing.Any
1079
+ :type key_action: typing.Optional[typing.Any]
1079
1080
  """
1080
1081
 
1081
1082
  ...
1082
1083
 
1083
1084
  def select_lasso(
1084
- override_context: typing.Union[dict, bpy.types.Context] = None,
1085
- execution_context: typing.Union[str, int] = None,
1086
- undo: bool = None,
1087
- path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] = None,
1088
- mode: typing.Any = "SET",
1089
- use_curve_selection: typing.Union[bool, typing.Any] = True,
1085
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1086
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1087
+ undo: typing.Optional[bool] = None,
1088
+ path: typing.Optional[
1089
+ bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
1090
+ ] = None,
1091
+ mode: typing.Optional[typing.Any] = "SET",
1092
+ use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]] = True,
1090
1093
  ):
1091
1094
  """Select keyframe points using lasso selection
1092
1095
 
1093
- :type override_context: typing.Union[dict, bpy.types.Context]
1094
- :type execution_context: typing.Union[str, int]
1095
- :type undo: bool
1096
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1097
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1098
+ :type undo: typing.Optional[bool]
1096
1099
  :param path: Path
1097
- :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]
1100
+ :type path: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath]]
1098
1101
  :param mode: Mode
1099
1102
 
1100
1103
  SET
@@ -1105,89 +1108,89 @@ def select_lasso(
1105
1108
 
1106
1109
  SUB
1107
1110
  Subtract -- Subtract existing selection.
1108
- :type mode: typing.Any
1111
+ :type mode: typing.Optional[typing.Any]
1109
1112
  :param use_curve_selection: Select Curves, Allow selecting all the keyframes of a curve by selecting the curve itself
1110
- :type use_curve_selection: typing.Union[bool, typing.Any]
1113
+ :type use_curve_selection: typing.Optional[typing.Union[bool, typing.Any]]
1111
1114
  """
1112
1115
 
1113
1116
  ...
1114
1117
 
1115
1118
  def select_leftright(
1116
- override_context: typing.Union[dict, bpy.types.Context] = None,
1117
- execution_context: typing.Union[str, int] = None,
1118
- undo: bool = None,
1119
- mode: typing.Any = "CHECK",
1120
- extend: typing.Union[bool, typing.Any] = False,
1119
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1120
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1121
+ undo: typing.Optional[bool] = None,
1122
+ mode: typing.Optional[typing.Any] = "CHECK",
1123
+ extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
1121
1124
  ):
1122
1125
  """Select keyframes to the left or the right of the current frame
1123
1126
 
1124
- :type override_context: typing.Union[dict, bpy.types.Context]
1125
- :type execution_context: typing.Union[str, int]
1126
- :type undo: bool
1127
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1128
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1129
+ :type undo: typing.Optional[bool]
1127
1130
  :param mode: Mode
1128
- :type mode: typing.Any
1131
+ :type mode: typing.Optional[typing.Any]
1129
1132
  :param extend: Extend Select
1130
- :type extend: typing.Union[bool, typing.Any]
1133
+ :type extend: typing.Optional[typing.Union[bool, typing.Any]]
1131
1134
  """
1132
1135
 
1133
1136
  ...
1134
1137
 
1135
1138
  def select_less(
1136
- override_context: typing.Union[dict, bpy.types.Context] = None,
1137
- execution_context: typing.Union[str, int] = None,
1138
- undo: bool = None,
1139
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1140
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1141
+ undo: typing.Optional[bool] = None,
1139
1142
  ):
1140
1143
  """Deselect keyframes on ends of selection islands
1141
1144
 
1142
- :type override_context: typing.Union[dict, bpy.types.Context]
1143
- :type execution_context: typing.Union[str, int]
1144
- :type undo: bool
1145
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1146
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1147
+ :type undo: typing.Optional[bool]
1145
1148
  """
1146
1149
 
1147
1150
  ...
1148
1151
 
1149
1152
  def select_linked(
1150
- override_context: typing.Union[dict, bpy.types.Context] = None,
1151
- execution_context: typing.Union[str, int] = None,
1152
- undo: bool = None,
1153
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1154
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1155
+ undo: typing.Optional[bool] = None,
1153
1156
  ):
1154
1157
  """Select keyframes occurring in the same F-Curves as selected ones
1155
1158
 
1156
- :type override_context: typing.Union[dict, bpy.types.Context]
1157
- :type execution_context: typing.Union[str, int]
1158
- :type undo: bool
1159
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1160
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1161
+ :type undo: typing.Optional[bool]
1159
1162
  """
1160
1163
 
1161
1164
  ...
1162
1165
 
1163
1166
  def select_more(
1164
- override_context: typing.Union[dict, bpy.types.Context] = None,
1165
- execution_context: typing.Union[str, int] = None,
1166
- undo: bool = None,
1167
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1168
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1169
+ undo: typing.Optional[bool] = None,
1167
1170
  ):
1168
1171
  """Select keyframes beside already selected ones
1169
1172
 
1170
- :type override_context: typing.Union[dict, bpy.types.Context]
1171
- :type execution_context: typing.Union[str, int]
1172
- :type undo: bool
1173
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1174
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1175
+ :type undo: typing.Optional[bool]
1173
1176
  """
1174
1177
 
1175
1178
  ...
1176
1179
 
1177
1180
  def shear(
1178
- override_context: typing.Union[dict, bpy.types.Context] = None,
1179
- execution_context: typing.Union[str, int] = None,
1180
- undo: bool = None,
1181
- factor: typing.Any = 0.0,
1182
- direction: typing.Any = "FROM_LEFT",
1181
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1182
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1183
+ undo: typing.Optional[bool] = None,
1184
+ factor: typing.Optional[typing.Any] = 0.0,
1185
+ direction: typing.Optional[typing.Any] = "FROM_LEFT",
1183
1186
  ):
1184
1187
  """Affect the value of the keys linearly, keeping the same relationship between them using either the left or the right key as reference
1185
1188
 
1186
- :type override_context: typing.Union[dict, bpy.types.Context]
1187
- :type execution_context: typing.Union[str, int]
1188
- :type undo: bool
1189
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1190
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1191
+ :type undo: typing.Optional[bool]
1189
1192
  :param factor: Shear Factor, The amount of shear to apply
1190
- :type factor: typing.Any
1193
+ :type factor: typing.Optional[typing.Any]
1191
1194
  :param direction: Direction, Which end of the segment to use as a reference to shear from
1192
1195
 
1193
1196
  FROM_LEFT
@@ -1195,36 +1198,36 @@ def shear(
1195
1198
 
1196
1199
  FROM_RIGHT
1197
1200
  From Right -- Shear the keys using the right key as reference.
1198
- :type direction: typing.Any
1201
+ :type direction: typing.Optional[typing.Any]
1199
1202
  """
1200
1203
 
1201
1204
  ...
1202
1205
 
1203
1206
  def smooth(
1204
- override_context: typing.Union[dict, bpy.types.Context] = None,
1205
- execution_context: typing.Union[str, int] = None,
1206
- undo: bool = None,
1207
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1208
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1209
+ undo: typing.Optional[bool] = None,
1207
1210
  ):
1208
1211
  """Apply weighted moving means to make selected F-Curves less bumpy
1209
1212
 
1210
- :type override_context: typing.Union[dict, bpy.types.Context]
1211
- :type execution_context: typing.Union[str, int]
1212
- :type undo: bool
1213
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1214
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1215
+ :type undo: typing.Optional[bool]
1213
1216
  """
1214
1217
 
1215
1218
  ...
1216
1219
 
1217
1220
  def snap(
1218
- override_context: typing.Union[dict, bpy.types.Context] = None,
1219
- execution_context: typing.Union[str, int] = None,
1220
- undo: bool = None,
1221
- type: typing.Any = "CFRA",
1221
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1222
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1223
+ undo: typing.Optional[bool] = None,
1224
+ type: typing.Optional[typing.Any] = "CFRA",
1222
1225
  ):
1223
1226
  """Snap selected keyframes to the chosen times/values
1224
1227
 
1225
- :type override_context: typing.Union[dict, bpy.types.Context]
1226
- :type execution_context: typing.Union[str, int]
1227
- :type undo: bool
1228
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1229
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1230
+ :type undo: typing.Optional[bool]
1228
1231
  :param type: Type
1229
1232
 
1230
1233
  CFRA
@@ -1244,112 +1247,112 @@ def snap(
1244
1247
 
1245
1248
  HORIZONTAL
1246
1249
  Flatten Handles -- Flatten handles for a smoother transition.
1247
- :type type: typing.Any
1250
+ :type type: typing.Optional[typing.Any]
1248
1251
  """
1249
1252
 
1250
1253
  ...
1251
1254
 
1252
1255
  def snap_cursor_value(
1253
- override_context: typing.Union[dict, bpy.types.Context] = None,
1254
- execution_context: typing.Union[str, int] = None,
1255
- undo: bool = None,
1256
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1257
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1258
+ undo: typing.Optional[bool] = None,
1256
1259
  ):
1257
1260
  """Place the cursor value on the average value of selected keyframes
1258
1261
 
1259
- :type override_context: typing.Union[dict, bpy.types.Context]
1260
- :type execution_context: typing.Union[str, int]
1261
- :type undo: bool
1262
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1263
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1264
+ :type undo: typing.Optional[bool]
1262
1265
  """
1263
1266
 
1264
1267
  ...
1265
1268
 
1266
1269
  def sound_to_samples(
1267
- override_context: typing.Union[dict, bpy.types.Context] = None,
1268
- execution_context: typing.Union[str, int] = None,
1269
- undo: bool = None,
1270
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1271
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1272
+ undo: typing.Optional[bool] = None,
1270
1273
  filepath: typing.Union[str, typing.Any] = "",
1271
- check_existing: typing.Union[bool, typing.Any] = False,
1272
- filter_blender: typing.Union[bool, typing.Any] = False,
1273
- filter_backup: typing.Union[bool, typing.Any] = False,
1274
- filter_image: typing.Union[bool, typing.Any] = False,
1275
- filter_movie: typing.Union[bool, typing.Any] = True,
1276
- filter_python: typing.Union[bool, typing.Any] = False,
1277
- filter_font: typing.Union[bool, typing.Any] = False,
1278
- filter_sound: typing.Union[bool, typing.Any] = True,
1279
- filter_text: typing.Union[bool, typing.Any] = False,
1280
- filter_archive: typing.Union[bool, typing.Any] = False,
1281
- filter_btx: typing.Union[bool, typing.Any] = False,
1282
- filter_collada: typing.Union[bool, typing.Any] = False,
1283
- filter_alembic: typing.Union[bool, typing.Any] = False,
1284
- filter_usd: typing.Union[bool, typing.Any] = False,
1285
- filter_obj: typing.Union[bool, typing.Any] = False,
1286
- filter_volume: typing.Union[bool, typing.Any] = False,
1287
- filter_folder: typing.Union[bool, typing.Any] = True,
1288
- filter_blenlib: typing.Union[bool, typing.Any] = False,
1289
- filemode: typing.Any = 9,
1290
- show_multiview: typing.Union[bool, typing.Any] = False,
1291
- use_multiview: typing.Union[bool, typing.Any] = False,
1292
- display_type: typing.Any = "DEFAULT",
1293
- sort_method: typing.Union[str, int, typing.Any] = "",
1294
- low: typing.Any = 0.0,
1295
- high: typing.Any = 100000.0,
1296
- attack: typing.Any = 0.005,
1297
- release: typing.Any = 0.2,
1298
- threshold: typing.Any = 0.0,
1299
- use_accumulate: typing.Union[bool, typing.Any] = False,
1300
- use_additive: typing.Union[bool, typing.Any] = False,
1301
- use_square: typing.Union[bool, typing.Any] = False,
1302
- sthreshold: typing.Any = 0.1,
1274
+ check_existing: typing.Optional[typing.Union[bool, typing.Any]] = False,
1275
+ filter_blender: typing.Optional[typing.Union[bool, typing.Any]] = False,
1276
+ filter_backup: typing.Optional[typing.Union[bool, typing.Any]] = False,
1277
+ filter_image: typing.Optional[typing.Union[bool, typing.Any]] = False,
1278
+ filter_movie: typing.Optional[typing.Union[bool, typing.Any]] = True,
1279
+ filter_python: typing.Optional[typing.Union[bool, typing.Any]] = False,
1280
+ filter_font: typing.Optional[typing.Union[bool, typing.Any]] = False,
1281
+ filter_sound: typing.Optional[typing.Union[bool, typing.Any]] = True,
1282
+ filter_text: typing.Optional[typing.Union[bool, typing.Any]] = False,
1283
+ filter_archive: typing.Optional[typing.Union[bool, typing.Any]] = False,
1284
+ filter_btx: typing.Optional[typing.Union[bool, typing.Any]] = False,
1285
+ filter_collada: typing.Optional[typing.Union[bool, typing.Any]] = False,
1286
+ filter_alembic: typing.Optional[typing.Union[bool, typing.Any]] = False,
1287
+ filter_usd: typing.Optional[typing.Union[bool, typing.Any]] = False,
1288
+ filter_obj: typing.Optional[typing.Union[bool, typing.Any]] = False,
1289
+ filter_volume: typing.Optional[typing.Union[bool, typing.Any]] = False,
1290
+ filter_folder: typing.Optional[typing.Union[bool, typing.Any]] = True,
1291
+ filter_blenlib: typing.Optional[typing.Union[bool, typing.Any]] = False,
1292
+ filemode: typing.Optional[typing.Any] = 9,
1293
+ show_multiview: typing.Optional[typing.Union[bool, typing.Any]] = False,
1294
+ use_multiview: typing.Optional[typing.Union[bool, typing.Any]] = False,
1295
+ display_type: typing.Optional[typing.Any] = "DEFAULT",
1296
+ sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
1297
+ low: typing.Optional[typing.Any] = 0.0,
1298
+ high: typing.Optional[typing.Any] = 100000.0,
1299
+ attack: typing.Optional[typing.Any] = 0.005,
1300
+ release: typing.Optional[typing.Any] = 0.2,
1301
+ threshold: typing.Optional[typing.Any] = 0.0,
1302
+ use_accumulate: typing.Optional[typing.Union[bool, typing.Any]] = False,
1303
+ use_additive: typing.Optional[typing.Union[bool, typing.Any]] = False,
1304
+ use_square: typing.Optional[typing.Union[bool, typing.Any]] = False,
1305
+ sthreshold: typing.Optional[typing.Any] = 0.1,
1303
1306
  ):
1304
1307
  """Bakes a sound wave to samples on selected channels
1305
1308
 
1306
- :type override_context: typing.Union[dict, bpy.types.Context]
1307
- :type execution_context: typing.Union[str, int]
1308
- :type undo: bool
1309
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1310
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1311
+ :type undo: typing.Optional[bool]
1309
1312
  :param filepath: File Path, Path to file
1310
1313
  :type filepath: typing.Union[str, typing.Any]
1311
1314
  :param check_existing: Check Existing, Check and warn on overwriting existing files
1312
- :type check_existing: typing.Union[bool, typing.Any]
1315
+ :type check_existing: typing.Optional[typing.Union[bool, typing.Any]]
1313
1316
  :param filter_blender: Filter .blend files
1314
- :type filter_blender: typing.Union[bool, typing.Any]
1317
+ :type filter_blender: typing.Optional[typing.Union[bool, typing.Any]]
1315
1318
  :param filter_backup: Filter .blend files
1316
- :type filter_backup: typing.Union[bool, typing.Any]
1319
+ :type filter_backup: typing.Optional[typing.Union[bool, typing.Any]]
1317
1320
  :param filter_image: Filter image files
1318
- :type filter_image: typing.Union[bool, typing.Any]
1321
+ :type filter_image: typing.Optional[typing.Union[bool, typing.Any]]
1319
1322
  :param filter_movie: Filter movie files
1320
- :type filter_movie: typing.Union[bool, typing.Any]
1323
+ :type filter_movie: typing.Optional[typing.Union[bool, typing.Any]]
1321
1324
  :param filter_python: Filter Python files
1322
- :type filter_python: typing.Union[bool, typing.Any]
1325
+ :type filter_python: typing.Optional[typing.Union[bool, typing.Any]]
1323
1326
  :param filter_font: Filter font files
1324
- :type filter_font: typing.Union[bool, typing.Any]
1327
+ :type filter_font: typing.Optional[typing.Union[bool, typing.Any]]
1325
1328
  :param filter_sound: Filter sound files
1326
- :type filter_sound: typing.Union[bool, typing.Any]
1329
+ :type filter_sound: typing.Optional[typing.Union[bool, typing.Any]]
1327
1330
  :param filter_text: Filter text files
1328
- :type filter_text: typing.Union[bool, typing.Any]
1331
+ :type filter_text: typing.Optional[typing.Union[bool, typing.Any]]
1329
1332
  :param filter_archive: Filter archive files
1330
- :type filter_archive: typing.Union[bool, typing.Any]
1333
+ :type filter_archive: typing.Optional[typing.Union[bool, typing.Any]]
1331
1334
  :param filter_btx: Filter btx files
1332
- :type filter_btx: typing.Union[bool, typing.Any]
1335
+ :type filter_btx: typing.Optional[typing.Union[bool, typing.Any]]
1333
1336
  :param filter_collada: Filter COLLADA files
1334
- :type filter_collada: typing.Union[bool, typing.Any]
1337
+ :type filter_collada: typing.Optional[typing.Union[bool, typing.Any]]
1335
1338
  :param filter_alembic: Filter Alembic files
1336
- :type filter_alembic: typing.Union[bool, typing.Any]
1339
+ :type filter_alembic: typing.Optional[typing.Union[bool, typing.Any]]
1337
1340
  :param filter_usd: Filter USD files
1338
- :type filter_usd: typing.Union[bool, typing.Any]
1341
+ :type filter_usd: typing.Optional[typing.Union[bool, typing.Any]]
1339
1342
  :param filter_obj: Filter OBJ files
1340
- :type filter_obj: typing.Union[bool, typing.Any]
1343
+ :type filter_obj: typing.Optional[typing.Union[bool, typing.Any]]
1341
1344
  :param filter_volume: Filter OpenVDB volume files
1342
- :type filter_volume: typing.Union[bool, typing.Any]
1345
+ :type filter_volume: typing.Optional[typing.Union[bool, typing.Any]]
1343
1346
  :param filter_folder: Filter folders
1344
- :type filter_folder: typing.Union[bool, typing.Any]
1347
+ :type filter_folder: typing.Optional[typing.Union[bool, typing.Any]]
1345
1348
  :param filter_blenlib: Filter Blender IDs
1346
- :type filter_blenlib: typing.Union[bool, typing.Any]
1349
+ :type filter_blenlib: typing.Optional[typing.Union[bool, typing.Any]]
1347
1350
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
1348
- :type filemode: typing.Any
1351
+ :type filemode: typing.Optional[typing.Any]
1349
1352
  :param show_multiview: Enable Multi-View
1350
- :type show_multiview: typing.Union[bool, typing.Any]
1353
+ :type show_multiview: typing.Optional[typing.Union[bool, typing.Any]]
1351
1354
  :param use_multiview: Use Multi-View
1352
- :type use_multiview: typing.Union[bool, typing.Any]
1355
+ :type use_multiview: typing.Optional[typing.Union[bool, typing.Any]]
1353
1356
  :param display_type: Display Type
1354
1357
 
1355
1358
  DEFAULT
@@ -1363,92 +1366,92 @@ def sound_to_samples(
1363
1366
 
1364
1367
  THUMBNAIL
1365
1368
  Thumbnails -- Display files as thumbnails.
1366
- :type display_type: typing.Any
1369
+ :type display_type: typing.Optional[typing.Any]
1367
1370
  :param sort_method: File sorting mode
1368
- :type sort_method: typing.Union[str, int, typing.Any]
1371
+ :type sort_method: typing.Optional[typing.Union[str, int, typing.Any]]
1369
1372
  :param low: Lowest Frequency, Cutoff frequency of a high-pass filter that is applied to the audio data
1370
- :type low: typing.Any
1373
+ :type low: typing.Optional[typing.Any]
1371
1374
  :param high: Highest Frequency, Cutoff frequency of a low-pass filter that is applied to the audio data
1372
- :type high: typing.Any
1375
+ :type high: typing.Optional[typing.Any]
1373
1376
  :param attack: Attack Time, Value for the envelope calculation that tells how fast the envelope can rise (the lower the value the steeper it can rise)
1374
- :type attack: typing.Any
1377
+ :type attack: typing.Optional[typing.Any]
1375
1378
  :param release: Release Time, Value for the envelope calculation that tells how fast the envelope can fall (the lower the value the steeper it can fall)
1376
- :type release: typing.Any
1379
+ :type release: typing.Optional[typing.Any]
1377
1380
  :param threshold: Threshold, Minimum amplitude value needed to influence the envelope
1378
- :type threshold: typing.Any
1381
+ :type threshold: typing.Optional[typing.Any]
1379
1382
  :param use_accumulate: Accumulate, Only the positive differences of the envelope amplitudes are summarized to produce the output
1380
- :type use_accumulate: typing.Union[bool, typing.Any]
1383
+ :type use_accumulate: typing.Optional[typing.Union[bool, typing.Any]]
1381
1384
  :param use_additive: Additive, The amplitudes of the envelope are summarized (or, when Accumulate is enabled, both positive and negative differences are accumulated)
1382
- :type use_additive: typing.Union[bool, typing.Any]
1385
+ :type use_additive: typing.Optional[typing.Union[bool, typing.Any]]
1383
1386
  :param use_square: Square, The output is a square curve (negative values always result in -1, and positive ones in 1)
1384
- :type use_square: typing.Union[bool, typing.Any]
1387
+ :type use_square: typing.Optional[typing.Union[bool, typing.Any]]
1385
1388
  :param sthreshold: Square Threshold, Square only: all values with an absolute amplitude lower than that result in 0
1386
- :type sthreshold: typing.Any
1389
+ :type sthreshold: typing.Optional[typing.Any]
1387
1390
  """
1388
1391
 
1389
1392
  ...
1390
1393
 
1391
1394
  def time_offset(
1392
- override_context: typing.Union[dict, bpy.types.Context] = None,
1393
- execution_context: typing.Union[str, int] = None,
1394
- undo: bool = None,
1395
- frame_offset: typing.Any = 0.0,
1395
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1396
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1397
+ undo: typing.Optional[bool] = None,
1398
+ frame_offset: typing.Optional[typing.Any] = 0.0,
1396
1399
  ):
1397
1400
  """Shifts the value of selected keys in time
1398
1401
 
1399
- :type override_context: typing.Union[dict, bpy.types.Context]
1400
- :type execution_context: typing.Union[str, int]
1401
- :type undo: bool
1402
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1403
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1404
+ :type undo: typing.Optional[bool]
1402
1405
  :param frame_offset: Frame Offset, How far in frames to offset the animation
1403
- :type frame_offset: typing.Any
1406
+ :type frame_offset: typing.Optional[typing.Any]
1404
1407
  """
1405
1408
 
1406
1409
  ...
1407
1410
 
1408
1411
  def view_all(
1409
- override_context: typing.Union[dict, bpy.types.Context] = None,
1410
- execution_context: typing.Union[str, int] = None,
1411
- undo: bool = None,
1412
- include_handles: typing.Union[bool, typing.Any] = True,
1412
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1413
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1414
+ undo: typing.Optional[bool] = None,
1415
+ include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
1413
1416
  ):
1414
1417
  """Reset viewable area to show full keyframe range
1415
1418
 
1416
- :type override_context: typing.Union[dict, bpy.types.Context]
1417
- :type execution_context: typing.Union[str, int]
1418
- :type undo: bool
1419
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1420
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1421
+ :type undo: typing.Optional[bool]
1419
1422
  :param include_handles: Include Handles, Include handles of keyframes when calculating extents
1420
- :type include_handles: typing.Union[bool, typing.Any]
1423
+ :type include_handles: typing.Optional[typing.Union[bool, typing.Any]]
1421
1424
  """
1422
1425
 
1423
1426
  ...
1424
1427
 
1425
1428
  def view_frame(
1426
- override_context: typing.Union[dict, bpy.types.Context] = None,
1427
- execution_context: typing.Union[str, int] = None,
1428
- undo: bool = None,
1429
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1430
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1431
+ undo: typing.Optional[bool] = None,
1429
1432
  ):
1430
1433
  """Move the view to the current frame
1431
1434
 
1432
- :type override_context: typing.Union[dict, bpy.types.Context]
1433
- :type execution_context: typing.Union[str, int]
1434
- :type undo: bool
1435
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1436
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1437
+ :type undo: typing.Optional[bool]
1435
1438
  """
1436
1439
 
1437
1440
  ...
1438
1441
 
1439
1442
  def view_selected(
1440
- override_context: typing.Union[dict, bpy.types.Context] = None,
1441
- execution_context: typing.Union[str, int] = None,
1442
- undo: bool = None,
1443
- include_handles: typing.Union[bool, typing.Any] = True,
1443
+ override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
1444
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1445
+ undo: typing.Optional[bool] = None,
1446
+ include_handles: typing.Optional[typing.Union[bool, typing.Any]] = True,
1444
1447
  ):
1445
1448
  """Reset viewable area to show selected keyframe range
1446
1449
 
1447
- :type override_context: typing.Union[dict, bpy.types.Context]
1448
- :type execution_context: typing.Union[str, int]
1449
- :type undo: bool
1450
+ :type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
1451
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1452
+ :type undo: typing.Optional[bool]
1450
1453
  :param include_handles: Include Handles, Include handles of keyframes when calculating extents
1451
- :type include_handles: typing.Union[bool, typing.Any]
1454
+ :type include_handles: typing.Optional[typing.Union[bool, typing.Any]]
1452
1455
  """
1453
1456
 
1454
1457
  ...