Blender Git Commits

Blender Git "soc-2016-multiview" branch commits.

Page: 2 / 9

August 29, 2016, 16:48 (GMT)
Merge branch 'master' into soc-2016-multiview
August 28, 2016, 13:33 (GMT)
Merge branch 'master' into soc-2016-multiview
August 25, 2016, 14:18 (GMT)
remove several debug info
August 25, 2016, 13:55 (GMT)
Merge branch 'master' into soc-2016-multiview
August 21, 2016, 16:35 (GMT)
use name instead of pointer in correspondence

- remove self_track and other_track pointers in MovieTrackCorrespondence,
instead use self_track_name and other_track_name.
- now we can save and load correspondences reliably.
- one issue after this change is that the color of linked tracks are not
shown correctly.
August 21, 2016, 13:16 (GMT)
Merge branch 'master' into soc-2016-multiview
August 18, 2016, 16:58 (GMT)
Merge branch 'master' into soc-2016-multiview

It seems that we have some changes in multiview stablization
happened in the master branch. Solve the conflicts in versioning.
August 16, 2016, 09:20 (GMT)
now multi-view can work with more than 2 cameras

solve the camera number limitation by iterating over main->movieclip.
August 16, 2016, 07:04 (GMT)
Multiview tracking count clip using main.movieclip

- using open clip given by main->movieclip
- haven't set up clip pointer using main.movieclip
August 14, 2016, 16:42 (GMT)
Merge branch 'master' into soc-2016-multiview
August 12, 2016, 23:21 (GMT)
Fix incorrect version check

Was just always running.
August 12, 2016, 22:12 (GMT)
Correctly convert old clip editor data to new one

Instead of just using defaults.
August 12, 2016, 21:43 (GMT)
Fix compiling with blenderplayer
August 12, 2016, 17:24 (GMT)
revise versioning code for RegionSpaceClip

Thank Julian Eisel for pointing out the error. Also remove the version
bump.
August 12, 2016, 09:22 (GMT)
fix last commit, solve "Motion Tracking" layout

should be using area, instead of space_clip for iteration.
August 12, 2016, 08:55 (GMT)
do versioning of RegionSpaceClip

This commit may be useless since there is no region data in a space_clip
at the beginning of Blender. So a valid ARegion cannot be found for
ar->regiondata to new.
August 12, 2016, 07:52 (GMT)
remove one line of setting zoom

it is not needed since we have RegionSpaceClip now.
August 11, 2016, 17:25 (GMT)
fix error in ED_space_clip_get_clip_in_region

didn't consider the case that regiondata may be a NULL pointer. Since
dopesheet and graph are also Movie Editors and they don't have
regiondata. Other drawing code also has this problem, so it is not fully
solved. Will need to initialize regiondata for dopesheet and graph.
August 11, 2016, 11:35 (GMT)
Merge branch 'master' into soc-2016-multiview
August 10, 2016, 17:06 (GMT)
add secondary_clip I/O to writefile and readfile

The ->secondary_clip save/load code basically follows the save pattern
of ->clip. It works but may be incomplete, need to be checked.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021