Fix T64253: missing update when moving nodegroup input/output sockets up or down
Reviewers: brecht Maniphest Tasks: T64253 Differential Revision: https://developer.blender.org/D4959
This commit is contained in:
@@ -2418,6 +2418,7 @@ static int ntree_socket_move_exec(bContext *C, wmOperator *op)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ntree->update |= NTREE_UPDATE_GROUP;
|
||||||
ntreeUpdateTree(CTX_data_main(C), ntree);
|
ntreeUpdateTree(CTX_data_main(C), ntree);
|
||||||
|
|
||||||
snode_notify(C, snode);
|
snode_notify(C, snode);
|
||||||
|
|||||||
Reference in New Issue
Block a user