//synfig::info("built list of waypoints/activepoints to modify");
//synfig::info("\t There are %d waypoint sets and %d activepointsets",
// match.waypointbiglist.size(), match.actpointbiglist.size());
- //process the hell out of em...
+ //process them...
{
//must build from both lists
timepoints_ref::waytracker::const_iterator i = match.waypointbiglist.begin(),
}
}
- //process the hell out of em...
+ //process them...
{
//must build from both lists
timepoints_ref::waytracker::const_iterator i = match.waypointbiglist.begin(),
//synfig::info("built list of waypoints/activepoints to modify");
//synfig::info("\t There are %d waypoint sets and %d activepointsets",
// match.waypointbiglist.size(), match.actpointbiglist.size());
- //process the hell out of em...
+ //process them...
{
//must build from both lists
timepoints_ref::waytracker::const_iterator i = match.waypointbiglist.begin(),
bool done = false;
- Real errortol = smoothness*pixelwidth; //???? what the hell should this value be
+ Real errortol = smoothness*pixelwidth; //???? what should this value be
BLinePoint a;
synfig::Vector v;