Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/constraint.c
| Context not available. | |||||
| } | } | ||||
| } | } | ||||
| /** Allocate and duplicate a single constraint, ouside of any object/pose context. */ | /** Allocate and duplicate a single constraint, outside of any object/pose context. */ | ||||
| bConstraint *BKE_constraint_duplicate_ex(bConstraint *src, const int flag, const bool do_extern) | bConstraint *BKE_constraint_duplicate_ex(bConstraint *src, const int flag, const bool do_extern) | ||||
| { | { | ||||
| bConstraint *dst = MEM_dupallocN(src); | bConstraint *dst = MEM_dupallocN(src); | ||||
| Context not available. | |||||