Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2019-05-08 23:02:54 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-05-08 23:30:25 +0300
commit1ac0254cfa34daacc6decf5c2dc06dc2735d6dc6 (patch)
tree7062aa3d07d22d28f70d481b7bafd328717d27d6 /source/blender/makesrna/intern/rna_fcurve.c
parent733811330c9bb0df6b6101dc45b0b58be6febfb8 (diff)
I18n: Disambiguation for 'Cycles' used also by some anim modifier.
Part of T43295.
Diffstat (limited to 'source/blender/makesrna/intern/rna_fcurve.c')
-rw-r--r--source/blender/makesrna/intern/rna_fcurve.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_fcurve.c b/source/blender/makesrna/intern/rna_fcurve.c
index d9917b670d9..63feceb4a8a 100644
--- a/source/blender/makesrna/intern/rna_fcurve.c
+++ b/source/blender/makesrna/intern/rna_fcurve.c
@@ -1534,6 +1534,7 @@ static void rna_def_fmodifier(BlenderRNA *brna)
prop = RNA_def_property(srna, "type", PROP_ENUM, PROP_NONE);
RNA_def_property_clear_flag(prop, PROP_EDITABLE);
RNA_def_property_enum_items(prop, rna_enum_fmodifier_type_items);
+ RNA_def_property_translation_context(prop, BLT_I18NCONTEXT_ID_ACTION);
RNA_def_property_ui_text(prop, "Type", "F-Curve Modifier Type");
/* settings */