Skip to content

Tonner-Zech-Group/blender-importASE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

139 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collection of Blender Addons for Molecular Structures

DOI

Dependencies

Dependencies are automatically installed upon activation of the addon using pip if an internet connection is present. In case no internet connection is available. ASE needs to be installed manually.

Manual dependency installation

  • Use the blender scripting view to get the module directory: bpy.utils.script_path_user() + "/modules"
  • Install ASE to the path using pip: `pip install ase --target <install_dir>
  • Restart Blender

Installation

To use the addons in Blender simply download the zip file for yor version blender_importASE.zip from the latest release. In Blender go to edit -> preferences -> addons; click install; find the zip file and install it. Then activate the new addon in the list. If you want to use the automatic rendering of viewpoints, also download the file render_vpts.py and install and activate the same way.

Developement Install

Symlink the render_vpts.py file and the blender_importASE folder into your addon directory (by default under linux ~/.config/blender/x.x/scripts/addons).

Usage

You can now import molecules from the File -> import tab and use render -> render vpts to render all collections seperately for your list of cameras.

Images will be put in the folder with the collection name and the name of the camera (name them top, side, front. camera.001 and camera.002 won't help you understand it).

About

A blender addon for the import of atomic structures using the atomic simulation environment (ASE).

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages

  • Python 100.0%