blender/source/creator
Stephen Swaney 7e7c2fd31b New command line switch --
Add a new command line switch "--" for passing arguments to scripts.
Any arguments after -- are not processed and passed unchanged via
the usual argv mechanism.

Custom arguments can be accessed from a bpy script in python's 
sys.argv.  Example:

import sys

# slice argv after '--'
i = sys.argv.index('--')
my_args = sys.argv[i+1:]
2007-08-18 00:02:50 +00:00
..
buildinfo.c * [SCons] enable BUILD_DATE for win32. Basically SCons creates an extra file in source/creator, which is included by buildinfo.c whenever BUILD_DATE is on and building on Windows. SCons automatically takes care of this dependency. 2004-03-05 15:20:52 +00:00
CMakeLists.txt Disable copying plugins, et al, to the CMake bin directory -- the 2007-05-18 15:57:40 +00:00
creator.c New command line switch -- 2007-08-18 00:02:50 +00:00
Makefile I need to use the 64-bit Linux blender, but I don't want to accidentally 2007-01-23 20:08:23 +00:00
SConscript == SCons == 2006-02-04 14:15:10 +00:00