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-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
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-05-08code cleanup: use 'const float[2]' where possible.Campbell Barton
2013-05-02Fix #35190: texture mask stencil Reset Transform did not work properly.Brecht Van Lommel
2013-05-02add missing call to update rv3d->persmatob, mostly this worked except with ac...Campbell Barton
2013-05-01Fix 2D painting gave squares rather than a disk for the "Max" curve falloff s...Brecht Van Lommel
2013-05-01Fix missing brush cursor redraw for texture paint when no pixels changed in theBrecht Van Lommel
2013-05-01Fix #35166: texture paint mask texture stencil not scaling properly.Brecht Van Lommel
2013-05-01Fix projection paint clone/soften/smear no longer working with textures,Brecht Van Lommel
2013-05-01style cleanupCampbell Barton
2013-05-01Fix tiled overlay not matching up with stroke result in 2d painting.Antony Riakiotakis
2013-05-01Fix: Overlay was getting invalidated too often in image editor makingAntony Riakiotakis
2013-05-01Fix: texture alpha masking not functional after recent commits. Mask isAntony Riakiotakis
2013-04-30More painting fixes:Brecht Van Lommel
2013-04-30Fix another part of #35141: there was no way to reset the stencil transform a...Brecht Van Lommel
2013-04-30Fix #35141: stencil and 3D texture mode did not work with 2D image paint.Brecht Van Lommel
2013-04-30More image painting fixes:Brecht Van Lommel
2013-04-30Fix for previous noisy stroke fix, mask didn't converge to the right strengthBrecht Van Lommel
2013-04-29Fix #35140: texture paint would give 'noisy' strokes and poor results for str...Brecht Van Lommel
2013-04-29avoid calling BKE_brush_alpha_get() when project painting onto each pixel,Campbell Barton
2013-04-29project paint unnecessarily split of texure checks into separate checks, calc...Campbell Barton
2013-04-28warning cleanup: assignment to unused vars, r56359 changes how brush falloff ...Campbell Barton
2013-04-28Fix #34233: bad alpha blending for 3D texture painting. Same changes as theBrecht Van Lommel
2013-04-27remove unused function: projectfCampbell Barton
2013-04-27add vertex color smooth operator.Campbell Barton
2013-04-27Fix part of #34233: bad alpha blending for 2D image painting. This is a veryBrecht Van Lommel
2013-04-25style cleanupCampbell Barton
2013-04-25Fix part of #34640: vertex color blur brush would average face corner colorsBrecht Van Lommel
2013-04-25Fix part of #34640: colors darkening when using the vertex paint blur tool.Brecht Van Lommel
2013-04-24fix [#34657] Smoothing will not be updated in object mode, when hiding faces ...Campbell Barton
2013-04-23Fix missing feature: fit mask stencil to aspect.Antony Riakiotakis
2013-04-23Fix issue reported by Campbell: Move texture existence check out of loopAntony Riakiotakis