|
MaxPlus Python API Reference
|
Inheritance diagram for AssetDirectories:Public Member Functions | |
| def | Add (*args) |
| def | AddSession (*args) |
| def | Delete (*args) |
| def | DeleteSession (*args) |
| def | Get (*args) |
| def | GetCount (*args) |
| def | GetCurrent (*args) |
| def | GetCurrentCount (*args) |
| def | GetSession (*args) |
| def | GetSessionCount (*args) |
| def | UpdateSection (*args) |
Asset directory management functions.
| def Add | ( | * | args | ) |
Add(wchar_t const * dir, Autodesk::Max::AssetType::Type assetType, int update=True) -> bool Add(wchar_t const * dir, Autodesk::Max::AssetType::Type assetType) -> bool
| def AddSession | ( | * | args | ) |
AddSession(wchar_t const * dir, Autodesk::Max::AssetType::Type assetType, int update=True) -> bool AddSession(wchar_t const * dir, Autodesk::Max::AssetType::Type assetType) -> bool
| def Delete | ( | * | args | ) |
Delete(int i, Autodesk::Max::AssetType::Type assetType, int update=True) -> bool Delete(int i, Autodesk::Max::AssetType::Type assetType) -> bool
| def DeleteSession | ( | * | args | ) |
DeleteSession(int i, Autodesk::Max::AssetType::Type assetType, int update=True) -> bool DeleteSession(int i, Autodesk::Max::AssetType::Type assetType) -> bool
| def Get | ( | * | args | ) |
Get(int i, Autodesk::Max::AssetType::Type assetType) -> wchar_t const *
| def GetCount | ( | * | args | ) |
GetCount(Autodesk::Max::AssetType::Type assetType) -> int
| def GetCurrent | ( | * | args | ) |
GetCurrent(int i, Autodesk::Max::AssetType::Type assetType) -> wchar_t const *
| def GetCurrentCount | ( | * | args | ) |
GetCurrentCount(Autodesk::Max::AssetType::Type assetType) -> int
| def GetSession | ( | * | args | ) |
GetSession(int i, Autodesk::Max::AssetType::Type assetType) -> wchar_t const *
| def GetSessionCount | ( | * | args | ) |
GetSessionCount(Autodesk::Max::AssetType::Type assetType) -> int
| def UpdateSection | ( | * | args | ) |
UpdateSection(Autodesk::Max::AssetType::Type assetType)