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
2015-06-17Cleanup, use define instead of magic numberAntony Riakiotakis
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-10Don't use vertex colors in textured mesh display during texpaint.Antony Riakiotakis
2014-12-02Tex Paint: hide selected face-mask edgesCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup GPU: get rid of some extremely legacy draw code.Antony Riakiotakis
2014-11-27Addition/correction to previous commit:Antony Riakiotakis
2014-11-27Fix T42653, solidify modifier not displaying correctly under edit mode.Antony Riakiotakis
2014-11-20Fix T42647, vertex and weight painting mode do not display solid shadedAntony Riakiotakis
2014-10-06Texture painting:Antony Riakiotakis
2014-09-02Fix erase alpha not having any output on viewport after last commit.Antony Riakiotakis
2014-09-02Fix T41682.Antony Riakiotakis
2014-08-28Texture painting:Antony Riakiotakis
2014-08-12Fix T41414, T41386.Antony Riakiotakis
2014-07-23Bake-API: Test for cyclic node connectionDalai Felinto
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-06-27Fix transparency issues in 3d viewportSergey Sharybin
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-13Code cleanup: reorder BKE_scene_use_new_shading_nodes checks lastCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-03-31Fix T39524: Backface culling is always on in Textured view in BI.Bastien Montagne
2014-03-21Fix T39306: Backface culling in Multitexture always uses mat game settingsBastien Montagne
2014-03-20Vertex Paint: inverted line drawing, white lines were often hard to seeCampbell Barton
2014-03-20Vertex Paint: use solid shading, shadeless in wire (like wpaint)Campbell Barton
2014-02-26Paint API: add BKE_paint_select_elem_test: to check on paint selectionCampbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-12-09Fix T37727: z-offset problems with camera viewCampbell Barton
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-17Fix #37109: missing cycles texture display in edit mode.Brecht Van Lommel
2013-10-16style cleanupCampbell Barton
2013-10-153D view: textured draw mode now has a Shadeless option in the Shading panel,Brecht Van Lommel
2013-10-14Fix cycles textured draw mode problem with objects that have an image textureBrecht Van Lommel
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-07-19code cleanup: use boolean for derived mesh face test functionCampbell Barton
2013-07-15fix for own regression, face index ranges still need checking in some places.Campbell Barton
2013-07-01tweak to commit r57891, dont draw hidden faces/edges in editmode.Campbell Barton
2013-07-01fix [#35911] Show weights not working with a weight edit modifier in edit modeCampbell Barton
2013-06-26Fix #34837 Texture Painting using Face Selection Mask fails to showAntony Riakiotakis
2013-06-20remove NULL checks for return values from EDBM_***_at_index calls.Campbell Barton
2013-05-14Code cleanup: fix confusing line of code with useless ||.Brecht Van Lommel
2013-05-13BGE: Fix for [#35320] "Crash When Adding Property without Setting Material" r...Mitchell Stokes
2013-05-12Optimize face-select drawing (weight/vertex paint mode face selection) Campbell Barton
2013-04-18Fix #34970: in glsl mode the vertex paint face mask is not visibleSergey Sharybin
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-18Fix #34290: backface culling option in 3d view was not interacting well with theBrecht Van Lommel
2013-02-13dont draw stippled lines without z-depth in vertex paint mode. (only weight p...Campbell Barton
2013-01-22Matcap fix:Ton Roosendaal