3ds Max C++ API Reference
|
Namespaces | |
namespace | MaxSDK |
namespace | MaxSDK::NotificationAPIUtils |
This namespace exposes 4 private internal calls to the 3dsmax application. | |
Macros | |
#define | NotificationAPIUtilsExport __declspec(dllimport) |
Functions | |
NotificationAPIUtilsExport ViewExp * | GetActiveViewExpIncludingExtendedViews (bool &outIsAnExtendedView) |
Gets Active ViewExp considering extended and non extended views. | |
NotificationAPIUtilsExport ViewExp * | GetViewExpFromUndoIDIncludingExtendedViews (int viewUndoID, bool &outIsAnExtendedView) |
Gets the ViewExp from its view undoID considering extended views and all tab panels not only the active tab panel. | |
NotificationAPIUtilsExport void | GetViewportLabelFromUndoIDIncludingExtendedViews (int viewUndoID, MSTR &outViewportLabel) |
Gets the viewport label from its view undoID considering extended views and all tab panels not only the active tab panel. | |
NotificationAPIUtilsExport bool | IsUsingActiveView (RenderSettingID renderSettingID) |
To know if the renderer is locked. | |
#define NotificationAPIUtilsExport __declspec(dllimport) |