├── Chem_Nodes.blend ├── Chem_data.py ├── GN_menu.json ├── LICENSE ├── README.md ├── __init__.py ├── _math.py ├── auto_load.py ├── chem_utils.py ├── mesh.py ├── node.py ├── panel.py ├── read.py └── scaffold.py /Chem_Nodes.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sphereman/ChemBlender_1_0/HEAD/Chem_Nodes.blend -------------------------------------------------------------------------------- /Chem_data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sphereman/ChemBlender_1_0/HEAD/Chem_data.py -------------------------------------------------------------------------------- /GN_menu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sphereman/ChemBlender_1_0/HEAD/GN_menu.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sphereman/ChemBlender_1_0/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sphereman/ChemBlender_1_0/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sphereman/ChemBlender_1_0/HEAD/__init__.py -------------------------------------------------------------------------------- /_math.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sphereman/ChemBlender_1_0/HEAD/_math.py -------------------------------------------------------------------------------- /auto_load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sphereman/ChemBlender_1_0/HEAD/auto_load.py -------------------------------------------------------------------------------- /chem_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sphereman/ChemBlender_1_0/HEAD/chem_utils.py -------------------------------------------------------------------------------- /mesh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sphereman/ChemBlender_1_0/HEAD/mesh.py -------------------------------------------------------------------------------- /node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sphereman/ChemBlender_1_0/HEAD/node.py -------------------------------------------------------------------------------- /panel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sphereman/ChemBlender_1_0/HEAD/panel.py -------------------------------------------------------------------------------- /read.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sphereman/ChemBlender_1_0/HEAD/read.py -------------------------------------------------------------------------------- /scaffold.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sphereman/ChemBlender_1_0/HEAD/scaffold.py --------------------------------------------------------------------------------