Blend To Neighbor Implementation
This patch adds the blend to neighbor operator to the Graph editor. The operator acts like the blend to neighbor operator for a pose context, just working on keyframes. Reviewed by: Sybren A. Stüvel Differential Revision: https://developer.blender.org/D9374 Ref: D9374
This commit is contained in:
@@ -126,6 +126,7 @@ void GRAPH_OT_paste(struct wmOperatorType *ot);
|
||||
void GRAPH_OT_duplicate(struct wmOperatorType *ot);
|
||||
void GRAPH_OT_delete(struct wmOperatorType *ot);
|
||||
void GRAPH_OT_clean(struct wmOperatorType *ot);
|
||||
void GRAPH_OT_blend_to_neighbor(struct wmOperatorType *ot);
|
||||
void GRAPH_OT_decimate(struct wmOperatorType *ot);
|
||||
void GRAPH_OT_sample(struct wmOperatorType *ot);
|
||||
void GRAPH_OT_bake(struct wmOperatorType *ot);
|
||||
|
||||
Reference in New Issue
Block a user