Camera tracking: revert changes made for texture buffer frame drawing.

Will be applied as another cleaned-up patch.
This commit is contained in:
2012-04-14 12:03:03 +00:00
parent 339efd5e01
commit 37c02ddee1
10 changed files with 12 additions and 201 deletions

View File

@@ -58,10 +58,6 @@ void ED_clip_point_undistorted_pos(SpaceClip *sc, float co[2], float nco[2]);
void ED_clip_point_stable_pos(struct bContext *C, float x, float y, float *xr, float *yr);
void ED_clip_mouse_pos(struct bContext *C, struct wmEvent *event, float co[2]);
void ED_space_clip_load_movieclip_buffer(struct SpaceClip *sc, struct ImBuf *ibuf);
void ED_space_clip_unload_movieclip_buffer(struct SpaceClip *sc);
void ED_space_clip_free_texture_buffer(struct SpaceClip *sc);
/* clip_ops.c */
void ED_operatormacros_clip(void);