api.assets.ExpressionName#

class datagen.api.assets.ExpressionName(value)#

The available facial expressions, for use in Expression.name.

Any expression looks exactly like ExpressionName.NEUTRAL if given an Expression.intensity of 0.

ANGER = 'anger'#
CONTEMPT = 'contempt'#
DISGUST = 'disgust'#
FEAR = 'fear'#
HAPPINESS = 'happiness'#
MOUTH_OPEN = 'mouth_open'#
NEUTRAL = 'none'#

The neutral expression is not affected by Expression.intensity.

SADNESS = 'sadness'#
SURPRISE = 'surprise'#