So when I call the nonLinear function with pymel and save it in a variable like this:
flare = pm.nonLinear(objName, type="flare")
and I want to get the name of the flare1 Input like this:
print flare[0]
I get this warning:
Warning: pymel.core.general : Could not create desired MFn. Defaulting to MFnDependencyNode.
Everything works fine and it doesn't break anything.
I have also searched for it but I didn't really get what the actual problem is or how to get rid of it.
Thanks to everyone looking into it.