[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1423] trunk/py/scripts/addons/ io_mesh_raw: Minor formating errors.

Aurel W aurel.w at gmail.com
Tue Jan 18 01:04:50 CET 2011


Revision: 1423
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=1423
Author:   aurel
Date:     2011-01-18 00:04:49 +0000 (Tue, 18 Jan 2011)
Log Message:
-----------
Minor formating errors.

Modified Paths:
--------------
    trunk/py/scripts/addons/io_mesh_raw/export_raw.py
    trunk/py/scripts/addons/io_mesh_raw/import_raw.py

Modified: trunk/py/scripts/addons/io_mesh_raw/export_raw.py
===================================================================
--- trunk/py/scripts/addons/io_mesh_raw/export_raw.py	2011-01-17 23:12:34 UTC (rev 1422)
+++ trunk/py/scripts/addons/io_mesh_raw/export_raw.py	2011-01-18 00:04:49 UTC (rev 1423)
@@ -27,8 +27,8 @@
 of 12 values (this was the default before blender 2.5). Now default
 settings will triangulate the mesh.
 
-Usage:<br>
-    Execute this script from the "File->Export" menu. You can select
+Usage:
+Execute this script from the "File->Export" menu. You can select
 whether modifiers should be applied and if the mesh is triangulated.
 
 """

Modified: trunk/py/scripts/addons/io_mesh_raw/import_raw.py
===================================================================
--- trunk/py/scripts/addons/io_mesh_raw/import_raw.py	2011-01-17 23:12:34 UTC (rev 1422)
+++ trunk/py/scripts/addons/io_mesh_raw/import_raw.py	2011-01-18 00:04:49 UTC (rev 1423)
@@ -28,12 +28,12 @@
 applications, which use a raw format, but this is how it was
 implemented back in blender 2.42.
 
-Usage:<br>
-    Execute this script from the "File->Import" menu and choose a Raw file to
+Usage:
+Execute this script from the "File->Import" menu and choose a Raw file to
 open.
 
-Notes:<br>
-    Generates the standard verts and faces lists, but without duplicate
+Notes:
+Generates the standard verts and faces lists, but without duplicate
 verts. Only *exact* duplicates are removed, there is no way to specify a
 tolerance.
 """



More information about the Bf-extensions-cvs mailing list