Files
test/source/blender
Sybren A. Stüvel 21c7689b77 Animation: send notifier when keyframe is inserted
`<some_id>.keyframe_insert()` now sends a notifier that animation data
was changed, so that animation-related editors can properly refresh.

Since this function is quite high-level (if necessary it creates the
Action and FCurves), I thought this would be a suitable location for the
notifier. If high keyframing speed is required, it is still recommended
to use `FCurveKeyframePoints.insert(options={'FAST'})` instead.
2021-12-16 11:26:21 +01:00
..
2021-12-16 11:41:46 +11:00
2021-12-16 10:08:31 +01:00
2021-10-04 13:15:15 +11:00
2021-12-16 11:38:09 +11:00
2021-12-16 11:41:46 +11:00