Fix: Noise Name cannot contain _ (rename Rayleight Perlin)
This commit is contained in:
parent
e66dbfe52d
commit
9f52e0a88e
@ -55,8 +55,8 @@ class Avaible_Noise_Funcs(Enum):
|
|||||||
DIRTYPERLIN = 5
|
DIRTYPERLIN = 5
|
||||||
SDE = 6
|
SDE = 6
|
||||||
SHORTPINK = 7
|
SHORTPINK = 7
|
||||||
P_PERLIN = 8
|
PPERLIN = 8
|
||||||
RAYLEIGH_PERLIN = 9
|
RAYLEIGHPERLIN = 9
|
||||||
|
|
||||||
def get_func(self):
|
def get_func(self):
|
||||||
# stil aaaaaaaa
|
# stil aaaaaaaa
|
||||||
|
Loading…
Reference in New Issue
Block a user