Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/gpencil/gpencil_add_monkey.c
| Context not available. | |||||
| bGPDlayer *Lines = BKE_gpencil_layer_addnew(gpd, "Lines", true); | bGPDlayer *Lines = BKE_gpencil_layer_addnew(gpd, "Lines", true); | ||||
| /* frames */ | /* frames */ | ||||
| /* NOTE: No need to check for existing, as this will tkae care of it for us */ | /* NOTE: No need to check for existing, as this will take care of it for us */ | ||||
| bGPDframe *frameColor = BKE_gpencil_frame_addnew(Colors, cfra_eval); | bGPDframe *frameColor = BKE_gpencil_frame_addnew(Colors, cfra_eval); | ||||
| bGPDframe *frameLines = BKE_gpencil_frame_addnew(Lines, cfra_eval); | bGPDframe *frameLines = BKE_gpencil_frame_addnew(Lines, cfra_eval); | ||||
| Context not available. | |||||