Hello,
I am using c4dpy.eye in PyCharm. The autocomplete is working nicely.
When I run a simple test script with it:
print("Hello World")
Then click Run, there is about a 7-8 second delay before I get this result:
"C:\Program Files\MAXON\Cinema 4D R20\python.exe" "C:/Users/Kevin/PycharmProjects/Cinema 4D/Test.py"
Hello World
removeCopyedDoc()
: No error
resetOrbxRootGraphs()
: No error
deleteStoredCopyMats()
: No error
Process finished with exit code 0
Any ideas why is there such a huge delay? Also, what are the 'No error' lines all about?
Thank you.