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>2003-10-13 18:57:43 +0400
committerTon Roosendaal <ton@blender.org>2003-10-13 18:57:43 +0400
commitceb26d2a4ebc3097f9a1cd675a70e8f179915289 (patch)
tree3b03ce66c4e0981333cbf50d332600014c21a472 /source/blender/src/header_buttonswin.c
parent5c2005cf06d786985ebf2213aa25070bdbda2a4f (diff)
- experiment: changed drawing style of Panels to minimal and fully
transparant. - converted the Texture buttons, they're nice too!
Diffstat (limited to 'source/blender/src/header_buttonswin.c')
-rw-r--r--source/blender/src/header_buttonswin.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/source/blender/src/header_buttonswin.c b/source/blender/src/header_buttonswin.c
index 1783dc0fff1..d4a88ca57cb 100644
--- a/source/blender/src/header_buttonswin.c
+++ b/source/blender/src/header_buttonswin.c
@@ -458,21 +458,6 @@ void buts_buttons(void)
if(tab==TAB_SHADING_MAT) {
}
else if(tab==TAB_SHADING_TEX) {
- if(G.buts->texfrom==0) {
- if(idfrom) {
- xco= std_libbuttons(block, xco, 0, 0, NULL, B_TEXBROWSE, id, idfrom, &(G.buts->texnr), B_TEXALONE, B_TEXLOCAL, B_TEXDELETE, B_AUTOTEXNAME, B_KEEPDATA);
- }
- }
- else if(G.buts->texfrom==1) {
- if(idfrom) {
- xco= std_libbuttons(block, xco, 0, 0, NULL, B_WTEXBROWSE, id, idfrom, &(G.buts->texnr), B_TEXALONE, B_TEXLOCAL, B_TEXDELETE, B_AUTOTEXNAME, B_KEEPDATA);
- }
- }
- else if(G.buts->texfrom==2) {
- if(idfrom) {
- xco= std_libbuttons(block, xco, 0, 0, NULL, B_LTEXBROWSE, id, idfrom, &(G.buts->texnr), B_TEXALONE, B_TEXLOCAL, B_TEXDELETE, B_AUTOTEXNAME, B_KEEPDATA);
- }
- }
}
else if(tab==TAB_SHADING_LAMP) {
if(id) {