Skip to content
Snippets Groups Projects
Commit bfd9e342 authored by Constantin Rahn's avatar Constantin Rahn
Browse files

minor change: Typing

parent 2275bac4
Branches
Tags
No related merge requests found
...@@ -72,7 +72,7 @@ def register(): ...@@ -72,7 +72,7 @@ def register():
default="", maxlen=1024, subtype="DIR_PATH") default="", maxlen=1024, subtype="DIR_PATH")
Scene.pov_list_lf_enable = BoolProperty( Scene.pov_list_lf_enable = BoolProperty(
name="LF in lists", name="LF in lists",
description="Enable line brakes in lists (vectors and indices). Disabled: lists are exported in one line.", description="Enable line breaks in lists (vectors and indices). Disabled: lists are exported in one line.",
default=True) default=True)
# Not a real pov option, just to know if we should write # Not a real pov option, just to know if we should write
......
...@@ -182,7 +182,7 @@ class RENDER_PT_povray_export_settings(RenderButtonsPanel, bpy.types.Panel): ...@@ -182,7 +182,7 @@ class RENDER_PT_povray_export_settings(RenderButtonsPanel, bpy.types.Panel):
col = split.column() col = split.column()
col.prop(scene, "pov_comments_enable", text="Comments") col.prop(scene, "pov_comments_enable", text="Comments")
col = split.column() col = split.column()
col.prop(scene, "pov_list_lf_enable", text="Line brakes in lists") col.prop(scene, "pov_list_lf_enable", text="Line breaks in lists")
class RENDER_PT_povray_render_settings(RenderButtonsPanel, bpy.types.Panel): class RENDER_PT_povray_render_settings(RenderButtonsPanel, bpy.types.Panel):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment