|
Blender V4.3
|
#include "testing/testing.h"#include "CLG_log.h"#include "BKE_bpath.hh"#include "BKE_idtype.hh"#include "BKE_lib_id.hh"#include "BKE_main.hh"#include "MEM_guardedalloc.h"#include "DNA_listBase.h"#include "DNA_movieclip_types.h"#include "DNA_text_types.h"#include "BLI_listbase.h"#include "BLI_path_utils.hh"#include "BLI_string.h"Go to the source code of this file.
Classes | |
| class | blender::bke::tests::BPathTest |
Namespaces | |
| namespace | blender |
| namespace | blender::bke |
| namespace | blender::bke::tests |
Functions | |
| blender::bke::tests::TEST_F (BPathTest, rebase_on_relative) | |
| blender::bke::tests::TEST_F (BPathTest, rebase_on_absolute) | |
| blender::bke::tests::TEST_F (BPathTest, convert_to_relative) | |
| blender::bke::tests::TEST_F (BPathTest, convert_to_absolute) | |
| blender::bke::tests::TEST_F (BPathTest, list_backup_restore) | |
Definition at line 28 of file bpath_test.cc.
| #define BASE_DIR ABSOLUTE_ROOT "blendfiles" SEP_STR |
Definition at line 32 of file bpath_test.cc.
Referenced by blender::bke::tests::TEST_F(), blender::bke::tests::TEST_F(), blender::bke::tests::TEST_F(), and blender::bke::tests::TEST_F().
| #define BLENDFILE_NAME "bpath.blend" |
Definition at line 35 of file bpath_test.cc.
| #define BLENDFILE_PATH BASE_DIR BLENDFILE_NAME |
Definition at line 36 of file bpath_test.cc.
Referenced by blender::bke::tests::BPathTest::SetUp().
| #define MOVIECLIP_PATH_ABSOLUTE ABSOLUTE_ROOT MOVIECLIP_PATH_ITEM |
Definition at line 45 of file bpath_test.cc.
Referenced by blender::bke::tests::TEST_F(), blender::bke::tests::TEST_F(), blender::bke::tests::TEST_F(), and blender::bke::tests::TEST_F().
| #define MOVIECLIP_PATH_ABSOLUTE_MADE_RELATIVE RELATIVE_ROOT ".." SEP_STR MOVIECLIP_PATH_ITEM |
Definition at line 46 of file bpath_test.cc.
Referenced by blender::bke::tests::TEST_F().
Definition at line 44 of file bpath_test.cc.
Referenced by blender::bke::tests::TEST_F().
| #define MOVIECLIP_PATH_RELATIVE RELATIVE_ROOT MOVIECLIP_PATH_ITEM |
Definition at line 47 of file bpath_test.cc.
Referenced by blender::bke::tests::TEST_F(), and blender::bke::tests::TEST_F().
| #define MOVIECLIP_PATH_RELATIVE_MADE_ABSOLUTE BASE_DIR MOVIECLIP_PATH_ITEM |
Definition at line 48 of file bpath_test.cc.
Definition at line 33 of file bpath_test.cc.
Referenced by blender::bke::tests::TEST_F(), and blender::bke::tests::TEST_F().
| #define RELATIVE_ROOT "//" |
Definition at line 31 of file bpath_test.cc.
Referenced by blender::bke::tests::TEST_F().
| #define TEXT_PATH_ABSOLUTE ABSOLUTE_ROOT TEXT_PATH_ITEM |
Definition at line 39 of file bpath_test.cc.
Referenced by blender::bke::tests::TEST_F(), and blender::bke::tests::TEST_F().
| #define TEXT_PATH_ABSOLUTE_MADE_RELATIVE RELATIVE_ROOT ".." SEP_STR TEXT_PATH_ITEM |
Definition at line 40 of file bpath_test.cc.
Definition at line 38 of file bpath_test.cc.
Referenced by blender::bke::tests::TEST_F().
| #define TEXT_PATH_RELATIVE RELATIVE_ROOT TEXT_PATH_ITEM |
Definition at line 41 of file bpath_test.cc.
Referenced by blender::bke::tests::TEST_F(), blender::bke::tests::TEST_F(), blender::bke::tests::TEST_F(), and blender::bke::tests::TEST_F().
| #define TEXT_PATH_RELATIVE_MADE_ABSOLUTE BASE_DIR TEXT_PATH_ITEM |
Definition at line 42 of file bpath_test.cc.
Referenced by blender::bke::tests::TEST_F().