[Bf-blender-cvs] [a3d9b27] strand_nodes: Removed leftover enum from static effects definition.

Lukas Tönne noreply at git.blender.org
Wed Jul 27 11:40:32 CEST 2016


Commit: a3d9b2736faa6ba213309ff5f089696b0d668534
Author: Lukas Tönne
Date:   Wed Jul 27 11:39:56 2016 +0200
Branches: strand_nodes
https://developer.blender.org/rBa3d9b2736faa6ba213309ff5f089696b0d668534

Removed leftover enum from static effects definition.

===================================================================

M	source/blender/gpu/GPU_strands.h

===================================================================

diff --git a/source/blender/gpu/GPU_strands.h b/source/blender/gpu/GPU_strands.h
index 8bff26e..ef7fd97 100644
--- a/source/blender/gpu/GPU_strands.h
+++ b/source/blender/gpu/GPU_strands.h
@@ -51,11 +51,6 @@ typedef enum GPUStrands_ShaderModel {
 	GPU_STRAND_SHADER_MARSCHNER,
 } GPUStrands_ShaderModel;
 
-typedef enum GPUStrands_Effects {
-	GPU_STRAND_EFFECT_CLUMP      = (1 << 0),
-	GPU_STRAND_EFFECT_CURL          = (1 << 1),
-} GPUStrands_Effects;
-
 typedef enum GPUStrands_FiberPrimitive {
 	GPU_STRANDS_FIBER_LINE = 0,
 	GPU_STRANDS_FIBER_RIBBON,




More information about the Bf-blender-cvs mailing list