Corrected updating inside edited groups, fix for #27018. This was caused by edit updates being restricted to the actual node. Edit functions now should use the generic snode_tag_changed, which also updates all instances of the currently edited group.

This commit is contained in:
Lukas Toenne
2011-04-19 15:15:50 +00:00
parent 9abd711304
commit 6cb761f10c
2 changed files with 21 additions and 17 deletions

View File

@@ -56,7 +56,6 @@
#include "BKE_fcurve.h"
#include "BKE_node.h"
#include "BKE_utildefines.h"
#include "BKE_node.h"
#include "PIL_time.h"