Revision 1d4e36a by Bastien Montagne (asset-engine, asset-engine--archived, asset-experiments, id-remap, lib-link-rework-temp, missing-libs) September 20, 2015, 13:41 (GMT) |
Merge branch 'master' into lib-link-rework-temp |
Revision 5ac9844 by Bastien Montagne (asset-engine, asset-engine--archived, asset-experiments, id-remap, lib-link-rework-temp, missing-libs) September 18, 2015, 20:27 (GMT) |
Some naming cleanup. |
Revision 856ef06 by Bastien Montagne (asset-engine, asset-engine--archived, asset-experiments, id-remap, lib-link-rework-temp, missing-libs) September 18, 2015, 20:22 (GMT) |
Rework a bit new liblink code, to use our beloved memarena instead of ugly pile of malloc. Performances are not an issue at all here, but it makes code slightly simpler, avoids a loop over ghash of libs, avoids some potential mem fragmentation, and will be easier with lib relocate code too in future... |
Revision 1ba2646 by Bastien Montagne (asset-engine, asset-engine--archived, asset-experiments, id-remap, lib-link-rework-temp, missing-libs) September 18, 2015, 14:11 (GMT) |
Some cleanup & tweaks. |
Revision c7e14ac by Bastien Montagne (asset-engine, asset-engine--archived, asset-experiments, id-remap, lib-link-rework-temp, missing-libs) September 18, 2015, 13:47 (GMT) |
Merge branch 'master' into lib-link-rework-temp |
Revision 49156ee by Bastien Montagne (asset-engine, asset-engine--archived, asset-experiments, id-remap, lib-link-rework-temp, missing-libs) September 17, 2015, 18:45 (GMT) |
Serious rework (again) of append/link code, to make it more generic. Making the code in WM area more generic (will be used by relocate libs feature too in future). And multi-append/link shall no more close & re-open lib files for each and every idcode! Also, serious cleanup of BLO_append_... API (renamed BLO_link_..., since it links and never appends!), main real changes there are removing the bContext arg in favor of scene/v3d (a bit more verbose, but does not requires a valid context anymore to be able to instanciate ob/groups!). And logic behind instanciating or not has been simplified, previous code was really obscure and sometimes redondant, from quick tests it still works as expected. This is temp branch for until 2.76 is over, shall be merged in master asap then. |
|