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/BIF_retarget.h')
-rw-r--r--source/blender/editors/armature/BIF_retarget.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/blender/editors/armature/BIF_retarget.h b/source/blender/editors/armature/BIF_retarget.h
index aa56f847f00..2bd2b80190b 100644
--- a/source/blender/editors/armature/BIF_retarget.h
+++ b/source/blender/editors/armature/BIF_retarget.h
@@ -52,28 +52,28 @@ typedef struct RigGraph {
ListBase nodes;
float length;
-
+
FreeArc free_arc;
FreeNode free_node;
RadialSymmetry radial_symmetry;
AxialSymmetry axial_symmetry;
/*********************************/
-
+
int flag;
ListBase controls;
ListBase *editbones;
-
+
struct RigNode *head;
ReebGraph *link_mesh;
-
-
+
+
TaskScheduler *task_scheduler;
TaskPool *task_pool;
-
+
GHash *bones_map; /* map of editbones by name */
GHash *controls_map; /* map of rigcontrols by bone pointer */
-
+
struct Object *ob;
} RigGraph;
@@ -106,7 +106,7 @@ typedef struct RigArc {
int symmetry_group;
int symmetry_flag;
/*********************************/
-
+
ListBase edges;
int count;
ReebArc *link_mesh;