Fix self illumination color widget in NeL Material script

This commit is contained in:
kaetemi 2014-07-28 18:32:05 +02:00
parent 1140181fe3
commit b6e703d8f7

View file

@ -607,6 +607,9 @@ plugin material NelMaterial
pSelfIllumAmount = spSelfIllumAmount.value pSelfIllumAmount = spSelfIllumAmount.value
bUseSelfIllumColor = cbUseSelfIllumColor.checked bUseSelfIllumColor = cbUseSelfIllumColor.checked
spSelfIllumAmount.visible = not cbUseSelfIllumColor.checked
cpSelfIllumColor.visible = cbUseSelfIllumColor.checked
delegate.twoSided = bTwoSided delegate.twoSided = bTwoSided
delegate.ambient = cAmbient delegate.ambient = cAmbient
delegate.diffuse = cDiffuse delegate.diffuse = cDiffuse