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>2017-07-11 14:39:35 +0300
committerJoshua Leung <aligorith@gmail.com>2017-07-11 14:39:35 +0300
commitcd3b3e4a57c19bd94cd02cb041a908e2418fa4b0 (patch)
tree47e1115e7bd782eb1327114877d47cdf29f02803 /source/blender/makesrna
parentfdfcbfd0404183b78623bd7a65f2701ea23ed463 (diff)
Fix: Accidentally left debug print in last commit
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_fcurve.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_fcurve.c b/source/blender/makesrna/intern/rna_fcurve.c
index 648c6032520..ad63a652b12 100644
--- a/source/blender/makesrna/intern/rna_fcurve.c
+++ b/source/blender/makesrna/intern/rna_fcurve.c
@@ -581,7 +581,6 @@ static void rna_FModifier_blending_range(PointerRNA *ptr, float *min, float *max
*min = 0.0f;
*max = fcm->efra - fcm->sfra;
- printf("blending range: %f -> %f (%f, %f)\n", *min, *max, fcm->sfra, fcm->efra);
}
static void rna_FModifier_update(Main *UNUSED(bmain), Scene *UNUSED(scene), PointerRNA *ptr)