Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/gpencil/gpencil_intern.h
| Show First 20 Lines • Show All 661 Lines • ▼ Show 20 Lines | |||||
| void GPENCIL_OT_materials_copy_to_object(struct wmOperatorType *ot); | void GPENCIL_OT_materials_copy_to_object(struct wmOperatorType *ot); | ||||
| /* convert old 2.7 files to 2.8 */ | /* convert old 2.7 files to 2.8 */ | ||||
| void GPENCIL_OT_convert_old_files(struct wmOperatorType *ot); | void GPENCIL_OT_convert_old_files(struct wmOperatorType *ot); | ||||
| /* armatures */ | /* armatures */ | ||||
| void GPENCIL_OT_generate_weights(struct wmOperatorType *ot); | void GPENCIL_OT_generate_weights(struct wmOperatorType *ot); | ||||
| /* Assets. */ | |||||
| void GPENCIL_OT_asset_create(struct wmOperatorType *ot); | |||||
| void GPENCIL_OT_asset_import(struct wmOperatorType *ot); | |||||
| /* ****************************************************** */ | /* ****************************************************** */ | ||||
| /* Stroke Iteration Utilities */ | /* Stroke Iteration Utilities */ | ||||
| struct GP_EditableStrokes_Iter { | struct GP_EditableStrokes_Iter { | ||||
| float diff_mat[4][4]; | float diff_mat[4][4]; | ||||
| float inverse_diff_mat[4][4]; | float inverse_diff_mat[4][4]; | ||||
| }; | }; | ||||
| ▲ Show 20 Lines • Show All 159 Lines • Show Last 20 Lines | |||||