Add video node visualization
This commit is contained in:
parent
d314ad7dd9
commit
8a8b039dcc
4 changed files with 56 additions and 7 deletions
|
|
@ -1252,6 +1252,8 @@ void GraphEditorWidget::rebuildMixerStrips() {
|
|||
const WarpNodeData *data = m_model->warpNodeData(nodeId);
|
||||
if (!data)
|
||||
continue;
|
||||
if (!nodeHasVolume(WarpGraphModel::classifyNode(data->info)))
|
||||
continue;
|
||||
|
||||
auto *strip = new QWidget();
|
||||
strip->setStyleSheet(QStringLiteral(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue