Files
test/intern/cycles
Michael Jones 99f5433445 Cycles: Dormant fixes for adaptive feature compilation
This PR fixes the (currently unused) scene-based selective feature compilation macros. These feature based macros haven't been used for a few years, and enabling them currently results in compilation errors.

The only functional change in this PR is in geom/primitive.h where undef-ing `__HAIR__` had exposed an inconsistency in how pointcloud attributes were being fetched. Using the more general `primitive_surface_attribute_float4` (instead of `curve_attribute_float4`) fixed a compilation error that occurred when rendering pointcloud unit test scenes with adaptive compilation enabled.

Pull Request: https://projects.blender.org/blender/blender/pulls/121216
2024-04-30 12:56:22 +02:00
..
2024-03-12 20:56:48 +11:00
2024-04-29 12:37:51 +02:00
2024-01-03 13:38:14 +01:00
2024-03-27 10:25:31 +11:00
2024-04-01 16:47:57 +11:00
2024-04-24 15:59:47 +02:00