[GRASS-SVN] r59617 - grass/branches/releasebranch_7_0/gui/wxpython/animation

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 6 20:44:12 PDT 2014


Author: annakrat
Date: 2014-04-06 20:44:12 -0700 (Sun, 06 Apr 2014)
New Revision: 59617

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/animation/nviztask.py
Log:
wxGUI/animation: color of isosurface should match the volume (merged from trunk, r59616)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/animation/nviztask.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/animation/nviztask.py	2014-04-07 03:40:28 UTC (rev 59616)
+++ grass/branches/releasebranch_7_0/gui/wxpython/animation/nviztask.py	2014-04-07 03:44:12 UTC (rev 59617)
@@ -250,6 +250,8 @@
             # FIXME: we assume we want always default color map
             if paramName == 'elevation_map':
                 self.task.set_param('color_map', '')
+            if paramName == 'volume':
+                self.task.set_param('isosurf_color_map', '')
             self.task.set_flag('overwrite', True)
             self.task.set_param('output', 'tobechanged')
             cmd = self.task.get_cmd(ignoreErrors=False, ignoreRequired=False, ignoreDefault=True)



More information about the grass-commit mailing list