blender/source/blender
Campbell Barton 4d37cf90b9 remove G.sce, use G.main->name instead.
Both stored the filename of the blend file, but G.sce stored the last opened file.
This will make blender act differently in some cases since a relative path to the last opened file will no longer resolve (which is correct IMHO since that file isnt open and the path might not even be valid anymore).

Tested linking with durian files and rendering to relative paths when no files is loaded however we may need to have some operators give an error if they are used on the default startup.blend.
2010-10-18 06:41:16 +00:00
..
avi - fixed remaining unused warnings. 2010-10-17 06:38:56 +00:00
blenfont most unused arg warnings corrected. 2010-10-16 14:32:17 +00:00
blenkernel remove G.sce, use G.main->name instead. 2010-10-18 06:41:16 +00:00
blenlib remove G.sce, use G.main->name instead. 2010-10-18 06:41:16 +00:00
blenloader remove G.sce, use G.main->name instead. 2010-10-18 06:41:16 +00:00
blenpluginapi most unused arg warnings corrected. 2010-10-16 14:32:17 +00:00
collada remove G.sce, use G.main->name instead. 2010-10-18 06:41:16 +00:00
editors remove G.sce, use G.main->name instead. 2010-10-18 06:41:16 +00:00
gpu remove/tag unused args for view*.c, gpu*.c & image*.c 2010-10-15 12:29:02 +00:00
ikplugin - UNUSED macro wasn't throwing an error with GCC if a var become used. 2010-10-16 02:40:31 +00:00
imbuf Fix [#24294] IMB_allocImBuf changes in r32517 missed a couple of files 2010-10-17 18:56:36 +00:00
makesdna Text space 2010-10-13 06:06:39 +00:00
makesrna remove G.sce, use G.main->name instead. 2010-10-18 06:41:16 +00:00
modifiers remove G.sce, use G.main->name instead. 2010-10-18 06:41:16 +00:00
nodes most unused arg warnings corrected. 2010-10-16 14:32:17 +00:00
python remove G.sce, use G.main->name instead. 2010-10-18 06:41:16 +00:00
quicktime remove G.sce, use G.main->name instead. 2010-10-18 06:41:16 +00:00
readblenfile bugfix [#23405] PNG Images bigger then 2gig wont load with blender. 2010-09-15 06:43:36 +00:00
render remove G.sce, use G.main->name instead. 2010-10-18 06:41:16 +00:00
windowmanager remove G.sce, use G.main->name instead. 2010-10-18 06:41:16 +00:00
CMakeLists.txt - fixed remaining unused warnings. 2010-10-17 06:38:56 +00:00
Makefile Update address in license block. 2010-08-10 21:22:26 +00:00
SConscript build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00