appleseed
appleseed copied to clipboard
A modern open source rendering engine for animation and visual effects
It's supposed to switch between shading override modes but it no longer does.
[triplanar2.zip](https://github.com/appleseedhq/appleseed/files/4049466/triplanar2.zip) The problem appears to be caused by these lines in as_texture_helpers.h: https://github.com/appleseedhq/appleseed/blob/master/src/appleseed.shaders/include/appleseed/texture/as_texture_helpers.h#L136-L137
Even when Object Space is used, intersection point coordinates are not normalized with respect to the object's bounding box. That means that if the object is, say, a box with...
Hi @est77, I've been working on a fork of Gaffer for Windows and I'm having trouble getting Appleseed working with it. I'm on the 2.0.5-beta branch that @johnhaddon recently updated...
This appears incompatible with `renderer::Display` and DSO-loaded tile callback factories (at least in the case of the progressive frame renderer).
Since commit 48af6fb14ee784a0600d0030e45cea02789f1595 there is the possibility of setting the default tangent mode (radial, local_x, local_y, local_z) but it is not exposed in the OSL shader and therefore to the...
For instance, if appleseed is built with SSE4.2 instruction set support but the CPU doesn't support them, can we detect and report that? It seems unlikely as SSE4.2 instructions may...
From @Fluss01 on Discord: > I noticed that only one of my CPU is working. Is the renderer supporting processor groups ? (Win10 64 Pro) [...] I have more than...