Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2021-12-25 06:47:58 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-12-25 06:47:58 +0300
commitfc45b007201f920fb9a6c56dd7ea737626990a52 (patch)
tree30de9fdc0195b99e62498f50a5310956cf5afb49 /source/blender/nodes/shader/CMakeLists.txt
parent6e0cf86e73fedebb1615dde664fbac4859a72b60 (diff)
Cleanup: Define node tree icon in register function
I suppose this was done to reduce then dependencies. However, most nodes already depend on UI code so this isnt too useful.
Diffstat (limited to 'source/blender/nodes/shader/CMakeLists.txt')
-rw-r--r--source/blender/nodes/shader/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/shader/CMakeLists.txt b/source/blender/nodes/shader/CMakeLists.txt
index 311b7f75d00..be5e9506e22 100644
--- a/source/blender/nodes/shader/CMakeLists.txt
+++ b/source/blender/nodes/shader/CMakeLists.txt
@@ -26,6 +26,7 @@ set(INC
../../blenlib
../../blentranslation
../../depsgraph
+ ../../editors/include
../../functions
../../gpu
../../imbuf