Sculpt: Remove a few debug ATTR_NO_OPT's

This commit is contained in:
Joseph Eagar 2021-10-28 10:57:53 -07:00
parent b701cd63ad
commit ec3dd16ebb
3 changed files with 649 additions and 619 deletions

View File

@ -1699,11 +1699,11 @@ void BKE_builtin_apply_hard_edge_mode(BrushChannelSet *chset, bool do_apply)
}
}
ATTR_NO_OPT void BKE_builtin_commandlist_create(Brush *brush,
BrushChannelSet *chset,
BrushCommandList *cl,
int tool,
BrushMappingData *mapdata)
void BKE_builtin_commandlist_create(Brush *brush,
BrushChannelSet *chset,
BrushCommandList *cl,
int tool,
BrushMappingData *mapdata)
{
BrushCommand *cmd;
BrushChannel *ch;

View File

@ -301,14 +301,14 @@ static void sculpt_faceset_bm_end(SculptSession *ss, BMesh *bm)
/* Draw Face Sets Brush. */
ATTR_NO_OPT static int new_fset_apply_curve(SculptSession *ss,
SculptFaceSetDrawData *data,
int new_fset,
float poly_center[3],
float no[3],
SculptBrushTest *test,
BrushChannel *curve_ch,
int count)
static int new_fset_apply_curve(SculptSession *ss,
SculptFaceSetDrawData *data,
int new_fset,
float poly_center[3],
float no[3],
SculptBrushTest *test,
BrushChannel *curve_ch,
int count)
{
float fade2;
float tmp[3];

File diff suppressed because it is too large Load Diff