Thread Closed 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
TheBounty Renderer (rewrite for wxWidgets)
10-27-2013, 06:36 AM
Post: #8
RE: TheBounty Renderer; my fork of YafaRay project
Yes, when the default value is a floating number (yafaray fval) (1.0, 0.00, etc) it is called with ~.10f

Quote:<sigma fval=\"~.10f\"/>

when it is a whole number (yafaray ival) (1,2,10,etc) it is called with ~w

Quote:<dispersion_samples ival=\"~w\"/>

when it is a true or false (yafaray bval) (true,false) is is called with ~s

Quote:<dispersion_jitter bval=\"~s\"/>

when it is a text string (yafaray sval) (hello, this, that) it is also called with ~s

Quote:<material name=\"~s\">

I find myself having to fix this myself from time to time... Smile I still hope to have more time to contribute in November.
Thanks,
oort
Thread Closed 


Messages In This Thread
RE: TheBounty Renderer; my fork of YafaRay project - oort - 10-27-2013 06:36 AM
RE: TheBounty Renderer - micheus - 07-14-2020, 06:02 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)