Blender
V3.3
|
Crop uv-coordinates that are outside the user data src_crop rect. More...
Public Member Functions | |
bool | should_discard (const TransformUserData &user_data, const float uv[2]) override |
Should the source pixel at the given uv coordinate be discarded. More... | |
![]() | |
virtual | ~BaseDiscard ()=default |
Crop uv-coordinates that are outside the user data src_crop rect.
Definition at line 113 of file transform.cc.
|
inlineoverridevirtual |
Should the source pixel at the given uv coordinate be discarded.
Uses user_data.src_crop to determine if the uv coordinate should be skipped.
Implements blender::imbuf::transform::BaseDiscard.
Definition at line 120 of file transform.cc.
References user_data.