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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-06-12 18:28:36 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-06-12 18:28:36 +0400
commit9aa088bab68adb1488ae42c14813babbab594117 (patch)
tree328c2d17a5841e3102c47dadabfc2b291ac668f8 /source/blender/makesrna
parentba3a1067fa831d8fa7812049a1c3ee08a6b27bd9 (diff)
Track Position node now could output absolute position of track at a given frame
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_nodetree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c
index 5230390bf00..a2bb1aff3b9 100644
--- a/source/blender/makesrna/intern/rna_nodetree.c
+++ b/source/blender/makesrna/intern/rna_nodetree.c
@@ -5720,6 +5720,8 @@ static void def_cmp_trackpos(StructRNA *srna)
"Relative Start", "Output position of a marker relative to first marker of a track"},
{CMP_TRACKPOS_RELATIVE_FRAME, "RELATIVE_FRAME", 0,
"Relative Frame", "Output position of a marker relative to marker at given frame number"},
+ {CMP_TRACKPOS_ABSOLUTE_FRAME, "ABSOLUTE_FRAME", 0,
+ "Absolute Frame", "Output absolute position of a marker at given frame number"},
{0, NULL, 0, NULL, NULL}
};