Temporal fix probably... Campbell has crashes in depsgraph, but that case
should not happen. This commit adds a harmless NULL check, but still.
This commit is contained in:
@@ -1541,7 +1541,7 @@ static void flush_update_node(DagNode *node, unsigned int layer, int curtime)
|
||||
node->lasttime= curtime;
|
||||
|
||||
ob= node->ob;
|
||||
if(ob->recalc & OB_RECALC) {
|
||||
if(ob && (ob->recalc & OB_RECALC)) {
|
||||
all_layer= ob->lay;
|
||||
/* got an object node that changes, now check relations */
|
||||
for(itA = node->child; itA; itA= itA->next) {
|
||||
|
||||
Reference in New Issue
Block a user