Blender Git Commit Log
Git Commits -> Revision d673c4a
Revision d673c4a by Ton Roosendaal (master) November 11, 2004, 15:31 (GMT) |
1) Bug fix 1776 Lattices seem to have deform lag, when they're animated with Ipos. Found out this behaviour is already from before 2.25... solved with removing a where_is_object() from deform code, but dont fully grasp why. Tested with good demo file, with motion blur too. 2) No functional changes, just made 2 files compile without warnings; - added extra ifdefs __NLA_BLENDCON for unused calls - removed zealot 'const' from function protos and variables, these cannot work there, and hence gave warnings - added void pointer casts for array conversions in matrix code |
Commit Details:
Full Hash: d673c4a862ae8c8eaf26b3a939e0da7f335ffbf4
SVN Revision: 3438
Parent Commit: c8c1492
Lines Changed: +18, -15