3ds Max C++ API Reference
|
#include "coreexp.h"
#include "maxheap.h"
#include "strclass.h"
#include "maxtypes.h"
#include "plugapi.h"
#include "ParamDimension.h"
#include "point3.h"
#include "point4.h"
Classes | |
class | MarketDefaults |
This class manages the default settings of a range of 3ds Max features. More... | |
class | MarketDefaults13 |
class | MarketDefaults::Range< T, low, high > |
Functions | |
CoreExport MarketDefaults * | GetMarketDefaults (const MCHAR *name=NULL) |
CoreExport MSTR | GetMarketDefaultsFileName (const MCHAR *name=NULL) |
Get a filename that is in the current MarketDefaults set. More... | |
CoreExport MSTR | GetMarketDefaultsWriteLocation () |
Get the appropriate write location for a market defaults file. More... | |
CoreExport MarketDefaults13 * | GetMarketDefaults13 (const MCHAR *name=NULL) |
CoreExport MarketDefaults* GetMarketDefaults | ( | const MCHAR * | name = NULL | ) |
CoreExport MSTR GetMarketDefaultsFileName | ( | const MCHAR * | name = NULL | ) |
Get a filename that is in the current MarketDefaults set.
If the file doesn't exist in the MarketDefaults set and does exits in the factoryDefaults for the MarketDefaults set it is copied to the MarketDefault set.
[in] | name | The filename (without) path of the file whose read location is requested. |
CoreExport MSTR GetMarketDefaultsWriteLocation | ( | ) |
Get the appropriate write location for a market defaults file.
Get the appropriate write location for a market defaults file This value will depend on whether the application is configured to work with User Profile directories.
CoreExport MarketDefaults13* GetMarketDefaults13 | ( | const MCHAR * | name = NULL | ) |