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-03-08Code cleanup: use named values for options in DerivedMesh drawing.Nicholas Bishop
2012-03-08style cleanup: pep8 + picky editsCampbell Barton
2012-03-07Code cleanup: simplify the DerivedMesh.drawMappedFaces interface.Nicholas Bishop
2012-03-07Code cleanup: use typedefs for DerivedMesh drawing callbacks.Nicholas Bishop
2012-03-06Code cleanup: remove some PBVH material code that isn't needed anymore.Nicholas Bishop
2012-03-06Draw individual face's material and shading correctly in the PBVH.Nicholas Bishop
2012-03-06Code cleanup: remove unused parameter from some ccgSubSurf accessors.Nicholas Bishop
2012-03-06Bugfix and code cleanup: use better types for faceFlags in CCGDM.Nicholas Bishop
2012-03-06Code cleanup: remove unused drawFacesColored from DerivedMesh.Nicholas Bishop
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-28Remove DerivedMesh.getFaceMap and create_vert_face_map().Nicholas Bishop
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-08Code Cleanup:Campbell Barton
2012-02-08Code cleanup: spelling fix, Tesselection->tesselationNicholas Bishop
2012-02-06Minor Improvements...Campbell Barton
2012-02-05Code Cleanup: use vector functions for copying / adding UV'sCampbell Barton
2012-02-05support for 'origspace' data layer - used for hair on subsurf mesh.Campbell Barton
2012-02-05pass wcol check as an argument rather then checking on every loop.Campbell Barton
2012-02-05sync with trunkCampbell Barton
2012-02-05sync changes from trunk.Campbell Barton
2012-02-05fix for error in recent commit. passing totface rather then totpoly, also add...Campbell Barton
2012-02-05add function for getting a polygon map: dm->getPolyMap(ob, dm).Campbell Barton
2012-01-23replace BLI_array_growone() with BLI_array_growitems() when the size of the i...Campbell Barton
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-20Skip subsurf normal allocation/calculation when not needed.Nicholas Bishop
2012-01-20svn merge ^/trunk/blender -r43530:43554Campbell Barton
2012-01-20Small cleanup to parameters of _getSubSurf().Nicholas Bishop
2012-01-03for modifiers that are stull creating MFaces - call CDDM_tessfaces_to_faces r...Campbell Barton
2011-12-28set mloop edge and vertex as unsigned ints since face/edge reference verts as...Campbell Barton
2011-12-23svn merge ^/trunk/blender -r42778:42839Campbell Barton
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-19svn merge ^/trunk/blender -r42680:42722Campbell Barton
2011-12-17use 2d copy functions with UV's in more places.Campbell Barton
2011-12-05commenting out code added in bmesh and not verified.Campbell Barton
2011-12-05syncing some minor formatting edits from bmesh branch.Campbell Barton
2011-12-02svn merge ^/trunk/blender -r42303:42329Campbell Barton
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-29subsurf-specific implementations of getVert/Edge/TessFaceDataAndrew Wiggin
2011-11-29More DM func renames, this one includes renames of the function pointer membe...Andrew Wiggin
2011-11-29Rename DM *_face_* funcs to be either *_tessface_* or *_poly_* to avoid confu...Andrew Wiggin
2011-11-22fixes from last mergeCampbell Barton
2011-11-22svn merge ^/trunk/blender -r42009:42053Campbell Barton
2011-11-21Fix #29348: subsurf modifier causing mesh to draw slower than with modifierBrecht Van Lommel
2011-11-17Fix [#29256] Import images as planes add on doesn't work correctly in bmeshAndrew Wiggin
2011-11-13Add CD_POLYINDEX layer to reduce need for retesselationsAndrew Wiggin
2011-11-11svn merge -r41722:41723 ^/trunk/blenderCampbell Barton