Fix T46405: Cycles point density missing update when modifying source object

This commit is contained in:
Sergey Sharybin 2015-10-08 12:39:03 +05:00
parent 5d0a99b6ee
commit ef7a3fb2fb
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ static ShaderNode *add_node(Scene *scene,
point_density->filename,
point_density->builtin_data,
point_density->interpolation,
EXTENSION_REPEAT);
EXTENSION_CLIP);
}
node = point_density;
}