MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / isViewAware

Method isViewAware

Engine/ReadNode.cpp:915–920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913}
914
915bool
916ReadNode::isViewAware() const
917{
918 NodePtr p = getEmbeddedReader();
919 return p ? p->getEffectInstance()->isViewAware() : EffectInstance::isViewAware();
920}
921
922bool
923ReadNode::supportsTiles() const

Calls 2

isViewAwareFunction · 0.85
getEffectInstanceMethod · 0.80

Tested by

no test coverage detected