Skip to content

Commit

Permalink
fix setup of animate node import via Atomium
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Jul 25, 2022
1 parent 377dc07 commit f32b79f
Show file tree
Hide file tree
Showing 4 changed files with 641 additions and 0 deletions.
Binary file not shown.
Binary file modified serpens_plugin_file.blend
Binary file not shown.
4 changes: 4 additions & 0 deletions src/import_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,10 @@ def verify_user_sitepackages():
first_model = pdb.models[0]
n_models = len(pdb.models)

# variable for setting up frames node tree
# need to clean up this whole code-base really, it's getting messy and convoluted
n_frames = n_models

n_atoms = len(first_model.atoms())
all_chains = first_model.chains()

Expand Down
Loading

0 comments on commit f32b79f

Please sign in to comment.