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-10-29fix [#37250] dynotopo initial triangulationDalai Felinto
2013-10-29Triangulate Modifier: using different ngon and quad methodsDalai Felinto
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-27Border select for sculpting, using B shortcut, warmup for more advancedAntony Riakiotakis
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-23Fix part 1 of #37177 spikes in sculpting.Antony Riakiotakis
2013-10-16style cleanupCampbell Barton
2013-10-15Final fix for #36905. Enforce redraw of window once before sampling.Antony Riakiotakis
2013-10-15fix [#37082] Texture paint artefactCampbell Barton
2013-10-15code cleanup: project paint, use mod_i() to simplift wrapping, use booleans f...Campbell Barton
2013-10-15code cleanup: use booleans for projection paint and make some args const.Campbell Barton
2013-10-14FIx #37005: Mask tool + "Area" Brush Mapping + "Anchored" Stroke = crashSergey Sharybin
2013-10-12Fix crash running Blender in background mode, caused by revision 60633.Brecht Van Lommel
2013-10-11Fix #36905: backport of fix in soc-2013-paint. This commit ensures that durin...Antony Riakiotakis
2013-10-11fix [#37031] bones are not selectable in weight paint mode anymoreCampbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-10style cleanupCampbell Barton
2013-10-09Fix uber evil (-15 alignment points) own buffer overflowAntony Riakiotakis
2013-10-09minor code cleanup.Antony Riakiotakis
2013-10-09Paint cursor overlays: Delete the cursor texture overlay resources whenAntony Riakiotakis
2013-10-03adjustments to sculpt cache scaling code, (float/double promotion)Campbell Barton
2013-10-03real fix for #36695, scale brush stroke with maximum scale component,Antony Riakiotakis
2013-10-03Revert 60358, it made irregularly scaled objects behave incorrectly, checking...Antony Riakiotakis
2013-10-01style edits and use macro for prefix checkCampbell Barton
2013-10-01UV sculpting was missing curve initialization causing crashes. ReportedAntony Riakiotakis
2013-10-01Mark some CCG funcrions as inlinedSergey Sharybin
2013-09-30Fix "Sample Color" not working in vertex paint mode.Irie Shinsuke
2013-09-30revert r36440, own commit, no longer needed because of changes to the keymap.Campbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-24Fix #36695, brushes would behave differently in scaled objects (testedAntony Riakiotakis
2013-09-24allocate bmesh data from known sizes where possible (was still using defaults...Campbell Barton
2013-09-18style cleanupCampbell Barton
2013-09-17Fix #36748 Sculpting/image painting does not respect undo steps limit.Antony Riakiotakis
2013-09-16Fix issue with paint cursor overlay and size pressure drawing, it wouldAntony Riakiotakis
2013-09-16fix [#36732] Auto depth feature misbehaves on orbit with mouse cursor outside...Campbell 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-14Sculpting:Antony Riakiotakis
2013-09-10Fix #36577: sculpt area plane texture mapping + random angle did not work.Brecht Van Lommel
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-09-05Ctr-Alt-F radial control operator for texture painting, controls theAntony Riakiotakis
2013-09-04replace sqrt(dot()) with length functions.Campbell Barton
2013-08-29follow up on r59628, setting modes now ensures that other modes exit first,Campbell Barton
2013-08-29fix [#34462] Crash when switching modes via mix of TAB and spacebar menuCampbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-08-24fix for crash in weight-paint-gradient, missing call to curve curvemapping_in...Campbell Barton
2013-08-23fix leak in BM_face_split() with multires if the split failed.Campbell Barton
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-08-22add utility functions for dealing with planesCampbell Barton