08-15-2015, 04:44 PM
Hey guys, looks like nobody uses Pov-ray, but i realy like it for fast export.
Bug pass in exporting names of texture.
When i use texture for diffuse and texture for bump
name of additional texture written wrong like here:
In old version of wings ( 1.2 or 1.3) names look
like "maintex.png" when internal or "d:/pics/maintex.png" when external
Its enough easy to fix it in POV-ray editor,
but i going mad when made 15-20 renders together
Bug pass in exporting names of texture.
When i use texture for diffuse and texture for bump
name of additional texture written wrong like here:
Code:
#declare wm_Mat_common = texture{
uv_mapping
pigment{
image_map {
png "maintex.png"
}
}
normal{
uv_mapping bump_map {
png "d:/pics/MainA.png.png"
bump_size 2.000000
}
}
like "maintex.png" when internal or "d:/pics/maintex.png" when external
Its enough easy to fix it in POV-ray editor,
but i going mad when made 15-20 renders together