AndrewRadev / protein-runway

Integrated Bioinformatics Project
1 stars 0 forks source link

Segmentation mapping file doesn't show in viewer after being selected #50

Open mkrunic opened 3 days ago

mkrunic commented 3 days ago

I am able to successfully load the trajectory and segmentation file and see the resulting protein movement, but the window itself doesn't actually show the segmentation file that was selected (but it does for the selected pdb file).

image

AndrewRadev commented 2 days ago

The reason is likely because of the custom setter given by set= in this code: https://github.com/AndrewRadev/protein-runway/blob/bbd2f7840d8e612c0c956e442e45c67eccd5e7c1/blender/extension/__init__.py/#L26-L42

There might be a way to set the actual value in the same property, or maybe have a separate property that holds the "real" value and add a getter that reads it.