Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/gpencil/gpencil_brush.c
| Context not available. | |||||
| gp_brush_clone_add(C, gso); | gp_brush_clone_add(C, gso); | ||||
| } | } | ||||
| else { | else { | ||||
| /* Stamp or Continous Mode */ | /* Stamp or Continuous Mode */ | ||||
| if (1 /*gso->brush->mode == GP_EDITBRUSH_CLONE_MODE_STAMP*/) { | if (1 /*gso->brush->mode == GP_EDITBRUSH_CLONE_MODE_STAMP*/) { | ||||
| /* Stamp - Proceed to translate the newly added strokes */ | /* Stamp - Proceed to translate the newly added strokes */ | ||||
| gp_brush_clone_adjust(gso); | gp_brush_clone_adjust(gso); | ||||
| Context not available. | |||||