Skip to content

Commit

Permalink
fixed version and install
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Dec 12, 2022
1 parent acae805 commit cddc01f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
__pycache__/*
logs/side-packages-install.log
.vscode/*
MolecularNodes*
11 changes: 5 additions & 6 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,19 @@
bl_info = {
"name" : "MolecularNodes",
"author" : "Brady Johnston",
"description" : "Some more nodes",
"blender" : (3, 3, 0),
"version" : (2, 0, 0),
"location" : "Perth, Australia",
"description" : "Importer and nodes for working with structural biology data in Blender.",
"blender" : (3, 4, 0),
"version" : (2, 0, 1),
"location" : "Scene Properties -> MolecularNodes",
"warning" : "",
"doc_url" : "https://bradyajohnston.github.io/MolecularNodes/",
"tracker_url" : "https://github.com/BradyAJohnston/MolecularNodes/issues",
"category" : "Molecular"
"category" : "Import"
}

import bpy
from . import pkg
from .pref import *
#pkg.install_packages()
pkg.verify()
from .load import *
from .ui import *
Expand Down

0 comments on commit cddc01f

Please sign in to comment.