Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_modifier.h
| Show First 20 Lines • Show All 376 Lines • ▼ Show 20 Lines | |||||
| bool modifiers_isClothEnabled(struct Object *ob); | bool modifiers_isClothEnabled(struct Object *ob); | ||||
| bool modifiers_isParticleEnabled(struct Object *ob); | bool modifiers_isParticleEnabled(struct Object *ob); | ||||
| struct Object *modifiers_isDeformedByArmature(struct Object *ob); | struct Object *modifiers_isDeformedByArmature(struct Object *ob); | ||||
| struct Object *modifiers_isDeformedByMeshDeform(struct Object *ob); | struct Object *modifiers_isDeformedByMeshDeform(struct Object *ob); | ||||
| struct Object *modifiers_isDeformedByLattice(struct Object *ob); | struct Object *modifiers_isDeformedByLattice(struct Object *ob); | ||||
| struct Object *modifiers_isDeformedByCurve(struct Object *ob); | struct Object *modifiers_isDeformedByCurve(struct Object *ob); | ||||
| bool modifiers_usesArmature(struct Object *ob, struct bArmature *arm); | bool modifiers_usesArmature(struct Object *ob, struct bArmature *arm); | ||||
| bool modifiers_usesSubsurfFacedots(struct Scene *scene, struct Object *ob); | bool modifiers_usesSubsurfFacedots(struct Scene *scene, struct Object *ob, bool on_edit_cage); | ||||
| bool modifiers_isCorrectableDeformed(struct Scene *scene, struct Object *ob); | bool modifiers_isCorrectableDeformed(struct Scene *scene, struct Object *ob); | ||||
| void modifier_freeTemporaryData(struct ModifierData *md); | void modifier_freeTemporaryData(struct ModifierData *md); | ||||
| bool modifiers_isPreview(struct Object *ob); | bool modifiers_isPreview(struct Object *ob); | ||||
| typedef struct CDMaskLink { | typedef struct CDMaskLink { | ||||
| struct CDMaskLink *next; | struct CDMaskLink *next; | ||||
| struct CustomData_MeshMasks mask; | struct CustomData_MeshMasks mask; | ||||
| } CDMaskLink; | } CDMaskLink; | ||||
| ▲ Show 20 Lines • Show All 69 Lines • Show Last 20 Lines | |||||