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-07-01fix [#35858] there were two bugs here, hidden faces were occluding in vertex ...Campbell Barton
2013-06-28Fix #35551: the topology mirror setting affected shape key and vertex group butBrecht Van Lommel
2013-06-27remove bmesh arg from BM_face_legal_splits(), don't use a bmesh iterator.Campbell Barton
2013-06-26fix [#33068] Can't paint weights of some vertices in some situations.Campbell Barton
2013-06-26Fix #35365 Texture cloning not behaving correctly in perspective viewAntony Riakiotakis
2013-06-26Fix #35583 Smooth brush ignores hidden partsAntony Riakiotakis
2013-06-26fix for vert/face mask modes using last used select option when using the sel...Campbell Barton
2013-06-26fix [#35858] Weight Paint: Hiding faces isnt flushing the flag to the vertices.Campbell Barton
2013-06-24fix [#35457] Mirror the U texture coordinate does not work in projection pain...Campbell Barton
2013-06-19fix [#35793] Crash When Painting Gradient WeightCampbell Barton
2013-06-13Fix #35634: weight paint did not do z-buffer culling anymore on Windows after...Brecht Van Lommel
2013-06-09Fix #35611: 'Quick Edit' in Texture mode + RGBA16bit gives bright resultsSergey Sharybin
2013-06-09Fix #35638: Object disappears when rotating after using the simplify brushSergey Sharybin
2013-06-06style cleanupCampbell Barton
2013-06-03fix [#35555] Collada: export destroys mesh in some casesCampbell Barton
2013-06-02code cleanup: remove unused structCampbell Barton
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28bmo_subdivide_edgering.c now builds with release+debuginfo, also remove unuse...Campbell Barton
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-27style cleanup: nodesCampbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-25Bug fix, irc submitted:Ton Roosendaal
2013-05-24fix own error in r56649, caused normal calculation to fail, reported as [#354...Campbell Barton
2013-05-24Follow up to previous commit. Non tiled mask wouldn't work on airbrushesAntony Riakiotakis
2013-05-24Fix #35426, masking works wrong in projection painting. When we don'tAntony Riakiotakis
2013-05-24style cleanup: also remove unused varCampbell Barton
2013-05-23Fix #35469: image editor smear and soften paint tools not working correct forBrecht Van Lommel
2013-05-22Mark toggling and create missing and non-save properties for brush selectionSergey Sharybin
2013-05-20code cleanup: scons - binreloc include was copied all over the place for no r...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-18Fix crash due to shared paint cursor function. It is necessary to checkAntony Riakiotakis
2013-05-18Fix for #35373, calling any paint operator from operator search menuAntony Riakiotakis
2013-05-18style cleanupCampbell Barton
2013-05-18Painting / Sculpting: more tweaks to pressure sensitivityBrecht Van Lommel
2013-05-18Fix #35404: crash in file save with python code that accesses mesh from panel.Brecht Van Lommel
2013-05-18Stroke code:Antony Riakiotakis
2013-05-17Fix #35393: Sculpt Shortcuts are bananas.Sergey Sharybin
2013-05-16Fix #35372: sculpting/painting long brush strokes with small brush size wouldBrecht Van Lommel
2013-05-16Fix #35355: 2D image paint View mapping mode was dependent on zoom, this wasBrecht Van Lommel
2013-05-15use bool arrays rather then char for weight paint lock/select arraysCampbell Barton
2013-05-15Attempt to fix #35057 and #35372: slow texture painting performance.Brecht Van Lommel
2013-05-15Fix part of #35372: distorted strokes when painting zoomed out with a small b...Brecht Van Lommel
2013-05-15Fix #35364: sculpting - D shortcut inconsistencySergey Sharybin
2013-05-14style cleanupCampbell Barton
2013-05-13Fix sculpt getting slower as you paint a longer stroke. Partial redraw wasBrecht Van Lommel
2013-05-13Fix #35337: sculpt performance regression, partial redraw was not working any...Brecht Van Lommel
2013-05-12Image paint: 2D painting now supports texture masks and does masking moreBrecht Van Lommel
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton