Blender Git Commit Log
Git Commits -> Revision 21c7689
Revision 21c7689 by Sybren A. Stüvel (master) December 16, 2021, 10:26 (GMT) |
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. |
Commit Details:
Full Hash: 21c7689b777ff5f46a3cecbda21f6afa012bdb28
Parent Commit: 1818110
Lines Changed: +4, -0
1 Modified Path:
/source/blender/python/intern/bpy_rna_anim.c (+4, -0) (Diff)