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/editors/armature/reeb.h')
-rw-r--r--source/blender/editors/armature/reeb.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/blender/editors/armature/reeb.h b/source/blender/editors/armature/reeb.h
index 7297f25c980..9eed343f18a 100644
--- a/source/blender/editors/armature/reeb.h
+++ b/source/blender/editors/armature/reeb.h
@@ -24,7 +24,7 @@
* \ingroup edarmature
*/
-
+
#ifndef __REEB_H__
#define __REEB_H__
@@ -43,15 +43,15 @@ struct ReebNode;
typedef struct ReebGraph {
ListBase arcs;
ListBase nodes;
-
+
float length;
-
+
FreeArc free_arc;
FreeNode free_node;
RadialSymmetry radial_symmetry;
AxialSymmetry axial_symmetry;
/*********************************/
-
+
int resolution;
int totnodes;
struct EdgeHash *emap;
@@ -80,7 +80,7 @@ typedef struct ReebNode {
int symmetry_flag;
float symmetry_axis[3];
/*********************************/
-
+
float no[3];
int index;
@@ -127,10 +127,10 @@ typedef struct ReebArcIterator {
NextNFct nextN;
PreviousFct previous;
StoppedFct stopped;
-
+
float *p, *no;
float size;
-
+
int length;
int index;
/*********************************/