Windows Install
See original GitHub issueExcited to see this! Blender wouldn’t let me enable the plugin saying it crashed on line 23 of __init__.py
file (see source below). I was able to just install atomium by copy/paste the install script in repo though. This was on Blender 3.0.0
bl_info = {
"name" : "Molecular Nodes",
"author" : "Brady Johnston",
"description" : "A plugin and nodes for working with molecular data in Blender.",
"blender" : (3, 0, 0),
"version" : (0, 3, 2),
"location" : "Perth, Australia",
"waring" : "",
"doc_url": "",
"tracker_url": "https://github.com/BradyAJohnston/MolecularNodes/issues",
"category" : "Molecular"
}
import bpy
import bpy.utils.previews
import subprocess
import os
import bpy
import bpy
import os
import bpy
import atomium # error here
Issue Analytics
- State:
- Created a year ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Download Windows 10 - Microsoft
Create Windows 10 installation media. To get started, you will first need to have a license to install Windows 10. You can then...
Read more >Download Windows 10 Disc Image (ISO File) - Microsoft
You can use this page to download a disc image (ISO file) that can be used to install or reinstall Windows 10. The...
Read more >Create installation media for Windows - Microsoft Support
To create installation media, go to the software download website, where you'll find step-by-step instructions.
Read more >Software Download - Microsoft
Skip to Main Content. Skip to main content. Microsoft. Software Download. Software Download. Software Download. Home. Windows. Windows 11 · Windows 10 ...
Read more >Download Windows 11 - Microsoft
Windows 11 Installation Assistant. This is the best option for installing Windows 11 on the device you're currently using. Click Download Now to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think I have fixed the Atomium issue and a couple of other minor things, will be updating shortly.
Give this node setup a go, should get you started with animating between frames!
For the properties node, select the
*_properties
collection, and for the animate node choose*_frames
collection, and the material inside of thecolour
node.To begin with, all of the atoms will be the point-clouds, which are only visible in Cycles (there is a node in styling to create EEVEE meshes, but it is much less performant in the viewport).
For GN modifier node tree, you need to create an output and name it something (i.e.
colour
) to pass the colours out:And then in the shader for the material use that attribute:
Will be working on proper documentation (and a video!) for the nodes themselves.
This was all built with the Serpens Addon, which has made the whole thing 100000x easier than it would have otherwise been!
Have also updated the README with additional instructions, and bumped the release that should enable correctly!