|
Blender V4.3
|
Inherits blender::realtime_compositor::NodeOperation.
Additional Inherited Members | |
Protected Member Functions inherited from blender::realtime_compositor::NodeOperation | |
| void | compute_preview () override |
| const DNode & | node () const |
| const bNode & | bnode () const |
| bool | should_compute_output (StringRef identifier) |
Protected Member Functions inherited from blender::realtime_compositor::Operation | |
| virtual void | add_and_evaluate_input_processors () |
| void | add_and_evaluate_input_processor (StringRef identifier, SimpleOperation *processor) |
| Result & | get_input (StringRef identifier) const |
| void | switch_result_mapped_to_input (StringRef identifier, Result *result) |
| void | populate_result (StringRef identifier, Result result) |
| void | declare_input_descriptor (StringRef identifier, InputDescriptor descriptor) |
| InputDescriptor & | get_input_descriptor (StringRef identifier) |
| Context & | context () const |
| TexturePool & | texture_pool () const |
Definition at line 116 of file node_composite_planetrackdeform.cc.
|
inlineoverridevirtual |
Reimplemented from blender::realtime_compositor::Operation.
Definition at line 222 of file node_composite_planetrackdeform.cc.
References blender::realtime_compositor::Result::domain(), blender::realtime_compositor::Operation::get_input(), get_movie_clip_size(), get_plane_track(), and blender::realtime_compositor::Result::is_single_value().
Referenced by compute_plane(), and compute_plane_mask().
|
inline |
Definition at line 234 of file node_composite_planetrackdeform.cc.
References BKE_movieclip_remap_scene_to_clip_frame(), BKE_tracking_homography_between_two_quads(), BKE_tracking_plane_marker_get_subframe_corners(), blender::realtime_compositor::NodeOperation::bnode(), blender::realtime_compositor::Operation::context(), blender::realtime_compositor::Context::get_frame_number(), get_movie_clip(), blender::MatBase< T, NumCol, NumRow, Alignment >::ptr(), and use_motion_blur().
Referenced by execute().
|
inline |
Definition at line 163 of file node_composite_planetrackdeform.cc.
References blender::realtime_compositor::Result::allocate_texture(), blender::realtime_compositor::Result::bind_as_image(), blender::realtime_compositor::Result::bind_as_texture(), blender::realtime_compositor::compute_dispatch_threads_at_least(), compute_domain(), blender::realtime_compositor::Operation::context(), blender::realtime_compositor::Operation::get_input(), blender::realtime_compositor::Operation::get_result(), blender::realtime_compositor::Context::get_shader(), GPU_SAMPLER_EXTEND_MODE_EXTEND, GPU_shader_bind(), GPU_shader_get_ubo_binding(), GPU_shader_unbind(), GPU_shader_uniform_1i(), GPU_texture_anisotropic_filter(), GPU_texture_extend_mode(), GPU_texture_mipmap_mode(), GPU_uniformbuf_bind(), GPU_uniformbuf_unbind(), blender::Array< T, InlineBufferCapacity, Allocator >::size(), blender::realtime_compositor::Result::unbind_as_image(), and blender::realtime_compositor::Result::unbind_as_texture().
Referenced by execute().
|
inline |
Definition at line 197 of file node_composite_planetrackdeform.cc.
References blender::realtime_compositor::Result::allocate_texture(), blender::realtime_compositor::Result::bind_as_image(), blender::realtime_compositor::compute_dispatch_threads_at_least(), compute_domain(), blender::realtime_compositor::Operation::context(), blender::realtime_compositor::Context::create_result(), blender::realtime_compositor::Context::get_shader(), GPU_shader_bind(), GPU_shader_get_ubo_binding(), GPU_shader_unbind(), GPU_shader_uniform_1i(), GPU_uniformbuf_bind(), GPU_uniformbuf_unbind(), blender::Array< T, InlineBufferCapacity, Allocator >::size(), and blender::realtime_compositor::Result::unbind_as_image().
Referenced by execute().
|
inlineoverridevirtual |
Implements blender::realtime_compositor::Operation.
Definition at line 120 of file node_composite_planetrackdeform.cc.
References blender::realtime_compositor::Result::allocate_single_value(), compute_homography_matrices(), compute_plane(), compute_plane_mask(), blender::realtime_compositor::Operation::context(), blender::realtime_compositor::Context::create_result(), blender::Array< T, InlineBufferCapacity, Allocator >::data(), blender::realtime_compositor::Operation::get_input(), get_plane_track(), blender::realtime_compositor::Operation::get_result(), GPU_uniformbuf_create_ex(), GPU_uniformbuf_free(), blender::realtime_compositor::Result::is_single_value(), blender::realtime_compositor::Result::pass_through(), blender::realtime_compositor::Result::release(), blender::realtime_compositor::Result::set_float_value(), blender::realtime_compositor::Result::should_compute(), blender::Array< T, InlineBufferCapacity, Allocator >::size(), blender::realtime_compositor::smaa(), and blender::realtime_compositor::Result::steal_data().
|
inline |
Definition at line 299 of file node_composite_planetrackdeform.cc.
References blender::realtime_compositor::NodeOperation::bnode().
Referenced by use_motion_blur().
|
inline |
Definition at line 304 of file node_composite_planetrackdeform.cc.
References blender::realtime_compositor::NodeOperation::bnode(), and bNode::id.
Referenced by compute_homography_matrices(), get_movie_clip_size(), and get_plane_track().
|
inline |
Definition at line 284 of file node_composite_planetrackdeform.cc.
References BKE_movieclip_get_size(), BKE_movieclip_user_set_frame(), blender::realtime_compositor::Operation::context(), DNA_struct_default_get, get_movie_clip(), and size().
Referenced by compute_domain().
|
inline |
Definition at line 265 of file node_composite_planetrackdeform.cc.
References BKE_tracking_object_find_plane_track_with_name(), BKE_tracking_object_get_named(), blender::realtime_compositor::NodeOperation::bnode(), get_movie_clip(), and MovieClip::tracking.
Referenced by compute_domain(), and execute().
Definition at line 39 of file node_operation.cc.
|
inline |
Definition at line 294 of file node_composite_planetrackdeform.cc.
References CMP_NODE_PLANE_TRACK_DEFORM_FLAG_MOTION_BLUR, and get_flags().
Referenced by compute_homography_matrices().