| 5524 | } |
| 5525 | |
| 5526 | bool |
| 5527 | Node::areKeyframesVisibleOnTimeline() const |
| 5528 | { |
| 5529 | assert( QThread::currentThread() == qApp->thread() ); |
| 5530 | |
| 5531 | return _imp->keyframesDisplayedOnTimeline; |
| 5532 | } |
| 5533 | |
| 5534 | bool |
| 5535 | Node::hasAnimatedKnob() const |
no outgoing calls
no test coverage detected