• wclyffe's avatar
    Refactor: first pass
    · a5d1b16f
    wclyffe создал
    * moved script files in their own directory
    * renamed man folder to docs
    * moved node files in structured directories
         i.e. node_VectorMath.py -> sverchok/nodes/vector/math.py
    * renamed node_s.py to node_tree.py
    * renamed util.py to data_structure.py
    * most other file are now in a utils folder
    * reworked the imports
        . modified the imports to point to the files new locations
        . removed the unused import
        . removed all the 'from foo import *',
          so we know what is coming from where
    * reworked the import system from the main __init__.py
        . in the node modules __init__.py,
          there's a dict listing all the nodes to be imported
        . this dict is then used to import, reload,
          register and unregister nodes.
    * except for being moved and the import statements modified,
      the files contents hasn't changed
    a5d1b16f
Этот проект лицензирован в соответствии с GNU General Public License v3.0