nodeparamview: separated the NodeParamView body into a separate widget for nesting

Will allow display of NodeInputArrays.
This commit is contained in:
itsmattkc
2020-04-18 23:28:11 +10:00
parent 707e9d5522
commit a796cb2c13
10 changed files with 439 additions and 238 deletions
+6
View File
@@ -217,6 +217,12 @@ void ViewerOutput::UpdateLength(const rational &length)
void ViewerOutput::Retranslate()
{
Node::Retranslate();
texture_input_->set_name(tr("Texture"));
samples_input_->set_name(tr("Samples"));
for (int i=0;i<track_inputs_.size();i++) {
QString input_name;