Grease Pencil v2 Branch
Improve current Grease Pencil in order to get a better 2D animation tool. More info in WIKI pages: https://wiki.blender.org/index.php/User:Antoniov Reviewed By: Severin, aligorith, campbellbarton Patch by @antoniov, with edits by @Severin. Differential Revision: https://developer.blender.org/D2115
This commit is contained in:
@@ -1112,6 +1112,21 @@ bGPDlayer *CTX_data_active_gpencil_layer(const bContext *C)
|
||||
return ctx_data_pointer_get(C, "active_gpencil_layer");
|
||||
}
|
||||
|
||||
bGPDpalette *CTX_data_active_gpencil_palette(const bContext *C)
|
||||
{
|
||||
return ctx_data_pointer_get(C, "active_gpencil_palette");
|
||||
}
|
||||
|
||||
bGPDpalettecolor *CTX_data_active_gpencil_palettecolor(const bContext *C)
|
||||
{
|
||||
return ctx_data_pointer_get(C, "active_gpencil_palettecolor");
|
||||
}
|
||||
|
||||
bGPDbrush *CTX_data_active_gpencil_brush(const bContext *C)
|
||||
{
|
||||
return ctx_data_pointer_get(C, "active_gpencil_brush");
|
||||
}
|
||||
|
||||
bGPDframe *CTX_data_active_gpencil_frame(const bContext *C)
|
||||
{
|
||||
return ctx_data_pointer_get(C, "active_gpencil_frame");
|
||||
|
||||
Reference in New Issue
Block a user