8756ebb25a
While looking into something else, I noticed that the OSL render tests were not testing the Principled Volume tests. This is because when running OSL tests, we skip all Principled BSDF tests by ignoring all tests that start with `principled_` (this was done due to noise differences between SVM and OSL). However this had the knock on effect of skipping tests like - `principled_absorption` - `principled_blackbody` - `principled_smoke` in the volumetric test suite. This commit fixes this issue by renaming all Principled BSDF tests to `principled_bsdf_` and updating the block list to use this new name. Ref: blender/blender-test-data!31 Pull Request: https://projects.blender.org/blender/blender/pulls/131540