Revert revision 30441: [#22876] Add new scene, stacker ".00" bug
This commit broke unique datablock naming, tried to fix it properly but the code here is too tricky to change now, will just reopen the bug report.
This commit is contained in:
@@ -63,7 +63,7 @@ void free_libblock_us(struct ListBase *lb, void *idv);
|
||||
void free_main(struct Main *mainvar);
|
||||
void tag_main(struct Main *mainvar, int tag);
|
||||
|
||||
int splitIDname(char *name, char *left, int *nr);
|
||||
void splitIDname(char *name, char *left, int *nr);
|
||||
void rename_id(struct ID *id, char *name);
|
||||
void test_idbutton(char *name);
|
||||
void text_idbutton(struct ID *id, char *text);
|
||||
@@ -85,3 +85,4 @@ void set_free_windowmanager_cb(void (*func)(struct bContext *, struct wmWindowMa
|
||||
#define ID_FALLBACK_NAME "Untitled"
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user