Blender Git Commit Log

Git Commits -> Revision 4fe091f

Revision 4fe091f by Sergey Sharybin (soc-2011-tomato)
August 2, 2013, 05:45 (GMT)
Initial code layout for real plane tracker

This commit includes:

- DNA structures layout. It's not completely finished
yet, and at some point files could become broken,
but we'll try to avoid this as much as we can.

- Basic RNA code layout for new data structures.
Not completely finished in terms it's not possible
to define plane tracks from Python just yet.

- Operator to define the plane.

- Deletion and selection operators are aware of planes.

- Plane marker's corners could be slided with mouse.

Still lots of thing to be done, but we need to commit
at some point so we could share the code work.

Commit Details:

Full Hash: 4fe091f0dc84eadbcfb0722a9b2aade8c39f5d5a
SVN Revision: 58818
Parent Commit: 0395b8a
Lines Changed: +1520, -29

18 Modified Paths:

/extern/libmv/libmv-capi.cc (+20, -0) (Diff)
/extern/libmv/libmv-capi.h (+3, -0) (Diff)
/extern/libmv/libmv-capi_stub.cc (+9, -0) (Diff)
/release/scripts/startup/bl_ui/space_clip.py (+30, -0) (Diff)
/source/blender/blenkernel/BKE_tracking.h (+29, -0) (Diff)
/source/blender/blenkernel/intern/bpath.c (+4, -2) (Diff)
/source/blender/blenkernel/intern/tracking.c (+325, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+25, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+17, -0) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+113, -0) (Diff)
/source/blender/editors/space_clip/clip_graph_ops.c (+2, -4) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+5, -2) (Diff)
/source/blender/editors/space_clip/clip_utils.c (+38, -4) (Diff)
/source/blender/editors/space_clip/space_clip.c (+7, -0) (Diff)
/source/blender/editors/space_clip/tracking_ops.c (+300, -2) (Diff)
/source/blender/editors/space_clip/tracking_select.c (+243, -14) (Diff)
/source/blender/makesdna/DNA_tracking_types.h (+53, -1) (Diff)
/source/blender/makesrna/intern/rna_tracking.c (+297, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021