<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi all,<div class=""><br class=""></div><div class="">This report can also be viewed at wiki.blender:&nbsp;<a href="https://wiki.blender.org/index.php?title=User:Tianwei37/Report_&amp;_Blog/Week_10&amp;action=edit&amp;redlink=1" class="">https://wiki.blender.org/index.php?title=User:Tianwei37/Report_%26_Blog/Week_10&amp;action=edit&amp;redlink=1</a></div><div class=""><br class=""></div><div class="">== What I did this week ==:&nbsp;</div><div class="">- fix the bug that multi-view reconstruction does not work under ‘Tracking’ Layout. The reason is that sc-&gt;view == SC_VIEW_CLIP should be check. Otherwise dopsheet and graph will be also counted as SpaceClip. Thanks Sean for testing.</div><div class=""><br class=""></div><div class="">- Discuss with my mentor about the ui design. The thing is that we have a major revision about the previous design, because simply shifting the secondary clip would have several problems. For example, it cannot have its own zoom and panning. The new design is to implement something like Quadview in View3D (but it’s split-view in SpaceClip, correspondence mode). This &nbsp;may involve a lot of revisions to clip_draw.c code, such as separating zoom level, pan to a new data structure called RegionSpaceClip (mimicking RegionView3D).</div><div class=""><br class=""></div><div class="">- We decide to change to this split-view ui when changing the mode to ‘correspondence’ and restore the single-view ui when changed back. So I did some research about quad-view in View3D and how to update ui in rna_space.c. This work is still in progress.</div><div class=""><br class=""></div><div class="">== What I plan to do ==:</div><div class="">- Continue with what we have decided on ‘Correspondence’ UI, including taking space clip apart and incorporating RegionSpaceClip, making sure every operator works with the new data structure, etc.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Tianwei</div></body></html>