Blender Git Loki

Git Commits -> Revision b2f9672

Revision b2f9672 by Joshua Leung (master)
October 26, 2009, 11:10 (GMT)
Animation Bugfixes - Noise Modifier + Graph Editor:

* #19727: Noise modifier does nothing with size 1.0
When the 'Size' and 'Phase' parameters were both 1.0 exactly, and evaltime was an integer (as is the case when doing animation evaluation but not for Graph Editor drawing), the noise calculation function was bailing out. Now, the 'z' component supplied to this function is a decimal value (hardcoded to 0.1 after experimentation) to try and avoid this situation.

* Graph Editor 'Bake' operator was using wrong poll callback, making it useless when trying to use it on a F-Curve that only has modifiers on it (i.e. the main use case of the operator!)

Commit Details:

Full Hash: b2f96720786a1440f0e22fed414efcde283a07c8
SVN Revision: 24085
Parent Commit: 39d62a1
Lines Changed: +7, -2

2 Modified Paths:

/source/blender/blenkernel/intern/fmodifier.c (+6, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021