White space fixes (to make a diff from the trunk cleaner).
This commit is contained in:
@@ -153,7 +153,7 @@ set(SRC
|
||||
intern/world.c
|
||||
intern/writeavi.c
|
||||
intern/writeframeserver.c
|
||||
|
||||
|
||||
BKE_DerivedMesh.h
|
||||
BKE_action.h
|
||||
BKE_addon.h
|
||||
|
||||
@@ -833,7 +833,7 @@ void BKE_animdata_main_cb(Main *mainptr, ID_AnimData_Edit_Callback func, void *u
|
||||
|
||||
/* line styles */
|
||||
ANIMDATA_IDS_CB(mainptr->linestyle.first);
|
||||
}
|
||||
}
|
||||
|
||||
/* Fix all RNA-Paths throughout the database (directly access the Global.main version)
|
||||
* NOTE: it is assumed that the structure we're replacing is <prefix><["><name><"]>
|
||||
|
||||
@@ -1015,7 +1015,7 @@ static void ccgDM_getFinalFace(DerivedMesh *dm, int faceNum, MFace *mf)
|
||||
}
|
||||
else {
|
||||
mf->flag = ME_SMOOTH;
|
||||
}
|
||||
}
|
||||
|
||||
mf->edcode = 0;
|
||||
}
|
||||
@@ -3282,6 +3282,7 @@ static CCGDerivedMesh *getCCGDerivedMesh(CCGSubSurf *ss,
|
||||
|
||||
has_edge_origindex = CustomData_has_layer(&ccgdm->dm.edgeData, CD_ORIGINDEX);
|
||||
|
||||
|
||||
loopindex = loopindex2 = 0; /* current loop index */
|
||||
for (index = 0; index < totface; index++) {
|
||||
CCGFace *f = ccgdm->faceMap[index].face;
|
||||
|
||||
Reference in New Issue
Block a user