Blender Git Commit Log

Git Commits -> Revision 533e267

Revision 533e267 by Sergey Sharybin (master)
June 28, 2019, 13:03 (GMT)
Remove Sticky option from the Floor constraint

This option from the very beginning of its existence needed more work
to make it work correct and this was never done.

This option was working fine during continuous playback, when there
are no skipped frames, but it was failing when AV-sync of framedrop
was enabled.
It was never working correct when jumping between frames, including
rendering on a farm which usually does frame-range based rendering.

With copy-on-write things became even more tricky, since the "stuck"
flag was never preserved between re-evaluations.

Fixes T65683: Sticky Option in Floor Constraint for Bones Not Working

Commit Details:

Full Hash: 533e267e95cf1115eebde95a67dc3b05d48e6ffd
Parent Commit: f5e0ae6
Lines Changed: +4, -49

5 Modified Paths:

/release/scripts/startup/bl_ui/properties_constraint.py (+1, -4) (Diff)
/source/blender/blenkernel/intern/constraint.c (+0, -13) (Diff)
/source/blender/blenloader/intern/versioning_legacy.c (+0, -21) (Diff)
/source/blender/makesdna/DNA_constraint_types.h (+3, -6) (Diff)
/source/blender/makesrna/intern/rna_constraint.c (+0, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021