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.
2 parents cb186d5 + 7bf4772 commit 8d0dad5Copy full SHA for 8d0dad5
extensions/pyRevitTools.extension/pyRevit.tab/Analysis.panel/ColorSplasher.pushbutton/script.py
@@ -361,7 +361,7 @@ def Execute(self, uiapp):
361
ogs.SetSurfaceForegroundPatternId(solid_fill_id)
362
ogs.SetCutForegroundPatternId(solid_fill_id)
363
# Get filters apply to view
364
- filter_name = sel_cat.name + "/" + sel_par.name + " - " + item.value
+ filter_name = sel_cat.name + " " + sel_par.name + " - " + item.value
365
# added ':' character and chaged the removal method to translate, ref: issue #2466
366
filter_name = filter_name.translate({ord(i): None for i in "{}[]:\\|?/<>*"})
367
if filter_name in dict_filters or filter_name in dict_rules:
0 commit comments