Skip to content

Commit

Permalink
Merge pull request #306 from BradyAJohnston/dev-fix-pref-install
Browse files Browse the repository at this point in the history
seems to maybe fix #305
  • Loading branch information
BradyAJohnston authored Sep 15, 2023
2 parents 5dc99fb + 6b66ed6 commit 0bce6b7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
2 changes: 1 addition & 1 deletion MolecularNodes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author" : "Brady Johnston",
"description" : "Toolbox for molecular animations in Blender & Geometry Nodes.",
"blender" : (3, 5, 0),
"version" : (2, 9, 0),
"version" : (2, 9, 1),
"location" : "Scene Properties -> MolecularNodes",
"warning" : "",
"doc_url" : "https://bradyajohnston.github.io/MolecularNodes/",
Expand Down
28 changes: 0 additions & 28 deletions MolecularNodes/assets/template/MolecularNodes/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion MolecularNodes/pref.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def draw(self, context):
row_import.prop(bpy.context.scene, 'pypi_mirror_provider',text='Set PyPI Mirror')

pkgs = pkg.get_pkgs()
col_main.label(text= 'hello hello hello')
for package in pkgs.values():
row = layout.row()
button_install_pkg(
Expand Down

0 comments on commit 0bce6b7

Please sign in to comment.