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-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
2010-02-16Render Slots: change the implementation by moving it from the render to theBrecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-02-09Forgot to commit this file.Brecht Van Lommel
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-02-06Wrong text for missing format with -FMartin Poirier
2010-02-03-fpe command line argument. Tying it to -d is just hell.Martin Poirier
2010-02-03use fpe_handler on linux when running with -d, this runs a function rarther t...Campbell Barton
2010-02-02- lamp bias of 0.0 was allowed when it should not be.Campbell Barton
2010-02-01WM Draw Method added to do Overlap assuming swap exchange / flipping,Brecht Van Lommel
2010-02-01New argument parsing library supporting multiple passes, case sensitive and i...Martin Poirier
2010-01-31-setaudio argument to force an audio device.Martin Poirier
2010-01-31Preparation to force an audio device via command line. Will be implemented by...Joerg Mueller
2010-01-27workaround for running python scripts before the contexts values are set.Campbell Barton
2010-01-10- fix for crash if drivers were used in the .B.blendCampbell Barton
2009-12-22Reports: writing movies now uses the reports mechanism to throw errors.Brecht Van Lommel
2009-12-15Support -noaudio in background mode too (it was initialized even in bg, that ...Martin Poirier
2009-12-07-noaudio option to force the sound system to None.Martin Poirier
2009-11-30better not process events early, could cause troubles later.Campbell Barton
2009-11-30bugfix [#20083] Wrong position of splash screen on dualheadCampbell Barton
2009-11-23Splash screen, implemented by Matt.Brecht Van Lommel
2009-11-20option to have scripts run on startup for per blendfile UI'sCampbell Barton
2009-11-13changes python initializationCampbell Barton
2009-11-11Background mode in more working conditions.Martin Poirier
2009-11-10Fix for [#19852] Animation rendering not working in new sceneMatt Ebb
2009-11-02Mac / COCOA : Damien Plisson
2009-10-29Mac / COCOA : ImbufDamien Plisson
2009-10-10-f argument uses MINFRAME instead of 1 (makes it possible to render negative ...Martin Poirier