| 7168 | } |
| 7169 | |
| 7170 | std::string |
| 7171 | Node::getPluginLabel() const |
| 7172 | { |
| 7173 | { |
| 7174 | QMutexLocker k(&_imp->pyPluginInfoMutex); |
| 7175 | if ( !_imp->pyPlugInfo.pyPlugLabel.empty() ) { |
| 7176 | return _imp->pyPlugInfo.pyPlugLabel; |
| 7177 | } |
| 7178 | } |
| 7179 | |
| 7180 | return _imp->effect->getPluginLabel(); |
| 7181 | } |
| 7182 | |
| 7183 | std::string |
| 7184 | Node::getPluginResourcesPath() const |
no test coverage detected