Raytracing: Final cleanup of Luxrender stuff

This commit is contained in:
Yorik van Havre
2013-10-01 18:37:03 -03:00
parent a2a159c40a
commit 28ca4f04b0
13 changed files with 708 additions and 81 deletions

View File

@@ -100,5 +100,7 @@ App::DocumentObjectExecReturn *RayProject::execute(void)
short RayProject::mustExecute() const
{
if (Camera.isTouched())
return 1;
return 0;
}