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
2011-02-25Small fix from sambler.Nathan Letwory
2011-02-25fix #if errors, add defined() in proper placesNathan Letwory
2011-02-24fix for cmake not having the correct svn revision in buildinfo, now generate ...Campbell Barton
2011-02-21move addon utilities into their own module, these were getting mixed between ...Campbell Barton
2011-02-21Make sure we can build without the optional new WITH_PYTHON_MODULE option. Lo...Nathan Letwory
2011-02-21Experimental option to build blender as a python module, rather then blender ...Campbell Barton
2011-02-19set main() argv functions to be const char *Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-01-28Fix for [#25825] Boolean doesn't work in command-line rendering (2.56)Janne Karhu
2011-01-26option for blender --addons rigify,io_scene_fbx,add_mesh_gearsCampbell Barton
2011-01-20Command line options to set blender system environment variables.Campbell Barton
2011-01-19new command line option '--factory-startup' to skip reading startup.blend. us...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07patch [#25490] Fix for [#22096] Blender tries to open non-blend fileCampbell Barton
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
2010-11-27python access to driver namespace, rather then have a textblock defined for d...Campbell Barton
2010-11-24add a window manager to files loaded from 2.4x in background mode. (partial f...Campbell Barton
2010-11-08Patch [#24608] Fix for typo and better indentation in command line help by Su...Thomas Dinges
2010-11-04warn if blender is compiled without pythonCampbell Barton
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
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