Skip to content

Commit f1d5f3f

Browse files
committed
fix for minor API update
1 parent 70403cb commit f1d5f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "Grease Writer",
77
"description": "Automatic hand-drawn text animation",
88
"author": "doakey3",
9-
"version": (0, 0, 4),
9+
"version": (0, 0, 5),
1010
"blender": (2, 80, 0),
1111
"wiki_url": "https://github.com/doakey3/GreaseDraw",
1212
"tracker_url": "https://github.com/doakey3/GreaseDraw/issues",

operators/write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def execute(self, context):
285285
},
286286
}
287287

288-
gpencil = bpy.data.grease_pencil.new('greasewriter')
288+
gpencil = bpy.data.grease_pencils.new('greasewriter')
289289

290290
color = scene.gw_color
291291
new_mat = bpy.data.materials.new('writings')

0 commit comments

Comments
 (0)