Blender Git Commit Log

Git Commits -> Revision 6e3bcdc

Revision 6e3bcdc by Sergey Sharybin (master)
June 15, 2011, 17:23 (GMT)
Camera tracking integration
===========================

- Marker's preview panel is now avaliable with any
tool selected (except NONE).
- Fixed bug with marker's point going outside of pattern
when scaling pattern which isn't centered to marker's pos.
- Changed a bit pattern area image generation.
Now it shouldn't give artifacts with different kinds of
offsets caused because of float-?int conversions.
- Rollback code for generating flat buffer of search area
when tracking. It'll be more accurate with current position
calculation.
Will switch to BKE_tracking_acquire_search_imbuf when
backwards position calculation would be implemented.
- Added option to make markers thin. It's in Debug panel due
to this option was really useful for debugging preview image
but not sure it'll be useful for artists.
- Added "View Selected" operator (hotkey is numpad period).
Fits view to show all selection at the frame.
- Added option "Lock to Selection" which locks view
to show centered selection. Useful to visual markers
tracking during playback.
This option is on "Display" panel.

Commit Details:

Full Hash: 6e3bcdcb2628797c0b91a820fbf8e1ad3520f508
SVN Revision: 37515
Parent Commit: 1eaea0b
Lines Changed: +224, -48

10 Modified Paths:

/release/scripts/startup/bl_ui/space_clip.py (+20, -2) (Diff)
/source/blender/blenkernel/intern/tracking.c (+44, -30) (Diff)
/source/blender/editors/include/ED_clip.h (+2, -0) (Diff)
/source/blender/editors/space_clip/clip_draw.c (+36, -14) (Diff)
/source/blender/editors/space_clip/clip_editor.c (+73, -0) (Diff)
/source/blender/editors/space_clip/clip_intern.h (+1, -0) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+26, -0) (Diff)
/source/blender/editors/space_clip/space_clip.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_space.c (+12, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021