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:
authorYimingWu <xp8110@outlook.com>2019-09-12 12:09:50 +0300
committerYimingWu <xp8110@outlook.com>2019-09-12 12:09:50 +0300
commita2cb7ffa66691f4a210ab9f19ea22c2b614f2e7a (patch)
tree88317e271e648f5ba729a25b9642c84fee0efccb /source/blender/editors/mesh/mesh_intern.h
parentaf0378aa4aacd0c9fdf9cc3523947b0ce34eea42 (diff)
LANPR: Apply cleanup branch result.temp-lanpr-staging
Diffstat (limited to 'source/blender/editors/mesh/mesh_intern.h')
-rw-r--r--source/blender/editors/mesh/mesh_intern.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/editors/mesh/mesh_intern.h b/source/blender/editors/mesh/mesh_intern.h
index bab5e35df53..8d340d93c0a 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -256,8 +256,10 @@ void MESH_OT_paint_mask_extract(struct wmOperatorType *ot);
struct wmKeyMap *point_normals_modal_keymap(wmKeyConfig *keyconf);
-void MESH_OT_mark_lanpr_edge(struct wmOperatorType *ot);
-void MESH_OT_mark_lanpr_face(struct wmOperatorType *ot);
+#ifdef WITH_FREESTYLE
+void MESH_OT_mark_freestyle_edge(struct wmOperatorType *ot);
+void MESH_OT_mark_freestyle_face(struct wmOperatorType *ot);
+#endif
/* *** mesh_data.c *** */
void MESH_OT_uv_texture_add(struct wmOperatorType *ot);