Changeset View
Changeset View
Standalone View
Standalone View
tests/gtests/usd/usd_stage_creation_test.cc
| Show All 16 Lines | |||||
| * All rights reserved. | * All rights reserved. | ||||
| */ | */ | ||||
| #include "testing/testing.h" | #include "testing/testing.h" | ||||
| #include <pxr/usd/usd/stage.h> | #include <pxr/usd/usd/stage.h> | ||||
| #include <string> | #include <string> | ||||
| extern "C" { | extern "C" { | ||||
| #include "BLI_path_util.h" | #include "BLI_path_utils.h" | ||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| #include "BKE_appdir.h" | #include "BKE_appdir.h" | ||||
| /* Workaround to make it possible to pass a path at runtime to USD. See creator.c. */ | /* Workaround to make it possible to pass a path at runtime to USD. See creator.c. */ | ||||
| void usd_initialise_plugin_path(const char *datafiles_usd_path); | void usd_initialise_plugin_path(const char *datafiles_usd_path); | ||||
| } | } | ||||
| Show All 29 Lines | |||||