Combining multiple scripts? Best practices?

Question Scripting

Another question about my Empty Assistant add-on. I'm currently iterating through several scenarios with slight modifications to them. For example:

Scenario 1: One active object select, one empty-parent created.

Scenario 2: Multiple objects selected, each gets their own empty-parent

Scenario 3: Multiple objects selected, only one empty-parent created on the object that is active.


My first question is: can we call on another script's functionality from another text file? Say in the end I want to make a panel with different buttons that would perform the different scenarios, or create modifier keys that would call on each scenario depending on the hotkey combination (between scenarios 2 and 3 for example). 

Do I have to have all of the code for all scenarios and panel in one gigantic script, or can I make more manageable separate scripts and last one that pulls them all together for the scenarios iteration?

And if it is possible, the other questions are: can you point me to where to look for how to do that? And is that the best practice?

I know personally a gigantic script looks daunting to me, so I'd prefer the bite sized scripts separate, but if it is not the best practice I'll force myself to get used to it. 


1 love
Reply
  • Nathi Tappan(nathitappan) replied

    I rewatched the Creating An Addon Extension lesson and I think I partially answered my question: I could just import the scripts as modules, like Spencer does to add the custom operators to the panel script? At about ~ 11:20

    If that's the way to go, scratch that part of the question...  just let me know what is the best practice for this kind of thing? Thanks again! 

    1 love