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

Method getFrameRate

Engine/PyNode.cpp:1021–1031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1019}
1020
1021double
1022Effect::getFrameRate() const
1023{
1024 NodePtr node = getInternalNode();
1025
1026 if (!node) {
1027 return 24.;
1028 }
1029
1030 return node->getEffectInstance()->getFrameRate();
1031}
1032
1033double
1034Effect::getPixelAspectRatio() const

Callers 6

makeInfoForInputMethod · 0.45
canConnectInputMethod · 0.45
checkForHintsMethod · 0.45
handleConnectionErrorFunction · 0.45

Calls 1

getEffectInstanceMethod · 0.80

Tested by

no test coverage detected