Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2016-10-21 00:30:54 +0300
committerDalai Felinto <dfelinto@gmail.com>2016-10-21 00:40:30 +0300
commitd74f6b22044a925e57e5f40a2ac132df0d6f8e37 (patch)
tree375a6cd018b3adb10dc0ad0a0aa4a8c6a161ec29 /source/blender/blenkernel/BKE_cloth.h
parent4948b6e226bb0352e0a6ead7dadddc33bb43c908 (diff)
parent225edf4e667c12651d2c056b0fbf3a7b17080ff7 (diff)
Merge remote-tracking branch 'origin/blender2.8' into pbr-merge
Conflicts: source/blender/blenloader/intern/versioning_defaults.c source/blender/editors/space_view3d/drawobject.c source/blender/editors/space_view3d/space_view3d.c source/blender/editors/space_view3d/view3d_draw.c source/blender/gpu/CMakeLists.txt source/blender/gpu/GPU_framebuffer.h source/blender/gpu/GPU_material.h source/blender/gpu/GPU_shader.h source/blender/gpu/intern/gpu_codegen.c source/blender/gpu/intern/gpu_draw.c source/blender/gpu/intern/gpu_framebuffer.c source/blender/gpu/intern/gpu_material.c source/blender/gpu/intern/gpu_shader.c source/blender/makesdna/DNA_view3d_types.h
Diffstat (limited to 'source/blender/blenkernel/BKE_cloth.h')
-rw-r--r--source/blender/blenkernel/BKE_cloth.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_cloth.h b/source/blender/blenkernel/BKE_cloth.h
index 36330242f18..56d9b2439fb 100644
--- a/source/blender/blenkernel/BKE_cloth.h
+++ b/source/blender/blenkernel/BKE_cloth.h
@@ -237,9 +237,6 @@ int cloth_uses_vgroup(struct ClothModifierData *clmd);
void bvhtree_update_from_cloth(struct ClothModifierData *clmd, bool moving);
void bvhselftree_update_from_cloth(struct ClothModifierData *clmd, bool moving);
-// needed for button_object.c
-void cloth_clear_cache (struct Object *ob, struct ClothModifierData *clmd, float framenr );
-
// needed for cloth.c
int cloth_add_spring (struct ClothModifierData *clmd, unsigned int indexA, unsigned int indexB, float restlength, int spring_type);