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-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
2012-01-22Add weight preview to WeightVG modifiers, and first, simple/basic refactor of...Bastien Montagne
2012-01-19svn merge ^/trunk/blender -r43482:43524Campbell Barton
2012-01-19use color conversions functions in more places.Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11fix [#29794] Cannot hide faces in weight-paint modeCampbell Barton
2011-12-20svn merge ^/trunk/blender -r42757:42759Campbell Barton
2011-12-20Get rid of hardcoded structure definition in DM drawing callbacksSergey Sharybin
2011-12-10svn merge ^/trunk/blender -r42521:42550Campbell Barton
2011-12-09Mesh drawing optimization and fixes:Sergey Sharybin
2011-12-02svn merge ^/trunk/blender -r42303:42329Campbell Barton
2011-12-01Fixed issue with multiple textures and editmode when VBOs are enabledSergey Sharybin
2011-12-01Fixed crash caused by recent VBO's changesSergey Sharybin
2011-12-01Slight refactor of VBO code to deal with multiple textures.Sergey Sharybin
2011-11-30More DM func renames, fixing some build breaks, renaming more stuff, also see...Andrew Wiggin
2011-11-29Rename DM *_face_* funcs to be either *_tessface_* or *_poly_* to avoid confu...Andrew Wiggin
2011-11-23fix for error in drawing face selection overlay (was using polygon index agai...Campbell Barton
2011-11-13Add CD_POLYINDEX layer to reduce need for retesselationsAndrew Wiggin
2011-11-11svn merge -r41723:41751 ^/trunk/blenderCampbell Barton
2011-11-11svn merge -r41722:41723 ^/trunk/blenderCampbell Barton
2011-11-10quiet some warnings from recent mergeCampbell Barton
2011-11-10fix compile errors for previous mergeCampbell Barton
2011-11-10svn merge -r41650:41655 ^/trunk/blender --- cycles merge, this wont copile, ...Campbell Barton
2011-11-09Merge with trunk r41701soc-2011-carrotMiika Hamalainen