|
Blender V4.5
|
#include <COM_domain.hh>
Public Attributes | |
| Interpolation | interpolation = Interpolation::Bilinear |
| bool | repeat_x = false |
| bool | repeat_y = false |
Definition at line 28 of file COM_domain.hh.
| Interpolation blender::compositor::RealizationOptions::interpolation = Interpolation::Bilinear |
Definition at line 33 of file COM_domain.hh.
| bool blender::compositor::RealizationOptions::repeat_x = false |
Definition at line 37 of file COM_domain.hh.
Referenced by blender::nodes::node_composite_translate_cc::TranslateOperation::execute().
| bool blender::compositor::RealizationOptions::repeat_y = false |
Definition at line 41 of file COM_domain.hh.
Referenced by blender::nodes::node_composite_translate_cc::TranslateOperation::execute().