|
|
hi,
clipka <ano### [at] anonymousorg> wrote:
> Am 13.01.2019 um 18:23 schrieb jr:
> > ok. do you have a 'wget'able url for that file, please?
> I have no idea what a "'wget'able" URL is, but maybe this one qualifies:
"man 1 wget", or "curl". command-line tools to fetch stuff.
>
https://raw.githubusercontent.com/POV-Ray/povray/master/source/parser/parser_functions_utilities.cpp
will do nicely. thanks.
> > btw, the alpha (also) crashes when there's an "old-style" text primitive, ie
> > without cmap {}, irrespective of charset present in global_settings. does the
> > above workaround fix that too?
>
> I thought you were confirming that v3.8.0-alpha.10011104 fixed your
> issue? Please clarify, and double-check the version you're running.
>
> Those `text` primitive crashes you were observing are totally unrelated
> to the user-defined function crashes.
yes, I appreciate that.
I used a reduced version of the 'pav-patt.pov' for the test, with the latest (ie
10011104) alpha. it crashes when T2 "visible":
#version 3.8;
global_settings {assumed_gamma 1}
#declare S = "abcdef";
#declare T1 = text {
ttf "arialbd.ttf" cmap { 1,0 charset 0 }
S
0.001 0
pigment { color rgb<1.0, 0.6, 0.2>*1.25 }
no_shadow
};
#if (0)
#declare T2 = text {
ttf "arialbd.ttf"
S
0.001 0
pigment { color rgb 0.1 }
no_shadow
};
#end
regards, jr.
Post a reply to this message
|
|