Fix T87767: spreadsheet not updating on texture changes

Differential Revision: https://developer.blender.org/D11108
This commit is contained in:
Jacques Lucke 2021-04-28 14:57:58 +02:00
parent 7254463194
commit 73913ed845
Notes: blender-bot 2023-10-13 01:54:23 +02:00
Referenced by issue #87767, Spreadsheet editor not updating when changing texture parameters of Attribute Sample Texture node
1 changed files with 1 additions and 0 deletions

View File

@ -404,6 +404,7 @@ static void spreadsheet_main_region_listener(const wmRegionListenerParams *param
}
break;
}
case NC_TEXTURE:
case NC_GEOM: {
ED_region_tag_redraw(region);
break;