Blender Git Loki
Git Commits -> Revision afd8e4b
Revision afd8e4b by Campbell Barton (master) April 16, 2021, 12:13 (GMT) |
Fix BLO_library_temp_load_id loading temporary ID's into G.main The intention with this API function was to temporarily load ID's tagged LIB_TAG_TEMP_MAIN, however the way the `real_main` was used, these ID's were loaded into the G.main. |
Commit Details:
Full Hash: afd8e4bce7937baf016b973c091da3d954ffaf76
Parent Commit: 68c4ba3
Lines Changed: +21, -5