[Bf-blender-cvs] [cf493877c36] temp-texture-painting-gpu: Reverted change that disabled the logic.

Jeroen Bakker noreply at git.blender.org
Tue Oct 4 07:59:11 CEST 2022


Commit: cf493877c36c93b9aeadac9d995ed1578d2feab7
Author: Jeroen Bakker
Date:   Mon Oct 3 15:45:19 2022 +0200
Branches: temp-texture-painting-gpu
https://developer.blender.org/rBcf493877c36c93b9aeadac9d995ed1578d2feab7

Reverted change that disabled the logic.

===================================================================

M	source/blender/editors/sculpt_paint/sculpt_paint_image.cc

===================================================================

diff --git a/source/blender/editors/sculpt_paint/sculpt_paint_image.cc b/source/blender/editors/sculpt_paint/sculpt_paint_image.cc
index 0216f910bdf..14ea5bad8b3 100644
--- a/source/blender/editors/sculpt_paint/sculpt_paint_image.cc
+++ b/source/blender/editors/sculpt_paint/sculpt_paint_image.cc
@@ -784,7 +784,7 @@ bool SCULPT_use_image_paint_brush(PaintModeSettings *settings, Object *ob)
 /** Can the sculpt paint be performed on the GPU? */
 static bool SCULPT_use_image_paint_compute()
 {
-#if 1
+#if 0
   return false;
 #else
   return GPU_compute_shader_support() && GPU_shader_storage_buffer_objects_support() &&



More information about the Bf-blender-cvs mailing list