It would be wherever makes sense to you. I personally like to have categorised packages within the main package...i.e sub-packages. UI stuff is typically in a UI sub package for me. I also like to keep a lib package within each sub-package where I put all modules relevant to the sub-package that are not platform specific. For example most naming functions can live in naming modules within the lib foldee/package of the naming sub package as most naming functions are purely pythonic and nothing to do specifically with maya or any other platform.
Simon Sent from my iPhone > On 19 Apr 2016, at 23:01, [email protected] wrote: > > oh there was one other thing. Where would gui code be in this package? - > Would that be another module like the others that gets called first? > > thanks > Sam > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/bb9e210b-ac24-4f28-9280-94d4f9734368%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/0149805D-7E03-4DBC-918C-F40A69451ABF%40gmail.com. For more options, visit https://groups.google.com/d/optout.
