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:
authorTon Roosendaal <ton@blender.org>2005-12-20 18:00:13 +0300
committerTon Roosendaal <ton@blender.org>2005-12-20 18:00:13 +0300
commite742c61f13d87151eca13f0ab19432b980d48d27 (patch)
tree7005128c66e059c9653b0325dbecce4b20c549e8
parentb9de4fd0eaf6d5e216e9804dd185d81bc70488ca (diff)
Forgot to remove obsolete button "correct normal mapping"
-rw-r--r--source/blender/src/buttons_shading.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/buttons_shading.c b/source/blender/src/buttons_shading.c
index 246e9daa390..15a80f5d0f8 100644
--- a/source/blender/src/buttons_shading.c
+++ b/source/blender/src/buttons_shading.c
@@ -2875,8 +2875,6 @@ static void material_panel_texture(Material *ma)
uiBlockSetCol(block, TH_AUTO);
uiDefBut(block, BUT, B_TEXCLEAR, "Clear", 122, 130, 72, 20, 0, 0, 0, 0, 0, "Erases link to texture");
- uiDefButBitS(block, TOG, MTEX_VIEWSPACE, B_DIFF, "Correct Nor Map", 100,18,163,19, &(mtex->texflag), 0, 0, 0, 0, "This channel will correct normal mapping for View space and Object space");
-
}
else
uiDefButS(block, TOG, B_EXTEXBROWSE, "Add New" ,100, 150, 163, 20, &(G.buts->texnr), -1.0, 32767.0, 0, 0, "Adds a new texture datablock");