We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70403cb commit f1d5f3fCopy full SHA for f1d5f3f
__init__.py
@@ -6,7 +6,7 @@
6
"name": "Grease Writer",
7
"description": "Automatic hand-drawn text animation",
8
"author": "doakey3",
9
- "version": (0, 0, 4),
+ "version": (0, 0, 5),
10
"blender": (2, 80, 0),
11
"wiki_url": "https://github.com/doakey3/GreaseDraw",
12
"tracker_url": "https://github.com/doakey3/GreaseDraw/issues",
operators/write.py
@@ -285,7 +285,7 @@ def execute(self, context):
285
},
286
}
287
288
- gpencil = bpy.data.grease_pencil.new('greasewriter')
+ gpencil = bpy.data.grease_pencils.new('greasewriter')
289
290
color = scene.gw_color
291
new_mat = bpy.data.materials.new('writings')
0 commit comments