[Bf-blender-cvs] [10102d5] wiggly-widgets: Correction to recent commit, bone face map wasn't written to .blend

Julian Eisel noreply at git.blender.org
Mon Nov 9 00:13:30 CET 2015


Commit: 10102d550da5ca0bca14fe29254cd9af3aa91421
Author: Julian Eisel
Date:   Mon Nov 9 00:12:07 2015 +0100
Branches: wiggly-widgets
https://developer.blender.org/rB10102d550da5ca0bca14fe29254cd9af3aa91421

Correction to recent commit, bone face map wasn't written to .blend

===================================================================

M	source/blender/blenloader/intern/writefile.c

===================================================================

diff --git a/source/blender/blenloader/intern/writefile.c b/source/blender/blenloader/intern/writefile.c
index 3e069d1..32e17e5 100644
--- a/source/blender/blenloader/intern/writefile.c
+++ b/source/blender/blenloader/intern/writefile.c
@@ -1488,6 +1488,7 @@ static void write_pose(WriteData *wd, bPose *pose)
 			IDP_WriteProperty(chan->prop, wd);
 		
 		write_constraints(wd, &chan->constraints);
+		writestruct(wd, DATA, "bFaceMap", 1, chan->fmap);
 		
 		write_motionpath(wd, chan->mpath);




More information about the Bf-blender-cvs mailing list