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
2017-04-04Immediate Mode / DerivedMesh: Handle UV ShadowDalai Felinto
2017-01-26Mesh batch caches update from depsgraphDalai Felinto
2017-01-25Convert MBC_ API to Mesh (instead of derived mesh) and move it to mesh_renderDalai Felinto
2016-10-24a place to cache draw data in DerivedMeshMike Erwin
2016-09-05Fix glUniform called from glBegin/glEnd blocksSergey Sharybin
2016-06-22EditMesh: Avoid creating deform-vert layer every redrawCampbell Barton
2016-05-31Properly handle vertex color color space for Cycles GLSLSergey Sharybin
2016-05-11Remove pointer typedef from BVHCacheCampbell Barton
2016-04-26Support multiple tangents for BI render & viewportAlexander Romanov
2016-02-02Cleanup: rename uvflag -> flag for dm drawingCampbell Barton
2015-12-06OpenGL: pass flag to indicate of drawMappedFaces needs to use normals.Brecht Van Lommel
2015-09-23Fix T46215: Explode modifier looses texturesCampbell Barton
2015-08-24Fix editmesh GLSL tangent drawingCampbell Barton
2015-08-01Docs: doxy cleanup/minor editsCampbell Barton
2015-07-31Replace MFace w/ vert-tri's for collision modifierCampbell Barton
2015-07-30Move tangents and baking to looptris:Antony Riakiotakis
2015-07-29Fix T45605 crash with editmode selection on solidify modifier.Antony Riakiotakis
2015-07-23Cleanup: arg namesCampbell Barton
2015-07-22Add DM_get_looptri_array utility functionCampbell Barton
2015-07-19Properly fix T45477Antony Riakiotakis
2015-07-16Remove MTFace DM_paint_uvlayer_active_get funcCampbell Barton
2015-07-16Add tessellation data to DerivedMesh (LoopTri)Campbell Barton
2015-07-15 VBO offscreen selection drawing, cdderivedmeshAntony Riakiotakis
2015-07-15DerivedMesh: minor changes to callback useCampbell Barton
2015-07-14Display optimizations part 1.Antony Riakiotakis
2015-07-14Move from MTFace to MTexPoly w/ texture checksCampbell Barton
2015-07-02DerivedMesh: cleanup & minor edirsCampbell Barton
2015-05-27Fix T44745 non manifold edges of mesh do not work when smoothing inAntony Riakiotakis
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-13Add argument to DM_to_mesh() function to take ownership over the DMSergey Sharybin
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-01-20De-duplicate large block of shared code for GL vert attribsNicholas Bishop
2015-01-19Make use/computation of lnors consistant.Bastien Montagne
2014-11-27Addition/correction to previous commit:Antony Riakiotakis
2014-11-27Fix T42653, solidify modifier not displaying correctly under edit mode.Antony Riakiotakis
2014-09-04Fix T41463: Mirror Modifier breaks Automatic-Weights in weight-paint modeCampbell Barton
2014-08-01Cleanup: Move `object_get_derived_final` from BKE_shrinkwrap to BKE_DerivedMeshBastien Montagne
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-05-03Fix T39997: Multiple boolean modifiers sharing the same right operand crashesSergey Sharybin
2014-04-23Fix T39781: Autosmooth feature: erroneously showing hidden vertices' normals ...Bastien Montagne
2014-04-17Code cleanup: use bools for DMCampbell Barton
2014-04-13Split Normals I (1/5): basis for split normals (nearly nothing user-visible h...Bastien Montagne
2014-04-09Add material storage to derivedmesh.Antony Riakiotakis
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-09correct error in recent changes for building with openmp.Campbell Barton
2013-09-04debug option for modifier stack calculation USE_MODIFIER_VALIDATE,Campbell Barton
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin