Re: problem with latest makeobj (makeobj 49)
Reply #47 –
"None" must be the last entry, not the first!
EDIT:
"SNFOS_None" appears to be a typo for "none", while "SNFOS_Aero_avant" and "SNFOS_Aero_bar" are not defined at all in this file. 
So try these for front:
Constraint[Prev][0]=SNFOS_Aero_rear
Constraint[Prev][1]=None
Constraint[Next][0]=SNFOS_Aero_car
Constraint[Next][1]=SNFOS_Aero_mails
and these for rear:
Constraint[Prev][0]=SNFOS_Aero_car
Constraint[Prev][1]=SNFOS_Aero_mails
Constraint[Next][0]=SNFOS_Aero_front
Constraint[Next][1]=None