Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
YafaRay plugin; update roadmap and change list
10-25-2013, 06:19 PM
Post: #149
RE: YafaRay plugin; update roadmap and change list
(10-25-2013 05:14 PM)oort Wrote:  povmaniac,
You probably know this but AA Additional Samples (AA_inc_samples) is not yet being exported by your YafaRay plug-in. YafaRay sets this value to the same as Samples (AA_minsamples) when not specified.

Thanks,
oort

Not known it..
Now it is already solved. Thanks for the feedback.
Code:
println(F,
        "\t<AA_passes ival=\"~w\"/>",[proplists:get_value(aa_passes, Attr)]),
    println(F,
        "\t<AA_threshold fval=\"~.10f\"/>",[proplists:get_value(aa_threshold, Attr)]),
    println(F,
        "\t<AA_inc_samples ival=\"~w\"/>",[proplists:get_value(aa_adsamples, Attr)]),
    println(F,
        "\t<AA_minsamples ival=\"~w\"/>",[proplists:get_value(aa_minsamples, Attr)]),
    println(F,
        "\t<AA_pixelwidth fval=\"~.10f\"/>",[proplists:get_value(aa_pixelwidth, Attr)]),
    println(F,
        "\t<filter_type sval=\"~s\"/>",[proplists:get_value(aa_filter_type, Attr)]),

micheus Wrote:povmaniac... you are really a code maniac.

Sure... Smile

The Universe is an infinite equation
Reply


Messages In This Thread
RE: YafaRay plugin; update roadmap and change list - povmaniac - 10-25-2013 06:19 PM

Forum Jump:


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