Blender Git Loki
Git Commits -> Revision 6a79de7
Revision 6a79de7 by Janne Karhu (master) December 21, 2010, 20:18 (GMT) |
Fix for [#25325] Timeline doesn't show status of baked psys until frame is advanced * Timeline didn't listen to file read notifier, so the pointcache frames indicator didn't get updated. * Also added listens to particle & modifier (cloth, sb & smoke) notifiers as changes that cleared a pointcache weren't shown directly in the timeline either. * The timeline display was also always one frame behind the actual state, since the notifiers are handled before the actual dynamics are calculated. ** This is now fixed too, by creating the actual drawn data always at drawtime. |
Commit Details:
Full Hash: 6a79de7698efe45a79ff788edad8ef75da51ca3d
SVN Revision: 33840
Parent Commit: aeba703
Lines Changed: +47, -59