Cleanup: format

This commit is contained in:
2022-12-05 12:54:00 +11:00
parent 997e143a50
commit cc6bdac921
9 changed files with 46 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ __all__ = (
)
import bpy
from typing import Mapping, List, Tuple, Sequence
from typing import Mapping, List, Tuple, Sequence
# (fcurve.data_path, fcurve.array_index)
FCurveKey = Tuple[str, int]
@@ -17,6 +17,7 @@ FCurveKey = Tuple[str, int]
ListKeyframes = List[float]
Action = bpy.types.Action
def bake_action(
obj,
*,
@@ -430,6 +431,7 @@ def bake_action_iter(
yield action
class KeyframesCo:
"""A buffer for keyframe Co unpacked values per FCurveKey. FCurveKeys are added using
add_paths(), Co values stored using extend_co_values(), then finally use