Blender Git Commit Log

Git Commits -> Revision a575c50

Revision a575c50 by Alexander Gavrilov (master)
November 15, 2018, 11:10 (GMT)
Stretch To: fix initialization of the constraint with copy-on-write.

The constraint is supposed to automatically initialize the rest
length when it is first evaluated, so now that evaluation is done
on a separate copy it also has to copy the value to the master
instance - or newly created constraints will be broken.

Since this is supposed to happen once at constraint creation,
implementing as a search for now instead of adding new fields.

Commit Details:

Full Hash: a575c508fe191b7cb35956c0e25e058896a3deb6
Parent Commit: 773110f
Lines Changed: +68, -1

1 Modified Path:

/source/blender/blenkernel/intern/constraint.c (+68, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021