Fix #32972: cycles crash changing to GPU render with OSL enabled.

This commit is contained in:
2012-11-09 21:27:05 +00:00
parent dcca228906
commit 3f0fe65635
2 changed files with 6 additions and 0 deletions

View File

@@ -284,6 +284,8 @@ static PyObject *osl_update_node_func(PyObject *self, PyObject *args)
if(param->validdefault)
default_string = param->sdefault[0];
}
else
continue;
}
else
continue;