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-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
2013-05-08code cleanup: use 'const float[2]' where possible.Campbell Barton
2013-05-01Fix projection paint clone/soften/smear no longer working with textures,Brecht Van Lommel
2013-05-01style cleanupCampbell Barton
2013-05-01Fix: texture alpha masking not functional after recent commits. Mask isAntony Riakiotakis
2013-04-30More painting fixes: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-27Fix part of #34233: bad alpha blending for 2D image painting. This is a veryBrecht Van Lommel
2013-04-23Overlay refactor:Antony Riakiotakis
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-12Add function to query maximum texture size. Also, make texture uploadAntony Riakiotakis
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-08Compatibility and robustness:Antony Riakiotakis
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-03-31UI cleanup:Antony Riakiotakis
2013-03-25Alpha mask textures porting part 1: Support for projective texturing.Antony Riakiotakis
2013-03-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-03-18Fix: Setting cursor to semitransparent objects will fail because of clipAntony Riakiotakis
2013-03-17Setting clone cursor is now an option for paint operator. This is notAntony Riakiotakis
2013-03-14code cleanup: de-duplicate view clipping function for paint and knife tool, m...Campbell Barton
2013-03-14Two new Features:Antony Riakiotakis
2013-03-13fix for 2 errors where the 2d arrays were used as 3d. (out of bounds read).Campbell Barton
2013-03-11Minor cleanup: We always use colour correction now for float buffers. Get rid...Antony Riakiotakis
2013-03-11Fix #34589. There was no space conversion being done between layers inAntony Riakiotakis
2013-03-11code cleanup:Campbell Barton
2013-03-10Texpaint refactor complete!Antony Riakiotakis
2013-03-10* Cleanup: collapse unneeded paint 2d function to the caller. Also, newAntony Riakiotakis
2013-03-08style cleanupCampbell Barton
2013-03-07Texture paint refactoring commitAntony Riakiotakis
2013-03-07use bool for rna funcs.Campbell Barton
2013-03-07Support position jittering on new texpaint code using the stroke system.Antony Riakiotakis