[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 93805] error when exporting with the fall_power keyword
From:       Leon Pennington <leon () leonscape ! co ! uk>
Date:       2004-12-20 2:04:14
Message-ID: 20041220020414.30730.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
        
http://bugs.kde.org/show_bug.cgi?id=93805        
leon leonscape co uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From leon leonscape co uk  2004-12-20 03:04 -------
CVS commit by leonp: 

Bugfix: Alterted serialization so fade_power is exported properly.
BUG: 93805


  M +3 -3      pmpovray35serialization.cpp   1.17


--- kdegraphics/kpovmodeler/pmpovray35serialization.cpp  #1.16:1.17
 @ -594,8 +594,8  @ void PMPov35SerInterior( const PMObject*
       dev->writeLine( "fade_distance " + str1 );
    }
-   if( o->isFadeDistanceEnabled( ) )
+   if( o->isFadePowerEnabled( ) )
    {
-      str1.setNum( o->fadeDistance( ) );
-      dev->writeLine( "fade_distance " + str1 );
+      str1.setNum( o->fadePower( ) );
+      dev->writeLine( "fade_power " + str1 );
    }
    dev->objectEnd( );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic