Add two nodes in the compositor editor :
ColorSpace :
Convert colorspaces from/to OCIO configs
LUT:
Apply 3D/1D LUT (cube format) to an image
Differential D12520
[COMPOSITOR] OCIO color spaces conversion node + 1D_3D_LUT node Authored by Cédric PAILLE (cedricp) on Sep 16 2021, 5:21 PM.
Details Add two nodes in the compositor editor : ColorSpace : Convert colorspaces from/to OCIO configs LUT: Apply 3D/1D LUT (cube format) to an image
Diff Detail Event TimelineComment Actions Can you remove the Color Space node changes as you already have submitted D12481: Compositing Convert color space node. Could you also update this patch the reflect the changes in master? Notible changes, node_composite_3dLut.c needs to be migrated to c++. Comment Actions Thanks for working on this, I think these nodes can be very useful.
I assume this patch is for the 3dLut node:
bf/blender/source/blender/compositor/operations/COM_Color3dLutOperation.cc:72:5: warning: do not use 'else' after 'continue' [readability-else-after-return]
else if (sscanf(line, "TITLE%*[ \t]%[^\n]", title) == 1) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Note: You can manage patches with arcanist -> https://wiki.blender.org/wiki/Tools/CodeReview#Use_Arcanist Comment Actions Hi, |