Block a user
Patrick Mours
deleted branch GPencil_Editing_Stage3 from pmoursnv/blender
2023-07-14 13:35:06 +02:00
Patrick Mours
deleted branch FixT87160_DSE_Channel_Selection from pmoursnv/blender
2023-07-14 13:34:58 +02:00
3405a838af
Fix GPU implementation of OSL matrix intrinsics
1765640558
Merge branch 'blender-v3.6-release'
e2dbc4779e
UI: change the UV packing pin option into a toggle & drop-down
27965a64a9
Merge branch 'blender-v3.6-release'
a6f3afe995
Fix: USD export: wrong emissive color in viewport material
Regression: Cycles: Optix not able to render without cuda toolkit
This is caused by 7fca0ee76a3ba49519075d1833207b8d877cde43. The NVIDIA A100 uses compute capability 8.0, which Blender doesn't ship precompiled kernels for. It still worked previously because it…
OSL OptiX Error in viewer or renderer when using Blender 3.5 Beta with OSL
Your material graph is too complicated. The memory for group data is currently hardcoded in Cycles to 2048 bytes and going beyond that is not supported, hence the error. Eventually this could be…
Cycles: Rendering fails with OPTIX_ERROR_PIPELINE_LINK_ERROR
Note that there is still a visual difference with the attached scene in OptiX due to #104276, which can be resolved by switching the displacement method to "Displacement Only" instead of the…