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>2008-10-04 23:58:08 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-10-04 23:58:08 +0400
commit7fae6345ab475e9790dd250f1e54447aa883aaa6 (patch)
tree68821e6452d562f05ef9e6595959d57f1dd38d00 /source/blender/include
parent32d7a061310177921d6055ef389a9734c78f79d3 (diff)
Fix for bug #17752: the particle modifier convert button didn't
do anything for dupli objects and groups, which could already be converted with ctrl+shift+A, but convert can do it as well.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BDR_editobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h
index bc95c221b51..11e6478f29a 100644
--- a/source/blender/include/BDR_editobject.h
+++ b/source/blender/include/BDR_editobject.h
@@ -76,6 +76,7 @@ void link_to_scene(unsigned short nr);
void make_links_menu(void);
void make_links(short event);
void make_duplilist_real(void);
+void make_object_duplilist_real(struct Base *base);
void apply_objects_locrot(void);
void apply_objects_scale(void);
void apply_objects_rot(void);