[GRASS-SVN] r52751 - grass/branches/releasebranch_6_4/vector/v.out.pov
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 20 02:24:34 PDT 2012
Author: neteler
Date: 2012-08-20 02:24:33 -0700 (Mon, 20 Aug 2012)
New Revision: 52751
Modified:
grass/branches/releasebranch_6_4/vector/v.out.pov/main.c
Log:
empty answers removed
Modified: grass/branches/releasebranch_6_4/vector/v.out.pov/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.out.pov/main.c 2012-08-20 08:59:47 UTC (rev 52750)
+++ grass/branches/releasebranch_6_4/vector/v.out.pov/main.c 2012-08-20 09:24:33 UTC (rev 52751)
@@ -1,12 +1,12 @@
/* ***************************************************************
* *
- * * MODULE: v.out.render
+ * * MODULE: v.out.pov
* *
* * AUTHOR(S): Radim Blazek
* *
* * PURPOSE: Export vector to renderers' format (PovRay)
* *
- * * COPYRIGHT: (C) 2001 by the GRASS Development Team
+ * * COPYRIGHT: (C) 2001-2012 by the GRASS Development Team
* *
* * This program is free software under the
* * GNU General Public License (>=v2).
@@ -68,7 +68,6 @@
zmod_opt->key = "zmod";
zmod_opt->type = TYPE_STRING;
zmod_opt->required = NO;
- zmod_opt->answer = "";
zmod_opt->description =
"Modifier for z coordinates, this string is appended to each z coordinate.\n"
"\t\tExamples: '*10', '+1000', '*10+100', '*exaggeration'";
@@ -77,7 +76,6 @@
objmod_opt->key = "objmod";
objmod_opt->type = TYPE_STRING;
objmod_opt->required = NO;
- objmod_opt->answer = "";
objmod_opt->description =
"Object modifier (OBJECT_MODIFIER in POV-Ray documentation).\n"
"\t\tExample: \"pigment { color red 0 green 1 blue 0 }\"";
More information about the grass-commit
mailing list