Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_modifier.h
| Show All 33 Lines | |||||
| struct ID; | struct ID; | ||||
| struct DerivedMesh; | struct DerivedMesh; | ||||
| struct DagForest; | struct DagForest; | ||||
| struct DagNode; | struct DagNode; | ||||
| struct EvaluationContext; | struct EvaluationContext; | ||||
| struct Object; | struct Object; | ||||
| struct Scene; | struct Scene; | ||||
| struct SceneLayer; | struct ViewLayer; | ||||
| struct ListBase; | struct ListBase; | ||||
| struct bArmature; | struct bArmature; | ||||
| struct Main; | struct Main; | ||||
| struct ModifierData; | struct ModifierData; | ||||
| struct BMEditMesh; | struct BMEditMesh; | ||||
| struct DepsNodeHandle; | struct DepsNodeHandle; | ||||
| typedef enum { | typedef enum { | ||||
| ▲ Show 20 Lines • Show All 395 Lines • Show Last 20 Lines | |||||