Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pxr/imaging/plugin/hioOiio/metadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PXR_NAMESPACE_OPEN_SCOPE
class TfToken;
class VtValue;

OIIO_NAMESPACE_USING
using namespace OIIO;

bool
HioOIIO_ExtractCustomMetadata(
Expand Down
2 changes: 1 addition & 1 deletion pxr/imaging/plugin/hioOiio/oiioImage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ARCH_PRAGMA_POP

PXR_NAMESPACE_OPEN_SCOPE

OIIO_NAMESPACE_USING
using namespace OIIO;

// _ioProxySupportedExtensions is a list of hardcoded file extensions that
// support ioProxy. Although OIIO has an api call for checking whether or
Expand Down