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-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-17Added GPL header to sconscripts!Bastien Montagne
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-15move pbvh into BKE, it used many BKE bad level includes.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-12-10fix for knife tool when the mouse was moved outside the clipped area the mous...Campbell Barton
2012-12-05Fix #33419: incorrect color with projection painting in cases strength != 1.0Sergey Sharybin
2012-11-29Fix #33345: Crash when using bpy.ops.sculpt.brush_strokeSergey Sharybin
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-26fix [#33303] face selection masking for painting does not work with mesh with...Campbell Barton
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-09style cleanup: indentationCampbell Barton
2012-11-08code cleanup: avoid doing multiplications within macro FTOCHAR() per pixel wh...Campbell Barton
2012-11-06fix [#33037] Soften brush can't handle seams in texture paintCampbell Barton
2012-11-06minor improvement to projection paint pixel initialization - initialize the p...Campbell Barton
2012-10-30remove CD_POLYINDEX customdata layer:Campbell Barton
2012-10-29Fix: wrong brush drawn in image painting, image editor if uv sculpt is on. No...Antony Riakiotakis
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-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-22Fix #32522: Object's diffuse color not showing in Sculpt ModeSergey Sharybin
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-13And more UI messages spell check.Bastien Montagne
2012-10-13Cycles: progressive refine optionSergey Sharybin
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-08code cleanup: reduce change the size of some float vectors that were bigger t...Campbell Barton
2012-10-07style cleanup: line length,Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-06fix writing past array bounds in imagewraposa().Campbell Barton
2012-10-06disable padding warning for DNA, gave problems with struct bounds padding whi...Campbell Barton