Skip to content

Commit

Permalink
fix for minor API update
Browse files Browse the repository at this point in the history
  • Loading branch information
doakey3 committed Jul 23, 2019
1 parent 70403cb commit f1d5f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Grease Writer",
"description": "Automatic hand-drawn text animation",
"author": "doakey3",
"version": (0, 0, 4),
"version": (0, 0, 5),
"blender": (2, 80, 0),
"wiki_url": "https://github.com/doakey3/GreaseDraw",
"tracker_url": "https://github.com/doakey3/GreaseDraw/issues",
Expand Down
2 changes: 1 addition & 1 deletion operators/write.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def execute(self, context):
},
}

gpencil = bpy.data.grease_pencil.new('greasewriter')
gpencil = bpy.data.grease_pencils.new('greasewriter')

color = scene.gw_color
new_mat = bpy.data.materials.new('writings')
Expand Down

0 comments on commit f1d5f3f

Please sign in to comment.