Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormano-wii <germano.costa@ig.com.br>2019-05-16 05:05:08 +0300
committermano-wii <germano.costa@ig.com.br>2019-05-16 05:19:59 +0300
commit4a766732e63c9c705b264b8d433db53b74db98db (patch)
tree71f8bd5245337bda953f8a95ccfdcd9ea3ae2fb4 /source/blender/editors/include/ED_mesh.h
parent68c12c80e501803f88b62f5f6f0f6a56bb53f303 (diff)
Fix unreported: Presselection cycle not working in multiple meshes editing.
Diffstat (limited to 'source/blender/editors/include/ED_mesh.h')
-rw-r--r--source/blender/editors/include/ED_mesh.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h
index c6d25e6f988..29bf8115a39 100644
--- a/source/blender/editors/include/ED_mesh.h
+++ b/source/blender/editors/include/ED_mesh.h
@@ -173,7 +173,7 @@ struct BMEdge *EDBM_edge_find_nearest_ex(struct ViewContext *vc,
float *r_dist,
float *r_dist_center,
const bool use_select_bias,
- const bool use_cycle,
+ bool use_cycle,
struct BMEdge **r_eed_zbuf,
struct Base **bases,
uint bases_len,
@@ -184,7 +184,7 @@ struct BMFace *EDBM_face_find_nearest_ex(struct ViewContext *vc,
float *r_dist,
float *r_dist_center,
const bool use_select_bias,
- const bool use_cycle,
+ bool use_cycle,
struct BMFace **r_efa_zbuf,
struct Base **bases,
uint bases_len,