Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2391 - trunk/scenes/csafe/python


Chronological Thread 
  • From:
  • To:
  • Subject: [Manta] r2391 - trunk/scenes/csafe/python
  • Date: Thu, 19 Mar 2009 08:01:44 -0600 (MDT)

Author: brownlee
Date: Thu Mar 19 08:01:42 2009
New Revision: 2391

Modified:
   trunk/scenes/csafe/python/csafe_scene.py
Log:
accedental commit of colormap change

Modified: trunk/scenes/csafe/python/csafe_scene.py
==============================================================================
--- trunk/scenes/csafe/python/csafe_scene.py    (original)
+++ trunk/scenes/csafe/python/csafe_scene.py    Thu Mar 19 08:01:42 2009
@@ -368,7 +368,7 @@
                       if index == self.histoGroups[i].varIndex and 
self.histoGroups[i].group == 0:
                         found = True
                     if found == False:
-                      hist = 
Histogram.HistogramGroup(self.panel,self.scene,index,name,5)
+                      hist = 
Histogram.HistogramGroup(self.panel,self.scene,index,name,3)
                       self.histoGroups.append(hist)
                     
 
@@ -557,7 +557,7 @@
             self.transferFunctions.append(self.t0)
             self.transferFunctions.append(TransferF.TransferF(self, [], 
id+1,   "InvRainbowIso", manta_new(RGBAColorMap(0))))
             self.transferFunctions.append(TransferF.TransferF(self, [], 
id+2, "InvRainbow",    manta_new(RGBAColorMap(1))))
-            self.transferFunctions.append(TransferF.TransferF(self, [], 
id+3, "Rainbow",       manta_new(RGBAColorMap(1))))
+            self.transferFunctions.append(TransferF.TransferF(self, [], 
id+3, "Rainbow",       manta_new(RGBAColorMap(2))))
             self.transferFunctions.append(TransferF.TransferF(self, [], 
id+4, "InvGrayscale",  manta_new(RGBAColorMap(3))))
             self.transferFunctions.append(TransferF.TransferF(self, [], 
id+5, "InvBlackBody",  manta_new(RGBAColorMap(4))))
             self.transferFunctions.append(TransferF.TransferF(self, [], 
id+6, "BlackBody",     manta_new(RGBAColorMap(5))))


  • [Manta] r2391 - trunk/scenes/csafe/python, brownlee, 03/19/2009

Archive powered by MHonArc 2.6.16.

Top of page