We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae04cf0 commit caa35afCopy full SHA for caa35af
1 file changed
src/hammeraddons/postcompiler.py
@@ -230,7 +230,7 @@ async def main(argv: List[str]) -> None:
230
studiomdl_loc,
231
transform_conf,
232
pack_tags,
233
- disabled={name.strip() for name in conf.opts.get(config.DISABLED_TRANSFORMS).split(',')},
+ disabled={name.strip().casefold() for name in conf.opts.get(config.DISABLED_TRANSFORMS).split(',')},
234
modelcompile_dump=modelcompile_dump,
235
)
236
0 commit comments