Those should not be necessary, octopus should contain the correct ones.
Proposal
Define a list of blending modes that are supported in octopus. If there is a need for alias due to differences in source data, the particular octopus-* converter should handle that.
Tasks
put a list of supported blend modes to octopus-common
go through all the sources and figure out which might contain non-standard blend mode names
In GitLab by @janroztocil on Apr 4, 2019, 11:01
Unify blending modes
Motivation
Currently in rendering there is a list of aliases for various blend modes:
Those should not be necessary, octopus should contain the correct ones.
Proposal
Define a list of blending modes that are supported in octopus. If there is a need for alias due to differences in source data, the particular
octopus-*
converter should handle that.Tasks
octopus-common
Complexity
Simple.