Atomic Blender PDB/XYZ Add-on
Go to file
2024-05-16 22:15:02 +02:00
source Update of info in __init__.py 2024-05-16 22:15:02 +02:00
.editorconfig Add editorconfig 2024-05-15 14:05:18 +10:00
.gitignore Add gitignore 2024-05-15 14:03:47 +10:00
blender_manifest.toml blender_manifest.toml: tagline too long and not the correct version number 2024-05-16 21:09:54 +02:00
pyproject.toml Add pyproject.toml for autopep8 settings 2024-05-15 14:05:53 +10:00
README.md README updated 2024-05-16 09:44:44 +02:00

Atomic Blender PDB/XYZ Add-on

This add-on was part of Blender 4.1 bundled add-ons and is now available as an extension on the Extensions platform.

The Atomic Blender (PDB/XYZ) add-on imports atomic structures (molecules, crystals, clusters, particles, surfaces, etc.), which are described in PDB (.pdb) and XYZ files (.xyz) (Section Import PDB/XYZ). The add-on reads the coordinates of all atoms in the PDB/XYZ file and represents the atoms as balls in the Blender world. Also the sticks, which are described in PDB files only, are shown if the sticks are explicitly listed in the PDB file. For more information see the Wiki page.

Building a new version of the extension

To build a new version of the extension do:

  • <path_to_blender> -c extension build --source-dir=./source

For more information about building extensions refer to the documentation.


This add-on is offered as it is and maintaned by the community.