Pjanssen / Outliner

An intuitive and efficient Scene Management tool for 3dsmax.
http://outliner.pjanssen.nl/
Other
16 stars 3 forks source link

In the name filter at the top * does not match - #60

Open tbttfox opened 11 years ago

tbttfox commented 11 years ago

If I had a name like this: This_is_a_really-longName Just putting a * in the name filter at the top would not match. It requires -_ to match the dash.

It looks like a bad regex in \dotnet\OutlinerFilter.cs: [\w\s]* doesn't match - I added it explicitly in my local copy and it seems to work fine.

Pjanssen commented 10 years ago

Can you make a fork, add your changes, and make a pull request? That would make it easier for me to include your changes.