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:
authorJoshua Leung <aligorith@gmail.com>2010-03-01 12:42:39 +0300
committerJoshua Leung <aligorith@gmail.com>2010-03-01 12:42:39 +0300
commitb55774aebefa3e053986110e3e04a8531c6d7d47 (patch)
tree2f774a8bad1b445d6a28d0b44b7c41e732c6a94c /source/blender/makesrna/intern/rna_animation_api.c
parent81ab852ba9ac379bbed64eddcf7b7ea867455892 (diff)
Missed a spot when renaming the API functions for adding Keying Set paths
Also some indention/whitespace tweaks
Diffstat (limited to 'source/blender/makesrna/intern/rna_animation_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_animation_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_animation_api.c b/source/blender/makesrna/intern/rna_animation_api.c
index 208e3b9ca4c..b07f147ac96 100644
--- a/source/blender/makesrna/intern/rna_animation_api.c
+++ b/source/blender/makesrna/intern/rna_animation_api.c
@@ -69,7 +69,7 @@ void RNA_api_keyingset(StructRNA *srna)
PropertyRNA *parm;
/* Add Destination */
- func= RNA_def_function(srna, "add_destination", "rna_KeyingSet_add_path");
+ func= RNA_def_function(srna, "add_path", "rna_KeyingSet_add_path");
RNA_def_function_ui_description(func, "Add a new destination for the Keying Set.");
RNA_def_function_flag(func, FUNC_USE_REPORTS);
/* ID-block for target */