WIP: Compositor: Add texture coordinate and noise nodes #112733

Draft
Sergey Sharybin wants to merge 2 commits from Sergey/blender:compositor_procedural into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

2 Commits

Author SHA1 Message Date
Sergey Sharybin 94d35b63c3 Merge branch 'main' into compositor_procedural 2023-10-23 15:27:01 +02:00
Sergey Sharybin 57b8946cd5 WIP: Compositor: Add texture coordinate and noise nodes
An exploration work related on improvement of procedural textures
done directly in compositor. Mainly to understand what it takes to
achieve better nodes integration without going into topics of
re-designing the compositor system.

Limitations:
* Only tiled compositor supported
* Only COlor output of the Noise texture is calculated

Ref #112732
2023-09-22 17:08:45 +02:00