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:
authorAntonioya <blendergit@gmail.com>2018-09-20 14:10:56 +0300
committerAntonioya <blendergit@gmail.com>2018-09-20 14:10:56 +0300
commit5bfcd6f303b458567870ab64fabf89713d679a78 (patch)
treeff7fabd74b3a4b771e25125cb6a86c51bc413b99 /source/blender/blenkernel
parentb9b371625d4e5697b4e4226e222a45a7f4e7dea5 (diff)
GP: Fix falloff curve using 2D animation template
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/intern/scene.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/scene.c b/source/blender/blenkernel/intern/scene.c
index 0a38c50640f..79d7deb7e55 100644
--- a/source/blender/blenkernel/intern/scene.c
+++ b/source/blender/blenkernel/intern/scene.c
@@ -690,7 +690,6 @@ void BKE_scene_init(Scene *sce)
/* grease pencil multiframe falloff curve */
sce->toolsettings->gp_sculpt.cur_falloff = curvemapping_add(1, 0.0f, 0.0f, 1.0f, 1.0f);
CurveMapping *gp_falloff_curve = sce->toolsettings->gp_sculpt.cur_falloff;
- curvemapping_set_defaults(gp_falloff_curve, 1, 0.0f, 0.0f, 1.0f, 1.0f);
curvemapping_initialize(gp_falloff_curve);
curvemap_reset(gp_falloff_curve->cm,
&gp_falloff_curve->clipr,