Blender  V3.3
Functions
MOD_util.h File Reference
#include "MOD_modifiertypes.h"
#include "DEG_depsgraph_build.h"

Go to the source code of this file.

Functions

void MOD_init_texture (struct MappingInfoModifierData *dmd, const struct ModifierEvalContext *ctx)
 
void MOD_get_texture_coords (struct MappingInfoModifierData *dmd, const struct ModifierEvalContext *ctx, struct Object *ob, struct Mesh *mesh, float(*cos)[3], float(*r_texco)[3])
 
void MOD_previous_vcos_store (struct ModifierData *md, const float(*vert_coords)[3])
 
struct MeshMOD_deform_mesh_eval_get (struct Object *ob, struct BMEditMesh *em, struct Mesh *mesh, const float(*vertexCos)[3], int verts_num, bool use_normals, bool use_orco)
 
void MOD_get_vgroup (struct Object *ob, struct Mesh *mesh, const char *name, struct MDeformVert **dvert, int *defgrp_index)
 
void MOD_depsgraph_update_object_bone_relation (struct DepsNodeHandle *node, struct Object *object, const char *bonename, const char *description)
 

Function Documentation

◆ MOD_deform_mesh_eval_get()

struct Mesh* MOD_deform_mesh_eval_get ( struct Object ob,
struct BMEditMesh em,
struct Mesh mesh,
const float(*)  vertexCos[3],
int  verts_num,
bool  use_normals,
bool  use_orco 
)

◆ MOD_depsgraph_update_object_bone_relation()

void MOD_depsgraph_update_object_bone_relation ( struct DepsNodeHandle *  node,
struct Object object,
const char *  bonename,
const char *  description 
)

◆ MOD_get_texture_coords()

void MOD_get_texture_coords ( struct MappingInfoModifierData dmd,
const struct ModifierEvalContext ctx,
struct Object ob,
struct Mesh mesh,
float(*)  cos[3],
float(*)  r_texco[3] 
)
Parameters
cosmay be NULL, in which case we use directly mesh vertices' coordinates.

◆ MOD_get_vgroup()

void MOD_get_vgroup ( struct Object ob,
struct Mesh mesh,
const char *  name,
struct MDeformVert **  dvert,
int *  defgrp_index 
)

◆ MOD_init_texture()

void MOD_init_texture ( struct MappingInfoModifierData dmd,
const struct ModifierEvalContext ctx 
)

◆ MOD_previous_vcos_store()

void MOD_previous_vcos_store ( struct ModifierData md,
const float(*)  vert_coords[3] 
)