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/modifiers/intern/MOD_weightvg_util.h')
-rw-r--r--source/blender/modifiers/intern/MOD_weightvg_util.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/source/blender/modifiers/intern/MOD_weightvg_util.h b/source/blender/modifiers/intern/MOD_weightvg_util.h
index 93594fd8b29..8bc56eb61f9 100644
--- a/source/blender/modifiers/intern/MOD_weightvg_util.h
+++ b/source/blender/modifiers/intern/MOD_weightvg_util.h
@@ -1,6 +1,4 @@
/*
- * ***** BEGIN GPL LICENSE BLOCK *****
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
@@ -17,15 +15,10 @@
*
* The Original Code is Copyright (C) 2011 by Bastien Montagne.
* All rights reserved.
- *
- * Contributor(s): None yet.
- *
- * ***** END GPL LICENSE BLOCK *****
- *
*/
-/** \file blender/modifiers/intern/MOD_weightvg_util.h
- * \ingroup modifiers
+/** \file
+ * \ingroup modifiers
*/
#ifndef __MOD_WEIGHTVG_UTIL_H__
@@ -37,9 +30,9 @@ struct MDeformWeight;
struct Mesh;
struct ModifierEvalContext;
struct Object;
-struct Tex;
-struct Scene;
struct RNG;
+struct Scene;
+struct Tex;
/*
* XXX I'd like to make modified weights visible in WeightPaint mode,