Skip to content

Commit

Permalink
revert breaking change in render_vpts
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmelix committed Aug 16, 2024
1 parent dd7569c commit 7039cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render_vpts.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class RenderImageOperator(bpy.types.Operator,ExportHelper):
bl_idname = "render.render_vpts"
bl_label = "Render structure vpts"
directory = bpy.props.StringProperty(
directory: bpy.props.StringProperty(
name='folder',
description='where to put the images',
subtype='DIR_PATH'
Expand Down

0 comments on commit 7039cd2

Please sign in to comment.