|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| void | WM_OT_gpencil_import_svg (struct wmOperatorType *ot) |
| struct ARegion * | get_invoke_region (struct bContext *C) |
| struct View3D * | get_invoke_view3d (struct bContext *C) |
/
Definition in file io_gpencil.h.
Definition at line 33 of file io_gpencil_utils.c.
References blender::compositor::area(), BKE_area_find_region_type(), BKE_screen_find_big_area(), C, CTX_wm_screen(), NULL, RGN_TYPE_WINDOW, and SPACE_VIEW3D.
Referenced by wm_gpencil_import_svg_exec().
Definition at line 49 of file io_gpencil_utils.c.
References blender::compositor::area(), BKE_screen_find_big_area(), C, CTX_wm_screen(), NULL, and SPACE_VIEW3D.
Referenced by wm_gpencil_import_svg_exec().
| void WM_OT_gpencil_import_svg | ( | struct wmOperatorType * | ot | ) |
Definition at line 157 of file io_gpencil_import.c.
References wmOperatorType::check, wmOperatorType::description, wmOperatorType::exec, FILE_BLENDER, FILE_DEFAULTDISPLAY, FILE_OPENFILE, FILE_SORT_DEFAULT, FILE_TYPE_OBJECT_IO, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, ot, wmOperatorType::poll, RNA_def_float(), RNA_def_int(), wmOperatorType::srna, wmOperatorType::ui, WM_FILESEL_FILEPATH, WM_FILESEL_RELPATH, WM_FILESEL_SHOW_PROPS, wm_gpencil_import_svg_common_check(), wm_gpencil_import_svg_draw(), wm_gpencil_import_svg_exec(), wm_gpencil_import_svg_invoke(), wm_gpencil_import_svg_poll(), and WM_operator_properties_filesel().
Referenced by ED_operatortypes_io().