doxygendoxygen: blender/modifiers tagged.

This commit is contained in:
Nathan Letwory 2011-02-25 13:57:17 +00:00
parent 1bb465141d
commit caa7bea1c5
41 changed files with 205 additions and 0 deletions

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_armature.c
* \ingroup modifiers
*/
#include <string.h>
#include "DNA_armature_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_array.c
* \ingroup modifiers
*/
/* Array modifier: duplicates the object multiple times along an axis */
#include "MEM_guardedalloc.h"

View File

@ -29,6 +29,11 @@
* ***** END GPL LICENSE BLOCK *****
*
*/
/** \file blender/modifiers/intern/MOD_bevel.c
* \ingroup modifiers
*/
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_boolean.c
* \ingroup modifiers
*/
#include "DNA_object_types.h"
#include "BLI_utildefines.h"

View File

@ -28,6 +28,11 @@
* CSG operations.
*/
/** \file blender/modifiers/intern/MOD_boolean_util.c
* \ingroup modifiers
*/
#include "DNA_material_types.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"

View File

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/modifiers/intern/MOD_boolean_util.h
* \ingroup modifiers
*/
#ifndef MOD_BOOLEAN_UTILS_H
#define MOD_BOOLEAN_UTILS_H

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_build.c
* \ingroup modifiers
*/
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_cast.c
* \ingroup modifiers
*/
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_cloth.c
* \ingroup modifiers
*/
#include "DNA_cloth_types.h"
#include "DNA_scene_types.h"
#include "DNA_object_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_collision.c
* \ingroup modifiers
*/
#include "DNA_scene_types.h"
#include "DNA_object_types.h"
#include "DNA_meshdata_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_curve.c
* \ingroup modifiers
*/
#include <string.h>
#include "DNA_scene_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_decimate.c
* \ingroup modifiers
*/
#include "DNA_meshdata_types.h"
#include "BLI_math.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_displace.c
* \ingroup modifiers
*/
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_edgesplit.c
* \ingroup modifiers
*/
/* EdgeSplit modifier: Splits edges in the mesh according to sharpness flag
* or edge angle (can be used to achieve autosmoothing) */

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_explode.c
* \ingroup modifiers
*/
#include "DNA_meshdata_types.h"
#include "DNA_scene_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_fluidsim.c
* \ingroup modifiers
*/
#include "DNA_scene_types.h"
#include "DNA_object_fluidsim.h"
#include "DNA_object_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_fluidsim_util.c
* \ingroup modifiers
*/
#include <stddef.h>
#include <zlib.h>

View File

@ -27,6 +27,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/modifiers/intern/MOD_fluidsim_util.h
* \ingroup modifiers
*/
#ifndef MOD_FLUIDSIM_UTIL_H
#define MOD_FLUIDSIM_UTIL_H

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_hook.c
* \ingroup modifiers
*/
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_lattice.c
* \ingroup modifiers
*/
#include <string.h>
#include "DNA_object_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_mask.c
* \ingroup modifiers
*/
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_meshdeform.c
* \ingroup modifiers
*/
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_mirror.c
* \ingroup modifiers
*/
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_multires.c
* \ingroup modifiers
*/
#include <stddef.h>
#include "BKE_cdderivedmesh.h"

View File

@ -34,6 +34,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/modifiers/intern/MOD_none.c
* \ingroup modifiers
*/
#include "BLI_utildefines.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_particleinstance.c
* \ingroup modifiers
*/
#include "DNA_meshdata_types.h"
#include "MEM_guardedalloc.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_particlesystem.c
* \ingroup modifiers
*/
#include "stddef.h"
#include "DNA_material_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_screw.c
* \ingroup modifiers
*/
/* Screw modifier: revolves the edges about an axis */
#include "DNA_meshdata_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_shapekey.c
* \ingroup modifiers
*/
#include "BLI_math.h"
#include "DNA_key_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_shrinkwrap.c
* \ingroup modifiers
*/
#include <string.h>
#include "BLI_string.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_simpledeform.c
* \ingroup modifiers
*/
#include "DNA_meshdata_types.h"
#include "DNA_object_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_smoke.c
* \ingroup modifiers
*/
#include "stddef.h"
#include "MEM_guardedalloc.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_smooth.c
* \ingroup modifiers
*/
#include "DNA_meshdata_types.h"
#include "BLI_math.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_softbody.c
* \ingroup modifiers
*/
#include "DNA_scene_types.h"
#include "BLI_utildefines.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_solidify.c
* \ingroup modifiers
*/
#include "DNA_meshdata_types.h"
#include "BLI_math.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_subsurf.c
* \ingroup modifiers
*/
#include "stddef.h"
#include "DNA_scene_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_surface.c
* \ingroup modifiers
*/
#include "DNA_scene_types.h"
#include "DNA_object_types.h"
#include "DNA_meshdata_types.h"

View File

@ -30,6 +30,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/modifiers/intern/MOD_util.c
* \ingroup modifiers
*/
#include <string.h>
#include "DNA_modifier_types.h"

View File

@ -25,6 +25,11 @@
* ***** END GPL LICENSE BLOCK *****
*/
/** \file blender/modifiers/intern/MOD_util.h
* \ingroup modifiers
*/
#ifndef MOD_UTIL_H
#define MOD_UTIL_H

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_uvproject.c
* \ingroup modifiers
*/
/* UV Project modifier: Generates UVs projected from an object */
#include "DNA_meshdata_types.h"

View File

@ -30,6 +30,11 @@
*
*/
/** \file blender/modifiers/intern/MOD_wave.c
* \ingroup modifiers
*/
#include "BLI_math.h"
#include "DNA_meshdata_types.h"