BradyAJohnston / MolecularNodes

Toolbox for molecular animations in Blender, powered by Geometry Nodes.
https://bradyajohnston.github.io/MolecularNodes/
GNU General Public License v3.0
900 stars 83 forks source link

Local file import does not work #54

Closed JorikWaeterschoot closed 2 years ago

JorikWaeterschoot commented 2 years ago

Hi Brady,

Short question, I am following the m-node toturial number two on youtube. But I am stuck at importing the ATP-synthase frames from my desktop, I have made them with chimeraX but when I try to upload them in blender via the local file window the open button does not become highlighted. Any idea how I could solve this issue?

ATP-synthe

Best, Jorik

BradyAJohnston commented 2 years ago

Hi Jorik!

Yes it's a little annoying, but blender doesn't like relative paths for opening files. The button will remain grayed out until blender successfully detects that the path exists, to stop you from getting an error when trying to open and it failling.

When selecting a file, you have to make sure you un-tick relative paths in the file browser (settings cog on the right, then un-tick).

It's a little annoying that sometimes relative paths are used and sometimes not inside of Blender, but I've found that you just have to ensure that everything is absolute paths to be safe.

JorikWaeterschoot commented 2 years ago

Thank you this worked!!!!