trigger.core.compatibility

Python3 - Python2 and Maya version compatibility methods

Attributes

ADD_NODE_NAME

Functions

decode(data)

Decodes the unicode data if the interpreter is Python 2.x

encode(data)

Encodes the data as unicode data if the interpreter is Python 2.x

is_string(data)

Module Contents

decode(data)

Decodes the unicode data if the interpreter is Python 2.x

encode(data)

Encodes the data as unicode data if the interpreter is Python 2.x

is_string(data)
ADD_NODE_NAME = 'addDL'