BadDogSkyrim / PyNifly

Export/Import tools between Blender and the Nif format, using Bodyslide/Outfit Studio's Nifly layer. Supports Skyrim LE, Skyrim SE, Fallout 4, Fallout New Vegas, Fallout 76, and Fallout 3.
GNU General Public License v3.0
167 stars 15 forks source link

Generate Custom Properties for Materials #166

Closed cerebralpolicy closed 8 months ago

cerebralpolicy commented 1 year ago

I'm making a weapon mod for Fallout 4 from scratch, so I'm working with a lot of materials that lack custom properties for proper export. How feasible would it be to add a script that could add the necessary custom properties to the materials? Since I use Substance Painter all my materials have the same name as their texture maps (minus the suffix of course). IE My_New_Receiver corresponds to My_New_Receiver_d.dds etc. Would it be possible to generate the file names from the material name?

BadDogSkyrim commented 1 year ago

Dur. Not really sure what "custom properties" means in this context. They must be existing properties in the game, right? So what are they? In theory they all should be exported but it's really the materials file that matters.