-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Hi,
First of all, great add-on! I've been playing with it for my molecular dynamics simulations and it works great event data uploaded is heavy (using Blender 3.2). I have several objects and one mtl file for the materials.
The main issue I see is that if I import with Material per frame enable, it imports correctly the materials assigned, but instead of having a single material for each type of atom and all the frames (let's say blue for all the carbons in the different frames, red for oxygens, ...) it creates a copy of the atom material for each frame (carbon, carbon_001, carbon_002, ...). So if I want to modify it, I need to reassign the material frame by frame (talking about hundreds) and then change it.
If the option is disabled, it works in the sense it assigns the same material for all the frames, but then all the atoms are assigned with the same material (carbon and oxygen have the same material as blue). And I cannot change it.
I don't know if I explained it well. Sorry. Any suggestion?