Blender V2.61 - r43446
Public Attributes

MeshDeformModifierData Struct Reference

#include <DNA_modifier_types.h>

List of all members.

Public Attributes

ModifierData modifier
struct Objectobject
char defgrp_name [64]
short gridsize
short flag
short mode
short pad
MDefInfluencebindinfluences
int * bindoffsets
float * bindcagecos
int totvert
int totcagevert
MDefCelldyngrid
MDefInfluencedyninfluences
int * dynverts
int * pad2
int dyngridsize
int totinfluence
float dyncellmin [3]
float dyncellwidth
float bindmat [4][4]
float * bindweights
float * bindcos
void(* bindfunc )(struct Scene *scene, struct MeshDeformModifierData *mmd, float *vertexcos, int totvert, float cagemat[][4])

Detailed Description

Definition at line 536 of file DNA_modifier_types.h.


Member Data Documentation

void(* MeshDeformModifierData::bindfunc)(struct Scene *scene, struct MeshDeformModifierData *mmd, float *vertexcos, int totvert, float cagemat[][4])

Definition at line 565 of file DNA_modifier_types.h.

Referenced by meshdeform_bind_exec(), and meshdeformModifier_do().

Definition at line 558 of file DNA_modifier_types.h.

Referenced by mesh_deform_bind(), and meshdeformModifier_do().

Definition at line 540 of file DNA_modifier_types.h.

Referenced by meshdeformModifier_do(), and requiredDataMask().

Definition at line 556 of file DNA_modifier_types.h.

Referenced by harmonic_coordinates_bind(), and meshdeform_dynamic_bind().

Definition at line 557 of file DNA_modifier_types.h.

Referenced by harmonic_coordinates_bind(), and meshdeform_dynamic_bind().

Definition at line 542 of file DNA_modifier_types.h.

Referenced by harmonic_coordinates_bind(), and meshdeformModifier_do().

Definition at line 542 of file DNA_modifier_types.h.

Referenced by copyData(), harmonic_coordinates_bind(), and initData().

Definition at line 542 of file DNA_modifier_types.h.

Referenced by mesh_deform_bind().

Definition at line 537 of file DNA_modifier_types.h.

Referenced by meshdeform_bind_exec(), and meshdeform_matrix_solve().

Definition at line 542 of file DNA_modifier_types.h.

Definition at line 553 of file DNA_modifier_types.h.


The documentation for this struct was generated from the following file: