All Projects → scotthartley → blmol

scotthartley / blmol

Licence: MIT license
A script for importing molecular geometries into Blender

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to blmol

GrabDoc
GrabDoc is a trim & tileable baker for Blender 2.9+
Stars: ✭ 22 (-24.14%)
Mutual labels:  blender
interactive-physics-editor
Simplifies the process of positioning multiple objects in 3D space with collision handling
Stars: ✭ 20 (-31.03%)
Mutual labels:  blender
blender Shelves
Custom Header Buttons
Stars: ✭ 32 (+10.34%)
Mutual labels:  blender
RefRESH
Create RefRESH data: dataset tools for Learning Rigidity in Dynamic Scenes with a Moving Camera for 3D Motion Field Estimation (ECCV 2018)
Stars: ✭ 51 (+75.86%)
Mutual labels:  blender
blender-halo-tools
Halo / Blam engine support for Blender.
Stars: ✭ 14 (-51.72%)
Mutual labels:  blender
story-unity3D
Horror Game Development
Stars: ✭ 32 (+10.34%)
Mutual labels:  blender
MustardTools
A set of tools for animators/riggers
Stars: ✭ 30 (+3.45%)
Mutual labels:  blender
ColorBlender
A .NET library for color matching and palette design.
Stars: ✭ 27 (-6.9%)
Mutual labels:  blender
export multi
Use the multi-exporter for Blender and check in (and tweak) various scenes step by step.
Stars: ✭ 31 (+6.9%)
Mutual labels:  blender
zpy
Synthetic data for computer vision. An open source toolkit using Blender and Python.
Stars: ✭ 251 (+765.52%)
Mutual labels:  blender
io import vmf
A Valve Map Format (.vmf) and Valve Material Type (.vmt) importer for Blender.
Stars: ✭ 225 (+675.86%)
Mutual labels:  blender
navis
Python 3 library for analysis of neuroanatomical data
Stars: ✭ 68 (+134.48%)
Mutual labels:  blender
Blender2NieR
Import/Export WMB/WTP/WTA/DAT/DTT/LAY/COL files for NieR:Automata
Stars: ✭ 115 (+296.55%)
Mutual labels:  blender
Blendpeaks
A free and open source addon for Blender. It creates mountain peaks.
Stars: ✭ 78 (+168.97%)
Mutual labels:  blender
blender-custom-nodes
Custom compositor nodes for Blender
Stars: ✭ 61 (+110.34%)
Mutual labels:  blender
glitch3d
3D model corruption library and automated rendering
Stars: ✭ 46 (+58.62%)
Mutual labels:  blender
Tetra3d
Tetra3D is a 3D hybrid software/hardware renderer made for games written in Go with Ebitengine.
Stars: ✭ 271 (+834.48%)
Mutual labels:  blender
io pdx mesh
Import/Export files for the Clausewitz game engine
Stars: ✭ 49 (+68.97%)
Mutual labels:  blender
cc3 blender tools
Add-on for importing and auto-setup of character creator 3 & 4 and iClone 7 & 8 character exports.
Stars: ✭ 191 (+558.62%)
Mutual labels:  blender
io scene pbrt
Exporter for blender that exports the scene into pbrt's ascii file format.
Stars: ✭ 42 (+44.83%)
Mutual labels:  blender

blmol: A script for importing molecular geometries into Blender

blmol defines a molecule object that can be used to import molecular geometries (from a PDB file) into Blender. It can be used to generate space filling, bond-only, and ball-and-stick models. The script includes definitions for simple default materials that can be used. These should be easily customized.

Installation

Simply copy to Blender's scripts folder.

Usage

Basic usage is to switch to the Scripting screen layout, then import blmol. Create a molecule object with m = blmol.Molecule(), then load the geometry with m.read_pdb('path/to/file.pdb'). A space filling model can be generated with m.draw_atoms(). Many options can be changed as documented within the comments (more details to come here).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].