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-01Code cleanup: use macro to find vertex in faceCampbell Barton
2014-04-01Changes to openmp threads commit (UI and RNA)Campbell Barton
2014-03-31Usual UI messages fixes...Bastien Montagne
2014-03-31Fix T39524: Backface culling is always on in Textured view in BI.Bastien Montagne
2014-03-31Sculpt/dytopo: remove debug prints and add explanationsJens Verwiebe
2014-03-31Fix deffects reported by CoverityScan (nothing dramatic, but at least one was...Bastien Montagne
2014-03-31Code cleanup: use boolCampbell Barton
2014-03-31Vector handles were hidden but were allowed to slide apparentlySergey Sharybin
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-31Code cleanup: use bool insted of int/short in MCESergey Sharybin
2014-03-31Code cleanup: use false/true/bool for maskingSergey Sharybin
2014-03-31Masking: fix for initialdeather point not being offset to the mouse positionSergey Sharybin
2014-03-31Maksing: fix issue when it's not possible to drag right handle of aligned han...Sergey Sharybin
2014-03-31Fix bug in image texture UI: "Use Alpha" checkbox doesn't appear if file form...IRIE Shinsuke
2014-03-31Add Simple randomize vertex toolCampbell Barton
2014-03-31Add normal option to ED_transvertsCampbell Barton
2014-03-31Code cleanup: remove unused members of TransVertCampbell Barton
2014-03-31Refactor: Add generic poll ED_transverts_pollCampbell Barton
2014-03-31Fix T39490: BGE: Text to Mesh, then MouseOver does not workMitchell Stokes
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-29UI: Color-Ramp handlesCampbell 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-28Fix for mask vert add-slide dragging flipped directionCampbell Barton
2014-03-28Fix T39484: Time line: highlighted area for frame range one frame too short.Bastien Montagne
2014-03-28Implement asymmetric and free handles type for masksSergey Sharybin
2014-03-28Fix T37599: Crash making linked objects local and undoSergey Sharybin
2014-03-28Fix for inset bug (edge rail had feedback loop with direction)Campbell Barton
2014-03-28Fix T39455: Nodes scaled wrong when some in a frame, some not.Lukas Tönne
2014-03-28View3D: replace RV3D_VIEW_PERSPORTHO with RV3D_VIEW_USERCampbell Barton
2014-03-28Code cleanup: use len_v2v2_int for view zoom-scaleCampbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-28Fix for curve smooth ignoring cyclicWalid Shouman
2014-03-27Fix T39435 paint overlay not always getting correctly refreshed.Antony Riakiotakis
2014-03-27Fix T38928 Particle add brush would generate trash on meshes with use_modifie...Antony Riakiotakis
2014-03-27BMesh: let vert-connect make degenerate faces when only 2 verts selectedCampbell Barton
2014-03-27Attempt to fix T39412Antony Riakiotakis
2014-03-27Code cleanup: use consistent arg order for math api poly funcsCampbell Barton
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-25Zoom to mouse position didn't work in MCE when locked to a selectionSergey Sharybin