forked from bartvdbraak/blender
doxygendoxygen: blender/modifiers tagged.
This commit is contained in:
parent
1bb465141d
commit
caa7bea1c5
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_armature.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "DNA_armature_types.h"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_boolean.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "DNA_object_types.h"
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_build.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_cast.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "DNA_meshdata_types.h"
|
||||
#include "DNA_object_types.h"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_curve.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "DNA_scene_types.h"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_decimate.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "DNA_meshdata_types.h"
|
||||
|
||||
#include "BLI_math.h"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_displace.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "DNA_meshdata_types.h"
|
||||
#include "DNA_object_types.h"
|
||||
|
||||
|
@ -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) */
|
||||
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_explode.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "DNA_meshdata_types.h"
|
||||
#include "DNA_scene_types.h"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_fluidsim_util.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include <stddef.h>
|
||||
#include <zlib.h>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_lattice.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "DNA_object_types.h"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_mask.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_meshdeform.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "DNA_meshdata_types.h"
|
||||
#include "DNA_object_types.h"
|
||||
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_mirror.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "DNA_meshdata_types.h"
|
||||
#include "DNA_object_types.h"
|
||||
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_multires.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "BKE_cdderivedmesh.h"
|
||||
|
@ -34,6 +34,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_none.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_particleinstance.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "DNA_meshdata_types.h"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_particlesystem.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "stddef.h"
|
||||
|
||||
#include "DNA_material_types.h"
|
||||
|
@ -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"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_shapekey.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "BLI_math.h"
|
||||
|
||||
#include "DNA_key_types.h"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_shrinkwrap.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "BLI_string.h"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_simpledeform.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "DNA_meshdata_types.h"
|
||||
#include "DNA_object_types.h"
|
||||
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_smoke.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "stddef.h"
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_smooth.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "DNA_meshdata_types.h"
|
||||
|
||||
#include "BLI_math.h"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_softbody.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "DNA_scene_types.h"
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_solidify.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "DNA_meshdata_types.h"
|
||||
|
||||
#include "BLI_math.h"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_subsurf.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "stddef.h"
|
||||
|
||||
#include "DNA_scene_types.h"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/modifiers/intern/MOD_wave.c
|
||||
* \ingroup modifiers
|
||||
*/
|
||||
|
||||
|
||||
#include "BLI_math.h"
|
||||
|
||||
#include "DNA_meshdata_types.h"
|
||||
|
Loading…
Reference in New Issue
Block a user