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-12-04 17:21:58 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2007-12-04 17:21:58 +0300
commit114e3f35c37ae2f96f25fc157a7e6774c0105e35 (patch)
tree6e5e47725a8961c50367f04172238cac1cf62385 /source/blender/include
parent32a8b4f8e686938ec2f0f95e6acc2eb3c25ebfdf (diff)
Particles
========= - Like sculptmode, a brush can now be selected from a menu with Ctrl+Tab in particle mode.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_editparticle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BIF_editparticle.h b/source/blender/include/BIF_editparticle.h
index 3a32fac431a..08f5813560f 100644
--- a/source/blender/include/BIF_editparticle.h
+++ b/source/blender/include/BIF_editparticle.h
@@ -81,6 +81,7 @@ int PE_brush_particles(void);
void PE_delete_particle(void);
void PE_remove_doubles(void);
void PE_mirror_x(int tagged);
+void PE_selectbrush_menu(void);
/* undo */
void PE_undo_push(char *str);