[LYN-3078] Removed legacy CMaterial and all related/unused classes.

This commit is contained in:
Chris Galvan
2021-05-03 16:42:11 -05:00
parent 71c5df040f
commit 8b0b3f4d02
116 changed files with 9 additions and 15510 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ struct IVariable
DT_LOCAL_STRING,
DT_EQUIP,
DT_REVERBPRESET,
DT_MATERIAL,
DT_DEPRECATED0, // formerly DT_MATERIAL
DT_MATERIALLOOKUP,
DT_EXTARRAY, // Extendable Array
DT_SEQUENCE, // Movie Sequence (DEPRECATED, use DT_SEQUENCE_ID, instead.)
@@ -49,7 +49,7 @@ namespace Prop
{ IVariable::DT_SIMPLE, "Selection", ePropertySelection, -1 },
{ IVariable::DT_SIMPLE, "List", ePropertyList, -1 },
{ IVariable::DT_SHADER, "Shader", ePropertyShader, 9 },
{ IVariable::DT_MATERIAL, "Material", ePropertyMaterial, 14 },
{ IVariable::DT_DEPRECATED0, "DEPRECATED", ePropertyDeprecated2, -1 },
{ IVariable::DT_EQUIP, "Equip", ePropertyEquip, 11 },
{ IVariable::DT_REVERBPRESET, "ReverbPreset", ePropertyReverbPreset, 11 },
{ IVariable::DT_LOCAL_STRING, "LocalString", ePropertyLocalString, 3 },
@@ -39,7 +39,7 @@ enum PropertyType
ePropertySelection,
ePropertyList,
ePropertyShader,
ePropertyMaterial,
ePropertyDeprecated2, // formerly ePropertyMaterial
ePropertyEquip,
ePropertyReverbPreset,
ePropertyLocalString,
@@ -112,10 +112,6 @@ void CVariableTypeInfo::SetTypes(CTypeInfo const& TypeInfo, EType eType)
{
SetDataType(DT_TEXTURE);
}
else if (m_name == "Material")
{
SetDataType(DT_MATERIAL);
}
else if (m_name == "Geometry")
{
SetDataType(DT_OBJECT);