|
Blender
V2.93
|
Public Attributes | |
| int | num_grids |
| int | level |
| int | grid_size |
| LinearGrid * | grids |
| LinearGridElement * | elements_storage |
Definition at line 108 of file multires_reshape_smooth.c.
| LinearGridElement* LinearGrids::elements_storage |
Definition at line 119 of file multires_reshape_smooth.c.
Referenced by linear_grids_allocate(), linear_grids_free(), and linear_grids_init().
| int LinearGrids::grid_size |
Definition at line 113 of file multires_reshape_smooth.c.
Referenced by linear_grid_element_get(), and linear_grids_allocate().
| LinearGrid* LinearGrids::grids |
Definition at line 116 of file multires_reshape_smooth.c.
Referenced by linear_grid_element_get(), linear_grids_allocate(), linear_grids_free(), and linear_grids_init().
| int LinearGrids::level |
Definition at line 110 of file multires_reshape_smooth.c.
Referenced by linear_grids_allocate(), and linear_grids_init().
| int LinearGrids::num_grids |
Definition at line 109 of file multires_reshape_smooth.c.
Referenced by linear_grid_element_get(), linear_grids_allocate(), and linear_grids_init().