Back to FabImage Studio website

You are here: Start » Filter Reference » System » Python » ConditionalToPythonObject

ConditionalToPythonObject


Module: FoundationLite

Converts a conditional value to a python dynamic object changing Nil to Pythons None.

Name Type Description
Input value inObject PythonObject?
Output value outObject PythonObject

Description

This is a helper filter allowing to pass a conditional data into the Python_CallFunction filter input arguments.

Nil value on the inObject input will be converted to the Pythons None object in the resulting PythonObject data. See Conditional Data in Python_CallFunction.

Complexity Level

This filter is available on Basic Complexity Level.

Disabled in Lite Edition

This filter is disabled in Lite Edition. It is available only in full, FabImage Studio Professional version.

See Also