Don't think it has anything to do with 99.
I've always had the same problem with part 4150ps4.dat where:
LDX_1_dash_16rin19_dot_dat_in_part
LDX_1_dash_16rin19_dot_dat
need fixed with:
LDX_1_dash_16ri19_dot_dat_in_part
LDX_1_dash_16ri19_dot_dat
I usually just use a script to fix the .pov file automatically by adding these:
#declare LDX_1_dash_16ri19_dot_dat_in_part=LDX_1_dash_16rin19_dot_dat_in_part;
#declare LDX_1_dash_16ri19_dot_dat=LDX_1_dash_16rin19_dot_dat;
I've always had the same problem with part 4150ps4.dat where:
LDX_1_dash_16rin19_dot_dat_in_part
LDX_1_dash_16rin19_dot_dat
need fixed with:
LDX_1_dash_16ri19_dot_dat_in_part
LDX_1_dash_16ri19_dot_dat
I usually just use a script to fix the .pov file automatically by adding these:
#declare LDX_1_dash_16ri19_dot_dat_in_part=LDX_1_dash_16rin19_dot_dat_in_part;
#declare LDX_1_dash_16ri19_dot_dat=LDX_1_dash_16rin19_dot_dat;