@@ -6075,10 +6075,10 @@ void paint_proj_stroke_done(void *ps_handle_p)
|
||||
ProjPaintState *ps;
|
||||
ps = ps_handle->ps_views[i];
|
||||
project_paint_end(ps);
|
||||
MEM_freeN(ps);
|
||||
MEM_delete(ps);
|
||||
}
|
||||
|
||||
MEM_freeN(ps_handle);
|
||||
MEM_delete(ps_handle);
|
||||
}
|
||||
/* use project paint to re-apply an image */
|
||||
static int texture_paint_camera_project_exec(bContext *C, wmOperator *op)
|
||||
|
||||
Reference in New Issue
Block a user