Blender  V3.3
Public Attributes | List of all members
ParamHandle Struct Reference

Public Attributes

enum PHandleState state
 
MemArenaarena
 
MemArenapolyfill_arena
 
Heappolyfill_heap
 
PChartconstruction_chart
 
PHashhash_verts
 
PHashhash_edges
 
PHashhash_faces
 
struct GHashpin_hash
 
int unique_pin_count
 
PChart ** charts
 
int ncharts
 
float aspx
 
float aspy
 
RNGrng
 
float blend
 

Detailed Description

Definition at line 171 of file uv_parametrizer.c.

Member Data Documentation

◆ arena

MemArena* ParamHandle::arena

◆ aspx

float ParamHandle::aspx

◆ aspy

float ParamHandle::aspy

◆ blend

float ParamHandle::blend

◆ charts

PChart** ParamHandle::charts

◆ construction_chart

PChart* ParamHandle::construction_chart

◆ hash_edges

PHash* ParamHandle::hash_edges

◆ hash_faces

PHash* ParamHandle::hash_faces

◆ hash_verts

PHash* ParamHandle::hash_verts

◆ ncharts

int ParamHandle::ncharts

◆ pin_hash

struct GHash* ParamHandle::pin_hash

◆ polyfill_arena

MemArena* ParamHandle::polyfill_arena

◆ polyfill_heap

Heap* ParamHandle::polyfill_heap

◆ rng

RNG* ParamHandle::rng

◆ state

enum PHandleState ParamHandle::state

◆ unique_pin_count

int ParamHandle::unique_pin_count

Definition at line 183 of file uv_parametrizer.c.

Referenced by new_geo_uv_pinindex().


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