Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(429)

Unified Diff: source/blender/editors/include/ED_sculpt.h

Issue 6135048: Sculpt masking (Closed) Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Update to apply cleanly against trunk and fixed up some code style Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/blender/editors/include/ED_sculpt.h
===================================================================
--- source/blender/editors/include/ED_sculpt.h (revision 46370)
+++ source/blender/editors/include/ED_sculpt.h (working copy)
@@ -32,6 +32,7 @@
struct ARegion;
struct bContext;
+struct MultiresModifierData;
struct Object;
struct RegionView3D;
struct wmKeyConfig;
@@ -44,6 +45,8 @@ void sculpt_get_redraw_planes(float planes[4][4], struct ARegion *ar,
void ED_sculpt_force_update(struct bContext *C);
float *ED_sculpt_get_last_stroke(struct Object *ob);
int ED_sculpt_minmax(struct bContext *C, float *min, float *max);
+void ED_sculpt_mask_layers_ensure(struct Object *ob,
+ struct MultiresModifierData *mmd);
/* paint_ops.c */
void ED_operatortypes_paint(void);

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b