Blender Git Loki
Git Commits -> Revision d5ccd35
Revision d5ccd35 by Ton Roosendaal (master) July 17, 2005, 12:20 (GMT) |
While checking old bugreports on the todo tracker, found weak issue in current depgraph... that's when an object has multiple "parents", which have different relation types. (one parent moves Object, the other deforms). In that case the result was undefined. Solved it nicely with the DAG building code, resulting in quicker flushing of changes even. Also noted a bug in the drawview.c 'object_handle_update' call, which should not check for layers. The DAG flushing clears recalc flags for invisible layers, if possible. Now need to write that @#!# doc! |
Commit Details:
Full Hash: d5ccd35f4cc4bd24c8fac6d7b4f50c5711678cc8
SVN Revision: 4781
Parent Commit: 9a26c98
Lines Changed: +68, -65