Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
2010-08-012.5: more G.main changes.Brecht Van Lommel
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-16== installation paths ==Andrea Weikert
2010-07-15Update --help message for new path environment variables.Brecht Van Lommel
2010-07-15change some references to .B.blend, .Blog to new namesCampbell Barton
2010-07-05bugfix [#22724] "Scene" switch on the console doesn't workCampbell Barton
2010-06-27script to create a man page from blenders --help text, replaced the hand edit...Campbell Barton
2010-06-25error in last commitCampbell Barton
2010-06-25extend command line argument for rendering the current frameCampbell Barton
2010-06-04remove unused env vars from --helpCampbell Barton
2010-05-30- Python console argument '--python-console', option so you can start blender...Campbell Barton
2010-05-27Small typo in help text.Nathan Letwory
2010-05-27Update description after 29013, which added windows support for this.Nathan Letwory
2010-05-27Add floating-point exception handler trap for Windows (MSVC). Now you can set...Nathan Letwory
2010-05-25= misc small stuff =Campbell Barton
2010-05-25OSX Intel: Enable floating point exceptions (for debugging purposes)Damien Plisson
2010-05-24BLI_args cleanupMartin Poirier
2010-05-24- correct --help messageCampbell Barton
2010-05-24GNU style long arguments. see help menu.Campbell Barton
2010-05-23remove some warnings and remove reference to BF_TIFF_LIB in the help message.Campbell Barton
2010-05-21Blender TIFF supportMatt Ebb
2010-05-14noticed thread count was wrong in help message.Campbell Barton
2010-05-07Merge image related changes from the render branch. This includes the imageBrecht Van Lommel
2010-04-28add option -Y to enable python script execution.Campbell Barton
2010-04-28user modules were not loading in background mode.Campbell Barton
2010-04-24Fix for #22135, loading ffmpeg now before .B25.blend is loaded.Joerg Mueller
2010-04-13prevent images from freeing gpu buffers if not run within the main thread, in...Joseph Eagar
2010-04-08bugfix [#21812] Crash with -b -P on blend files saved with older blender vers...Campbell Barton
2010-03-27Second attempt at committing the different render slot implementation. ThisBrecht Van Lommel
2010-03-27Fix #21543: running python script from command line would lose activeBrecht Van Lommel
2010-03-26- game engine checking for autoexec was using the wrong global flag.Campbell Barton
2010-03-24remove unused includes UI_*.h, WM_*.h, ED_*.hCampbell Barton
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-16change the scene opengl sequence rendering to be a global option with renderi...Brecht Van Lommel
2010-03-16- menu for selecting add scenes for the sequencer.Brecht Van Lommel
2010-03-14Rendering from 3d view in local view or with unlocked layer was notBrecht Van Lommel
2010-03-14user preference to disable the splash screenCampbell Barton
2010-03-14strip quites off buildinfo at startup (was doing this for splash screen and p...Campbell Barton
2010-03-14Fix #21572: command line render start frame can't be < 1. I've set itBrecht Van Lommel
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-03-08workaround for [#21486] Python debuger pdb don't workCampbell Barton
2010-03-07flipping "tab as space" option (so it's on by default - argh ;)Dalai Felinto
2010-03-07Tab as Space as a User Preference option. to affect new and loaded text files.Dalai Felinto
2010-03-05Bringing back "Auto Start" option in the Game Menu.Dalai Felinto
2010-03-01patch from Clark Gaebel, use const char * for buildinfo strings, also updated...Campbell Barton
2010-02-27rename flag for auto script execution since scriptlinks are no more.Campbell Barton
2010-02-25support for relative file loading and python paths.Campbell Barton
2010-02-16Revert render slots commit for release, I can't find the bug or even redoBrecht Van Lommel
2010-02-16[#18961] Use const char * where appropriate (2.5)Campbell Barton