Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/intern/wm_files_link.c
| Context not available. | |||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_define.h" | #include "RNA_define.h" | ||||
| #include "CLG_log.h" | |||||
| #include "WM_api.h" | #include "WM_api.h" | ||||
| #include "WM_types.h" | #include "WM_types.h" | ||||
| #include "wm_files.h" | #include "wm_files.h" | ||||
| static CLG_LogRef LOG = { "wm.files_link" }; | |||||
| /* **************** link/append *************** */ | /* **************** link/append *************** */ | ||||
| static bool wm_link_append_poll(bContext *C) | static bool wm_link_append_poll(bContext *C) | ||||
| Context not available. | |||||
| short idcode; | short idcode; | ||||
| if (!group || !name) { | if (!group || !name) { | ||||
| printf("skipping %s\n", path); | CLOG_INFO(&LOG, 1, "skipping %s", path); | ||||
| return false; | return false; | ||||
| } | } | ||||
| Context not available. | |||||