File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99skip_tag = "[MiscTags: Skip]"
1010
1111# Defaults if nothing has changed in the stash ui
12- settings = {"addStashVrCompanionTags " : False ,
12+ settings = {"addStashVRCompanionTags " : False ,
1313 "addVRTags" : False ,
1414 "addSoloTags" : True ,
1515 "addThreesomeTags" : True ,
@@ -53,7 +53,7 @@ def processScene(scene):
5353 if tags_cache [skip_tag ] not in [x ["id" ] for x in scene ["tags" ]]:
5454 tags = []
5555 update = False
56- if settings ["addStashVrCompanionTags " ]:
56+ if settings ["addStashVRCompanionTags " ]:
5757 processStashVRCompanionTags (scene , tags )
5858 log .debug (tags )
5959 if settings ["addVRTags" ]:
Original file line number Diff line number Diff line change 11name : Misc Tags
22description : Add extra tags for VR and other ues
3- version : 0.4
3+ version : 0.4.1
44url : https://github.com/stashapp/CommunityScripts/
55exec :
66 - python
You can’t perform that action at this time.
0 commit comments