MolecularNodes icon indicating copy to clipboard operation
MolecularNodes copied to clipboard

Toolbox for molecular animations in Blender, powered by Geometry Nodes.

Results 99 MolecularNodes issues
Sort by recently updated
recently updated
newest added

Hi all, I have a question/request regarding selections in Molecular Nodes. We recently published a [MDAKit](https://github.com/BioMemPhys-FAU/domhmm) to identify domains in membranes. I think it would look cool to import the...

I'm getting an error when I try to import a small molecule using the local method using a file format different from PDB. The CIF and MOL files were created...

bug

Blender 4.3 is adding integer math nodes. There are lots of places that currently use float math that could be replaced with integer math nodes to improve performance and accuracy

If you import a structure from PDB, change it, then import the same structure, currently the node group is re-used but additional nodes are also created inside of it. Should...

bug

Currently every time we run `build.py`, even if on the same version, some of the installed versions update. This can break things if we are storing the versions in the...

bug

Currently the aromatic rings aren't picked up for the `Split` option for the bonds, should just need to update the selection to also include `bond_type == 6` The example video...

bug

I accidentally noticed (after a crash) that some nodes have a resolution or quality input with no soft limits. I checked all the nodes from following categories: **Style** > Surface...

bug

I am having issues using the VSCode development addon with blender 4.2.1. The extension fails to activate because either 'starfile' or 'biotite' are not available. These should be installed through...

bug

If we move all the custom attributes that are currently computed and store them on the actual `AtomArray` or `Universe`, then we could just iterate through all attributes and add...