Minor: Added doxygen file's doc comments in weightvg modifiers.
This commit is contained in:
@@ -26,11 +26,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/** \file blender/modifiers/intern/MOD_weightvg_util.c
|
||||||
* XXX I'd like to make modified weights visible in WeightPaint mode,
|
* \ingroup modifiers
|
||||||
* but couldn't figure a way to do this...
|
|
||||||
* Maybe this will need changes in mesh_calc_modifiers (DerivedMesh.c)?
|
|
||||||
* Or the WeightPaint mode code itself?
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "BLI_math.h"
|
#include "BLI_math.h"
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file blender/modifiers/intern/MOD_util.h
|
/** \file blender/modifiers/intern/MOD_weightvg_util.h
|
||||||
* \ingroup modifiers
|
* \ingroup modifiers
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -26,11 +26,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/** \file blender/modifiers/intern/MOD_weightvgedit.c
|
||||||
* XXX I'd like to make modified weights visible in WeightPaint mode,
|
* \ingroup modifiers
|
||||||
* but couldn't figure a way to do this...
|
|
||||||
* Maybe this will need changes in mesh_calc_modifiers (DerivedMesh.c)?
|
|
||||||
* Or the WeightPaint mode code itself?
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "BLI_utildefines.h"
|
#include "BLI_utildefines.h"
|
||||||
|
@@ -26,11 +26,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/** \file blender/modifiers/intern/MOD_weightvgmix.c
|
||||||
* XXX I'd like to make modified weights visible in WeightPaint mode,
|
* \ingroup modifiers
|
||||||
* but couldn't figure a way to do this...
|
|
||||||
* Maybe this will need changes in mesh_calc_modifiers (DerivedMesh.c)?
|
|
||||||
* Or the WeightPaint mode code itself?
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "BLI_utildefines.h"
|
#include "BLI_utildefines.h"
|
||||||
|
@@ -26,11 +26,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/** \file blender/modifiers/intern/MOD_weightvgproximity.c
|
||||||
* XXX I'd like to make modified weights visible in WeightPaint mode,
|
* \ingroup modifiers
|
||||||
* but couldn't figure a way to do this...
|
|
||||||
* Maybe this will need changes in mesh_calc_modifiers (DerivedMesh.c)?
|
|
||||||
* Or the WeightPaint mode code itself?
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "BLI_editVert.h"
|
#include "BLI_editVert.h"
|
||||||
|
Reference in New Issue
Block a user