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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2007-11-27 20:20:35 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2007-11-27 20:20:35 +0300
commit3da97e27c6cb5e1d2a5e93c795b58d88f22196df (patch)
tree74d5d81159903c36de11350c7a5ae2b98e58ad65 /source/blender/include
parentd53f147b7bbc6a171baeb45976cf5cfa666a7e16 (diff)
Particles
========= - Fix for child particles disappearing with right mouse drag translation. - Added partial cache updates for selection, should make it a bit faster.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_editparticle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_editparticle.h b/source/blender/include/BIF_editparticle.h
index 879bdf19cba..d4c6a92b8c8 100644
--- a/source/blender/include/BIF_editparticle.h
+++ b/source/blender/include/BIF_editparticle.h
@@ -56,7 +56,7 @@ struct ParticleEditSettings *PE_settings(void);
/* update calls */
void PE_hide_keys_time(struct ParticleSystem *psys, float cfra);
void PE_update_object(struct Object *ob, int useflag);
-void PE_update_selection(struct Object *ob);
+void PE_update_selection(struct Object *ob, int useflag);
void PE_recalc_world_cos(struct Object *ob, struct ParticleSystem *psys);
/* selection tools */