Cleanup: Compositor: Remove outdated TODO
Done in #108858 but comment was not removed. Pull Request: https://projects.blender.org/blender/blender/pulls/110856
This commit is contained in:
committed by
Habib Gahbiche
parent
803b541307
commit
2f907a0b53
@@ -58,8 +58,7 @@ void KuwaharaAnisotropicOperation::execute_pixel_sampled(float output[4],
|
||||
const float q = 3.0;
|
||||
const float EPS = 1.0e-10;
|
||||
|
||||
/* For now use green channel to compute orientation. */
|
||||
/* TODO: convert to HSV and compute orientation and strength on luminance channel */
|
||||
/* All channels are identical. Take first channel for simplicity. */
|
||||
float tmp[4];
|
||||
s_xx_reader_->read(tmp, x, y, nullptr);
|
||||
const float a = tmp[1];
|
||||
|
||||
Reference in New Issue
Block a user