------------------------------------------------------------------------------------------------ Setup properties for the post-processing step
| 87 | // ------------------------------------------------------------------------------------------------ |
| 88 | // Setup properties for the post-processing step |
| 89 | void OptimizeGraphProcess::SetupProperties(const Importer *pImp) { |
| 90 | // Get value of AI_CONFIG_PP_OG_EXCLUDE_LIST |
| 91 | std::string tmp = pImp->GetPropertyString(AI_CONFIG_PP_OG_EXCLUDE_LIST, ""); |
| 92 | AddLockedNodeList(tmp); |
| 93 | } |
| 94 | |
| 95 | // ------------------------------------------------------------------------------------------------ |
| 96 | // Collect new children |
nothing calls this directly
no test coverage detected