Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrKepzie/Natron
/ isAutoFixRelativeFilePathEnabled
Method
isAutoFixRelativeFilePathEnabled
Engine/Settings.cpp:3022–3026 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3020
}
3021
3022
bool
3023
Settings::isAutoFixRelativeFilePathEnabled() const
3024
{
3025
return _fixPathsOnProjectPathChanged->getValue();
3026
}
3027
3028
int
3029
Settings::getNumberOfParallelRenders() const
Callers
4
autoSetProjectDirectory
Method · 0.80
onOCIOConfigPathChanged
Method · 0.80
entryRemoved
Method · 0.80
tableChanged
Method · 0.80
Calls
1
getValue
Method · 0.45
Tested by
no test coverage detected