We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa38a3 commit dcea17fCopy full SHA for dcea17f
plugins/miscTags/miscTags.py
@@ -9,7 +9,7 @@
9
skip_tag = "[MiscTags: Skip]"
10
11
# Defaults if nothing has changed in the stash ui
12
-settings = {"addStashVrCompanionTags": False,
+settings = {"addStashVRCompanionTags": False,
13
"addVRTags": False,
14
"addSoloTags": True,
15
"addThreesomeTags": True,
@@ -52,7 +52,7 @@ def processScene(scene):
52
if tags_cache[skip_tag] not in [x["id"] for x in scene["tags"]]:
53
tags = []
54
update = False
55
- if settings["addStashVrCompanionTags"]:
+ if settings["addStashVRCompanionTags"]:
56
processStashVRCompanionTags(scene, tags)
57
log.debug(tags)
58
if settings["addVRTags"]:
0 commit comments