Only use alphanumeric symbols in enum names
This commit is contained in:
parent
daf8ac8bec
commit
fae8d58cb1
@ -50,7 +50,7 @@ class Avaible_Noise_Funcs(Enum):
|
|||||||
PINK = 1
|
PINK = 1
|
||||||
COLOR = 2
|
COLOR = 2
|
||||||
PERLIN = 3
|
PERLIN = 3
|
||||||
HARMONIC_PERLIN = 4
|
HARMONICPERLIN = 4
|
||||||
SDE = 5
|
SDE = 5
|
||||||
|
|
||||||
def get_func(self):
|
def get_func(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user