Blender Git Loki
Git Commits -> Revision 737239c
Revision 737239c by Joshua Leung (master) November 5, 2013, 00:19 (GMT) |
Bugfix [#36844] Cannot set Restrict Frame Start for FModifiers until Frame End has been adjusted Previously, the RNA settings tried to strictly enforce the constraint that the start frame must be less than the end frame. However, this behaviour was problematic, as it meant that you had to firstly move the end frame to its new (higher) value, before moving the start frame. The same also applied in the opposite direction. Now, this behaves in the same way that the scene start/end buttons work: if the new start frame is past the end frame, the end frame is "pushed" along to be the same value as the start frame. The same applies in the opposite direction. |
Commit Details:
Full Hash: 737239c4c4f1b422c741d53b19bf21939d7382c3
SVN Revision: 61105
Parent Commit: 26dc289
Lines Changed: +49, -11
1 Modified Path:
/source/blender/makesrna/intern/rna_fcurve.c (+49, -11) (Diff)