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:
authorTon Roosendaal <ton@blender.org>2007-03-29 14:09:44 +0400
committerTon Roosendaal <ton@blender.org>2007-03-29 14:09:44 +0400
commit0b7d7e07c662bf93aedf4cf9294ad213abd77655 (patch)
tree98683f326e639f946fd0b347e49d4575db2c4197 /source/blender/blenkernel/intern/group.c
parent1cc445e7ea2955d289240d396f19970d3ec6bb2a (diff)
Bugfix #6312
When saving files (images), the filewindow was giving relative paths on a save-over menu. Also: added in group.c a note about problems with timeoffset.
Diffstat (limited to 'source/blender/blenkernel/intern/group.c')
-rw-r--r--source/blender/blenkernel/intern/group.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/group.c b/source/blender/blenkernel/intern/group.c
index 5e6c3370db5..201d93220f9 100644
--- a/source/blender/blenkernel/intern/group.c
+++ b/source/blender/blenkernel/intern/group.c
@@ -231,6 +231,8 @@ static void group_replaces_nla(Object *parent, Object *target, char mode)
/* puts all group members in local timing system, after this call
you can draw everything, leaves tags in objects to signal it needs further updating */
+
+/* note: does not work for derivedmesh and render... it recreates all again in convertblender.c */
void group_handle_recalc_and_update(Object *parent, Group *group)
{
GroupObject *go;