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
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
2013-01-15Fix #33741,#33856: multi texture drawing problem with VBO's after a recent bu...Brecht Van Lommel
2013-01-05Fix #33753: Not selected surface objects don't update in view if shading is c...Sergey Sharybin
2013-01-01remove vertex selection check for weight paint mode so you can paint `through...Campbell Barton
2012-12-23fix for bug where weight paint would draw hidden faces but not draw then with...Campbell Barton
2012-12-18Fix #33599: VBO textured draw mode did not update correctly when an image fil...Brecht Van Lommel
2012-11-26Fix #33292: cycles material draw mode selection not working on some cards, nowBrecht Van Lommel
2012-11-15Image thread safe improvementsSergey Sharybin
2012-10-26code cleanup: use min_/max_ math functions, add minmax_v2_v2v2.Campbell Barton
2012-10-22style cleanupCampbell Barton