You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dataSourceAttribute.cpp the _FactoryMap has entries for Color3f and Color3fArray but not Color4f or Color4fArray. The result of this is that any shading node which has a color4f parameter will not have a value generated.
In
dataSourceAttribute.cpp
the_FactoryMap
has entries forColor3f
andColor3fArray
but notColor4f
orColor4fArray
. The result of this is that any shading node which has acolor4f
parameter will not have avalue
generated.For example:
In this case, the
bg
parameter ends up generating novalue
.The text was updated successfully, but these errors were encountered: