Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getAutoProxyMipMapLevel
Method
getAutoProxyMipMapLevel
Engine/Settings.cpp:2493–2497 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2491
}
2492
2493
unsigned int
2494
Settings::getAutoProxyMipMapLevel() const
2495
{
2496
return (unsigned int)_autoProxyLevel->getValue() + 1;
2497
}
2498
2499
int
2500
Settings::getMaxOpenedNodesViewerContext() const
Callers
1
setupMinimalUpdateViewerParams
Method · 0.80
Calls
1
getValue
Method · 0.45
Tested by
no test coverage detected