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:
authorThomas Dinges <blender@dingto.org>2012-06-08 23:57:25 +0400
committerThomas Dinges <blender@dingto.org>2012-06-08 23:57:25 +0400
commit7c87f646c256dc8b8a97de2ad2d5c4b0dbe1a4a0 (patch)
treef1dbdd98367d5765aa3e4c5411c22d385dbba163 /intern/cycles/kernel/svm/svm_types.h
parent3d740121ed6f0264ae85eeafe6c0a5addf68ac8c (diff)
Cycles / Textures:
* Some code cleanup, removed old enums, which are not used anymore. * Some renaming for consistency and to match new texture names.
Diffstat (limited to 'intern/cycles/kernel/svm/svm_types.h')
-rw-r--r--intern/cycles/kernel/svm/svm_types.h29
1 files changed, 6 insertions, 23 deletions
diff --git a/intern/cycles/kernel/svm/svm_types.h b/intern/cycles/kernel/svm/svm_types.h
index e02e16b6ff4..c1eeeb55268 100644
--- a/intern/cycles/kernel/svm/svm_types.h
+++ b/intern/cycles/kernel/svm/svm_types.h
@@ -221,11 +221,11 @@ typedef enum NodeNoiseBasis {
NODE_NOISE_CELL_NOISE
} NodeNoiseBasis;
-typedef enum NodeWaveType {
+typedef enum NodeWaveBasis {
NODE_WAVE_SINE,
NODE_WAVE_SAW,
NODE_WAVE_TRI
-} NodeWaveType;
+} NodeWaveBasis;
typedef enum NodeMusgraveType {
NODE_MUSGRAVE_MULTIFRACTAL,
@@ -235,12 +235,12 @@ typedef enum NodeMusgraveType {
NODE_MUSGRAVE_HETERO_TERRAIN
} NodeMusgraveType;
-typedef enum NodeWoodType {
+typedef enum NodeWaveType {
NODE_WAVE_BANDS,
NODE_WAVE_RINGS
-} NodeWoodType;
+} NodeWaveType;
-typedef enum NodeBlendType {
+typedef enum NodeGradientType {
NODE_BLEND_LINEAR,
NODE_BLEND_QUADRATIC,
NODE_BLEND_EASING,
@@ -248,24 +248,7 @@ typedef enum NodeBlendType {
NODE_BLEND_RADIAL,
NODE_BLEND_QUADRATIC_SPHERE,
NODE_BLEND_SPHERICAL
-} NodeBlendType;
-
-typedef enum NodeBlendAxis {
- NODE_BLEND_HORIZONTAL,
- NODE_BLEND_VERTICAL
-} NodeBlendAxis;
-
-typedef enum NodeMarbleType {
- NODE_MARBLE_SOFT,
- NODE_MARBLE_SHARP,
- NODE_MARBLE_SHARPER
-} NodeMarbleType;
-
-typedef enum NodeStucciType {
- NODE_STUCCI_PLASTIC,
- NODE_STUCCI_WALL_IN,
- NODE_STUCCI_WALL_OUT
-} NodeStucciType;
+} NodeGradientType;
typedef enum NodeVoronoiColoring {
NODE_VORONOI_INTENSITY,