Skip to content

Commit

Permalink
fix property display (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston authored Dec 1, 2024
1 parent 4a972db commit c3f4d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecularnodes/entities/trajectory/dna.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def panel(layout, scene):
layout.label(text="Load oxDNA File", icon="FILE_TICK")
layout.separator()
row = layout.row()
row.prop(scene, "import_oxdna_name")
row.prop(scene.mn, "import_oxdna_name")
op = row.operator("mn.import_oxdna")
op.name = scene.mn.import_oxdna_name
op.topology = scene.mn.import_oxdna_topology
Expand Down

0 comments on commit c3f4d9a

Please sign in to comment.