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>2006-07-03 13:49:12 +0400
committerTon Roosendaal <ton@blender.org>2006-07-03 13:49:12 +0400
commit21a5ea85cd02dd63ee4973a09032fd81d125ce63 (patch)
treeb6bd3c01e250ec197f7bd8f4ae91fe4d535410a5 /source/blender/include/BIF_resources.h
parentc21b1c78ebbf5d1c220c58b004779682583df95e (diff)
* Fix for Matt's fix!
The "generator" class for nodes then better completely disappears, also from theme color choices menu. Since there was room for it, made the generator themecolor to become color for 'Convertor' node types.
Diffstat (limited to 'source/blender/include/BIF_resources.h')
-rw-r--r--source/blender/include/BIF_resources.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index 8c108df442e..76a54de5e7e 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -463,7 +463,7 @@ enum {
TH_NODE,
TH_NODE_IN_OUT,
TH_NODE_OPERATOR,
- TH_NODE_GENERATOR,
+ TH_NODE_CONVERTOR,
TH_NODE_GROUP,
TH_SEQ_MOVIE,