Loading...
Searching...
No Matches
version.h
1//
2// Copyright 2016 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_USD_RI_PXR_IMAGING_VERSION_H
8#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_USD_RI_PXR_IMAGING_VERSION_H
9
10#include "pxr/pxr.h"
11
12PXR_NAMESPACE_OPEN_SCOPE
13
14// 1: Clone off EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_USD_RI_PXR_IMAGING_VERSION_H and add light filter support
15// 1 -> 2: Add support for camera projection plugins.
16// 2 -> 3: Add UsdRiPxrImagingPrimTypeTokens->volumeFilter.
17// 3 -> 4: Remove UsdRiPxrImaging from UsdImaging. It now lives with other
18// RenderMan plugins.
19
20#define USD_RI_PXR_IMAGING_API_VERSION 4
21
22PXR_NAMESPACE_CLOSE_SCOPE
23
24#endif // EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_USD_RI_PXR_IMAGING_VERSION_H