Map scene clothing seeds to clothing axis
This commit is contained in:
+5
-2
@@ -215,7 +215,7 @@ BRANCH_TARGET_CHOICES = ["both", "softcore", "hardcore"]
|
||||
SCENE_LAYER_SEED_AXES = {
|
||||
"cast": ("category",),
|
||||
"character": ("person",),
|
||||
"wardrobe": ("content",),
|
||||
"wardrobe": ("clothing",),
|
||||
"location": ("scene",),
|
||||
"set_dressing": ("scene",),
|
||||
"blocking": ("pose",),
|
||||
@@ -224,7 +224,7 @@ SCENE_LAYER_SEED_AXES = {
|
||||
"camera": ("composition",),
|
||||
"composition": ("composition",),
|
||||
"lighting": ("composition",),
|
||||
"softcore_branch": ("content", "pose", "role"),
|
||||
"softcore_branch": ("clothing", "pose", "role"),
|
||||
"hardcore_branch": ("pose", "role"),
|
||||
}
|
||||
SCENE_REROLL_GROUPS = {
|
||||
@@ -232,6 +232,7 @@ SCENE_REROLL_GROUPS = {
|
||||
"category": ("category",),
|
||||
"subcategory": ("subcategory",),
|
||||
"content": ("content",),
|
||||
"clothing": ("clothing",),
|
||||
"person": ("person",),
|
||||
"scene": ("scene",),
|
||||
"pose": ("pose", "role"),
|
||||
@@ -239,6 +240,8 @@ SCENE_REROLL_GROUPS = {
|
||||
"expression": ("expression",),
|
||||
"composition": ("composition",),
|
||||
"content_pose": ("content", "pose", "role"),
|
||||
"content_clothing": ("content", "clothing"),
|
||||
"clothing_pose": ("clothing", "pose", "role"),
|
||||
"scene_pose": ("scene", "pose", "role"),
|
||||
}
|
||||
SCENE_OPTION_TEXT_KEYS = {
|
||||
|
||||
Reference in New Issue
Block a user