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:
authorAntonio Vazquez <blendergit@gmail.com>2020-10-21 16:32:50 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-10-21 16:32:50 +0300
commit509c11f2fb1bb6a2324786a9a9fcf06ac07ac050 (patch)
tree8823d5e72bd30330dc7264f1bbd12b52477c3250 /source/blender/makesdna/DNA_scene_types.h
parent42c6ebfae85888f77d24736ccb32830136bed8ef (diff)
parent810f5b82ce1988cc0d295401486da809701e87d3 (diff)
Merge branch 'master' into greasepencil-edit-curve
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 0224226bc92..a5908ce312b 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -862,7 +862,7 @@ typedef struct PaintToolSlot {
typedef struct Paint {
struct Brush *brush;
- /* Each tool has it's own active brush,
+ /* Each tool has its own active brush,
* The currently active tool is defined by the current 'brush'. */
struct PaintToolSlot *tool_slots;
int tool_slots_len;