Add plugin with material modifier

ModuleRestockMaterialModifier allows materials to be modified.  Currently only supports swapping out the shader and changing texture properties.  Changes apply to the whole part (can be changed in the future).
This commit is contained in:
blowfish
2018-12-02 23:20:39 -08:00
parent f7511fdf8b
commit f53161ff3e
6 changed files with 349 additions and 0 deletions

25
Source/Restock.sln Normal file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Restock", "Restock\Restock.csproj", "{0A087745-0E2B-4D11-9431-C2D4191DD510}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0A087745-0E2B-4D11-9431-C2D4191DD510}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A087745-0E2B-4D11-9431-C2D4191DD510}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A087745-0E2B-4D11-9431-C2D4191DD510}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A087745-0E2B-4D11-9431-C2D4191DD510}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B94D54D6-0912-444F-8285-8F526D28B442}
EndGlobalSection
EndGlobal