Skip to content

Releases: BradyAJohnston/MolecularNodes

v4.2.7 for Blender 4.2

22 Sep 09:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.6...v4.2.7

v4.2.6 for Blender 4.2

16 Sep 08:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.5...v4.2.6

v4.2.5 for Blender 4.2

11 Aug 01:14
Compare
Choose a tag to compare

Bug fixes for under the hood and some nodes.

What's Changed

Full Changelog: v4.2.4...v4.2.5

v4.2.4 for Blender 4.2

17 Jul 14:09
Compare
Choose a tag to compare

Extensions Platform

Changed architecture of add-on to be compatible with new extensions platform in Blender 4.2 (here). Bundles the add-on with the required python packages, so installation is as simple as clicking 'install' from inside of Blender's extension system. No need to manually download or install anything additional. Updates for the add-on can also be delivered and installed this way.

Nodes

Color Tag

Utilising the new color_tag attribute for custom node groups, all provided node groups are now colored appropriately.
image

Selection Nodes

Selection nodes have been split into individual node groups and given And and Or inputs to more easily construct selection chains with common boolean operations.
image

Topology Nodes

Topology nodes have been partially overhauled, with some nodes moved to utility nodes and extras included such as the DSSP and Phi / Psi nodes. Phi / Psi nodes do not require pre-computation of any values and can be used just like any other field.
image

Color Nodes

Res Name and Element nodes now go higher, utilising the Index Switch node underneath and panels to ensure the UI remains usable.

image

Trajectories

The underlying method for importing and managing MDAnalysis trajectory / Universes has been overhauled. They are now imported as a Trajectory object. Trajectories along with all other molecular data that is imported is now kept around inside of a MNSession, which is stored under bpy.context.scene.MNSession. This session is pickled and save next to the .blend file on save, so that all of the data can persist between Blender sessions on load.

Selections

Because the connection to the universe is maintained, we now have live and updateable selections.

Calculations

Initial support for functions can be added to the Trajectories. These functions will be executed with the universe as an input, and the output is stored on the resulting mesh. This gives access to custom calculations to be executed in python and the results to be used inside of Geometry Nodes.

What's Changed

Full Changelog: v4.1.4...v4.2.4

v4.1.4 for Blender 4.1

11 Jun 07:17
9f6fb58
Compare
Choose a tag to compare

Bugfix for loading MD trajectories.

What's Changed

Full Changelog: v4.1.3...v4.1.4

v4.1.3 for Blender 4.1

05 Jun 08:33
304b70e
Compare
Choose a tag to compare

Bug fixing, and the addition of a panel for downloading from the AlphaFold database.

What's Changed

Full Changelog: v4.1.2...v4.1.3

v4.1.2 for Blender 4.1

23 May 16:05
Compare
Choose a tag to compare

Fixing of bugs when importing secondary structure from files with only sheets.

What's Changed

Full Changelog: v4.1.1...v4.1.2

v4.1.1 for Blender 4.1

20 May 09:51
Compare
Choose a tag to compare

What's Changed

  • fixing vdw_radii assignments for unexpected atom/particle names by @rbdavid in #485
  • Update tests to use syrupy for snapshots by @BradyAJohnston in #490
  • Fix 489 centering by @BradyAJohnston in #491
  • Reset 3D cursor to world origin in the startup template file

Full Changelog: v4.1.0...v4.1.1

v4.1.0 for Blender 4.1

09 Apr 02:46
e909a1b
Compare
Choose a tag to compare

Fixes issues when using with Blender 4.1. Will not work with Blender 4.0.

What's Changed

New Contributors

Full Changelog: v4.0.12...v4.1.0

v4.0.12 for Blender 4.0

08 Mar 16:13
Compare
Choose a tag to compare

Fixes the import of secondary structure information when opening a .pdb file. Falls back on calculation when not available.

What's Changed

Full Changelog: v4.0.11...v4.0.12