doxygen: blender/nodes tagged.

This commit is contained in:
Nathan Letwory 2011-02-27 20:13:22 +00:00
parent 5a760e22fc
commit 19a9cffdf0
104 changed files with 520 additions and 0 deletions

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_alphaOver.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** ALPHAOVER ******************** */

@ -26,6 +26,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_bilateralblur.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** BILATERALBLUR ******************** */

@ -28,6 +28,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_blur.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** BLUR ******************** */

@ -28,6 +28,11 @@
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_brightness.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_channelMatte.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_chromaMatte.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* ******************* Chroma Key ********************************************************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_colorMatte.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* ******************* Color Key ********************************************************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_colorSpill.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_colorbalance.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_composite.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_crop.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** Crop ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_curves.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_defocus.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* ************ qdn: Defocus node ****************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_diffMatte.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* ******************* channel Difference Matte ********************************* */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_dilate.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_directionalblur.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
static bNodeSocketType cmp_node_dblur_in[]= {

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_displace.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_distanceMatte.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* ******************* channel Distance Matte ********************************* */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_filter.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** FILTER ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_flip.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** Flip ******************** */

@ -28,6 +28,11 @@
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_gamma.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** Gamma Tools ******************** */

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_glare.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
static bNodeSocketType cmp_node_glare_in[]= {

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_hueSatVal.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_huecorrect.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
static bNodeSocketType cmp_node_huecorrect_in[]= {

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_idMask.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_image.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -26,6 +26,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_invert.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** INVERT ******************** */

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_lensdist.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
static bNodeSocketType cmp_node_lensdist_in[]= {

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_levels.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_lummaMatte.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_mapUV.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** Map UV ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_mapValue.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** MAP VALUE ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_math.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** SCALAR MATH ******************** */

@ -26,6 +26,11 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_mixrgb.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** MIX RGB ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_normal.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_normalize.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_outputFile.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** OUTPUT FILE ******************** */

@ -28,6 +28,11 @@
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_premulkey.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** Premul and Key Alpha Convert ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_rgb.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_rotate.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** Rotate ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_scale.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** Scale ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_sepcombHSVA.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_sepcombRGBA.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** SEPARATE RGBA ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_sepcombYCCA.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_sepcombYUVA.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_setalpha.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** SET ALPHA ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_splitViewer.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** SPLIT VIEWER ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_texture.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** TEXTURE ******************** */

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_tonemap.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
static bNodeSocketType cmp_node_tonemap_in[]= {

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_translate.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_valToRgb.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_value.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"
/* **************** VALUE ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_vecBlur.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_viewer.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_nodes/CMP_zcombine.c
* \ingroup cmpnodes
*/
#include "../CMP_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_util.c
* \ingroup nodes
*/
#include "CMP_util.h"
CompBuf *alloc_compbuf(int sizex, int sizey, int type, int alloc)

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/CMP_util.h
* \ingroup nodes
*/
#ifndef CMP_NODE_UTILS_H_
#define CMP_NODE_UTILS_H_

@ -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 ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/SHD_nodes/SHD_curves.c
* \ingroup shdnodes
*/
#include "../SHD_util.h"

@ -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

@ -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"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/SHD_nodes/SHD_hueSatVal.c
* \ingroup shdnodes
*/
#include "../SHD_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/SHD_nodes/SHD_invert.c
* \ingroup shdnodes
*/
#include "../SHD_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/SHD_nodes/SHD_mapping.c
* \ingroup shdnodes
*/
#include "../SHD_util.h"
/* **************** MAPPING ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/SHD_nodes/SHD_material.c
* \ingroup shdnodes
*/
#include "../SHD_util.h"
/* **************** MATERIAL ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/SHD_nodes/SHD_math.c
* \ingroup shdnodes
*/
#include "../SHD_util.h"

@ -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 ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/SHD_nodes/SHD_normal.c
* \ingroup shdnodes
*/
#include "../SHD_util.h"
/* **************** NORMAL ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/SHD_nodes/SHD_output.c
* \ingroup shdnodes
*/
#include "../SHD_util.h"
/* **************** OUTPUT ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/SHD_nodes/SHD_rgb.c
* \ingroup shdnodes
*/
#include "../SHD_util.h"
/* **************** RGB ******************** */

@ -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 ******************** */

@ -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 ******************** */

@ -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"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/SHD_nodes/SHD_valToRgb.c
* \ingroup shdnodes
*/
#include "../SHD_util.h"
/* **************** VALTORGB ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/SHD_nodes/SHD_value.c
* \ingroup shdnodes
*/
#include "../SHD_util.h"
/* **************** VALUE ******************** */

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/SHD_nodes/SHD_vectMath.c
* \ingroup shdnodes
*/
#include "../SHD_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/SHD_util.c
* \ingroup nodes
*/
#include "SHD_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/SHD_util.h
* \ingroup nodes
*/
#ifndef SHD_NODE_UTIL_H_
#define SHD_NODE_UTIL_H_

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_at.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
static bNodeSocketType inputs[]= {

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_bricks.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
#include <math.h>

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_checker.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
#include <math.h>

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_compose.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
static bNodeSocketType inputs[]= {

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_coord.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
static bNodeSocketType outputs[]= {

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_curves.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
/* **************** CURVE Time ******************** */

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_decompose.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
#include <math.h>

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_distance.c
* \ingroup texnodes
*/
#include <math.h>
#include "BLI_math.h"
#include "../TEX_util.h"

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_hueSatVal.c
* \ingroup texnodes
*/
#include "../TEX_util.h"

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_image.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
static bNodeSocketType outputs[]= {

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_invert.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
/* **************** INVERT ******************** */

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_math.c
* \ingroup texnodes
*/
#include "../TEX_util.h"

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_mixRgb.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
/* **************** MIX RGB ******************** */

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_output.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
/* **************** COMPOSITE ******************** */

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_proc.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
#include "RE_shader_ext.h"

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_rotate.c
* \ingroup texnodes
*/
#include <math.h>
#include "../TEX_util.h"

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_scale.c
* \ingroup texnodes
*/
#include <math.h>
#include "../TEX_util.h"

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_texture.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
#include "RE_shader_ext.h"

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_translate.c
* \ingroup texnodes
*/
#include <math.h>
#include "../TEX_util.h"

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_valToNor.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
static bNodeSocketType inputs[]= {

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_valToRgb.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
/* **************** VALTORGB ******************** */

@ -26,6 +26,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/nodes/intern/TEX_nodes/TEX_viewer.c
* \ingroup texnodes
*/
#include "../TEX_util.h"
#include <math.h>

Some files were not shown because too many files have changed in this diff Show More