Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
struct | MovieClipUser |
struct | MovieClipProxy |
struct | MovieClip |
struct | MovieClipScopes |
Defines | |
#define | MCLIP_PROXY_BUILD_UNDISTORT 1 |
#define | MCLIP_SRC_SEQUENCE 1 |
#define | MCLIP_SRC_MOVIE 2 |
#define | MCLIP_SEL_NONE 0 |
#define | MCLIP_SEL_TRACK 1 |
#define | MCLIP_USE_PROXY (1<<0) |
#define | MCLIP_USE_PROXY_CUSTOM_DIR (1<<1) |
#define | MCLIP_TIMECODE_FLAGS (MCLIP_USE_PROXY|MCLIP_USE_PROXY_CUSTOM_DIR) |
#define | MCLIP_PROXY_RENDER_SIZE_FULL 0 |
#define | MCLIP_PROXY_RENDER_SIZE_25 1 |
#define | MCLIP_PROXY_RENDER_SIZE_50 2 |
#define | MCLIP_PROXY_RENDER_SIZE_75 3 |
#define | MCLIP_PROXY_RENDER_SIZE_100 4 |
#define | MCLIP_PROXY_RENDER_UNDISTORT 1 |
Typedefs | |
typedef struct MovieClipUser | MovieClipUser |
typedef struct MovieClipProxy | MovieClipProxy |
typedef struct MovieClip | MovieClip |
typedef struct MovieClipScopes | MovieClipScopes |
Definition in file DNA_movieclip_types.h.
#define MCLIP_PROXY_BUILD_UNDISTORT 1 |
Definition at line 102 of file DNA_movieclip_types.h.
Referenced by rna_def_movieclip_proxy().
#define MCLIP_PROXY_RENDER_SIZE_100 4 |
Definition at line 123 of file DNA_movieclip_types.h.
Referenced by proxy_startjob(), rendersize_to_number(), rendersize_to_proxy(), and rna_def_moviecliUser().
#define MCLIP_PROXY_RENDER_SIZE_25 1 |
Definition at line 120 of file DNA_movieclip_types.h.
Referenced by proxy_startjob(), real_ibuf_size(), rendersize_to_number(), rendersize_to_proxy(), and rna_def_moviecliUser().
#define MCLIP_PROXY_RENDER_SIZE_50 2 |
Definition at line 121 of file DNA_movieclip_types.h.
Referenced by proxy_startjob(), real_ibuf_size(), rendersize_to_number(), rendersize_to_proxy(), and rna_def_moviecliUser().
#define MCLIP_PROXY_RENDER_SIZE_75 3 |
Definition at line 122 of file DNA_movieclip_types.h.
Referenced by proxy_startjob(), real_ibuf_size(), rendersize_to_number(), rendersize_to_proxy(), and rna_def_moviecliUser().
#define MCLIP_PROXY_RENDER_SIZE_FULL 0 |
Definition at line 119 of file DNA_movieclip_types.h.
Referenced by BKE_movieclip_build_proxy_frame(), BKE_tracking_context_new(), movieclip_get_postprocessed_ibuf(), movieclip_load_sequence_file(), need_undistortion_postprocess(), rendersize_to_number(), rendersize_to_proxy(), and rna_def_moviecliUser().
#define MCLIP_PROXY_RENDER_UNDISTORT 1 |
Definition at line 126 of file DNA_movieclip_types.h.
Referenced by BKE_movieclip_update_scopes(), draw_tracking_tracks(), ED_clip_point_stable_pos(), ED_clip_point_undistorted_pos(), movieclip_get_postprocessed_ibuf(), movieclip_load_sequence_file(), need_undistortion_postprocess(), proxy_startjob(), rna_def_moviecliUser(), and selected_boundbox().
#define MCLIP_SEL_NONE 0 |
Definition at line 109 of file DNA_movieclip_types.h.
#define MCLIP_SEL_TRACK 1 |
Definition at line 110 of file DNA_movieclip_types.h.
#define MCLIP_SRC_MOVIE 2 |
Definition at line 106 of file DNA_movieclip_types.h.
Referenced by BKE_add_movieclip_file(), BKE_movieclip_reload(), proxy_startjob(), and rna_def_movieclip().
#define MCLIP_SRC_SEQUENCE 1 |
Definition at line 105 of file DNA_movieclip_types.h.
Referenced by BKE_add_movieclip_file(), BKE_movieclip_reload(), movieclip_get_postprocessed_ibuf(), and rna_def_movieclip().
#define MCLIP_TIMECODE_FLAGS (MCLIP_USE_PROXY|MCLIP_USE_PROXY_CUSTOM_DIR) |
Definition at line 116 of file DNA_movieclip_types.h.
Referenced by BKE_tracking_context_new(), clip_rebuild_proxy_exec(), and detect_features_exec().
#define MCLIP_USE_PROXY (1<<0) |
Definition at line 113 of file DNA_movieclip_types.h.
Referenced by clip_rebuild_proxy_exec(), get_imbuf_cache(), get_postprocessed_cached_frame(), get_stable_cached_frame(), get_timecode(), movieclip_load_sequence_file(), need_undistortion_postprocess(), put_imbuf_cache(), put_postprocessed_frame_to_cache(), put_stabilized_frame_to_cache(), real_ibuf_size(), rendersize_to_proxy(), and rna_def_movieclip().
#define MCLIP_USE_PROXY_CUSTOM_DIR (1<<1) |
Definition at line 114 of file DNA_movieclip_types.h.
Referenced by get_proxy_fname(), movieclip_load_movie_file(), and rna_def_movieclip().
Value to RGB Combine Material World Add Diffuse Glass Transparent Transparent Light Environment Gradient Magic Musgrave Checker Value to RGB Map Vector Separate Hue Render Output Combine Separate Separate Difference Chroma Map Double Edge Bright Bilateral Color Color MovieClip |
Definition at line 155 of file rna_nodetree_types.h.
typedef struct MovieClipProxy MovieClipProxy |
typedef struct MovieClipScopes MovieClipScopes |
typedef struct MovieClipUser MovieClipUser |