THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 30/07/2012 at 08:18, xxxxxxxx wrote:
Hi everybody,
I'm quite new to python and C4D programming.
I use C4D's script manager to write my code. As my script grew big, I created a second file in which I put a couple of functions.
My files look like that :
main.py
mymodule.py
I import the functions using :
from mymodule import function1, function2
It seems that I need to restart C4D to get the changes made to mymodule.py taken into account.
Is is the expected behavior or am I making a mistake somewhere ?
Alex