forked from blender/blender
main sync #3
@ -252,7 +252,7 @@ class GRAPH_MT_key(Menu):
|
||||
|
||||
layout.separator()
|
||||
layout.operator_menu_enum("graph.keyframe_insert", "type")
|
||||
layout.operator_menu_enum("graph.fmodifier_add", "type")
|
||||
layout.operator_menu_enum("graph.fmodifier_add", "type").only_active = False
|
||||
layout.operator("graph.sound_bake")
|
||||
|
||||
layout.separator()
|
||||
|
@ -2843,7 +2843,7 @@ void GRAPH_OT_fmodifier_add(wmOperatorType *ot)
|
||||
ot->prop = prop;
|
||||
|
||||
RNA_def_boolean(
|
||||
ot->srna, "only_active", 1, "Only Active", "Only add F-Modifier to active F-Curve");
|
||||
ot->srna, "only_active", false, "Only Active", "Only add F-Modifier to active F-Curve");
|
||||
}
|
||||
|
||||
/** \} */
|
||||
|
Loading…
Reference in New Issue
Block a user