|
Blender
V2.93
|
Public Attributes | |
| float * | heights |
| Image * | ima |
| DerivedMesh * | ssdm |
| const int * | orig_index_mp_to_orig |
Definition at line 103 of file multires_bake.c.
| float* MHeightBakeData::heights |
Definition at line 104 of file multires_bake.c.
Referenced by apply_heights_callback(), and init_heights_data().
| Image* MHeightBakeData::ima |
Definition at line 105 of file multires_bake.c.
Referenced by init_heights_data().
| const int* MHeightBakeData::orig_index_mp_to_orig |
Definition at line 107 of file multires_bake.c.
Referenced by apply_heights_callback(), and init_heights_data().
| DerivedMesh* MHeightBakeData::ssdm |
Definition at line 106 of file multires_bake.c.
Referenced by apply_heights_callback(), free_heights_data(), and init_heights_data().