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-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-01Fix #32695: Can't disable color management for 3D viewSergey Sharybin
2012-09-19fix buffer overrun when 5+ sided faces were used for text drawing.Campbell Barton
2012-09-18fix for a strange linking error where set_property() in source/blender/blenke...Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15code cleanup: remove paranoid NULL checks (these cases would crash earlier of...Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-05fix for various redundant checks and possibly fix some crashes in rare situat...Campbell Barton
2012-09-04fix for building on msvc2008 (also style cleanup)Campbell Barton
2012-08-30Fix #32404: GLSL normal maps using float images were incorrectly gettingBrecht Van Lommel
2012-08-14patch [#32325] textured solid backface culling option Campbell Barton
2012-07-12Fix #31988: VBOs Textured solid : no update of material in 3DviewSergey Sharybin
2012-07-12Fix #32050: UV map and game engine property cause crashSergey Sharybin
2012-07-09style cleanupCampbell Barton
2012-06-07fix for armature specular material color overriding the wire color when insta...Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-10fix for fix, own fix for [#31368] didnt work right, now move shadeless & wire...Campbell Barton
2012-05-08style cleanup: view3dCampbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-04There is no GLenum called LIGHT_POSITIONJason Wilkins
2012-05-02bmesh: use fixed stack size for face flipping array.Campbell Barton
2012-05-02Fix #31199 & #31112: cycles not working well with vertex/weight paint selectionBrecht Van Lommel
2012-04-25now vertex paint uses the same overrides as weight paint - so wire draw mode ...Campbell Barton
2012-04-12Fix related to #30917: wrong colors in cycles textured draw mode in some cases,Brecht Van Lommel
2012-04-10Fix #30664: Texturepaint color does not match texture color (3D View vs UV/Im...Sergey Sharybin
2012-04-10Fix #30874: Single texture display in Edit ModeSergey Sharybin
2012-04-05fix [#30788] Weight paint mode draws mask single sided only when selected.Campbell Barton
2012-04-04rename MPoly vars called mface or mf, to avoid confusion with MFace types.Campbell Barton
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-26style cleanup: mostly whitespace around operatorsCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22Renaming CD_WEIGHT_MCOL/MLOOPCOL and their masks from WEIGHT to PREVIEW, as t...Bastien Montagne
2012-03-18swap BMLoopCol r/b color, requires subversion bump.Campbell Barton
2012-03-11style cleanup: + some warning fixes, also remove unused metaelem extern.Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08Code cleanup: use named values for options in DerivedMesh drawing.Nicholas Bishop
2012-03-07Code cleanup: simplify the DerivedMesh.drawMappedFaces interface.Nicholas Bishop
2012-03-07Fix textured-mode drawing in editmode.Nicholas Bishop
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-22code cleanyp - no functional changes.Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-12rename BM_ flags for `BMHeader->hflag` to BM_ELEM_ to be more clear that the...Campbell Barton
2012-02-08use MPoly's rather then MFaces (since these don't necessarily exist) for draw...Campbell Barton
2012-02-08Code Cleanup:Campbell Barton
2012-02-05fix for weight paint face selection.Campbell Barton
2012-01-23Merged with trunk (-r43609:43611): updated modifier preview.Bastien Montagne