Skip to content
Snippets Groups Projects
Commit d52ad87a authored by Guillermo S. Romero's avatar Guillermo S. Romero
Browse files

Fix string to match style.

parent 1ebde896
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ class ExportX3D(bpy.types.Operator, ExportHelper): ...@@ -136,7 +136,7 @@ class ExportX3D(bpy.types.Operator, ExportHelper):
) )
name_decorations = BoolProperty( name_decorations = BoolProperty(
name="Name decorations", name="Name decorations",
description="Add prefixes to the names of exported nodes to indicate their type.", description="Add prefixes to the names of exported nodes to indicate their type",
default=True, default=True,
) )
use_h3d = BoolProperty( use_h3d = BoolProperty(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment