Go to file
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
build_files Test stricter GCC compiler settings, these warnings will now give errors. 2010-10-17 08:04:28 +00:00
doc == docs == 2010-10-13 14:44:22 +00:00
extern enable warning for unused args with gcc: -Wunused-parameter 2010-10-15 02:24:48 +00:00
intern Add short comment. 2010-10-18 00:42:18 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
release This fixes HDV render presets: 2010-10-16 19:29:48 +00:00
source remove G.sce, use G.main->name instead. 2010-10-18 06:41:16 +00:00
CMakeLists.txt remove LCMS option from cmake, this is only testing code. developers who want to work on it can uncomment. 2010-10-17 23:32:48 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct Fix SCons for [#23833]. Ensure that empty dirs will exist too. 2010-09-15 14:50:14 +00:00