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:
authorAntony Riakiotakis <kalast@gmail.com>2014-11-14 16:06:29 +0300
committerAntony Riakiotakis <kalast@gmail.com>2014-11-14 16:06:39 +0300
commit8d5d6de7615c79a79a0ab3fa95319650ebe89206 (patch)
tree171b276b6223bc9a4129e62d773dff5a17c8e5ca /source/blender/makesdna/DNA_space_types.h
parentbed09959765ef5f09ff81145636797d45fbc1111 (diff)
Reuse local view for UVs for previous commit, thanks to Campbell for the
suggestion. Also minor compile fix after viewport patch
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 41b302ebdd8..a8fe8ceb6b0 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -810,8 +810,6 @@ typedef enum eSpaceImage_Flag {
SI_COLOR_CORRECTION = (1 << 24),
SI_NO_DRAW_TEXPAINT = (1 << 25),
- /* filter texpaint uvs based on active material */
- SI_TEXPAINT_FILTER_MATERIAL = (1 << 26)
} eSpaceImage_Flag;
/* Text Editor ============================================ */