TexturesUnlimited
TexturesUnlimited copied to clipboard
Allow wildcards in model/mesh names in texture set configs
Just use REGEX. Problem solved.
Load the search string from the 'mesh = REGEX'. Parse the regex into an object, use it for name comparison search on the transforms in the model
root.getallchildren().where(m=>regex.match(m.name));