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
2015-06-10Fix T45013 negative curve falloff not working.Antony Riakiotakis
2015-04-16Cleanup: use const for sculpt codeCampbell Barton
2015-03-28Cleanup: use BKE_texture_ prefixCampbell Barton
2015-02-05Fix T43556 clamp brush size before setting it after division by DPI,Antony Riakiotakis
2015-01-27Fix T43427: Particle system children sometimes not generated on reloadSergey Sharybin
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2015-01-04cleanup: use 'coords' abbreviation for functions.Campbell Barton
2014-12-31Fix T42984 detail flood fill not respecting mask values for smooth/sharpAntony Riakiotakis
2014-12-27Brush Texture Angle Goodies:Antony Riakiotakis
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich
2014-10-13BLI_utildefines: add SQUARE macroCampbell Barton
2014-09-01Fix T41665, stroke jittering used when setting the clone cursorAntony Riakiotakis
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-13Reduce overhead when sampling texture images for brushes. The tests canAntony Riakiotakis
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-29Code cleanup: correct arg sizeCampbell Barton
2014-03-07Code cleanup: styleCampbell Barton
2014-03-04Follow up to the offset scale fix for texture painting: texture mask hadAntony Riakiotakis
2014-03-02Fix issue with texture painting: Tex slot scale was being applied twice.Antony Riakiotakis
2014-02-01Code cleanup: use length squared where possibleCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2013-12-17Fix for possible NULL pointer use in brush image samplingCampbell Barton
2013-12-10Refactoring/cleanup, borrowed from soc-2013-paint branch.Antony Riakiotakis
2013-12-03Fix T37670: Paint mode + procedural map colours errorSergey Sharybin
2013-10-31code cleanup: spellingCampbell Barton
2013-09-16Undo the front-facing only commit for clay strips brushes, it adds anAntony Riakiotakis
2013-09-14fix weird issue after last commit where grab brush would not work andAntony Riakiotakis
2013-09-14Sculpting:Antony Riakiotakis
2013-09-05Ctr-Alt-F radial control operator for texture painting, controls theAntony Riakiotakis
2013-08-19Fix crash caused by own commit to optimize out curvemappingAntony Riakiotakis
2013-08-19Minor optimization for paint systems, initialize the paint curve beforeAntony Riakiotakis
2013-07-15Fix #36058: Displace Modifier errors using a baked Image and displace baking ...Sergey Sharybin
2013-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-05-12Image paint: 2D painting now supports texture masks and does masking moreBrecht Van Lommel
2013-05-01Fix 2D painting gave squares rather than a disk for the "Max" curve falloff s...Brecht Van Lommel
2013-05-01style cleanupCampbell Barton
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-27Fix part of #34233: bad alpha blending for 2D image painting. This is a veryBrecht Van Lommel
2013-04-23Allow hiding separate hiding of overlays on stroke.Antony Riakiotakis
2013-04-23Add stencil control for mask overlay. Key combinations are the same asAntony Riakiotakis
2013-04-22Support more mapping modes for alpha masks. Tiled, stencil and randomAntony Riakiotakis
2013-04-16Fix some names, and move overlay flag to overlay_flags.Antony Riakiotakis
2013-04-16Option to hide overlay during a stroke. To enable, press the brush iconAntony Riakiotakis
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis