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>2013-05-28 20:35:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-28 20:35:47 +0400
commitfc7c0506b8f4e7082804b27ea470ce348144d707 (patch)
treecf24ef3aac51c5e43c23a5de1cd23de0134a87ab /source/blender/editors/sculpt_paint
parent88d385ef70a1b8775abad29c2ec3180ff3474c82 (diff)
bmo_subdivide_edgering.c now builds with release+debuginfo, also remove unused defines and correct include guards.
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_intern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h
index 81c33338b5c..df0fb8ec4f8 100644
--- a/source/blender/editors/sculpt_paint/paint_intern.h
+++ b/source/blender/editors/sculpt_paint/paint_intern.h
@@ -125,8 +125,6 @@ typedef struct ImagePaintPartialRedraw {
#define IMAPAINT_TILE_SIZE (1 << IMAPAINT_TILE_BITS)
#define IMAPAINT_TILE_NUMBER(size) (((size) + IMAPAINT_TILE_SIZE - 1) >> IMAPAINT_TILE_BITS)
-#define IMAPAINT_CHAR_TO_FLOAT(c) ((c) / 255.0f)
-
int image_texture_paint_poll(struct bContext *C);
void *image_undo_find_tile(struct Image *ima, struct ImBuf *ibuf, int x_tile, int y_tile, unsigned short **mask);
void *image_undo_push_tile(struct Image *ima, struct ImBuf *ibuf, struct ImBuf **tmpibuf, int x_tile, int y_tile);