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-10-31rename definition for enabling the game engine GAMEBLENDER==1 --> WITH_GAMEEN...Campbell Barton
2010-10-31dont build blender/kernel if the game engines disabled.Campbell Barton
2010-10-23warning fixes.Campbell Barton
2010-10-19* Enable compile and link flags to build info also on Windows and in SCons.Nathan Letwory
2010-10-19whitespace commit, AKA commit count bump.Nathan Letwory
2010-10-18cflags, cxxflags & linkflags in buildinfo.Campbell Barton
2010-10-17fix for bad use of UNUSED() with win32 & some other minor error checks.Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-04- use own string conversion function over PyUnicode_FromString when convertin...Campbell Barton
2010-10-03- rna bugfix where ints were not clamped and would overflow, now raise an err...Campbell Barton
2010-09-15Apply patch [#23809] Blender.exe -W supportNathan Letwory
2010-09-03sphinx doc genCampbell Barton
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
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