MCPcopy 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
557int
558EffectInstance::getRenderViewsCount() const
559{
560 return getApp()->getProject()->getProjectViewsCount();
561}
562
563bool
564EffectInstance::hasOutputConnected() const

Callers 1

renderCurrentFrameMethod · 0.80

Calls 3

getAppFunction · 0.85
getProjectViewsCountMethod · 0.80
getProjectMethod · 0.80

Tested by

no test coverage detected