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-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-15rename axis_angle_to_mat3_no_norm() --> axis_angle_normalized_to_mat3().Campbell Barton
2013-04-15New implementation for twist brushes.Antony Riakiotakis
2013-04-15WIP, jason's patchAntony Riakiotakis
2013-04-15code cleanup: minor BMESH_TODO's, some were left in even though they were don...Campbell Barton
2013-04-14Texture stencil:Antony Riakiotakis
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-13code cleanup: warnings + styleCampbell Barton
2013-04-13Fixes:Antony Riakiotakis
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-11Fix #34954, due to hardcoded key release it was impossible to change keyAntony Riakiotakis
2013-04-08Compatibility and robustness:Antony Riakiotakis
2013-04-08Texture tools robustness:Antony Riakiotakis
2013-04-08style cleanupCampbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-04-07freestyle lineset `tag` attribute was defined but not used, also some code cl...Campbell Barton
2013-04-07fix: display weight brush strength widget only in weight paint modeGaia Clary
2013-04-06Fix: 34874 Weight Paint UI inconsistent: removed conflicting shortcut definit...Gaia Clary
2013-04-05Stencil dimension control:Antony Riakiotakis
2013-04-05Patch from kgeogeo:Antony Riakiotakis
2013-04-03code cleanup: unused functionsCampbell Barton
2013-04-03style cleanupCampbell Barton
2013-04-02Fix #34849: crash in operator search menu, due to brush stencil pollBrecht Van Lommel
2013-04-02Usual typo fixing...Bastien Montagne
2013-04-01Fix #34813: smooth brush used on a shape key messes up the topology - part2Sergey Sharybin
2013-04-01correct too-big allocation in mesh beautify.Campbell Barton
2013-03-31Changes to Stencil control:Antony Riakiotakis
2013-03-31optimize away reloading of brush texture when rotating the stencilAntony Riakiotakis
2013-03-31UI cleanup:Antony Riakiotakis
2013-03-31style cleanupCampbell Barton
2013-03-31Woot woot commit.Antony Riakiotakis
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-29Slight cleanup for 2d painting. Cache is always enabled (used one of theAntony Riakiotakis
2013-03-29Support for brush overlay in texture paint mode. For the image editor,Antony Riakiotakis
2013-03-29misc minor edits.Campbell Barton
2013-03-28I18n: various fixing.Bastien Montagne
2013-03-28Fix #34773: smooth brush used on a shape key messes up the topologySergey Sharybin
2013-03-27Paint system:Antony Riakiotakis
2013-03-26style cleanup:Campbell Barton
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-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-19Fix: Clamp alpha to 1.0 or adding alpha in paint creates "isolines" dueAntony Riakiotakis
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-18style cleanupCampbell Barton
2013-03-18Fix: Setting cursor to semitransparent objects will fail because of clipAntony Riakiotakis