blender/source/creator
Sybren A. Stüvel 6894fe3b7a Accept non-existing files from the CLI
When a user tries to load a non-existing blend file from the CLI, the path
is set and Blender acts as if it is loaded. This allows the user to create
a new file by typing 'blender filename.blend' and then saving. This
behaviour is common in other tooling, such as vim and Mypaint.

Blender's current behaviour (print an error message and open the default
scene) doesn't make much sense. It ignores the filename passed on the CLI,
whereas with this patch that filename is actually remembered, and used when
saving.

Reviewers: campbellbarton, sergey, mont29
2015-11-25 13:59:21 +01:00
..
blender.map Support dynamic loading of SDL libraries 2014-11-17 17:43:18 +05:00
buildinfo.c Further tweaks to buildinfo 2013-11-15 18:05:27 +06:00
CMakeLists.txt Cmake Cpack fix cpack on Apple and Linux 2015-11-07 22:42:21 +01:00
creator_launch_win.c Fix T41962: Command-line without specified filename doesn't renders 2014-09-26 15:09:44 +06:00
creator.c Accept non-existing files from the CLI 2015-11-25 13:59:21 +01:00
osx_locals.map OSX: make some more symbols global only, this may prevent clashes on older systems and is good for loading times anyway. 2014-09-19 15:00:15 +02:00