Hello
I'm working with pyside2.
How to invoke clean-up methods in c4d enviroment?
For example, i made app and if close it or check visibilty,then del app
from PySide2.QtWidgets import QApplication
app = QApplication.instance()
// steps with dialogs
if win.isVisible() == False:
del app
clean objects, any garbage collection in memory