From 6fffe6cfcc1b3bef89b9e7a5546897276c71c3d8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 31 Jul 2016 14:21:16 +1000 Subject: Improve description for use_self py-driver option --- source/blender/makesrna/intern/rna_fcurve.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesrna/intern/rna_fcurve.c') diff --git a/source/blender/makesrna/intern/rna_fcurve.c b/source/blender/makesrna/intern/rna_fcurve.c index 08c0f98e45b..c521e93d33e 100644 --- a/source/blender/makesrna/intern/rna_fcurve.c +++ b/source/blender/makesrna/intern/rna_fcurve.c @@ -1604,8 +1604,8 @@ static void rna_def_channeldriver(BlenderRNA *brna) prop = RNA_def_property(srna, "use_self", PROP_BOOLEAN, PROP_NONE); RNA_def_property_boolean_sdna(prop, NULL, "flag", DRIVER_FLAG_USE_SELF); RNA_def_property_ui_text(prop, "Use Self", - "Pass 'self' argument to Py-Driver, " - "so it can access the data referenced by the driver (object, bone, etc...)"); + "Include a 'self' variable in the name-space, " + "so drivers can easily reference the data being modified (object, bone, etc...)"); /* State Info (for Debugging) */ prop = RNA_def_property(srna, "is_valid", PROP_BOOLEAN, PROP_NONE); -- cgit v1.2.3