Blender  V2.93
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
 

Detailed Description

Definition at line 39 of file multires_reshape.h.

Member Data Documentation

◆ base_mesh

struct Mesh* MultiresReshapeContext::base_mesh

◆ depsgraph

struct Depsgraph* MultiresReshapeContext::depsgraph

◆ face_ptex_offset

int* MultiresReshapeContext::face_ptex_offset

◆ 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: