I'm aware that from modelbuilder I can export my script to python and then get more programmatic control over stuff like file names and folder locations and whatnot.
So the method would be a) design script in modelbuilder, b) export script to py, c) tinker with python code.
But if I want to modify the model in step a do I have to reexport everything, and thus have to do more tinkering as per step c)? Or is there a way for modelbuilder and python to coexist?
MY specific example is to put the files from each run of my model into a separate folder. I will name that folder using python's import time module, so each folder will be unique. I don't think I can do that in modelbuilder, I think I have to do that from the script.
But once the script is made it's harder to go back and edit the model. Dyou see what I'm saying? So the question is can model builder call on bits of python script to create folder names, or is it either/or: model approach, or script approach?
Thanks