Blender Git Loki

Git Commits -> Revision 2e8fcac

Revision 2e8fcac by Bastien Montagne (master)
October 12, 2015, 13:07 (GMT)
Cleanup & rework of BLO_linking code.

This commits does mostly two things:
* Get rid of bContext parameter: I can see no real good reason to pass such a high-level data
to such low-level code... It also makes it more difficult to call when you do not have
a context available.
* Cleanup the instantiating part.

Last point is the most risky - previous code was sometimes quite confusing and hard to follow,
from tests nothing behaves differently in new code, but some hidden corner case may show up.

Anyway, no change in behavior is expected from this commit, if it happens please file a bugreport!

Commit Details:

Full Hash: 2e8fcac15db50713ae3552e535be91ba331ad4bc
Parent Commit: d24bafa
Lines Changed: +104, -129

6 Modified Paths:

/source/blender/blenkernel/intern/blender.c (+1, -1) (Diff)
/source/blender/blenloader/BLO_readfile.h (+5, -3) (Diff)
/source/blender/blenloader/intern/readfile.c (+93, -120) (Diff)
/source/blender/python/intern/bpy_library.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+3, -3) (Diff)
/source/gameengine/Converter/KX_BlenderSceneConverter.cpp (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021