Two tiny compositor annoyances;
- Image Node: after loading new file it didn't update the header name - File-out Node: header color suggested there was only 1 'active', which it isn't.
This commit is contained in:
@@ -195,8 +195,10 @@ static void load_node_image(char *str) /* called from fileselect */
|
||||
node->id->us--;
|
||||
|
||||
node->id= &ima->id;
|
||||
ima->id.us++;
|
||||
id_us_plus(node->id);
|
||||
|
||||
BLI_strncpy(node->name, node->id->name+2, 21);
|
||||
|
||||
free_image_buffers(ima); /* force read again */
|
||||
ima->ok= 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user