Where Do Python Print Statements Display?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/12/2010 at 11:19, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) :---------
Hi All,I am using a python expresso node.
I have a print statement in my code.Where does that print statement appear?
I have the Console window open and I do not see it.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/12/2010 at 12:00, xxxxxxxx wrote:
I think that Python statements go to the Py4D console (not the Cinema 4D Console). Can't find a Py4D version of GePrint() in the documentation.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/12/2010 at 15:33, xxxxxxxx wrote:
Hi, the print is redirected to the Python Console (see Python->Console). Please note, a node will not be executed if it has an outport that is not connected.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/12/2010 at 18:35, xxxxxxxx wrote:
Thank you.
I was using the C4D console and my PY4D node was just an island by itself.
I can see my print statements appear in the PY4D console window now.