1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-24 21:07:46 +00:00
Commit graph

8 commits

Author SHA1 Message Date
5633e72f8b Fix by bad spelling in the executable name for material editor 2024-04-28 09:03:22 -04:00
ebae9caece Fix the material editor not working with the new renderer 2024-04-27 14:01:08 -04:00
2dff1230c2 Mention material editor in README 2024-04-27 13:47:15 -04:00
51ea3c3920 Create reusable material part
This takes the existing properties widget in the new material editor and
makes it reusable across multiple applications. It's now added to the
Armoury which shows the gear's used materials. It's also added to the
Data Explorer which now supports viewing material files.

I fixed the render viewport crashing when hiding it again, and made it
even more resilient.
2024-04-27 13:45:15 -04:00
5c31965691 Add visible textures to the material editor along with constants 2024-04-27 13:07:05 -04:00
2325fdbad0 Begin adding textures to the material editor 2024-04-27 12:16:59 -04:00
80e3cbde18 Expand the property editor to list known keys and values
There's no "selection" of possible material properties yet, but shows
keys/values set for the material and falls back to the shader defaults
when needed.
2024-04-26 23:11:40 -04:00
568b8f2eea Begin working on a material editor 2024-04-26 22:32:25 -04:00