Fix for bf-bug #389 (endless loop when creating constraint)
This commit is contained in:
@@ -113,8 +113,8 @@ static int is_child_of_ex(Object *owner, const char *ownersubstr, Object *parent
|
||||
else
|
||||
return 1;
|
||||
}
|
||||
curob=curob->parent;
|
||||
}
|
||||
curob=curob->parent;
|
||||
}
|
||||
|
||||
|
||||
@@ -768,4 +768,4 @@ bConstraintChannel *add_new_constraint_channel(const char* name)
|
||||
|
||||
void add_influence_key_to_constraint (bConstraint *con){
|
||||
printf("doesn't do anything yet\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user