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>2011-11-04 12:08:47 +0400
committerJoshua Leung <aligorith@gmail.com>2011-11-04 12:08:47 +0400
commit371705951122f16a3d551e35d092d06b126fac4c (patch)
treeb994c3b7016a2c476a277714418ec896623ed47b /source/blender/nodes
parentdbc5941caedf4b400b6a65a69e9f4aee1713fe16 (diff)
Comments and other text editing:
* Renamed one of the two "File is Saved" entries, as having two entries with the same name in the Datablocks viewer was confusing * Edited the tooltip text for "speed" option for dupliframes to clarify what it does (or what it's supposed to do)
Diffstat (limited to 'source/blender/nodes')
-rw-r--r--source/blender/nodes/composite/nodes/node_composite_rotate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/composite/nodes/node_composite_rotate.c b/source/blender/nodes/composite/nodes/node_composite_rotate.c
index 74ab33eb093..58e17cab3a8 100644
--- a/source/blender/nodes/composite/nodes/node_composite_rotate.c
+++ b/source/blender/nodes/composite/nodes/node_composite_rotate.c
@@ -60,6 +60,7 @@ static void node_composit_exec_rotate(void *UNUSED(data), bNode *node, bNodeStac
rad= (M_PI*in[1]->vec[0])/180.0f;
+
s= sin(rad);
c= cos(rad);
centx= cbuf->x/2;