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

Public Attributes

float(* nors_a )[3]
 
float(* nors_b )[3]
 
GHashnors_gh_a
 
GHashnors_gh_b
 

Detailed Description

Store data for each loop pair, needed so we don't get feedback loop reading/writing the mesh data.

currently only used to store vert-spline-handles, but may be extended for other uses.

Definition at line 416 of file bmo_subdivide_edgering.c.

Member Data Documentation

◆ nors_a

float(* LoopPairStore::nors_a)[3]

◆ nors_b

float(* LoopPairStore::nors_b)[3]

◆ nors_gh_a

GHash* LoopPairStore::nors_gh_a

◆ nors_gh_b

GHash* LoopPairStore::nors_gh_b

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