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
2014-06-23Add ED_paint.h, split out ED_sculpt.hCampbell Barton
2014-05-31Fix incorrect flag checks for project-paint face windingCampbell Barton
2014-05-21Minor cleanup of previous commit.Antony Riakiotakis
2014-05-21Fix T40222 texture painting on mirrored meshes does not apply pixelAntony Riakiotakis
2014-05-14Code cleanup: indentationCampbell Barton
2014-05-13Fix T39196, Dynamic Topology Undo Applied to Wrong MeshAntony Riakiotakis
2014-05-05Fix: T40016 ID Names translated in menusCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Code cleanup: remove redundant CTX callsCampbell Barton
2014-04-29Fix issue discovered in soc-paint-2013 branch.Antony Riakiotakis
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-22Fix T39429: Project paint error with UV bleedCampbell Barton
2014-04-22Math Lib: move barycentric_weights_v2_persp to into math_geomCampbell Barton
2014-04-19Math Lib: add shell_v3v3_normalized_to_dist and v2 versionCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-04-01Code cleanup: use macro to find vertex in faceCampbell Barton
2014-03-30Code cleanup: warnings (clang)Campbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-03Fix T38045: Clone stamp crashesSergey Sharybin
2013-12-13Image cache rewrite to using generic movie cacheSergey Sharybin
2013-12-08Fix T37326 inversion of image channels did not do an undo push. Now only do a...Antony Riakiotakis
2013-12-03Fix T37670: Paint mode + procedural map colours errorSergey Sharybin
2013-12-02MemArena: use size_t instead of int for alloc args and internal storage.Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-15fix [#37082] Texture paint artefactCampbell Barton
2013-10-15code cleanup: project paint, use mod_i() to simplift wrapping, use booleans f...Campbell Barton
2013-10-15code cleanup: use booleans for projection paint and make some args const.Campbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-09-16fix [#36732] Auto depth feature misbehaves on orbit with mouse cursor outside...Campbell Barton
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-08-19Minor optimization for paint systems, initialize the paint curve beforeAntony Riakiotakis
2013-07-22fix regression in 2.68 [#36240] Painting Undo Enable Face paint CrashCampbell Barton
2013-07-09fix [#36039] Texture paint bug with face selection on subdivided objectCampbell Barton
2013-07-08Attempt to fix #35057, disable threading if diameter of the brushAntony Riakiotakis
2013-06-26Fix #35365 Texture cloning not behaving correctly in perspective viewAntony Riakiotakis
2013-06-24fix [#35457] Mirror the U texture coordinate does not work in projection pain...Campbell 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-05-26BLI_math rename functions:Campbell Barton
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-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-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