Hi,
Is it possible to modify the default untitled python script?
For instance, the default import lines are:
import c4d
from c4d import gui
I want to add my own libraries such as
import btRig_c4d
I want it to be a default so I don't have to type the line every time I make a new script.
Is there a way to do this?
Thank you for looking at my problem