You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is some filtering going on before the mesh is created inside of Blender, but I think we should instead align with how it is now done with the Trajectory. When importing a trajectory, I previously also filtered on import, but now all points are imported, and the selections can be updated on the mesh objects so that we don't lose access to any information after import. This also then ensures that every atom in the trajectory has a corresponding vertex in the mesh.
With the Molecule import, the only available filters during import of the molecule are hydrogens / solvent, but I think we should remove those filters so that again every atom in the AtomArray is represented in the mesh in Blender, reducing confusion about number of points in the data vs in the object. Then the selections just change named attributes which represent those selections and can be used internally.
The text was updated successfully, but these errors were encountered:
Currently there is some filtering going on before the mesh is created inside of Blender, but I think we should instead align with how it is now done with the Trajectory. When importing a trajectory, I previously also filtered on import, but now all points are imported, and the selections can be updated on the mesh objects so that we don't lose access to any information after import. This also then ensures that every atom in the trajectory has a corresponding vertex in the mesh.
With the Molecule import, the only available filters during import of the molecule are hydrogens / solvent, but I think we should remove those filters so that again every atom in the
AtomArray
is represented in the mesh in Blender, reducing confusion about number of points in the data vs in the object. Then the selections just change named attributes which represent those selections and can be used internally.The text was updated successfully, but these errors were encountered: