Skip to content

Commit

Permalink
nump version and remove density warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Mar 30, 2023
1 parent 59c6b37 commit 01da9a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion MolecularNodes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author" : "Brady Johnston",
"description" : "Importer and nodes for working with structural biology data in Blender.",
"blender" : (3, 5, 0),
"version" : (2, 5, 2),
"version" : (2, 5, 3),
"location" : "Scene Properties -> MolecularNodes",
"warning" : "",
"doc_url" : "https://bradyajohnston.github.io/MolecularNodes/",
Expand Down
5 changes: 0 additions & 5 deletions MolecularNodes/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,6 @@ def execute(self, context):
def MOL_PT_panel_map(layout_function, scene):
col_main = layout_function.column(heading = '', align = False)
col_main.label(text = 'Import EM Maps as Volumes')
box = col_main.box()
box.alert = True
box.label(
text = "EM map support is still experimental. Please report any bugs that you encounter."
)
row = col_main.row()
row.prop(bpy.context.scene, 'mol_import_map_nodes',
text = 'Starting Node Tree'
Expand Down

0 comments on commit 01da9a4

Please sign in to comment.