godotengine / godot-tests

Repository for Godot benchmarks, regression tests, etc.
MIT License
34 stars 33 forks source link

Add test files for material import hints #22

Closed Shatur closed 4 months ago

Shatur commented 3 years ago

I noticed that there are no files for testing material hints. Needed to test the fix from https://github.com/godotengine/godot/pull/48167.

fire commented 3 years ago

There is a typo on the material filename for the blend.

However, other than that it's to be merged when the other pr is merged.

Shatur commented 3 years ago

There is a typo on the material filename for the blend.

Thanks, fixed.

However, other than that it's to be merged when the other pr is merged.

Awesome. Could you make a review for https://github.com/godotengine/godot/pull/48167?

fire commented 3 years ago

There is still a typo. Try again. Thanks for the work.

Shatur commented 3 years ago

There is still a typo. Try again. Thanks for the work.

You are right, just forgot to remove old generated files, thanks.

fire commented 2 years ago

I'm not sure about the status of this.

The corresponding pr was limbo'ed.