MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / simplifyPath

Method simplifyPath

Engine/Project.cpp:2565–2573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2563}
2564
2565void
2566Project::simplifyPath(std::string& str)
2567{
2568 std::map<std::string, std::string> envvar;
2569
2570 getEnvironmentVariables(envvar);
2571
2572 Project::findReplaceVariable(envvar, str);
2573}
2574
2575void
2576Project::makeRelativeToProject(std::string& str)

Callers 2

onSimplifyTriggeredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected