blender-importase

First version of an import script using the atomic simulation environment (ASE) to create a blender addon for the import of atomic structures.

https://github.com/hweiske/blender-importase

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

First version of an import script using the atomic simulation environment (ASE) to create a blender addon for the import of atomic structures.

Basic Info
  • Host: GitHub
  • Owner: hweiske
  • Language: Python
  • Default Branch: main
  • Size: 261 KB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 2
  • Open Issues: 1
  • Releases: 1
Created about 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme Citation

README.md

Main development in Tonner-Zech-Group

Collection of Blender Addons for Molecular Structures

DOI

Dependencies

  • ASE: You just need to find the location of your blender installation and use pip to install ase for blender to find it. For example when installed with snap:

/snap/blender/xxxx/3.x/python/bin/python3.x -m pip install ase

  • to find your blender-python for installing ase: open blender; open the python console, type "import sys;sys.executable" and hit enter. now the executable is printed - use as above

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.

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).

Owner

  • Login: hweiske
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Weiske"
  given-names: "Hendrik"
  orcid: "https://orcid.org/0000-0002-6141-1749"
- family-names: "Melix"
  given-names: "Patrick"
  orcid: "https://orcid.org/0000-0002-1027-1272"
- family-names: "Thiemann"
  given-names: "Franz"
title: "Blender Import ASE"
version: 1.3.0
doi: 10.5281/zenodo.10776696
date-released: 2024-03-04
url: "https://github.com/Tonner-Zech-Group/blender-importASE"

GitHub Events

Total
  • Release event: 1
  • Push event: 4
  • Pull request event: 10
  • Create event: 2
Last Year
  • Release event: 1
  • Push event: 4
  • Pull request event: 10
  • Create event: 2