value: removed color from vec list
This made sense in theory, but in practice this breaks things and has no benefits. Fixes #1675
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ namespace olive {
|
||||
|
||||
const QVector<NodeValue::Type> NodeValue::kNumber = {kFloat, kInt, kRational};
|
||||
const QVector<NodeValue::Type> NodeValue::kBuffer = {kTexture, kSamples};
|
||||
const QVector<NodeValue::Type> NodeValue::kVector = {kVec2, kVec3, kVec4, kColor};
|
||||
const QVector<NodeValue::Type> NodeValue::kVector = {kVec2, kVec3, kVec4};
|
||||
|
||||
QString NodeValue::ValueToString(Type data_type, const QVariant &value, bool value_is_a_key_track)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user