10-25-2013, 06:19 PM
(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...
The Universe is an infinite equation