No description
Find a file
2026-03-31 07:49:25 +00:00
Blender Update to Exporter 1.7 and add gitignore 2026-03-30 11:14:37 +02:00
Content Added CSVExporter and .blend with Node Group 2026-02-18 17:03:25 +01:00
Resources Make a separate Plugin for Importer 2026-02-17 18:48:05 +01:00
.gitignore Update to Exporter 1.7 and add gitignore 2026-03-30 11:14:37 +02:00
LICENSE Initial commit 2026-02-17 16:22:25 +00:00
README.md Update README.md 2026-03-31 07:49:25 +00:00
UnrealMolecularNodesImporter.uplugin Make a separate Plugin for Importer 2026-02-17 18:48:05 +01:00

UnrealMolecularNodeImporter

This plugin uses CSV Data from Molecular Nodes to construct instanced Ball and Stick Models in Unreal Engine.

Note: The Unreal construction script has the quirk of running multiple times, which can be heavy for big molecules.

Instructions:

Blender

For each, move the "RowName" to the top as we need it to be first in the CSV:

  • First attach the CSVBalls Output the the Group Output and Export the result via the CSV Exporter (N-Panel)
  • Then attach the CSVSticks Output the the Group Output and Export the result via the CSV Exporter (N-Panel)

Unreal

  • To install you can either download the folder and copy the contents into a folder in your /Plugins directory or add this repository as a submodule using git
  • Import both DataTables using the SMolecularNodes as Struct (ignore missing columns)
  • now create a BP Class that derives from BP_BallAndStick and set the imported Datatables to the corresponding Variables