This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
Joshua Leung b2f9672078 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!)
2009-10-26 11:10:04 +00:00
..
2009-10-08 00:57:00 +00:00
2009-10-22 09:31:07 +00:00
2009-07-17 02:43:15 +00:00
2009-08-18 12:58:51 +00:00
2009-10-22 09:31:07 +00:00
2009-06-13 11:09:13 +00:00
2009-09-19 01:05:16 +00:00
2009-07-02 19:41:31 +00:00
2009-06-23 00:09:26 +00:00
2009-09-30 18:18:32 +00:00
2009-03-17 22:27:15 +00:00
2009-10-22 16:35:51 +00:00
2.5
2009-04-20 10:13:55 +00:00
2009-08-03 14:40:10 +00:00
2009-10-22 09:31:07 +00:00
2009-10-22 16:35:51 +00:00
2009-08-02 13:15:20 +00:00
2009-08-09 21:16:39 +00:00
2009-08-12 09:54:29 +00:00
2009-09-20 14:00:00 +00:00
2009-09-22 16:23:46 +00:00
2009-10-12 16:00:39 +00:00
2009-08-09 21:16:39 +00:00
2009-08-09 21:16:39 +00:00
2.5
2009-06-19 23:05:21 +00:00
2009-07-11 22:22:53 +00:00