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
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...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-22Correction recent start/end range values for frames: it was impossible to setSergey Sharybin
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-24quiet some warnings & (possible/unlikely error)Campbell Barton
2011-12-04remove unused SpaceTime.redraws.Campbell Barton
2011-11-05Merge with trunk r41545Miika Hamalainen
2011-11-02Space types:Thomas Dinges
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-05Merge with trunk r39928Miika Hamalainen
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-07-22Merge with trunk r38619Miika Hamalainen
2011-07-22Merge with trunk up to r38584.Joerg Mueller
2011-07-21Attempted bugfix: don't perform any keyframe remapping stuff ifJoshua Leung
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-12Timeline Drawing - Time cursor draws extra wide in timeline so thatJoshua Leung
2011-07-12Bugfix [#27548] Timeline view - 2D drawing issuesJoshua Leung
2011-06-30Animation Channels Filtering Refactor - Part 5Joshua Leung
2011-06-16Merge with trunk r37546Miika Hamalainen
2011-06-16Dynamic Paint:Miika Hamalainen
2011-05-31cmake maintenanceCampbell Barton
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-04-29corrections for redundant null checks & transform printing a string into its ...Campbell Barton
2011-04-06fix for cmake glew includes (tested with mingw), also made qtcreator project ...Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-25Fix for [#26205] Crash when duplicating windowJanne Karhu
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-02Bugfix [#25902] alt+a over 3D view don't up date dropesheet editorJoshua Leung
2011-01-30remove nan-makefilesCampbell Barton
2011-01-28In the Timeline, keyframe lines are now drawn in front of the frameJoshua Leung
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-02Quiet warnings from last commit.Campbell Barton
2011-01-02Fix for [#25427] cloth or soft body crash un UndoJanne Karhu
2010-12-23rename blenderlib to blender_add_libCampbell Barton
2010-12-21Fix for [#25325] Timeline doesn't show status of baked psys until frame is ad...Janne Karhu
2010-12-19Pointcache frame markers in timeline look a bit nicer if they are aligned exa...Janne Karhu
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-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton