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-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-20Code Cleanup: styleCampbell Barton
2013-12-19Sculpting:Antony Riakiotakis
2013-12-19Fix T37387 VIEW3D_OT_view_selected in sculpt mode zooms far fromAntony Riakiotakis
2013-12-19Support for symmetry in gravity.Antony Riakiotakis
2013-12-19Fix T37812, anchored sculpting on a flat plane created artifacts.Antony Riakiotakis
2013-12-19Fix T37807 gravity causes crashes when using shif-smoothing.Antony Riakiotakis
2013-12-18Fix T37177, sculpting can act on opposite side of mesh in orthographic camera.Antony Riakiotakis
2013-12-18Style Cleanup: minor edits in recent changesCampbell Barton
2013-12-13minor style and comment fix.Antony Riakiotakis
2013-12-12improvements and simplification to gravity code:Antony Riakiotakis
2013-12-12Sculpt mode Gravity feature from GSOC 2010 by Jason Wilkins.Antony Riakiotakis
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-12-10Style changes to refactor commit.Antony Riakiotakis
2013-12-10Refactoring/cleanup, borrowed from soc-2013-paint branch.Antony Riakiotakis
2013-12-08Minor addition for completeness (unlikely to happen), make sure newAntony Riakiotakis
2013-11-26Sculpt Dynamic Topology: support collapsing edges without subdividing edges a...Brecht Van Lommel
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-29fix [#37250] dynotopo initial triangulationDalai Felinto
2013-10-29Triangulate Modifier: using different ngon and quad methodsDalai Felinto
2013-10-23Fix part 1 of #37177 spikes in sculpting.Antony Riakiotakis
2013-10-14FIx #37005: Mask tool + "Area" Brush Mapping + "Anchored" Stroke = crashSergey Sharybin
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-01Mark some CCG funcrions as inlinedSergey Sharybin
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-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-05Ctr-Alt-F radial control operator for texture painting, controls theAntony Riakiotakis
2013-08-29follow up on r59628, setting modes now ensures that other modes exit first,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-19Fix crash caused by own commit to optimize out curvemappingAntony Riakiotakis
2013-08-19Dyntopo:Antony Riakiotakis
2013-08-19Made modifiers_getVirtualModifierList safe for threadingSergey Sharybin
2013-08-19Fix #34485 sculpt strength weirdly inverted with some mesh part.Antony Riakiotakis
2013-08-02User request: when switching to smooth tool with shift-click inAntony Riakiotakis
2013-07-29fix [#36280] Dynamic Topology crashes with active faceCampbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-21fix [#36234] Dynamic Topology undo crashCampbell Barton
2013-07-16fix [#36153] Crash when choosing a brush.Campbell Barton
2013-06-26Fix #35583 Smooth brush ignores hidden partsAntony Riakiotakis