Commit: 1a5d4296117445ffa6723b2f616512721057e0fc Author: Martijn Versteegh Date: Mon Jan 9 13:13:23 2023 +0100 Branches: refactor-mesh-uv-map-generic https://developer.blender.org/rB1a5d4296117445ffa6723b2f616512721057e0fc
Merge branch 'master' into refactor-mesh-uv-map-generic =================================================================== =================================================================== diff --cc source/blender/bmesh/intern/bmesh_query_uv.cc index e93cace530e,44e49bc8491..d4863ebc29a --- a/source/blender/bmesh/intern/bmesh_query_uv.cc +++ b/source/blender/bmesh/intern/bmesh_query_uv.cc @@@ -9,10 -9,9 +9,10 @@@ #include "BLI_array.hh" #include "BLI_linklist.h" #include "BLI_math.h" - #include "BLI_math_vec_types.hh" + #include "BLI_math_vector_types.hh" #include "BLI_utildefines_stack.h" +#include "BKE_attribute.hh" #include "BKE_customdata.h" #include "DNA_meshdata_types.h" _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
