Action Editor: Make the warning on unlinking actions a bit less intrusive
venomgfx was complaining that having it do the popup everytime was too intrusive, so demoting it to just showing the warning in the header.
This commit is contained in:
@@ -543,7 +543,7 @@ void ED_animedit_unlink_action(bContext *C, ID *id, AnimData *adt, bAction *act,
|
||||
* trying to get rid of stuff that's actually unwanted!
|
||||
*/
|
||||
if (act->id.us == 1) {
|
||||
BKE_reportf(reports, RPT_ERROR,
|
||||
BKE_reportf(reports, RPT_WARNING,
|
||||
"Action '%s' will not be saved, create Fake User or Stash in NLA Stack to retain",
|
||||
act->id.name + 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user