Cleanup: format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user