[Bug 56336] povray poly_wave output string

Andreas Zehender kpovmodeler-devel@mail.kde.org
24 Mar 2003 18:52:49 -0000


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=56336     
zehender@kde.org changed:

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



------- Additional Comments From zehender@kde.org  2003-03-24 19:52 -------
Subject: Re:  New: povray poly_wave output string

Hi!

Fixed, thanks for the report.

> There's a small bug in the povray output for the poly_wave modifier...
>
> In pmblendmapmodifiers.cpp (line 99) replace the following line:
>             dev.writeLine( "poly_wave" + str );
> with :
>             dev.writeLine( "poly_wave " + str );
> (difference is just a space character in the constant string)
>
> And it will output a correctpovray file !