CAttributes::restore() doesn't restore surfaceOpacity
Status: Beta
Brought to you by:
render_man
...or at least that's what I suspect is supposed to happen there...
--- src/ri/attributes.cpp (revision 1224)
+++ src/ri/attributes.cpp (working copy)
@@ -355,7 +355,7 @@
exterior = other->exterior; if (exterior != NULL) exterior->attach();
movvv(surfaceColor,other->surfaceColor);
- movvv(surfaceColor,other->surfaceColor);
+ movvv(surfaceOpacity,other->surfaceOpacity);
// Delete the light sources
CActiveLight *cLight;
Quite right, incorporated into the trunk
Thanks
Okan