- Removed requests to mail reevan@blender.nl
This commit is contained in:
@@ -463,7 +463,7 @@ void assign_verts_defgroup (void)
|
||||
}
|
||||
break;
|
||||
default:
|
||||
printf ("Assigning deformation groups to unknown object type: Warn <reevan@blender.nl>\n");
|
||||
printf ("Assigning deformation groups to unknown object type\n");
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -547,7 +547,7 @@ void remove_verts_defgroup (int allverts)
|
||||
}
|
||||
break;
|
||||
default:
|
||||
printf ("Removing deformation groups from unknown object type: Warn <reevan@blender.nl>\n");
|
||||
printf ("Removing deformation groups from unknown object type\n");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
@@ -732,7 +732,7 @@ void make_parent(void)
|
||||
apply_pose_armature(get_armature(par), par->pose, 0);
|
||||
bone=get_indexed_bone(get_armature(par), bonenr);
|
||||
if (!bone){
|
||||
// error ("Invalid bone! Warn reevan@blender.nl");
|
||||
// error ("Invalid bone!");
|
||||
allqueue(REDRAWVIEW3D, 0);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user