[Bf-blender-cvs] [8d98d5c4027] master: Cleanup: fix compiling in debug mode

Jacques Lucke noreply at git.blender.org
Sat Jan 21 23:56:19 CET 2023


Commit: 8d98d5c4027e3dca85e87fb20e2485b5c88838cc
Author: Jacques Lucke
Date:   Sat Jan 21 23:56:11 2023 +0100
Branches: master
https://developer.blender.org/rB8d98d5c4027e3dca85e87fb20e2485b5c88838cc

Cleanup: fix compiling in debug mode

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

M	source/blender/editors/uvedit/uvedit_unwrap_ops.cc

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

diff --git a/source/blender/editors/uvedit/uvedit_unwrap_ops.cc b/source/blender/editors/uvedit/uvedit_unwrap_ops.cc
index 7a99fec413c..d95655cef45 100644
--- a/source/blender/editors/uvedit/uvedit_unwrap_ops.cc
+++ b/source/blender/editors/uvedit/uvedit_unwrap_ops.cc
@@ -2301,7 +2301,6 @@ static int smart_project_exec(bContext *C, wmOperator *op)
 
     if (project_normal_array.size() == 0) {
       MEM_freeN(thick_faces);
-      BLI_assert(project_normal_array == nullptr);
       continue;
     }



More information about the Bf-blender-cvs mailing list