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-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
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-09style cleanup:Campbell Barton
2012-09-07fixes for weight paint mode:Campbell Barton
2012-09-07fix Shift+LMB select when in weight-vertex-select mode. (it was mixing up ver...Campbell Barton
2012-09-07code cleanupCampbell Barton
2012-09-05code cleanup: move get_selected_defgroups into object_deform.c and make it be...Campbell Barton
2012-09-05code cleanup: move functions for getting defgroup arrays from objects out of ...Campbell Barton
2012-07-25mask now draws in the image view, misc minor edits.Campbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-06-10style cleanup: use capital camel case names for typedef'sCampbell Barton
2012-06-04Fix #31559: second 3D viewport does not update when paiting vertex/weightSergey Sharybin
2012-06-03quiet warningsCampbell Barton
2012-05-31This fixes a precision issue in multi-paint so that near zero values do not c...Jason Hays
2012-05-28add BLI_ghash_pop() which returns the value for a key and removes it at the s...Campbell Barton
2012-05-24code cleanup: fix possible use of uninitialized value and remove dead initial...Campbell Barton
2012-05-22Add input sample averaging to PaintStroke.Nicholas Bishop
2012-05-21code cleanup: spellingCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-13code cleanup: minor improvements to float/vector usage.Campbell Barton
2012-05-07Code cleanup: make changes suggested by check_style for sculpt-related files.Nicholas Bishop
2012-05-06Last part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne