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-14 23:52:01 +0300
committerAntonioya <blendergit@gmail.com>2018-09-14 23:54:19 +0300
commit6b024c7e1aebe8b0a76316ceef3139827cd3cb9f (patch)
treeb508a849330046d22e3dbb77cefcaa48fe88b876 /source/blender/blenloader
parent54f1375e298696b81aea86862ae634eaa8c97464 (diff)
GP: Improve errase panel and toolbars
Some names were not clear enough and some parameters were missing.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_280.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenloader/intern/versioning_280.c b/source/blender/blenloader/intern/versioning_280.c
index e763f234f2e..f065e36d19a 100644
--- a/source/blender/blenloader/intern/versioning_280.c
+++ b/source/blender/blenloader/intern/versioning_280.c
@@ -1948,8 +1948,8 @@ void blo_do_versions_280(FileData *fd, Library *UNUSED(lib), Main *bmain)
if (brush->gpencil_settings != NULL) {
BrushGpencilSettings *gp = brush->gpencil_settings;
if (gp->brush_type == GP_BRUSH_TYPE_ERASE) {
- gp->era_strength_f = 1.0f;
- gp->era_thickness_f = 0.1f;
+ gp->era_strength_f = 100.0f;
+ gp->era_thickness_f = 10.0f;
}
}
}