Back to FabImage Studio website
You are here: Start » Filter Reference » System » Python » PythonObjectToConditional
Module: | FoundationLite |
---|
Unpacks a None value of a dynamic PythonObject to conditional value.
Name | Type | Description | |
---|---|---|---|
![]() |
inObject | PythonObject | |
![]() |
outObject | PythonObject? |
Description
This is a helper filter allowing to retrieve a conditional data from the Python_CallFunction filter result outputs.
None object on the inObject input will be converted to Nil on the conditional outObject output. 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
- Python_CallFunction – Calls a function from a Python module