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-05-27style cleanupCampbell Barton
2012-05-21code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-17style cleanup: line length and ensure some macros error when not ending with ';'Campbell Barton
2012-05-13code cleanup: minor improvements to float/vector usage.Campbell Barton
2012-05-05Second part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-25style cleanup: no functional changesCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-04-03stule cleanup: edits for files which were recently cleaned up.Campbell Barton
2012-04-02Fix #30769: cycles showing wrong image from active face in the uv editor,Brecht Van Lommel
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-28style cleanup: mainly whitespace around operators and indentation - paint/scu...Campbell Barton
2012-03-28code cleanup: (dont include ';' in defines), last commit also missed changes ...Campbell Barton
2012-03-27Fix related to #30674: remove unnecessary global undo push during image paint,Brecht Van Lommel
2012-03-27Fix related to #30674: 2D image painting would do unnecessary full GL textureBrecht Van Lommel
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-17bugfix. Brush zoom could fail if uv sculpting was onAntony Riakiotakis
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-07Mango request: use active scene clip as background for sequencer scene strip ...Sergey Sharybin
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-02code cleanup:Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-28code cleanup: make clipping enable/disable into functions (was being done inl...Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-05svn merge ^/trunk/blender -r43864:43887Campbell Barton
2012-02-04Fix #30064: Image editor: paint on image, rename image, undo -> crashSergey Sharybin
2012-01-18svn merge ^/trunk/blender -r43461:43472Campbell Barton
2012-01-17misc small changes and bmesh support for testing scriptCampbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-15svn merge ^/trunk/blender -r43381:43392Campbell Barton
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
2012-01-15Fix all remaining unified paint settings uses of current Scene.Nicholas Bishop
2012-01-14ensure functions are not used within FTOCHAR macro since they run 2-3 times.Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton