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-12-10Refactoring/cleanup, borrowed from soc-2013-paint branch.Antony Riakiotakis
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-11fix [#37031] bones are not selectable in weight paint mode anymoreCampbell Barton
2013-09-10Fix #36577: sculpt area plane texture mapping + random angle did not work.Brecht Van Lommel
2013-08-19Minor optimization for paint systems, initialize the paint curve beforeAntony Riakiotakis
2013-08-01Fix a very irritating problem of our stroke system. On small brushes,Antony Riakiotakis
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-19style cleanup: braces/indentationCampbell Barton
2013-05-24style cleanup: also remove unused varCampbell Barton
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-18Stroke code:Antony Riakiotakis
2013-05-16Fix #35372: sculpting/painting long brush strokes with small brush size wouldBrecht Van Lommel
2013-05-15Attempt to fix #35057 and #35372: slow texture painting performance.Brecht Van Lommel
2013-05-13Fix #35337: sculpt performance regression, partial redraw was not working any...Brecht Van Lommel
2013-05-01Fix missing brush cursor redraw for texture paint when no pixels changed in theBrecht Van Lommel
2013-04-23Allow hiding separate hiding of overlays on stroke.Antony Riakiotakis
2013-04-22Support more mapping modes for alpha masks. Tiled, stencil and randomAntony Riakiotakis
2013-04-16Option to hide overlay during a stroke. To enable, press the brush iconAntony Riakiotakis
2013-04-15rename axis_angle_to_mat3_no_norm() --> axis_angle_normalized_to_mat3().Campbell Barton
2013-04-15WIP, jason's patchAntony Riakiotakis
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-01correct too-big allocation in mesh beautify.Campbell Barton
2013-03-30Tidy up stroke options and make them sexy, aka the paint optionAntony Riakiotakis
2013-03-30code cleanup: move beauty fill calculation into its own function and some sty...Campbell Barton
2013-03-29Support for brush overlay in texture paint mode. For the image editor,Antony Riakiotakis
2013-03-27Paint system:Antony Riakiotakis
2013-03-25code cleanup:Campbell Barton
2013-03-25Fix #34730, set special brush rotation to zero if brush is not rake orAntony Riakiotakis
2013-03-25Alpha mask textures porting part 1: Support for projective texturing.Antony Riakiotakis
2013-03-16style cleanupCampbell Barton
2013-03-16minor cleanup and calculate rake angle before jittering or resultAntony Riakiotakis
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-03-15Fixes for 2d painting:Antony Riakiotakis
2013-03-14style cleanup: odd indentationCampbell Barton
2013-03-14Two new Features:Antony Riakiotakis
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13style cleanup: also remove unused defines in paint_image.cCampbell Barton
2013-03-13Texture sampling function refactoring:Antony Riakiotakis
2013-03-11Feature request for all paint systems that support it: Jittering inAntony Riakiotakis
2013-03-10Fix: stroke spacing fails in image editor, we need to account forAntony Riakiotakis
2013-03-10Texpaint refactor complete!Antony Riakiotakis
2013-03-10Fix #34562, leftover from own coordinate conversion refactoring. AlsoAntony Riakiotakis
2013-03-10Time to start reaping the benefits of code unification. Support forAntony Riakiotakis
2013-03-08style cleanupCampbell Barton
2013-03-07Texture paint refactoring commitAntony Riakiotakis
2013-03-07Support position jittering on new texpaint code using the stroke system.Antony Riakiotakis
2013-03-06Texture paint refactoring commitAntony Riakiotakis
2013-03-05Convert paint stroke code to write region instead of screen coordinatesAntony Riakiotakis