Blender V5.0
UVWarpData Struct Reference

Public Attributes

blender::OffsetIndices< int > faces
blender::Span< int > corner_verts
blender::MutableSpan< blender::float2uv_map
const MDeformVertdvert
int defgrp_index
float(* warp_mat )[4]
bool invert_vgroup

Detailed Description

Definition at line 83 of file MOD_uvwarp.cc.

Member Data Documentation

◆ corner_verts

blender::Span<int> UVWarpData::corner_verts

Definition at line 85 of file MOD_uvwarp.cc.

◆ defgrp_index

int UVWarpData::defgrp_index

Definition at line 89 of file MOD_uvwarp.cc.

◆ dvert

const MDeformVert* UVWarpData::dvert

Definition at line 88 of file MOD_uvwarp.cc.

◆ faces

blender::OffsetIndices<int> UVWarpData::faces

Definition at line 84 of file MOD_uvwarp.cc.

◆ invert_vgroup

bool UVWarpData::invert_vgroup

Definition at line 92 of file MOD_uvwarp.cc.

◆ uv_map

Definition at line 86 of file MOD_uvwarp.cc.

◆ warp_mat

float(* UVWarpData::warp_mat)[4]

Definition at line 91 of file MOD_uvwarp.cc.


The documentation for this struct was generated from the following file: