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
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-14fix reading out of buffer bounds for recent vertex paint commit.Campbell Barton
2013-03-14style cleanup: odd indentationCampbell Barton
2013-03-14Fix silly mistake that could lead to crash. Also, slight cleanup/renameAntony Riakiotakis
2013-03-14Support for textures in vertex painting.Antony Riakiotakis
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-05Convert paint stroke code to write region instead of screen coordinatesAntony Riakiotakis
2013-02-25fix for weight paint using values over 1.0 when blending,Campbell Barton
2013-02-14fix own bug in weight gradient tool, need to check if mesh dverts will be ove...Campbell Barton
2013-02-11fix for weight gradient crashing on redo (wasn't possible to redo this initia...Campbell Barton
2013-02-11fix for own bug - memory leak when cancelling weight gradient toolCampbell Barton
2013-01-30fix [#33987] X-ray mode on bones nullifies weight paint modeCampbell Barton
2013-01-20code cleanup: remove some paranoid checks which would have crashed anyway ear...Campbell Barton
2013-01-17- draw inner pressure circle for weightpaint, vertexpaint, projectpaint modes.Campbell Barton
2013-01-04code cleanup: warningsCampbell Barton
2013-01-01fix for own error in recent weight paint code, bound-box clip wasnt working.Campbell Barton
2013-01-01make wight-paint-through feature work in face select mode. (still WIP, relies...Campbell Barton
2013-01-01remove vertex selection check for weight paint mode so you can paint `through...Campbell Barton
2013-01-01Fix: weight painting operated only for selected vertices in edit mode.Antony Riakiotakis
2012-12-28style cleanupCampbell Barton
2012-12-28code cleanup:Campbell Barton
2012-12-28fix for memory leak with weight painting and ensure vertex group is created b...Campbell Barton
2012-12-28remove unneeded inline lookups and fix error with wpaint_stroke_test_start re...Campbell Barton
2012-12-25make weight paint respect box & near clipping.Campbell Barton
2012-12-25weight paint without depth buffer option, works with vertex selection mode.Campbell Barton
2012-12-23initial support for 'occlude background geometry' in weight paint mode.Campbell Barton
2012-12-22code cleanup:Campbell Barton
2012-12-22flush selection from vertex paint and weight paint modes when exiting, this i...Campbell Barton
2012-12-22fix for using uninitialized flag in my last commit. Campbell Barton
2012-12-22Weight gradient tool for weight paint modeCampbell Barton
2012-12-22code cleanup and minor changesCampbell Barton
2012-12-17fix [#33581] Vertex Color LayerCampbell Barton
2012-12-15minor edits with recent commits, also avoid calling BKE_mesh_from_object() in...Campbell Barton
2012-12-15use struct type for VPaintData.vertexcosnos rather then float*.Campbell Barton
2012-12-14Fix #33532: vertex paint subtract mode was broken, always resulting in black.Brecht Van Lommel
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-29Complete fix for [#33002] Wrong vertex color.Bastien Montagne
2012-10-29correct use_fast_update for vertex painting, it wasn't swapping red/blue as i...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-07style cleanup: line length,Campbell Barton
2012-10-06disable padding warning for DNA, gave problems with struct bounds padding whi...Campbell Barton
2012-10-05replace most uses of ED_view3d_project_float_noclip() with ED_view3d_project_...Campbell Barton
2012-09-23fix for some crashes running operators in background mode.Campbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-18code cleanup: remove vertex/weight paint's VP_COLINDEX, this feature worked i...Campbell Barton