POV-Ray : Newsgroups : povray.unofficial.patches : bug mac megapov ? : bug mac megapov ? Server Time
15 Jun 2024 04:22:13 EDT (-0400)
  bug mac megapov ?  
From: kurtz le pirate
Date: 31 Mar 2005 08:04:53
Message: <kurtzlepirate-C10EEF.15045331032005@news.povray.org>
hello,

suppose you have this code :

object {
  ...
  texture { T_Brass_1C }
  }

object {
  ...
  texture { T_Brass_2D }
  }

object {
  ...
  texture { T_Brass_4A }
  }
 
you decide to transform Brass to Gold. Going to "Edit"->"Find/Replace..."
in the dialog, you type :
  Search for : T_Brass
  Replace : T_Gold
and clic on "Replace all". then your code seems to :

object {
  ...
  texture { T_Gold _1C }
  }
object {
  ...
  texture { T_Gold _2D }
  }
object {
  ...
  texture { T_Gold _1C }
  }
  

as you see, there is <space> beteewn T_Gold and the others part of the 
texture name. 

it seems that copy/paste and find/replace works strangely adding or not 
adding <space> before or after others words.

any one can confirm this ?

regards,
klp


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.