Update StylePile.py

pull/26/head
ydobemos 2022-11-18 17:37:11 +02:00 committed by GitHub
parent 4c87b783ab
commit 88ddf0367b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -141,13 +141,13 @@ ArtMovementImages = list(
ResultColorList = {
"Not set": "",
"Primary Colors": ",((primary Colors))",
"Primary Colors": ",((Primary Colors))",
"Vivid": ",((vivid Colors)),((vibrant)),((colorful))",
"Pastel Colors": ",((pastel Colors))",
"Muted Colors": ",((muted Colors))",
"Grayscale": ",((grayscale))",
"Black and white": ",((black and white))",
"Infrared": ",((infrared))",
"Infrared": ",((Infrared))",
"Technicolor": ",((Technicolor))",
"Kinemacolor": ",((Kinemacolor))",
"Kodachrome": ",((Kodachrome))",
@ -586,7 +586,7 @@ class Script(scripts.Script):
# Pick the mood
if ddResultMood != "Not set":
if ddResultMood == "Random":
FinalResultMood = ",(" + random(ResultMoodList) + \
FinalResultMood = ",(" + random.choice(ResultMoodList) + \
":" + str(slResultMoodStrength) + ") "
else:
FinalResultMood = ",(" + ddResultMood + \