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>2013-03-16 09:58:59 +0400
committerJoshua Leung <aligorith@gmail.com>2013-03-16 09:58:59 +0400
commit31356c86d3890d21e7845cd29d25ed4df28e65f3 (patch)
tree32c95ee6831ce3a8f94b4dc52778549db56fb465 /source/blender/editors/space_nla/nla_channels.c
parent9aa4396a9732b0acc678d7eb309452d817493279 (diff)
Some more assorted fixes
* More duplicate/wrong comments (copy+paste errors) * Brough Calculate/Clear Motion Path UI for bones more in line with the Object version
Diffstat (limited to 'source/blender/editors/space_nla/nla_channels.c')
-rw-r--r--source/blender/editors/space_nla/nla_channels.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/space_nla/nla_channels.c b/source/blender/editors/space_nla/nla_channels.c
index a4b036bf00f..177a781bcc2 100644
--- a/source/blender/editors/space_nla/nla_channels.c
+++ b/source/blender/editors/space_nla/nla_channels.c
@@ -469,7 +469,8 @@ static bool nlaedit_add_tracks_empty(bAnimContext *ac)
return added;
}
-/* Add Tracks exec() */
+/* ----- */
+
static int nlaedit_add_tracks_exec(bContext *C, wmOperator *op)
{
bAnimContext ac;