Skip to content

Commit

Permalink
v1.1 Push
Browse files Browse the repository at this point in the history
  • Loading branch information
oRazeD committed Dec 26, 2020
1 parent ba7ac2a commit 067495f
Show file tree
Hide file tree
Showing 7 changed files with 4,031 additions and 1,663 deletions.
Binary file removed BlenderGrabDoc_v1_0/Icons/discord_icon.png
Binary file not shown.
13 changes: 7 additions & 6 deletions BlenderGrabDoc_v1_0/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
bl_info = {
"name":"Blender GrabDoc",
"name":"GrabDoc",
"author":"Ethan Simon-Law",
"location": "View3D > Sidebar > GrabDoc Tab",
"version":(1, 0, 0),
"blender":(2, 83, 0),
"category":"3D View"}
"location": "3D View > Sidebar > GrabDoc Tab",
"version":(1, 1),
"blender":(2, 91, 0),
"tracker_url": "https://discord.com/invite/wHAyVZG",
"category": "3D View"}


import bpy
Expand All @@ -13,7 +14,7 @@

module_names = ("ui",
"operators",
"prefs")
"preferences")
modules = []

for module_name in module_names:
Expand Down
Loading

0 comments on commit 067495f

Please sign in to comment.