#pragma once // //- // =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== //+ // // **************************************************************************** #include OPENMAYA_MAJOR_NAMESPACE_OPEN // **************************************************************************** // CLASS DECLARATION (MRenderSetup) // //! \ingroup OpenMayaRender //! \brief Utilities for obtaining render setup information. class OPENMAYARENDER_EXPORT MRenderSetup { public: static const char* className(); static MStringArray getEnabledSelectedNodeNames( const MString& renderLayerName, MStatus* status = nullptr ); private: ~MRenderSetup(); }; OPENMAYA_NAMESPACE_CLOSE