Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getRenderViewsCount
Method
getRenderViewsCount
Engine/EffectInstance.cpp:555–559 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
553
}
554
555
int
556
EffectInstance::getRenderViewsCount() const
557
{
558
return getApp()->getProject()->getProjectViewsCount();
559
}
560
561
bool
562
EffectInstance::hasOutputConnected() const
Callers
1
renderCurrentFrame
Method · 0.80
Calls
3
getApp
Function · 0.85
getProjectViewsCount
Method · 0.80
getProject
Method · 0.80
Tested by
no test coverage detected