Blender V2.61 - r43446
Functions

clip_intern.h File Reference

Go to the source code of this file.

Functions

void ED_clip_buttons_register (struct ARegionType *art)
void clip_draw_main (struct SpaceClip *sc, struct ARegion *ar, struct Scene *scene)
void clip_draw_grease_pencil (struct bContext *C, int onlyv2d)
void clip_draw_curfra_label (struct SpaceClip *sc, float x, float y)
void clip_draw_graph (struct SpaceClip *sc, struct ARegion *ar, struct Scene *scene)
void CLIP_OT_graph_select (struct wmOperatorType *ot)
void CLIP_OT_graph_delete_curve (struct wmOperatorType *ot)
void CLIP_OT_graph_delete_knot (struct wmOperatorType *ot)
void CLIP_OT_open (struct wmOperatorType *ot)
void CLIP_OT_reload (struct wmOperatorType *ot)
void CLIP_OT_view_pan (struct wmOperatorType *ot)
void CLIP_OT_view_zoom (wmOperatorType *ot)
void CLIP_OT_view_zoom_in (struct wmOperatorType *ot)
void CLIP_OT_view_zoom_out (struct wmOperatorType *ot)
void CLIP_OT_view_zoom_ratio (struct wmOperatorType *ot)
void CLIP_OT_view_all (struct wmOperatorType *ot)
void CLIP_OT_view_selected (struct wmOperatorType *ot)
void CLIP_OT_change_frame (wmOperatorType *ot)
void CLIP_OT_rebuild_proxy (struct wmOperatorType *ot)
void CLIP_OT_mode_set (struct wmOperatorType *ot)
void CLIP_OT_tools (struct wmOperatorType *ot)
void CLIP_OT_properties (struct wmOperatorType *ot)
void ED_clip_tool_props_register (struct ARegionType *art)
void clip_graph_tracking_values_iterate_track (struct SpaceClip *sc, struct MovieTrackingTrack *track, void *userdata, void(*func)(void *userdata, struct MovieTrackingTrack *track, struct MovieTrackingMarker *marker, int coord, float val), void(*segment_start)(void *userdata, struct MovieTrackingTrack *track, int coord), void(*segment_end)(void *userdata))
void clip_graph_tracking_values_iterate (struct SpaceClip *sc, void *userdata, void(*func)(void *userdata, struct MovieTrackingTrack *track, struct MovieTrackingMarker *marker, int coord, float val), void(*segment_start)(void *userdata, struct MovieTrackingTrack *track, int coord), void(*segment_end)(void *userdata))
void clip_graph_tracking_iterate (struct SpaceClip *sc, void *userdata, void(*func)(void *userdata, struct MovieTrackingMarker *marker))
void clip_delete_track (struct bContext *C, struct MovieClip *clip, struct ListBase *tracksbase, struct MovieTrackingTrack *track)
void clip_delete_marker (struct bContext *C, struct MovieClip *clip, struct ListBase *tracksbase, struct MovieTrackingTrack *track, struct MovieTrackingMarker *marker)
void clip_view_center_to_point (struct SpaceClip *sc, float x, float y)
void CLIP_OT_select (struct wmOperatorType *ot)
void CLIP_OT_select_all (struct wmOperatorType *ot)
void CLIP_OT_select_border (struct wmOperatorType *ot)
void CLIP_OT_select_circle (struct wmOperatorType *ot)
void CLIP_OT_select_grouped (struct wmOperatorType *ot)
void CLIP_OT_add_marker (struct wmOperatorType *ot)
void CLIP_OT_delete_track (struct wmOperatorType *ot)
void CLIP_OT_delete_marker (struct wmOperatorType *ot)
void CLIP_OT_track_markers (struct wmOperatorType *ot)
void CLIP_OT_solve_camera (struct wmOperatorType *ot)
void CLIP_OT_clear_solution (struct wmOperatorType *ot)
void CLIP_OT_clear_track_path (struct wmOperatorType *ot)
void CLIP_OT_join_tracks (struct wmOperatorType *ot)
void CLIP_OT_disable_markers (struct wmOperatorType *ot)
void CLIP_OT_hide_tracks (struct wmOperatorType *ot)
void CLIP_OT_hide_tracks_clear (struct wmOperatorType *ot)
void CLIP_OT_lock_tracks (struct wmOperatorType *ot)
void CLIP_OT_set_origin (struct wmOperatorType *ot)
void CLIP_OT_set_floor (struct wmOperatorType *ot)
void CLIP_OT_set_axis (struct wmOperatorType *ot)
void CLIP_OT_set_scale (struct wmOperatorType *ot)
void CLIP_OT_set_solution_scale (struct wmOperatorType *ot)
void CLIP_OT_set_center_principal (struct wmOperatorType *ot)
void CLIP_OT_slide_marker (struct wmOperatorType *ot)
void CLIP_OT_frame_jump (struct wmOperatorType *ot)
void CLIP_OT_track_copy_color (struct wmOperatorType *ot)
void CLIP_OT_detect_features (struct wmOperatorType *ot)
void CLIP_OT_stabilize_2d_add (struct wmOperatorType *ot)
void CLIP_OT_stabilize_2d_remove (struct wmOperatorType *ot)
void CLIP_OT_stabilize_2d_select (struct wmOperatorType *ot)
void CLIP_OT_stabilize_2d_set_rotation (struct wmOperatorType *ot)
void CLIP_OT_clean_tracks (struct wmOperatorType *ot)
void CLIP_OT_tracking_object_new (struct wmOperatorType *ot)
void CLIP_OT_tracking_object_remove (struct wmOperatorType *ot)
void CLIP_OT_copy_tracks (struct wmOperatorType *ot)
void CLIP_OT_paste_tracks (struct wmOperatorType *ot)

Detailed Description

Definition in file clip_intern.h.


Function Documentation

void clip_delete_marker ( struct bContext C,
struct MovieClip clip,
struct ListBase tracksbase,
struct MovieTrackingTrack track,
struct MovieTrackingMarker marker 
)
void clip_delete_track ( struct bContext C,
struct MovieClip clip,
struct ListBase tracksbase,
struct MovieTrackingTrack track 
)
void clip_draw_curfra_label ( struct SpaceClip sc,
float  x,
float  y 
)
void clip_draw_graph ( struct SpaceClip sc,
struct ARegion ar,
struct Scene scene 
)
void clip_draw_grease_pencil ( struct bContext C,
int  onlyv2d 
)
void clip_draw_main ( struct SpaceClip sc,
struct ARegion ar,
struct Scene scene 
)
void clip_graph_tracking_iterate ( struct SpaceClip sc,
void *  userdata,
void(*)(void *userdata, struct MovieTrackingMarker *marker)  func 
)
void clip_graph_tracking_values_iterate ( struct SpaceClip sc,
void *  userdata,
void(*)(void *userdata, struct MovieTrackingTrack *track, struct MovieTrackingMarker *marker, int coord, float val)  func,
void(*)(void *userdata, struct MovieTrackingTrack *track, int coord)  segment_start,
void(*)(void *userdata)  segment_end 
)
void clip_graph_tracking_values_iterate_track ( struct SpaceClip sc,
struct MovieTrackingTrack track,
void *  userdata,
void(*)(void *userdata, struct MovieTrackingTrack *track, struct MovieTrackingMarker *marker, int coord, float val)  func,
void(*)(void *userdata, struct MovieTrackingTrack *track, int coord)  segment_start,
void(*)(void *userdata)  segment_end 
)
void CLIP_OT_add_marker ( struct wmOperatorType ot)
void CLIP_OT_change_frame ( wmOperatorType ot)
void CLIP_OT_clean_tracks ( struct wmOperatorType ot)
void CLIP_OT_clear_solution ( struct wmOperatorType ot)
void CLIP_OT_clear_track_path ( struct wmOperatorType ot)
void CLIP_OT_copy_tracks ( struct wmOperatorType ot)
void CLIP_OT_delete_marker ( struct wmOperatorType ot)
void CLIP_OT_delete_track ( struct wmOperatorType ot)
void CLIP_OT_detect_features ( struct wmOperatorType ot)
void CLIP_OT_disable_markers ( struct wmOperatorType ot)
void CLIP_OT_frame_jump ( struct wmOperatorType ot)
void CLIP_OT_graph_delete_curve ( struct wmOperatorType ot)
void CLIP_OT_graph_delete_knot ( struct wmOperatorType ot)
void CLIP_OT_graph_select ( struct wmOperatorType ot)
void CLIP_OT_hide_tracks ( struct wmOperatorType ot)
void CLIP_OT_hide_tracks_clear ( struct wmOperatorType ot)
void CLIP_OT_join_tracks ( struct wmOperatorType ot)
void CLIP_OT_lock_tracks ( struct wmOperatorType ot)
void CLIP_OT_mode_set ( struct wmOperatorType ot)
void CLIP_OT_open ( struct wmOperatorType ot)
void CLIP_OT_paste_tracks ( struct wmOperatorType ot)
void CLIP_OT_properties ( struct wmOperatorType ot)
void CLIP_OT_rebuild_proxy ( struct wmOperatorType ot)
void CLIP_OT_reload ( struct wmOperatorType ot)
void CLIP_OT_select ( struct wmOperatorType ot)
void CLIP_OT_select_all ( struct wmOperatorType ot)
void CLIP_OT_select_border ( struct wmOperatorType ot)
void CLIP_OT_select_circle ( struct wmOperatorType ot)
void CLIP_OT_select_grouped ( struct wmOperatorType ot)
void CLIP_OT_set_axis ( struct wmOperatorType ot)
void CLIP_OT_set_center_principal ( struct wmOperatorType ot)
void CLIP_OT_set_floor ( struct wmOperatorType ot)
void CLIP_OT_set_origin ( struct wmOperatorType ot)
void CLIP_OT_set_scale ( struct wmOperatorType ot)
void CLIP_OT_set_solution_scale ( struct wmOperatorType ot)
void CLIP_OT_slide_marker ( struct wmOperatorType ot)
void CLIP_OT_solve_camera ( struct wmOperatorType ot)
void CLIP_OT_stabilize_2d_add ( struct wmOperatorType ot)
void CLIP_OT_stabilize_2d_remove ( struct wmOperatorType ot)
void CLIP_OT_stabilize_2d_select ( struct wmOperatorType ot)
void CLIP_OT_stabilize_2d_set_rotation ( struct wmOperatorType ot)
void CLIP_OT_tools ( struct wmOperatorType ot)
void CLIP_OT_track_copy_color ( struct wmOperatorType ot)
void CLIP_OT_track_markers ( struct wmOperatorType ot)
void CLIP_OT_tracking_object_new ( struct wmOperatorType ot)
void CLIP_OT_tracking_object_remove ( struct wmOperatorType ot)
void CLIP_OT_view_all ( struct wmOperatorType ot)
void CLIP_OT_view_pan ( struct wmOperatorType ot)
void CLIP_OT_view_selected ( struct wmOperatorType ot)
void CLIP_OT_view_zoom ( wmOperatorType ot)
void CLIP_OT_view_zoom_in ( struct wmOperatorType ot)
void CLIP_OT_view_zoom_out ( struct wmOperatorType ot)
void CLIP_OT_view_zoom_ratio ( struct wmOperatorType ot)
void clip_view_center_to_point ( struct SpaceClip sc,
float  x,
float  y 
)
void ED_clip_buttons_register ( struct ARegionType art)
void ED_clip_tool_props_register ( struct ARegionType art)