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:
authorCampbell Barton <ideasman42@gmail.com>2008-12-12 21:31:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-12-12 21:31:34 +0300
commit696ef1afd29ef31b7202a9f5589076fe1a05a00b (patch)
treeb5c5af0ffd8d2b244bdd4da6533f5b4c82e96eea /source/blender/makesdna/DNA_scene_types.h
parent6f78cdd79f4bd8229dc09a16b3c4cfb316e4c50c (diff)
minor changesprojection-paint
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 8b264602fee..f92311312fa 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -346,7 +346,7 @@ typedef struct ImagePaintSettings {
struct Brush *brush;
short flag, tool;
- /* for projection painting only - todo - use flags */
+ /* for projection painting only */
short seam_bleed,normal_angle;
} ImagePaintSettings;