Cycles: Add render test for shadow linking on point clouds #19
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-test-data#19
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "shadow-linking-point-cloud"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Having a test like this was found to be useful during
blender/blender!125803
And a test like this will be useful in case of future BVH changes
or refactors.
Ref: blender/blender#123012
Just for reference, without the fix in blender/blender!125803, everything would cast shadows, no matter the shadow linking settings.
I plan to add a test for shadow linking with curves as well (Another feature that wasn't tested, but needed to be tested during the development of blender/blender!125803), should I create a seperate PR or add the tests to this one?
I don't have strong opinion.
It you think you'd need extra time for curves tests, then landing what you already have I good. And if you feel that it wouldn't take long time and that it's easier for you to manage as a single PR then do it in this PR :)
I will handle curves seperately due to differences between different BVH options, and so will have to do more thorough testing localling on all my computers.
Checkout
From your project repository, check out a new branch and test the changes.