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

#include <multires_reshape.h>

Public Attributes

struct Depsgraphdepsgraph
 
struct Objectobject
 
struct MultiresModifierDatammd
 
struct Meshbase_mesh
 
struct Subdivsubdiv
 
bool need_free_subdiv
 
struct {
   int   level
 
   int   grid_size
 
reshape
 
struct {
   int   level
 
   int   grid_size
 
top
 
struct {
   struct MDisps *   mdisps
 
   struct GridPaintMask *   grid_paint_masks
 
orig
 
int num_grids
 
int * face_start_grid_index
 
int * grid_to_face_index
 
int * ptex_start_grid_index
 
int * face_ptex_offset
 
const floatcd_vertex_crease
 

Detailed Description

Definition at line 23 of file multires_reshape.h.

Member Data Documentation

◆ base_mesh

struct Mesh* MultiresReshapeContext::base_mesh

◆ cd_vertex_crease

const float* MultiresReshapeContext::cd_vertex_crease

◆ depsgraph

struct Depsgraph* MultiresReshapeContext::depsgraph

◆ face_ptex_offset

int* MultiresReshapeContext::face_ptex_offset

Definition at line 92 of file multires_reshape.h.

Referenced by context_init_commoon(), and multires_reshape_grid_to_ptex_index().

◆ face_start_grid_index

int* MultiresReshapeContext::face_start_grid_index

◆ grid_paint_masks

struct GridPaintMask * MultiresReshapeContext::grid_paint_masks

◆ grid_size

int MultiresReshapeContext::grid_size

◆ grid_to_face_index

int* MultiresReshapeContext::grid_to_face_index

◆ level

int MultiresReshapeContext::level

◆ mdisps

struct MDisps * MultiresReshapeContext::mdisps

◆ mmd

struct MultiresModifierData* MultiresReshapeContext::mmd

◆ need_free_subdiv

bool MultiresReshapeContext::need_free_subdiv

◆ num_grids

int MultiresReshapeContext::num_grids

◆ object

struct Object* MultiresReshapeContext::object

◆ 

struct { ... } MultiresReshapeContext::orig

◆ ptex_start_grid_index

int* MultiresReshapeContext::ptex_start_grid_index

◆ 

struct { ... } MultiresReshapeContext::reshape

◆ subdiv

struct Subdiv* MultiresReshapeContext::subdiv

◆ 

struct { ... } MultiresReshapeContext::top

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