[Bf-blender-cvs] [ffca4ea] temp_merge_gooseberry_hair: Removed unused particles pointer from particle edit data.

Lukas Tönne noreply at git.blender.org
Mon Jan 19 20:52:04 CET 2015


Commit: ffca4ea7c5b828563f30e07187a1f043fc5614e6
Author: Lukas Tönne
Date:   Wed Jan 14 16:06:24 2015 +0100
Branches: temp_merge_gooseberry_hair
https://developer.blender.org/rBffca4ea7c5b828563f30e07187a1f043fc5614e6

Removed unused particles pointer from particle edit data.

===================================================================

M	source/blender/blenkernel/BKE_pointcache.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_pointcache.h b/source/blender/blenkernel/BKE_pointcache.h
index 9957908..e18e9d4 100644
--- a/source/blender/blenkernel/BKE_pointcache.h
+++ b/source/blender/blenkernel/BKE_pointcache.h
@@ -241,7 +241,6 @@ typedef struct PTCacheEdit {
 
 	/* particles stuff */
 	struct ParticleSystem *psys;
-	struct ParticleData *particles;
 	struct KDTree *emitter_field;
 	float *emitter_cosnos; /* localspace face centers and normals (average of its verts), from the derived mesh */
 	int *mirror_cache;




More information about the Bf-blender-cvs mailing list