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

Method isViewAware

Engine/ReadNode.cpp:905–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

903}
904
905bool
906ReadNode::isViewAware() const
907{
908 NodePtr p = getEmbeddedReader();
909 return p ? p->getEffectInstance()->isViewAware() : EffectInstance::isViewAware();
910}
911
912bool
913ReadNode::supportsTiles() const

Calls 2

isViewAwareFunction · 0.85
getEffectInstanceMethod · 0.80

Tested by

no test coverage detected