Blender  V2.93
Functions
multires_reshape_apply_base.c File Reference
#include "multires_reshape.h"
#include "MEM_guardedalloc.h"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_modifier_types.h"
#include "DNA_object_types.h"
#include "BLI_listbase.h"
#include "BLI_math_vector.h"
#include "BKE_customdata.h"
#include "BKE_lib_id.h"
#include "BKE_mesh.h"
#include "BKE_mesh_mapping.h"
#include "BKE_mesh_runtime.h"
#include "BKE_multires.h"
#include "BKE_subdiv_eval.h"
#include "DEG_depsgraph_query.h"

Go to the source code of this file.

Functions

void multires_reshape_apply_base_update_mesh_coords (MultiresReshapeContext *reshape_context)
 
static float v3_dist_from_plane (const float v[3], const float center[3], const float no[3])
 
void multires_reshape_apply_base_refit_base_mesh (MultiresReshapeContext *reshape_context)
 
void multires_reshape_apply_base_refine_from_base (MultiresReshapeContext *reshape_context)
 
void multires_reshape_apply_base_refine_from_deform (MultiresReshapeContext *reshape_context)
 

Function Documentation

◆ multires_reshape_apply_base_refine_from_base()

void multires_reshape_apply_base_refine_from_base ( MultiresReshapeContext reshape_context)

◆ multires_reshape_apply_base_refine_from_deform()

void multires_reshape_apply_base_refine_from_deform ( MultiresReshapeContext reshape_context)

◆ multires_reshape_apply_base_refit_base_mesh()

void multires_reshape_apply_base_refit_base_mesh ( MultiresReshapeContext reshape_context)

◆ multires_reshape_apply_base_update_mesh_coords()

void multires_reshape_apply_base_update_mesh_coords ( MultiresReshapeContext reshape_context)

◆ v3_dist_from_plane()

static float v3_dist_from_plane ( const float  v[3],
const float  center[3],
const float  no[3] 
)
static