Fix compile error without Alembic
Thanks to @Severin for noticing and providing a little patch.
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
|
||||
#include "util/util_progress.h"
|
||||
|
||||
#ifdef WITH_ALEMBIC
|
||||
|
||||
using namespace Alembic::AbcGeom;
|
||||
|
||||
CCL_NAMESPACE_BEGIN
|
||||
@@ -997,3 +999,5 @@ void read_attributes(AlembicProcedural *proc,
|
||||
}
|
||||
|
||||
CCL_NAMESPACE_END
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user