float *volengths= NULL, *folengths= NULL;
int deform=0, a, totpart, paf_sta, paf_end;
int waitcursor_set= 0, totvert, totface, curface, curvert;
+#ifndef DISABLE_ELBEEM
int readMask, activeParts, fileParts;
+#endif
/* return conditions */
if(ob->type!=OB_MESH) return;
#include <unistd.h>
#endif
+#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
{
EditMesh *em = G.editMesh;
EditFace *efa;
- short change;
+ short change = 0;
MTFace *tf;
float u1, v1;
{
EditMesh *em = G.editMesh;
EditFace *efa;
- short change;
+ short change = 0;
MTFace *tf;
float u1, v1;
{
EditMesh *em = G.editMesh;
EditFace *efa;
- short change;
+ short change = 0;
MCol tmpcol, *mcol;
if (!EM_vertColorCheck()) {
error("mesh has no color layers");
{
EditMesh *em = G.editMesh;
EditFace *efa;
- short change;
+ short change = 0;
MCol tmpcol, *mcol;
if (!EM_vertColorCheck()) {
error("mesh has no color layers");
#endif
if (abf) {
- PBool p_chart_abf_solve(PChart *chart);
-
if (!p_chart_abf_solve(chart))
param_warning("ABF solving failed: falling back to LSCM.\n");
}