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-04-01Changes to openmp threads commit (UI and RNA)Campbell Barton
2014-03-31Sculpt/dytopo: remove debug prints and add explanationsJens Verwiebe
2014-03-31Code cleanup: use boolCampbell Barton
2014-03-31Sculpt/dyntopo: Make the omp threads configurable to overcome performance issuesJens Verwiebe
2014-03-31Code cleanup: fixes for function prototypesSergey Sharybin
2014-03-30Style cleanupCampbell Barton
2014-03-30OSX: Remove the apple/omp workaround for now, to better judge compiler differ...Jens Verwiebe
2014-03-30Code cleanup: warnings (clang)Campbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-03-29Change dyntopo detail size calculation slightly so the result is closeAntony Riakiotakis
2014-03-29Code cleanup: replace dot with len_squared and is_zero checksCampbell Barton
2014-03-29Fix building without openmp continuedAntony Riakiotakis
2014-03-29Forgot to clean a line in last commitJens Verwiebe
2014-03-29Fix compiling sculpt without OpenMP availableJens Verwiebe
2014-03-29Fix T39468Antony Riakiotakis
2014-03-27Fix T39435 paint overlay not always getting correctly refreshed.Antony Riakiotakis
2014-03-27Attempt to fix T39412Antony Riakiotakis
2014-03-26Fix T39279: Vertex paint fails with mirror modifierCampbell Barton
2014-03-26revert 0da3e97, fix for T39279Campbell Barton
2014-03-26Code cleanup: style and warningsCampbell Barton
2014-03-25Code cleanup: function callsCampbell Barton
2014-03-25Code cleanup:Antony Riakiotakis
2014-03-24OSX/sculpt/omp: missing initialisation of size_t pcount_len, oddly worked fin...Jens Verwiebe
2014-03-24Code cleanup: styleCampbell Barton
2014-03-23Use eyeliner cursor for sampling. Thanks to Thomas Beck for theAntony Riakiotakis
2014-03-23Detail sampling operatorAntony Riakiotakis
2014-03-22Flood fill for dyntopo constant detail mode.Antony Riakiotakis
2014-03-21Fix T39279 Vertex paint modes do not work well with mirror modifierAntony Riakiotakis
2014-03-21Forgot to remove test printfJens Verwiebe
2014-03-21Sculpt: Fix non openMP threads not set correct and use optimal omp threadcoun...Jens Verwiebe
2014-03-15Code cleanup: spelling & styleCampbell Barton
2014-03-14Fix T39156 part 2: Add support for image paint operations in undoAntony Riakiotakis
2014-03-12Mesh API: rename 'octree' to 'spatial' since internally its using kdtreeCampbell Barton
2014-03-10Fix T39034 brush always shown even after deactivating the show cursorAntony Riakiotakis
2014-03-07Fix crash when changing and using between layer and other brushes inAntony Riakiotakis
2014-03-07Fix hard crash when using persistent base on layer brush on multires andAntony Riakiotakis
2014-03-07Code cleanup: styleCampbell Barton
2014-03-06Experimental dyntopo feature:Antony Riakiotakis
2014-03-06Forgo one rect union function, partial rect is inferred from nodes thatAntony Riakiotakis
2014-03-06Final fix (I hope!) for partial redraw.Antony Riakiotakis
2014-03-06Better handling for previous fix: Make sure previous redraw rect staysAntony Riakiotakis
2014-03-06Fix error in previous commit. Included dubious fix for smooth brush by mistakeAntony Riakiotakis
2014-03-06Solve partial redraw issues in sculpting.Antony Riakiotakis
2014-03-04Fix simplify brush not supporting autosmooth. There is no reason whyAntony Riakiotakis
2014-03-02Fix issue with texture painting: Tex slot scale was being applied twice.Antony Riakiotakis
2014-03-02Switch Dyntopo enable back to Ctrl-D.Antony Riakiotakis
2014-03-01Code cleanup: correct abs use and quiet warningsCampbell Barton
2014-02-28Fix T38885: missing image editor paint brush updates after recent UI changes.Brecht Van Lommel
2014-02-27Fix T36654.Antony Riakiotakis
2014-02-26Paint API: add BKE_paint_select_elem_test: to check on paint selectionCampbell Barton