Freestyle: Fix for references of deprecated texture stroke shaders.
Removed all references of deprecated texture shader. Also deleted several lines of dead code. Since texture_shader.py no longer does what it was supposed to do, the file itself was removed. Patch reviewed by Tamito Kajiyama (kjym3).
This commit is contained in:

committed by
Tamito Kajiyama

parent
a0fa3de267
commit
7d38d85340
@@ -30,7 +30,6 @@ from freestyle.predicates import (
|
||||
from freestyle.shaders import (
|
||||
BackboneStretcherShader,
|
||||
ConstantColorShader,
|
||||
TextureAssignerShader,
|
||||
)
|
||||
from freestyle.types import Operators
|
||||
|
||||
@@ -38,7 +37,6 @@ from freestyle.types import Operators
|
||||
Operators.select(QuantitativeInvisibilityUP1D(0))
|
||||
Operators.bidirectional_chain(ChainSilhouetteIterator(), NotUP1D(QuantitativeInvisibilityUP1D(0)))
|
||||
shaders_list = [
|
||||
TextureAssignerShader(4),
|
||||
ConstantColorShader(0.5, 0.5, 0.5),
|
||||
BackboneStretcherShader(20),
|
||||
]
|
||||
|
Reference in New Issue
Block a user