Cycles:
* Revert r57203 (len() renaming) There seems to be a problem with nVidia OpenCL after this and I haven't figured out the real cause yet. Better to selectively enable native length() later, after figuring out what's wrong. This fixes [#35612].
This commit is contained in:
@@ -287,7 +287,7 @@ void BVH::pack_curve_segment(int idx, float4 woop[3])
|
||||
float3 v1 = mesh->curve_keys[k1].co;
|
||||
|
||||
float3 d0 = v1 - v0;
|
||||
float l = length(d0);
|
||||
float l = len(d0);
|
||||
|
||||
/*Plan
|
||||
*Transform tfm = make_transform(
|
||||
|
Reference in New Issue
Block a user