suppress some benign warnings
This commit is contained in:
@@ -220,7 +220,9 @@ void CurveWidget::UpdateBridgeTime(const int64_t ×tamp)
|
||||
void CurveWidget::ConnectNode(Node *node, bool connect)
|
||||
{
|
||||
foreach (const QString& input, node->inputs()) {
|
||||
ConnectInput(node, input, connect);
|
||||
if (node->IsInputKeyframable(input)) {
|
||||
ConnectInput(node, input, connect);
|
||||
}
|
||||
}
|
||||
|
||||
// Connect add/remove signals
|
||||
|
||||
Reference in New Issue
Block a user