Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/wavefront_obj/tests/obj_mtl_parser_tests.cc
| Context not available. | |||||
| std::string obj_dir = blender::tests::flags_test_asset_dir() + "/io_tests/obj/"; | std::string obj_dir = blender::tests::flags_test_asset_dir() + "/io_tests/obj/"; | ||||
| check_impl(file, obj_dir, expect, expect_count); | check_impl(file, obj_dir, expect, expect_count); | ||||
| } | } | ||||
| void check_impl(StringRef mtl_file_path, | void check_impl(StringRefNull mtl_file_path, | ||||
| StringRefNull file_dir, | StringRefNull file_dir, | ||||
| const MTLMaterial *expect, | const MTLMaterial *expect, | ||||
| size_t expect_count) | size_t expect_count) | ||||
| Context not available. | |||||