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
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-31Cleanup: Py API namingCampbell Barton
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-08-04SCons: Fix for really nasty bug with polluting configuration environmentSergey Sharybin
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-24BLI_utildefines: add UNUSED_VARS() macroCampbell Barton
2014-10-08Ghost Context RefactorJason Wilkins
2014-02-26WM: hide screen management and ndof operators from seach popupCampbell Barton
2014-02-08Fixes to make script_load_keymap test pass.Howard Trickey
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2013-06-28fix for crash when setting the cursor in background mode.Campbell Barton
2013-06-28fix [#35860] crash if pressing <F8> in import dialogCampbell Barton
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-10Python script auto-execution changes:Campbell Barton
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-01-27Operators name "cleanup"Dalai Felinto
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-05-08style cleanup: misc editor changes.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-22fix [#30623] user-defined render presets bugCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-21quiet warnings and possible NULL checking crash fix for indentation functions.Campbell Barton
2011-11-02Space types:Thomas Dinges
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-05-31cmake maintenanceCampbell Barton
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
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-01-30remove nan-makefilesCampbell Barton
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-08use lowercase for cmake builtin names and macros, remove contents in else() a...Campbell Barton
2010-11-29include headers in cmake source, added a script to check for consistency, rep...Campbell Barton
2010-11-19[#24802] Invert vertex group not inverting armature modifier influenceCampbell 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