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 ac098007fb
commit 8d108db184
Notes: blender-bot 2023-09-08 04:55:43 +02:00
Referenced by issue #46405, Point density textures. When using vertices as source, the viewport preview render does not update when adding a modifier or changing modifier settings.
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;
}