================ Blender Extended ================ If a project grows up, you need technics to manage objects and files. Two of them are shown in the next stations. Modules are useful to split the code in smaller units. Classes are useful to follow an object oriented paradigm while programming applications. Modules ======= .. toctree:: :maxdepth: 1 aa_module ab_module_figure Classes ======= .. toctree:: :maxdepth: 1 ca_classes_simple cb_classes_mesh01 cc_classes_mesh02