Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrKepzie/Natron
/ getRenderViewsCount
Method
getRenderViewsCount
Engine/EffectInstance.cpp:557–561 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
555
}
556
557
int
558
EffectInstance::getRenderViewsCount() const
559
{
560
return getApp()->getProject()->getProjectViewsCount();
561
}
562
563
bool
564
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