Blender V4.5
UVWarpData Struct Reference

Public Attributes

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

Detailed Description

Definition at line 82 of file MOD_uvwarp.cc.

Member Data Documentation

◆ corner_verts

blender::Span<int> UVWarpData::corner_verts

Definition at line 84 of file MOD_uvwarp.cc.

◆ defgrp_index

int UVWarpData::defgrp_index

Definition at line 88 of file MOD_uvwarp.cc.

◆ dvert

const MDeformVert* UVWarpData::dvert

Definition at line 87 of file MOD_uvwarp.cc.

◆ faces

blender::OffsetIndices<int> UVWarpData::faces

Definition at line 83 of file MOD_uvwarp.cc.

◆ invert_vgroup

bool UVWarpData::invert_vgroup

Definition at line 91 of file MOD_uvwarp.cc.

◆ mloopuv

float(* UVWarpData::mloopuv)[2]

Definition at line 85 of file MOD_uvwarp.cc.

◆ warp_mat

float(* UVWarpData::warp_mat)[4]

Definition at line 90 of file MOD_uvwarp.cc.


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