------------------------------------------------------------------------------------------------ Setup import properties
| 65 | // ------------------------------------------------------------------------------------------------ |
| 66 | // Setup import properties |
| 67 | void RemoveRedundantMatsProcess::SetupProperties(const Importer* pImp) { |
| 68 | // Get value of AI_CONFIG_PP_RRM_EXCLUDE_LIST |
| 69 | mConfigFixedMaterials = pImp->GetPropertyString(AI_CONFIG_PP_RRM_EXCLUDE_LIST,""); |
| 70 | } |
| 71 | |
| 72 | // ------------------------------------------------------------------------------------------------ |
| 73 | // Executes the post processing step on the given imported data. |
nothing calls this directly
no test coverage detected