appleseed icon indicating copy to clipboard operation
appleseed copied to clipboard

A modern open source rendering engine for animation and visual effects

Results 105 appleseed issues
Sort by recently updated
recently updated
newest added

It's supposed to switch between shading override modes but it no longer does.

Bug
Component | appleseed.studio

[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

Bug

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...

Component | appleseed.shaders

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).

Refactoring

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...

Feature | OSL

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...

Feature

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...

Feature
Optimization