Swap Eevee material output with (Cycles) Material Output

Since we started supporting the (Cycles) Material Output old files
stopped working. There is no reason to keep the original Eevee material
otuput anymore.

It includes doversion for old files.
This commit is contained in:
Dalai Felinto
2017-08-17 15:54:05 +02:00
parent 8ab6e8aad6
commit e8f0ee157b
10 changed files with 11 additions and 91 deletions

View File

@@ -4080,11 +4080,6 @@ void node_eevee_specular(
result = Closure(L + emissive.rgb, 1.0 - transp, vec4(ssr_spec, roughness), normal_encode(vN, viewCameraVec), int(ssr_id));
}
void node_output_eevee_material(Closure surface, out Closure result)
{
result = surface;
}
#endif /* EEVEE_ENGINE */
#endif /* VOLUMETRICS */