This addon helps import chemical species to blender.
Explore the docs »
Report Bug
·
Request Feature
Hydridic Blender is a Blender addon that's designed to make it easier to create illustrations of molecules and crystals. It was inspired by the wonderful Atomic Blender addon that comes stock with most Blender installations. Hydridic Blender tries to build on this idea, to give users a higher level of control over their 3D models.
The logo here are the letters "H" and "B", dressed up to resemble the half up/down arrows commonly used to represent electrons in orbital diagrams , superimposed on an orange (for Blender :D ) Frost Circle.
Currently, the addon supports the import of any chemical format supported by the Atomic Simulation Environment (XYZ, VASP, PDB, etc.) of both periodic and non-periodic varieties. Materials are automatically generated, and bonding is automatically calculated via ASE.
Example structure, nicotine:
See the open issues for a list of proposed features (and known issues).
This is currently a 1-person project, being done in the author's spare time. That being said, any contributions are welcome! If you'd like to help out, please do the following:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Keep on Being Awesome!
Distributed under the MIT License. See LICENSE
for more information.
James Dean - message me via GitHub
Project Link: https://github.com/AcylSilane/hydridic_blender
- The Best README Template
- The Blender Development VSCode extension by Jacques Lucke
This excellent blog post by Nikita, which greatly helped in getting autocomplete/linting working for Blender's Python API