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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-09-30 19:04:46 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-09-30 19:04:46 +0400
commit168ffbfb67302c7ee2d2d17941c0b3f8324d00e5 (patch)
tree7a6c8abefec9661fc77bcefe4b4bba6c8a832946 /source/blender/gpu/GPU_draw.h
parent4b6be3c19b22af74b2f5aa2f60f38662e6c4c113 (diff)
Revert changes made to support diffuse color when sculpting
This changes are not stable enough and trying fix it could backfire in some other regressions which isn't wanted so much close to the release. This means objects will have gray color as diffuse which becomes darker in masked areas for 2.64. Proper fix is aimed for 2.65. This commit reverts 50827 and 50898.
Diffstat (limited to 'source/blender/gpu/GPU_draw.h')
-rw-r--r--source/blender/gpu/GPU_draw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/gpu/GPU_draw.h b/source/blender/gpu/GPU_draw.h
index 7d829bd57bf..285acb6bdde 100644
--- a/source/blender/gpu/GPU_draw.h
+++ b/source/blender/gpu/GPU_draw.h
@@ -75,8 +75,6 @@ void GPU_end_object_materials(void);
int GPU_enable_material(int nr, void *attribs);
void GPU_disable_material(void);
-void GPU_material_diffuse_get(int nr, float diff[4]);
-
void GPU_set_material_alpha_blend(int alphablend);
int GPU_get_material_alpha_blend(void);