Fix T41893: inconsistent color management on sculpt texture nodes previews.

This commit is contained in:
Brecht Van Lommel 2015-05-03 15:06:17 +02:00
parent 944e0bd7b5
commit 2775eaf01a
Notes: blender-bot 2023-02-14 10:03:42 +01:00
Referenced by issue #41893, sculpting error with stencil mapping of texture
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ int ntreeTexExecTree(
data.osatex = osatex;
data.target = texres;
data.do_preview = preview;
data.do_manage = (shi) ? shi->do_manage : 0;
data.do_manage = (shi) ? shi->do_manage : true;
data.thread = thread;
data.which_output = which_output;
data.cfra = cfra;