cedricduriau / Cryptomatte

Cryptomatte Nuke plugin, sample images, and specification
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

#24: support string pattern matching #63

Open cedricduriau opened 2 years ago

cedricduriau commented 2 years ago

Fixes #24 Based on #62

Description

Add support for string pattern matching as selection mode.

Currently using string.gmatch as core logic simply because:

Ideally I'd prefer using the POSIX fnmatch logic, but due to the sheer size of code to support this in lua it does not ship with the standard library. An external library does exist. Links below.

Changes

Links

Screenshots

Screenshot 2022-10-02 at 13 58 23