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:
Diffstat (limited to 'source/blender/nodes/intern/SHD_nodes')
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_camera.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_curves.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_dynamic.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_geom.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_hueSatVal.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_invert.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_mapping.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_material.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_math.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_mixRgb.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_normal.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_output.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_rgb.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_sepcombRGB.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_squeeze.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_texture.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_valToRgb.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_value.c5
-rw-r--r--source/blender/nodes/intern/SHD_nodes/SHD_vectMath.c5
19 files changed, 95 insertions, 0 deletions
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_camera.c b/source/blender/nodes/intern/SHD_nodes/SHD_camera.c
index d6339b0677c..eea572bf271 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_camera.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_camera.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_camera.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
/* **************** CAMERA INFO ******************** */
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_curves.c b/source/blender/nodes/intern/SHD_nodes/SHD_curves.c
index 7e44a090d85..78b5e4c1e56 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_curves.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_curves.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_curves.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_dynamic.c b/source/blender/nodes/intern/SHD_nodes/SHD_dynamic.c
index 75c6799c92a..d5e5d5eeb93 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_dynamic.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_dynamic.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_dynamic.c
+ * \ingroup shdnodes
+ */
+
+
/* TODO, support python3.x */
#undef WITH_PYTHON
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_geom.c b/source/blender/nodes/intern/SHD_nodes/SHD_geom.c
index dbefa819be0..c08d5f3548d 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_geom.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_geom.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_geom.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
#include "DNA_customdata_types.h"
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_hueSatVal.c b/source/blender/nodes/intern/SHD_nodes/SHD_hueSatVal.c
index 78a0c197525..dd09b4e1b70 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_hueSatVal.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_hueSatVal.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_hueSatVal.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_invert.c b/source/blender/nodes/intern/SHD_nodes/SHD_invert.c
index 1699493b446..888d1514146 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_invert.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_invert.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_invert.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_mapping.c b/source/blender/nodes/intern/SHD_nodes/SHD_mapping.c
index a6f4f7c80df..528b43ae56e 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_mapping.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_mapping.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_mapping.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
/* **************** MAPPING ******************** */
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_material.c b/source/blender/nodes/intern/SHD_nodes/SHD_material.c
index e8c30b621f5..a95968e7fc9 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_material.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_material.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_material.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
/* **************** MATERIAL ******************** */
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_math.c b/source/blender/nodes/intern/SHD_nodes/SHD_math.c
index 7d31ab05c85..0c9e9bd0fe3 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_math.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_math.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_math.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_mixRgb.c b/source/blender/nodes/intern/SHD_nodes/SHD_mixRgb.c
index 1520618ced2..8b3033a98ca 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_mixRgb.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_mixRgb.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_mixRgb.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
/* **************** MIX RGB ******************** */
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_normal.c b/source/blender/nodes/intern/SHD_nodes/SHD_normal.c
index 66045902b69..a4e39935cea 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_normal.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_normal.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_normal.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
/* **************** NORMAL ******************** */
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_output.c b/source/blender/nodes/intern/SHD_nodes/SHD_output.c
index 548bc067076..4b6488cf4e0 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_output.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_output.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_output.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
/* **************** OUTPUT ******************** */
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_rgb.c b/source/blender/nodes/intern/SHD_nodes/SHD_rgb.c
index 821254ad832..3d7f401b055 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_rgb.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_rgb.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_rgb.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
/* **************** RGB ******************** */
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_sepcombRGB.c b/source/blender/nodes/intern/SHD_nodes/SHD_sepcombRGB.c
index 5939a86df03..e4fa0b02521 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_sepcombRGB.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_sepcombRGB.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_sepcombRGB.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
/* **************** SEPARATE RGBA ******************** */
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_squeeze.c b/source/blender/nodes/intern/SHD_nodes/SHD_squeeze.c
index b3edc3de716..80693ff08f0 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_squeeze.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_squeeze.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_squeeze.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
/* **************** VALUE SQUEEZE ******************** */
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_texture.c b/source/blender/nodes/intern/SHD_nodes/SHD_texture.c
index 56c8cd062a3..c2fb18a939b 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_texture.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_texture.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_texture.c
+ * \ingroup shdnodes
+ */
+
+
#include "DNA_texture_types.h"
#include "../SHD_util.h"
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_valToRgb.c b/source/blender/nodes/intern/SHD_nodes/SHD_valToRgb.c
index 723aeaa82f3..d2538f4c819 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_valToRgb.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_valToRgb.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_valToRgb.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
/* **************** VALTORGB ******************** */
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_value.c b/source/blender/nodes/intern/SHD_nodes/SHD_value.c
index 22603b880fa..29a75bbf36d 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_value.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_value.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_value.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"
/* **************** VALUE ******************** */
diff --git a/source/blender/nodes/intern/SHD_nodes/SHD_vectMath.c b/source/blender/nodes/intern/SHD_nodes/SHD_vectMath.c
index c39fff262e4..9979e488a71 100644
--- a/source/blender/nodes/intern/SHD_nodes/SHD_vectMath.c
+++ b/source/blender/nodes/intern/SHD_nodes/SHD_vectMath.c
@@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
+/** \file blender/nodes/intern/SHD_nodes/SHD_vectMath.c
+ * \ingroup shdnodes
+ */
+
+
#include "../SHD_util.h"